(message-generate-headers): Record insertion of optional headers as well.
[gnus] / lisp / ChangeLog
1 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2
3         * message.el (message-generate-headers): Record insertion of optional
4         headers as well.  Otherwise the check to prevent repeated insertion of
5         optional headers is a no-op.
6
7 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * smime.el: Don't mention CVS.
10
11         * nnrss.el (nnrss-fetch): Don't mention CVS.
12
13         * nnir.el: Don't mention CVS.
14
15 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16
17         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
18
19 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * lpath.el: Fbind bookmark-default-handler,
22         bookmark-get-bookmark-record, bookmark-make-record-default,
23         bookmark-prop-get for Emacs <23 and XEmacs.
24
25 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26
27         * gnus-sum.el: Add bookmark declarations to silence the compiler.
28         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
29         Use with-current-buffer to silence the byte-compiler.
30         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
31         bother to require `gnus'.
32         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
33
34 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
35
36         * gnus-sum.el (gnus-summary-bookmark-make-record)
37         (gnus-summary-bookmark-jump): New functions.
38         (gnus-summary-mode): Setup bookmark support.
39
40 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
41
42         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
43         if set.
44
45 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
48         gnus-article-browse-html-save-cid-image; make it work recursively for
49         forwarded messages as well.
50         (gnus-article-browse-html-parts): Work when prefix arg is given.
51         (gnus-article-browse-html-article): Doc fix.
52
53 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
54
55         * message.el (message-default-mail-headers):
56         (message-default-headers): Carry the value mail-default-headers over
57         into message-default-mail-headers, rather than message-default-headers.
58
59 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
60
61         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
62         charset.
63
64         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
65         charset into the <meta> tag when the article is encoded to utf-8.
66
67 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
70         directories as well.
71         (gnus-article-browse-html-parts): Work for images that do not specify
72         file names; delete temp directory when quitting; insert header at the
73         right place; use file: scheme for image files.
74
75 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
76
77         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
78         (gnus-article-browse-html-parts): Use it to make temporary cid image
79         files in addition to html file so that browser may display them.
80
81 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
84
85 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
86
87         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
88
89 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
90
91         * auth-source.el (auth-sources): Change default to be simpler.  Explain
92         about Secret Service API sources.  Improve Customize options.
93         (auth-source-pick): Change to accept any number of search parameters.
94         Implement fallbacks iteratively, not recursively.  Add scoring on the
95         second pass and sort by score.  Call Secret Service API when needed.
96         (auth-source-user-or-password): Use it.  Call Secret Service API
97         directly when needed to get the user name and the password.
98
99 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
100
101         * message.el (message-interactive): Doc fix.
102         (message-qmail-inject-args): Reflow.
103         (message-kill-to-signature): Fix typo in docstring.
104
105         * smiley.el (smiley-buffer): Fix typo in docstring.
106
107 2010-03-24  Glenn Morris  <rgm@gnu.org>
108
109         * mail-source.el (gnus-message): Declare.
110         (mail-source-delete-old-incoming): Require gnus-util.
111
112 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
115
116         * message.el (ecomplete-setup): Autoload it for Emacs <23.
117
118         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
119         password-cache's default if it is not bound.
120         (mml-secure-passphrase-cache-expiry): Default to 16 that is
121         password-cache-expiry's default if it is not bound.
122
123         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
124         available in Emacs 21.
125
126         * lpath.el: Suppress compiler warnings for:
127         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
128         XEmacs;
129         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
130         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
131         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
132
133 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * auth-source.el (auth-sources): Fix up definition so extra parameters
136         are always inline.
137
138 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
139
140         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
141         wasn't updated after mismatch.  Clear cached mailbox info correctly
142         when uidvalidity changes.
143         (nnimap-group-prefixed-name): New function to avoid some code
144         duplication.
145         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
146         (nnimap-request-group): Use it.
147         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
148         (nnimap-update-unseen): Significantly improved speed of Gnus startup
149         with many imap folders.  This is done by caching the group status from
150         the imap server persistently in a group parameter `imap-status'. (This
151         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
152         but not persistently, so every Gnus startup was still very slow.)
153
154 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * assistant.el (assistant-render-text): Run `widget-setup' and don't
157         delete the extra newline.  Otherwise editing of :string and :number
158         types don't work.
159
160 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
161
162         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
163         secrets.el dependency.
164         (auth-sources): Add optional user name.  Add secrets.el configuration
165         choice (unused right now).
166
167 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * gnus-sum.el (gnus-summary-make-menu-bar): Let
170         `gnus-registry-install-shortcuts' fill in the functions.
171
172         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
173         warnings.
174         (gnus-registry-misc-menus): Variable to hold registry mark menus.
175         (gnus-registry-install-shortcuts): Populate and use it in a
176         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
177
178 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
179
180         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
181         In-place substitutions for the group name encoding/decoding.
182         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
183         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
184         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
185         (nnimap-update-unseen, nnimap-request-list)
186         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
187         (nnimap-request-set-mark, nnimap-split-to-groups)
188         (nnimap-split-articles, nnimap-request-newgroups)
189         (nnimap-request-create-group, nnimap-request-accept-article)
190         (nnimap-request-delete-group, nnimap-request-rename-group)
191         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
192         `encoded-mbx' for consistency.
193         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
194         variable `imap-current-mailbox'.
195
196         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
197         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
198
199 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
200
201         * pop3.el (pop3-display-message-size-flag): Display message size byte
202         counts during POP3 download.
203         (pop3-movemail): Use it.
204         (pop3-list): Implement listing of available messages.
205
206 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
207
208         * nnir.el (nnir-get-article-nov-override-function): New function to
209         override the normal NOV retrieval.
210         (nnir-retrieve-headers): Use it.
211
212 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
213
214         * auth-source.el (netrc-machine-user-or-password): Autoload.
215
216 2010-03-19  Glenn Morris  <rgm@gnu.org>
217
218         Stop message.el from loading about 40 libraries it doesn't always need.
219         The general approach is to autoload rather than require, and to
220         require in the specific functions rather than the file.  (Bug#5642)
221
222         * gmm-utils.el: Don't require wid-edit.
223         (widget-create-child-value, widget-convert, widget-default-get):
224         Autoload.
225
226         * gnus-util.el: Don't require time-date, netrc.
227         (message-fetch-field, gnus-group-name-decode): Declare rather than
228         autoloading.
229         (gnus-fetch-field): Require message.
230         (gnus-decode-newsgroups): Require gnus-group.
231
232         * ietf-drums.el: Don't require time-date.
233
234         * message.el: Don't require hashcash, canlock, ecomplete.
235         Do require mail-utils.  Require nnheader only when compiling.
236         (smtpmail-default-smtp-server): Remove declaration.
237         (message-send-mail-function): Check smtpmail-default-smtp-server
238         is bound rather than requiring smtpmail.
239         (message-auto-save-directory, message-insert-signature): Use
240         expand-file-name rather than nnheader-concat.
241         (nnheader-insert-file-contents): Autoload.
242         (hashcash-wait-async): Declare.
243         (message-send-mail): Only call gnus-setup-posting-charset if
244         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
245         (message-send-mail-with-sendmail): Require sendmail.
246         (canlock-password, canlock-password-for-verify): Declare.
247         (message-canlock-password): Require canlock.
248         (nnheader-get-report): Autoload.
249         (gnus-setup-posting-charset): Declare.
250         (message-send-news): Require gnus-msg.
251         (message-make-references, message-make-in-reply-to): Use mail-header-id
252         rather than the alias mail-header-message-id.
253         (ecomplete-add-item, ecomplete-save): Declare.
254         (message-put-addresses-in-ecomplete): Require ecomplete.
255         (ecomplete-display-matches): Autoload.
256
257         * mm-decode.el: Don't require mailcap, gnus-util.
258         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
259         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
260         Autoload.
261         (mailcap-mime-extensions): Declare.
262
263         * mm-encode.el: Don't require mailcap.
264         (mailcap-extension-to-mime): Autoload.
265
266         * mml-sec.el: Don't require password-cache.
267
268         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
269         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
270         (mml-minibuffer-read-type): Require mailcap.
271         (mml-preview): Require gnus-msg.
272
273         * mml1991.el: Require password-cache.
274         (password-cache-expiry): Remove declaration.
275
276         * mml2015.el: Require password-cache.
277         (password-cache-expiry): Remove declaration.
278
279         * nneething.el (mailcap): Require mailcap.
280
281         * nnheader.el: (declare-function): Add compatibility stub.
282         (message-remove-header): Declare rather than autoload.
283         (nnheader-replace-header): Require message.
284
285         * nnimap.el (declare-function): Add compatibility stub.
286         (netrc-parse, netrc-machine-user-or-password): Declare.
287         (nnimap-open-connection): Require netrc.
288
289         * nntp.el (declare-function): Add compatibility stub.
290         (netrc-parse, netrc-machine, netrc-get): Declare.
291         (nntp-send-authinfo): Require netrc.
292
293         * rfc2047.el: Don't require qp.
294         (quoted-printable-encode-region, quoted-printable-decode-string):
295         Autoload.
296
297         * sieve-mode.el: Don't require easymenu.
298         (easy-menu-add-item): Autoload it.
299
300         * spam-stat.el (time-to-number-of-days): Autoload it.
301
302 2010-03-19  Glenn Morris  <rgm@gnu.org>
303
304         * password-cache.el (password-cache, password-cache-expiry): Autoload.
305
306 2010-03-18  Glenn Morris  <rgm@gnu.org>
307
308         * hashcash.el (declare-function): Remove duplicate definition.
309
310 2010-03-17  Kevin Ryde  <user42@zip.com.au>
311
312         * mml.el (mml-read-tag): Unquote values with `read' to reverse
313         prin1 in mml-insert-tag (just stripping the quotes gave wrong
314         value if any backslash escapes).
315
316 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
319         if it is available.  (bug#5647)
320
321         * lpath.el: Suppress compiler warning for coding-system-from-name for
322         Emacs 21 and XEmacs.
323
324 2010-03-14  Juri Linkov  <juri@jurta.org>
325
326         * hmac-def.el:
327         * hmac-md5.el:
328         * netrc.el: Fix keywords.
329
330 2010-02-26  Glenn Morris  <rgm@gnu.org>
331
332         * message.el (message-send-mail-function): Change the default, so that
333         it inherits from a customized send-mail-function.  (Bug#5643)
334
335 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
338         shell-command-to-string signals an error (bug#5299).
339
340 2010-02-24  Glenn Morris  <rgm@gnu.org>
341
342         * message.el (message-smtpmail-send-it)
343         (message-send-mail-with-mailclient): Doc fixes.
344
345 2010-02-16  Glenn Morris  <rgm@gnu.org>
346
347         * message.el (message-default-mail-headers): Change the default value
348         to ease the transition from mail-mode to message-mode.  (Bug#5555)
349
350 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
353         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
354
355 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
356
357         * time-date.el (date-to-time): Doc fix (Bug#5408).
358
359 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
360
361         * message.el (message-mail): Just pass yank-action on to message-setup.
362         (message-setup): Handle (FUN . ARGS) form of yank-action.
363         (message-with-reply-buffer, message-widen-reply)
364         (message-yank-original): Handle non-buffer values of
365         message-reply-buffer (Bug#4080).
366         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
367
368 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
369
370         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
371         Fix typo in docstring.
372
373 2010-01-08  Jason Rumney  <jasonr@gnu.org>
374
375         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
376         response.
377
378 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
381
382         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
383
384         * message.el (message-check-news-header-syntax): Protect against a
385         string that `rfc822-addresses' returns when parsing fails.
386
387 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
390         (gnus-previous-char-property-change): New functions.
391
392         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
393
394 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
395
396         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
397         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
398
399 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
400
401         * message.el (message-exchange-point-and-mark): Rework last change to
402         avoid using optional arg of exchange-point-and-mark, for backward
403         compatibility.
404
405 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
406
407         * message.el (message-exchange-point-and-mark): Call
408         exchange-point-and-mark with an argument rather than setting
409         mark-active by hand (Bug#5175).
410
411 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * nntp.el (nntp-service-to-port): Work for service expressed with
414         numeric string; replace [:digit:] with [0-9] for XEmacs.
415
416 2009-12-17  Glenn Morris  <rgm@gnu.org>
417
418         * gnus-group.el (gnus-bug-group-download-format-alist):
419         Change emacs entry to debbugs.gnu.org.  Bump :version.
420
421 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
422
423         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
424
425 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
426
427         * message.el (message-info): Explain why we use `Info-goto-node'.
428
429 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
432
433 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
434
435         * message.el (message-completion-in-region): New compatibility function.
436         (message-expand-group): Use it.
437
438 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
441         with no unread article should be listed if the 2nd arg `predicate' is
442         given.
443
444 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
447
448 2009-11-29  Juri Linkov  <juri@jurta.org>
449
450         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
451         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
452         on `gnus-recenter'. (Bug#4698, Bug#4981)
453
454 2009-11-26  Kevin Ryde  <user42@zip.com.au>
455
456         * sha1.el (sha1-string-external): default-directory "/" in case
457         otherwise non-existent.  process-connection-type pipe for touch of
458         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
459
460 2009-11-25  Kevin Ryde  <user42@zip.com.au>
461
462         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
463         it's comms related and sgml-mode.el has "comm" on that basis too.
464
465 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
468         containing tspecial characters if they have been already quoted.
469
470 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
471
472         * dns-mode.el (auto-mode-alist): Purecopy string.
473
474 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
475
476         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
477
478 2009-10-24  Glenn Morris  <rgm@gnu.org>
479
480         * gnus-art.el (help-xref-stack-item): Define for compiler.
481
482 2009-10-21  Kevin Ryde  <user42@zip.com.au>
483
484         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
485
486 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
489
490 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
493         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
494
495 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus.el (gnus-overlay-get): New alias to overlay-get.
498         (gnus-overlays-in): New alias to overlays-in.
499
500         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
501         gnus-overlay-get, and gnus-delete-overlay.
502         (gnus-summary-show-thread): Make it work as well for systems in which
503         next-single-char-property-change is not available.
504         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
505
506         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
507         (gnus-overlay-get): New alias to extent-property.
508         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
509
510         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
511         SXEmacs.
512
513         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
514         SXEmacs.
515
516 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
517
518         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
519
520 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
521
522         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
523         and XEmacs that don't have `remove-overlays'.
524
525 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
526
527         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
528         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
529         selective display.  Use overlays instead.
530
531 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
532
533         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
534
535 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
536
537         * spam-stat.el (spam-stat-load): Fix typo in message.
538
539 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
540
541         * dig.el (dig-invoke): Fix typo in docstring.
542         (query-dig): Reflow docstring.
543
544 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
545
546         * gnus-art.el (gnus-article-encrypt-body):
547         * message.el (message-check-recipients):
548         * mm-util.el (mm-codepage-setup):
549         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
550         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
551
552 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
553
554         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
555         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
556         keys from the menu if mm-{sign,encrypt}-option is 'guided.
557         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
558         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
559
560 2009-09-21  Kevin Ryde  <user42@zip.com.au>
561
562         * dig.el: Add "Keywords: comm", as per net-utils.el.
563
564 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
565
566         * dig.el (dig-mode): Use define-derived-mode.
567
568 2009-09-19  Glenn Morris  <rgm@gnu.org>
569
570         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
571
572 2009-09-18  Glenn Morris  <rgm@gnu.org>
573
574         * gnus-diary.el (gnus-diary-check-message):
575         * message.el (message-insert-formatted-citation-line):
576         * nnbabyl.el (top-level):
577         * nndiary.el (nndiary-schedule):
578         Fix typos in condition-case handlers.
579
580 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * gnus-art.el (gnus-article-edit-part): Work for the buffer
583         configuration that provides the sole article window in a frame;
584         position point correctly after deleting a part.
585
586 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
587
588         * spam.el (spam-unregister-on-reregister): Add boolean variable.
589         (spam-resolve-registrations-routine): Use it to unregister articles
590         that change status.
591
592 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
595         with XEmacs.
596         (parse-time-string-chars): Use it.
597
598 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * imap.el (imap-interactive-login): Better messages.
601         (imap-open): Fix bug with renamed buffer on reconnect.
602         (imap-authenticate): Add buffer-local imap-last-authenticator variable
603         for easier debugging and cleaner code.  On successful (guessed based on
604         server capabilities) secondary authentication, set imap-state
605         correctly.
606         (imap-last-authenticator): Define imap-last-authenticator as a variable
607         to avoid warnings.
608
609 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * nnrss.el (nnrss-request-article): Remove binding of
612         default-enable-multibyte-characters that has gotten needless by
613         the 2007-07-13 change in rfc2047-encode-message-header.
614
615         * mml.el (mml-insert-multipart): Error on the message header.
616         (mml-insert-part): Error on the message header; position point at
617         the end of a MIME tag.
618
619 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * time-date.el (autoload): Expand define-obsolete-function-alias into
622         defalias and make-obsolete for old Emacsen that Gnus supports.
623         (with-no-warnings): Define it for old Emacsen.
624         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
625         is available.
626         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
627         float-time is available; suppress compile warning for time-to-seconds.
628
629         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
630         (gnus-float-time): Alias to float-time if it exists.
631
632         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
633         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
634         float-time is available; suppress compile warning for time-to-seconds.
635
636         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
637         XEmacs.
638
639 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
640
641         * imap.el (imap-message-map): Docstring fix.
642
643 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
646         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
647         Add the optional argument `encoding' that overrides the default.
648
649         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
650         mm-encode-buffer.
651
652 2009-09-04  Glenn Morris  <rgm@gnu.org>
653
654         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
655         mm-disable-multibyte, rather than default-enable-multibyte-characters.
656         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
657         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
658         * mm-util.el (mm-with-unibyte-current-buffer)
659         (mm-find-buffer-file-coding-system):
660         * yenc.el (yenc-decode-region): Use default-value rather than
661         default-enable-multibyte-characters.
662
663 2009-09-03  Glenn Morris  <rgm@gnu.org>
664
665         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
666         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
667         than default-enable-multibyte-characters.
668
669 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
670
671         * gnus-art.el (gnus-article-read-summary-keys):
672         Fix gnus-buffer-configuration's value temporarily used.
673
674 2009-09-02  Glenn Morris  <rgm@gnu.org>
675
676         * gnus-util.el (gnus-float-time): New function.
677         * gnus-delay.el (gnus-delay-article):
678         * gnus-sum.el (gnus-thread-latest-date):
679         * gnus-util.el (gnus-user-date): Use gnus-float-time.
680         * nnspool.el (nnspool-request-newgroups):
681         Use gnus-float-time rather than time-to-seconds.
682         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
683
684         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
685         (gnus-header-subject-face, gnus-header-newsgroups-face)
686         (gnus-header-name-face, gnus-header-content-face):
687         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
688         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
689         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
690         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
691         (gnus-cite-face-11):
692         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
693         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
694         (gnus-server-closed-face, gnus-server-denied-face)
695         (gnus-server-offline-face):
696         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
697         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
698         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
699         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
700         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
701         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
702         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
707         (gnus-summary-selected-face, gnus-summary-cancelled-face)
708         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
709         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
710         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
711         (gnus-summary-high-undownloaded-face)
712         (gnus-summary-low-undownloaded-face)
713         (gnus-summary-normal-undownloaded-face)
714         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
715         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
716         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
717         (gnus-splash-face):
718         * message.el (message-header-to-face, message-header-cc-face)
719         (message-header-subject-face, message-header-newsgroups-face)
720         (message-header-other-face, message-header-name-face)
721         (message-header-xheader-face, message-separator-face)
722         (message-cited-text-face, message-mml-face):
723         * sieve-mode.el (sieve-control-commands-face)
724         (sieve-action-commands-face, sieve-test-commands-face)
725         (sieve-tagged-arguments-face):
726         * spam.el (spam-face):
727         Mark face aliases with "-face" in the name as obsolete.
728
729 2009-09-01  Glenn Morris  <rgm@gnu.org>
730
731         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
732         than goto-line.
733
734 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
737         Don't move point if the command is invoked inside the message header.
738
739 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
740
741         * imap.el (imap-send-command): Simplify.
742         (imap-wait-for-tag): point-max -> buffer-size.
743
744 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
747         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
748         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
749         * nnir.el (nnir-swish-e-index-file):
750         * gnus-sum.el (gnus-summary-delete-marked-as-read)
751         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
752         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
753         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
754         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
755         (gnus-treat-display-xface): Add Emacs version of obsolescence.
756
757 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
760         Don't save excursion.
761
762 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
763
764         * nnheader.el (nnheader-find-file-noselect):
765         * mm-util.el (mm-insert-file-contents):
766         Use (default-value 'major-mode) instead of default-major-mode.
767
768 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
769
770         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
771
772 2009-08-26  Glenn Morris  <rgm@gnu.org>
773
774         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
775         than placing in files.el.
776
777 2009-08-25  Glenn Morris  <rgm@gnu.org>
778
779         * nnir.el (top-level): Don't require cl at run-time.
780         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
781         Replace cl-function substitute with gnus-replace-in-string.
782         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
783         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
784         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
785         simplified expansions.
786
787 2009-08-25  Kevin Ryde  <user42@zip.com.au>
788
789         * dig.el (dig): Add autoload cookie.
790
791 2009-08-22  Glenn Morris  <rgm@gnu.org>
792
793         * gnus-art.el (gnus-button-patch): Use forward-line rather than
794         goto-line.
795
796 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
797
798         * parse-time.el (parse-time-string-chars): Save match data.
799
800 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
801
802         * parse-time.el (parse-time-string-chars): Compute using character
803         classes, to handle non-ascii characters (Bug#3190).
804
805 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
808
809         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
810         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
811         (gnus-mm-display-part, gnus-mime-display-single)
812         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
813         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
814
815         * gnus-sum.el
816         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
817         (gnus-summary-move-article): Add expirable mark to articles copied or
818         moved to group that has auto-expire turned on if the option is non-nil.
819
820 2009-07-24  Glenn Morris  <rgm@gnu.org>
821
822         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
823         Fix typo.  (Bug#3903)
824
825 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
828         gnus-article-read-summary-keys rather than gnus-summary-edit-article
829         that should not be used for draft articles.
830         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
831         that has no concern in minor mode keys.
832         (gnus-article-summary-command, gnus-article-summary-command-nosave):
833         Abolish.
834
835 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
838         article without making inquiry to a user for unknown encoding.
839
840         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
841         (nnmaildir--scan): Assume i-node and device number that file-attributes
842         returns might be cons-cell.
843
844         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
845
846         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
847
848 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * auth-source.el: Remove docs now in auth.texi.  Don't use
851         `gnus-message' for logging.  Add new variables `auth-source-debug' and
852         `auth-source-hide-passwords' and use them.
853
854 2009-07-15  Glenn Morris  <rgm@gnu.org>
855
856         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
857
858 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
861         excessive whitespace from the default values of title and description.
862
863 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
866         mail-fetch-field to fetch Content-Description header in order to
867         exclude newlines.
868
869 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
870
871         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
872         format used by GnuPG 2.0.11.
873
874 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
877         to deleted part.
878
879 2009-05-30  David Engster  <dengste@eml.cc>
880
881         * nnmairix.el: Remove old documentation in the commentary block.
882         (nnmairix-request-group): Do not update active file for nnml back ends.
883         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
884         end so that overview files are ignored.
885         (nnmairix-update-groups): Make updating the groups more robust by using
886         marks.
887         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
888         with dollar characters in message-id.
889
890 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
891
892         * spam.el: Use dns-query instead of query-dns.  Was renamed on
893         2008-12-25 in dns.el.
894
895 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
896
897         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
898         could happen if the text is only composed of spaces and/or tabs.
899
900 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
901
902         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
903         when sending a queued message to avoid extra mml tags.
904
905 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
908
909 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
912         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
913         rmail-toggle-header for XEmacs;
914         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
915
916 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-dired.el: Remove autoload for gnus-setup-message.
919         (gnus-dired-attach): Fake this-command value to prevent Gnus from
920         displaying Gnus logo; always use compose-mail.
921
922 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
925
926 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
929         (gnus-nocem-issuers): List currently active issuers; fix custom type.
930         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
931         available.
932         (gnus-nocem-epg-verify): New function.
933
934 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
935
936         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
937
938 2009-02-15  Glenn Morris  <rgm@gnu.org>
939
940         * gnus-util.el (rmail-insert-rmail-file-header)
941         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
942         autoloads.
943         (rmail-default-rmail-file): Remove unnecessary declaration.
944         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
945
946 2009-02-14  Glenn Morris  <rgm@gnu.org>
947
948         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
949         variable (only used in gnus-util, which declares it anyway).
950         (rmail-output-to-rmail-file): Remove autoload of deleted function,
951         which was only needed by gnus-art (changed to not use it any more).
952         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
953         only used in gnus-util, which autoloads it itself.
954         (rmail-update-summary): Fix autoload.
955
956         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
957         rather than rmail-output-to-rmail-file.
958
959 2009-02-07  Glenn Morris  <rgm@gnu.org>
960
961         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
962         autoload of function that no longer exists.
963         (rmail-toggle-header): Declare.
964         (message-forward-rmail-make-body): Handle mbox Rmail.
965
966 2009-01-31  Glenn Morris  <rgm@gnu.org>
967
968         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
969         2009-01-09 change.
970
971 2009-01-31  Dave Love  <fx@gnu.org>
972
973         * imap.el (imap-fetch-safe): Bind debug-on-error.
974         (imap-debug): Add imap-fetch-safe.
975
976 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
979         (auth-source-forget-all-cached): New convenience function.
980         (auth-source-user-or-password): Accept list of modes or a single mode.
981
982         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
983         auth-source modes.
984
985         * netrc.el (netrc-machine-user-or-password): Use list of
986         auth-source modes.
987
988         * nnimap.el (nnimap-open-connection): Use list of
989         auth-source modes.
990
991         * nntp.el (nntp-send-authinfo): Use list of
992         auth-source modes.
993
994 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
995
996         * auth-source.el: Update docs to reflect epa-file-enable is to be used
997         now.
998
999 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1002         coding system in XEmacs; add a workaround for XEmacs.
1003
1004         * lpath.el: Fbind coding-system-aliasee.
1005
1006 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1009         of current-language-environment.
1010
1011 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1012
1013         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1014         available at runtime.
1015
1016 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1019
1020 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1021
1022         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1023         the greatest positive fixnum value doesn't work under an XEmacs with
1024         bignum support; use the most-positive-fixnum constant instead,
1025         available since Emacs 21.1 with cl and XEmacs 21.1.
1026
1027 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1030         XEmacs gets not to work.
1031
1032 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * mm-util.el (mm-coding-system-priorities): Allow the value like
1035         "Japanese (UTF-8)" of current-language-environment.
1036
1037 2009-01-09  Glenn Morris  <rgm@gnu.org>
1038
1039         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1040         with last-command-event.
1041
1042 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1043
1044         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1045         in the doc string.
1046
1047         * message.el (message-fix-before-sending): Amend comment.
1048
1049 2009-01-08  Dave Love  <fx@gnu.org>
1050
1051         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1052
1053 2009-01-07  David Engster  <dengste@eml.cc>
1054
1055         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1056         simplified server definitions by converting it via
1057         gnus-server-to-method.
1058
1059 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1062         parameter's operands.
1063
1064 2009-01-06  David Engster  <dengste@eml.cc>
1065
1066         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1067         primary select method (for gnus-group-mark-article-as-read).
1068
1069 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1070
1071         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1072         `(gnus)Face', not `(gnus)X-Face'.
1073
1074 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * mm-util.el (mm-ucs-to-char): New function.
1077
1078         * mm-url.el (mm-url-decode-entities): Use it.
1079
1080         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1081         unicode-to-char.
1082
1083 2009-01-05  Dave Love  <fx@gnu.org>
1084
1085         * time-date.el: Require cl for `declare'.
1086
1087 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1090         Dave Love.
1091
1092 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * message.el (message-fix-before-sending): Add `eight-bit' to
1095         illegible-text check.
1096
1097 2009-01-03  Michael Olson  <mwolson@gnu.org>
1098
1099         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1100         `headers' is nil.  This can occur if the IMAP server does not have
1101         permissions to read messages from a folder, but can write new messages
1102         to the folder.
1103         (nnimap-request-article-part): Do not insert `data' if it is nil.
1104
1105         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1106         characters which will confuse `read', so skip past them.
1107
1108 2009-01-01  Dave Love  <fx@gnu.org>
1109
1110         * imap.el (imap-string-to-integer): Fix typo.
1111         (imap-fetch-safe): New function.
1112         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1113
1114         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1115
1116         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1117         (imap-parse-greeting): Fix doc strings.
1118         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1119         (imap-parse-flag-list): Make messages unique.
1120         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1121
1122         * nnimap.el: Fix author email.
1123         (nnimap-split-rule): Add FIXME comment.
1124         (nnimap-debug): Fix doc string.
1125
1126 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1127
1128         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1129
1130 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1131
1132         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1133         nslookup if resolv.conf isn't available.
1134         (dns-query): Rename from query-dns.
1135         (dns-query-cached): Rename from query-dns-cached.
1136
1137 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1140         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1141         to check if those variables exist (first appeared in Emacs 18.50).
1142
1143 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * mm-util.el (mm-line-number-at-pos): New function.
1146
1147         * spam-report.el (spam-report-process-queue): Use it.
1148
1149 2008-12-24  David Engster  <dengste@eml.cc>
1150
1151         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1152         parameters that haven't existed as variables as buffer-local variables.
1153
1154 2008-12-23  Dave Love  <fx@gnu.org>
1155
1156         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1157         cadar.
1158
1159         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1160         imap-starttls-p.
1161         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1162
1163 2008-12-22  Dave Love  <fx@gnu.org>
1164
1165         * imap.el: Fix author email.  Doc fixes.
1166         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1167         reply.
1168
1169 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1170
1171         * spam-report.el (spam-report-gmane-max-requests): New constant.
1172         (spam-report-gmane-wait): New variable.
1173         (spam-report-gmane-ham, spam-report-gmane-spam)
1174         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1175         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1176         the server.
1177
1178         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1179         Add explanations.
1180
1181         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1182         nnheader-accept-process-output and nnheader-read-timeout if available.
1183         (pop3-movemail): Use it.
1184
1185         * message.el (message-check-news-body-syntax): Fix signature check if
1186         there's an attachment.
1187
1188 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * mm-util.el: Add comments to the mm- emulating functions.
1191
1192 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1193
1194         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1195         by Stephen Berman <stephen.berman@gmx.net>.
1196
1197 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * mm-util.el (mm-substring-no-properties): New function.
1200         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1201         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1202         (mm-string-to-multibyte): Doc fix.
1203
1204         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1205
1206 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1207
1208         * mml.el (mml-attach-file): Strip text properties from file name.
1209         (Bug#1574)
1210
1211 2008-12-16  Glenn Morris  <rgm@gnu.org>
1212
1213         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1214
1215 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1218         knows since the charset specified might be a bogus alias that
1219         mm-charset-synonym-alist provides.
1220
1221 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1224         "ISO_8859-1".
1225
1226         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1227
1228 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * mm-util.el (mm-charset-eval-alist):
1231         Define it before mm-charset-to-coding-system.
1232         (mm-charset-to-coding-system): Add optional argument `silent';
1233         define it before mm-charset-override-alist.
1234         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1235         default value if it can be used in Emacs currently running;
1236         silence mm-charset-to-coding-system.
1237
1238 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1241         `allow-override' which says whether to use `mm-charset-override-alist'.
1242         (rfc2047-decode-encoded-words): Use it.
1243
1244         * mm-util.el (mm-charset-override-alist): Fix custom type;
1245         add `(gb2312 . gbk)' to choices.
1246
1247 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1250         fast.
1251
1252         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1253
1254         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1255
1256 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1257
1258         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1259         on links.
1260
1261         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1262
1263 2008-12-03  Lute Kamstra  <lute@gnu.org>
1264
1265         * sha1.el: Remove leading * from docstrings of defcustoms,
1266         deffaces, defconsts and defuns.
1267
1268 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1271         users' addresses that don't have domain parts.
1272         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1273         rather than message-narrow-to-head since there will be the message
1274         header separator.
1275
1276 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1277
1278         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1279         since the result is inserted in a unibyte buffer anyway.
1280         (nnimap-demule-use-string-to-multibyte): Remove.
1281         (nnimap-demule): Alias it to mm-string-to-multibyte.
1282
1283 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1284
1285         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1286         variable for debugging bug#464 and bug#1174.
1287         (nnimap-demule): Use it.
1288
1289 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1292         score calculation correctly.
1293
1294 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1295
1296         * message.el (message-send-mail): Just set the buffer to unibyte
1297         rather than use mm-with-unibyte-current-buffer which does a lot more.
1298         (message-send-mail-partially): Don't bother with
1299         mm-with-unibyte-current-buffer since it's already been made unibyte by
1300         message-send-mail.
1301
1302 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1305
1306 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1307
1308         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1309
1310 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1313         require itself and to remove `with-no-warnings'.
1314
1315 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * starttls.el (starttls-any-program-available): Get the name of the
1318         available TLS layer program.
1319         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1320         well as the host name in the "opening" message.
1321
1322         * auth-source.el (auth-source-cache, auth-source-do-cache)
1323         (auth-source-user-or-password): Cache passwords and logins by default,
1324         allow override with `auth-source-do-cache'.
1325         (auth-source-forget-user-or-password): Allow users to remove cache
1326         entries if needed.
1327
1328 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1329
1330         * md4.el (md4-buffer): Fix typo in docstring.
1331         (md4, md4-64): Doc fixes.
1332         (md4-pack-int32): Reflow docstring.
1333
1334 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1335
1336         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1337         condition-case to only the forward-sexp call.
1338
1339 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1340
1341         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1342         quotes contained.  Make it more robust regardless by an extra
1343         condition-case wrapper.
1344
1345 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1348
1349 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * nnml.el (nnml-request-expire-articles): Check if the function set to
1352         `nnmail-expiry-target' returns the symbol `delete'.
1353
1354         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1355
1356         * nnmail.el (nnmail-expiry-target): Fix custom type.
1357
1358 2008-10-02  Glenn Morris  <rgm@gnu.org>
1359
1360         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1361         Silence compiler warning.
1362
1363 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1364
1365         * tls.el (open-tls-stream): Show the actual command being
1366         executed, instead of the format string.
1367
1368 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * lpath.el: Fbind codepage-setup for Emacs 23.
1371
1372 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1373
1374         * mml.el (mml-menu): Don't assume mml2015 is bound.
1375
1376 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1379         exists.
1380
1381 2008-09-27  Glenn Morris  <rgm@gnu.org>
1382
1383         * gnus-util.el (mail-header-remove-comments): Autoload it.
1384
1385 2008-09-27  Andreas Schwab  <schwab@suse.de>
1386
1387         * gnus-util.el (gnus-split-references): Strip comments.
1388         (gnus-parent-id): Likewise.
1389
1390 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * message.el (message-confirm-send): Fix version.
1393
1394 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * message.el (message-idna-to-ascii-rhs-1): Use
1397         mail-extract-address-components rather than mail-header-parse-addresses
1398         that is an alias by default to ietf-drums-parse-addresses that does not
1399         support non-ASCII names in headers' contents.
1400
1401 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1402
1403         * message.el (message-confirm-send): Fixed variable documentation to
1404         avoid the "y/n" wording.
1405
1406 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1407
1408         * message.el (message-set-auto-save-file-name): Save to a different
1409         filename so multiple messages (especially drafts) can be recovered.
1410
1411 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1412
1413         * message.el (message-confirm-send): Add appropriate version.
1414
1415 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1418         defvar.
1419
1420 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1421
1422         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1423         (mm-pkcs7-enveloped-magic): Ditto.
1424
1425 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1426
1427         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1428         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1429
1430 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1433         default, it's better.
1434
1435 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1436
1437         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1438         summary line gnus-number property and ignore them (with a warning
1439         message).
1440
1441 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1444         macro caddr in the interactive form since it won't be expanded.
1445
1446 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1449         `charset'; fix name of function called recursively.
1450         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1451
1452 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1455         (gnus-mime-set-charset-parameters): New function.
1456         (gnus-mime-view-part-as-charset): Use it to correctly display part
1457         specifying wrong charset.
1458
1459 2008-09-08  David Engster  <dengste@eml.cc>
1460
1461         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1462         in completing-read for back end server.
1463
1464 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * message.el (message-confirm-send): New variable to confirm sending a
1467         message.
1468         (message-send): Use it.
1469
1470 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1473
1474 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1477
1478 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1481         prevent tracking too many groups.
1482         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1483         Use it.
1484
1485 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1486
1487         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1488         moving point to the bottom of the window in order to avoid recentering.
1489
1490 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1493
1494         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1495         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1496         (gnus-article-beginning-of-window): Fix calculation.
1497
1498 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-msg.el (gnus-summary-supersede-article)
1501         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1502         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1503         message header.
1504
1505 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1506
1507         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1508         pending output coming after the status change.
1509
1510 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1511
1512         * message.el:
1513         * gnus-start.el:
1514         * gnus-registry.el: Remove VMS support.
1515
1516 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1519         macro.
1520         (rfc2104-hash): Use it.
1521
1522 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1525         (gnus-summary-sort-by-most-recent-date): New commands.
1526         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1527         and menu entries.
1528
1529 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1532         don't redisplay article for raw contents; remove plural articles stuff.
1533
1534         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1535         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1536         on gnus-summary-save-article; display results properly.
1537
1538 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * lpath.el: No need to fbind ns-focus-frame.
1541
1542 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1545
1546 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1549         gnus-save-all-headers.
1550
1551 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1552
1553         * gnus-util.el (ns-focus-frame): Remove declaration.
1554         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1555         like x.
1556
1557 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1558
1559         * rfc2104.el (rfc2104-zero): Delete defconst.
1560         (rfc2104-hex-alist): Likewise.
1561         (rfc2104-hex-to-int): Delete func.
1562         (rfc2104-hexstring-to-bitstring): Likewise.
1563         (rfc2104-nybbles): New defconst.
1564         (rfc2104-hash): Rewrite for speed.
1565
1566 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * tls.el (open-tls-stream): Make it work with the 2nd argument
1569         BUFFER that is a string but does not exist as a buffer object, as
1570         mentioned in the doc-string.
1571
1572 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1575         SXEmacs.
1576
1577 2008-07-16  Glenn Morris  <rgm@gnu.org>
1578
1579         * gnus-util.el (ns-focus-frame): Declare for compiler.
1580
1581 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1584         set as a group parameter.
1585         (gnus-summary-save-in-pipe): Work when it is called independently.
1586         (gnus-summary-pipe-to-muttprint): Don't modify
1587         gnus-summary-pipe-output-default-command.
1588
1589 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1590
1591         * message.el (message-send-mail-with-sendmail):
1592         Display the error message.
1593
1594 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-art.el (gnus-default-article-saver):
1597         Add gnus-summary-save-in-pipe to choices.
1598         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1599         gnus-summary-pipe-output-default-command as the default command.
1600         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1601         instead of gnus-last-shell-command.
1602
1603         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1604         New user option.
1605         (gnus-summary-muttprint-program): Mention the value will be changed.
1606         (gnus-summary-save-article): Force showing of all headers.
1607         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1608
1609 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1610
1611         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1612
1613 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1614
1615         * nnimap.el (nnimap-id):
1616         * sieve-manage.el (sieve-manage-open): Doc fixes.
1617
1618 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1619
1620         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1621         if available.
1622
1623 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1624
1625         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1626
1627         * nnkiboze.el (nnkiboze-generate-group):
1628         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1629
1630         * nnmairix.el: Require CL.
1631
1632 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * dgnushack.el: Autoload get-display-table and put-display-table for
1635         XEmacs 21.5.
1636
1637         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1638         21.4 and SXEmacs.
1639
1640 2008-06-15  David Engster  <dengste@eml.cc>
1641
1642         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1643
1644 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1645
1646         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1647         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1648         runtime choice under XEmacs.
1649
1650         * gnus-sum.el (gnus-summary-set-display-table):
1651         Use `gnus-put-display-table', `gnus-get-display-table',
1652         `gnus-set-display-table' for the display table, instead of `aset'.
1653
1654         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1655         Use `gnus-put-display-table', `gnus-get-display-table',
1656         `gnus-set-display-table' for the display table.
1657
1658 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1659
1660         * nnmairix.el: Add autoloads.
1661
1662 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1663
1664         * nnmairix.el (nnmairix-delete-recreate-group)
1665         (nnmairix-update-and-clear-marks): Fix error messages.
1666
1667 2008-06-14  David Engster  <dengste@eml.cc>
1668
1669         * nnmairix.el: Upgrade to version 0.6.
1670         (nnmairix-group-toggle-propmarks-this-group)
1671         (nnmairix-group-toggle-readmarks-this-group)
1672         (nnmairix-group-delete-recreate-this-group)
1673         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1674         (nnmairix-remove-tick-mark-original-article): New commands.
1675         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1676         (nnmairix-propagate-marks-to-nnmairix-groups)
1677         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1678         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1679         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1680         functions needed for marks propagation and manipulation of read marks.
1681         (nnmairix-update-groups): New function.
1682         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1683         (nnmairix-determine-original-group-from-registry)
1684         (nnmairix-determine-original-group-from-path)
1685         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1686         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1687         New helper functions.
1688         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1689         keystrokes for new commands.
1690         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1691         (nnmairix-request-group): Check allow-fast group parameter.
1692         (nnmairix-request-create-group): Set allow-fast group parameter if
1693         nnmairix-allowfast-default is set.
1694         (nnmairix-close-group): Propagate marks upon closing if needed.
1695         (nnmairix-group-toggle-threads-this-group): Use new.
1696         nnmairix-group-toggle-parameter helper function.
1697         (nnmairix-search): Better check for empty search result.
1698         (nnmairix-goto-original-article): Use new helper functions for
1699         determining original article.
1700         (nnmairix-show-original-article): Make sure message-id is in brackets.
1701         (nnmairix-call-mairix-binary): Change variable name.
1702         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1703         helper function.
1704         (nnmairix-widget-toggle-activate): Fix doc string.
1705
1706 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * nnir.el: Require edmacro when compiling with XEmacs.
1709         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1710         available in Emacs 21.
1711
1712 2008-06-11  Glenn Morris  <rgm@gnu.org>
1713
1714         * gnus-util.el (x-focus-frame):
1715         * gnus.el (image-size):
1716         * mm-decode.el (image-size): Declare.
1717
1718         * gnus-picon.el (declare-function): Add compat definition.
1719         (image-size): Declare.
1720
1721         * gnus-group.el (tool-bar-map):
1722         * gnus-sum.el (tool-bar-map): Define for compiler.
1723
1724         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1725
1726         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1727
1728         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1729         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1730         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1731         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1732         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1733         * sieve-manage.el, spam-report.el, spam.el:
1734         Remove unnecessary eval-and-compile of autoloads.
1735
1736 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1737
1738         * auth-source.el: Precise Tramp doc.
1739
1740 2008-06-07  Glenn Morris  <rgm@gnu.org>
1741
1742         * nnmairix.el: Remove unnecessary eval-when-compile.
1743
1744 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * lpath.el: Fbind propertize for XEmacs 21.4.
1747
1748 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * nnir.el: Move here from ../contrib.
1751
1752 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1753
1754         * gnus-util.el (gnus-read-shell-command): New function.
1755         * mm-decode.el (mm-pipe-part):
1756         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1757
1758 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1761
1762 2008-06-03  Glenn Morris  <rgm@gnu.org>
1763
1764        * pop3.el (nnheader-accept-process-output): Autoload it.
1765
1766 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1769         are not 2-digit hexadecimal characters that follow `%'s.
1770
1771 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1772
1773         * message.el (message-bogus-recipient-p): Fix type in doc string.
1774         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1775         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1776         Improve custom options.
1777         (message-bogus-recipient-p): Adjust accordingly.
1778
1779 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1780
1781         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1782         long-form month and day names.
1783
1784 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * dgnushack.el: Autoload debug, eudc-expand-inline and
1787         pgg-snarf-keys-region for XEmacs.
1788
1789         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1790
1791         * nnmairix.el: Require edmacro when compiling with XEmacs.
1792
1793 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1794
1795         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1796         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1797
1798 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1799
1800         * auth-source.el: Add more docs.
1801
1802         * netrc.el (netrc-machine): Always match if the port is not given.
1803
1804 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1807         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1808         retrieval faster in some cases, but might make CPU usage larger.  If
1809         this has any bad side effects, we might revert this change.
1810
1811         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1812         seems to make mail retrieval much, much faster.
1813         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1814         unconditionally.
1815
1816         * gnus-draft.el (gnus-group-send-queue): Bind
1817         message-send-mail-partially-limit to nil to avoid being prompted.
1818
1819 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1820
1821         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1822
1823         * message.el (message-bogus-address-regexp): Fix and improve custom
1824         type.
1825         (message-setup-hook): Add message-check-recipients as custom option.
1826
1827 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * message.el (message-cite-function): Remove bogus autoload which crept
1830         in during merge from v5-10.
1831
1832 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1835
1836         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1837
1838         * auth-source.el: Preliminary Tramp docs.
1839         (auth-sources): Change the default auth-sources to use
1840         EPA .gpg files.
1841
1842 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1843
1844         * nntp.el: Autoload `auth-source-user-or-password'.
1845         (nntp-send-authinfo): Use it.
1846
1847         * nnimap.el: Autoload `auth-source-user-or-password'.
1848         (nnimap-open-connection): Use it.
1849
1850         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1851         for the gnus-message function.
1852         (auth-source-user-or-password): Use it.
1853
1854 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1855
1856         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1857         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1858         (rfc2104-hash): Use it.
1859
1860 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1861
1862         * gnus-art.el (gnus-article-toggle-truncate-lines):
1863         Don't use `iff' in docstring.
1864
1865 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1866
1867         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1868
1869         * gnus-util.el (gnus-extract-address-component-name)
1870         (gnus-extract-address-component-email): Convenience functions around
1871         `gnus-extract-address-components'.
1872
1873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1874         Use `gnus-extract-address-component-email' to fix bug of comparing full
1875         sender name to `user-mail-address'.
1876
1877 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1880         catch/throw to optimize.
1881         (gnus-registry-find-keywords): Just use member to find a keyword.
1882
1883 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1884
1885         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1886         is current before calling gnus-server-prepare.
1887         (gnus-server-setup-buffer, gnus-server-update-server)
1888         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1889
1890 2008-05-04  Juri Linkov  <juri@jurta.org>
1891
1892         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1893         (mailcap-file-default-commands): Use mailcap-replace-in-string
1894         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1895         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1896
1897 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1898
1899         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1900
1901 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1902
1903         * gnus.el: Bump version to 0.11
1904
1905 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1906
1907         * gnus.el: No Gnus v0.10 is released.
1908
1909 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1912         hooks.
1913         (gnus-update-read-articles): Speed up non-marks-using users.
1914         (gnus-use-marks): Define gnus-use-marks.
1915         (gnus-propagate-marks): Rename variable to something more sensible.
1916
1917 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1918
1919         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1920         (gmm-image-load-path-for-library): Fix typos in docstrings.
1921         (gmm-message): Reflow docstring.
1922
1923 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * mail-source.el (mail-source-set-1, mail-source-bind):
1926         Move auth-source code out of the macro to clean it up and fix bugs.
1927
1928 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1931         by sender if it's equal to user-mail-address, it's likely to be
1932         useless.
1933
1934         * mail-source.el (mail-source-bind): Don't use user or password if they
1935         are not bound.  Unintern them if they are nil.  Don't use server unless
1936         it's bound, and default it to empty string otherwise.
1937
1938 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1939
1940         * mail-source.el: Load auth-source.el.
1941         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1942         get user name or password, if auth-sources is set up.
1943
1944         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1945         strategy of splitting with parent.
1946         (gnus-registry-split-fancy-with-parent)
1947         (gnus-registry-post-process-groups): Use it and fix prior
1948         bug (returning a list as the split result).
1949
1950         * auth-source.el (auth-sources): Remove server parameter.
1951         (auth-source-pick, auth-source-user-or-password)
1952         (auth-source-user-or-password-imap)
1953         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1954         (auth-source-user-or-password-sftp)
1955         (auth-source-user-or-password-smtp): Remove server parameter.
1956
1957 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1958
1959         * smime.el (smime-sign-region, smime-encrypt-region)
1960         (smime-decrypt-region):
1961         Remove redundant calls to `generate-new-buffer-name'.
1962
1963 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1964
1965         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1966         Don't use QP for message/rfc822.
1967         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1968
1969 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1970
1971         * sieve-manage.el (sieve-string-bytes): Remove.
1972         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1973         correct byte-length only if the process's coding-system is the same as
1974         the one used internally by Emacs to represent strings.
1975
1976 2008-04-22  Juri Linkov  <juri@jurta.org>
1977
1978         * mailcap.el (mailcap-file-default-commands): New function.
1979
1980 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1981
1982         * message.el (message-signature-separator, message-cite-function):
1983         Change custom version.
1984
1985 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1986
1987         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1988         commands.
1989         (tls-checktrust): Ditto.
1990
1991 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1992
1993         * mm-decode.el (mm-display-external): Make temp file read-only.
1994
1995 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1998         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1999         `C-c C-f d'.
2000
2001 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2002
2003         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2004
2005 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * gnus.el: Bump version to 0.9.
2008
2009 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * gnus.el: No Gnus v0.8 is released.
2012
2013 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2014
2015         * mail-source.el (mail-source-value):
2016         Prefer fboundp to functionp so it works with macros as well.
2017
2018 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2019
2020         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2021         Fix last change in case the element is not even a symbol.
2022
2023 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2024
2025         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2026         Prefer fboundp to functionp so it works with macros as well.
2027
2028 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2029
2030         * auth-source.el: Added docs.
2031         (auth-sources): Modify format to support server.
2032         (auth-source-pick, auth-source-user-or-password)
2033         (auth-source-user-or-password-imap)
2034         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2035         (auth-source-user-or-password-sftp)
2036         (auth-source-user-or-password-smtp): Add server parameter.
2037
2038 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2039
2040         * gnus-registry.el: Initialize the registry when gnus-registry-install
2041         is t.
2042
2043 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * compface.el (uncompface): Make buffer unibyte.
2046
2047 2008-04-05  Glenn Morris  <rgm@gnu.org>
2048
2049         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2050
2051 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2052
2053         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2054         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2055
2056         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2057         multibyteness after rather than before erasing it.
2058
2059         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2060         mm-with-multibyte.
2061         (gnus-request-article-this-buffer): Make sure the proper decoding is
2062         used if gnus-original-article-buffer happens to be unibyte.
2063
2064         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2065         default-enable-multibyte-characters.
2066
2067         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2068         default-enable-multibyte-characters.
2069
2070         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2071
2072         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2073
2074 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2075
2076         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2077         (imap-message-copyuid-1): Use it.
2078         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2079         J. Williams in
2080         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2081
2082         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2083         imap-enable-exchange-bug-workaround.
2084         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2085
2086 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2087
2088         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2089         a 100 byte status-checks into a 2-3MB transfer for each group.
2090         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2091         to enable bug workaround or not.
2092         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2093
2094 2008-03-31  Glenn Morris  <rgm@gnu.org>
2095
2096         * message.el (mml2015-use): Declare for compiler.
2097         (message-info): Require mml2015 when appropriate.
2098
2099 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2102         whitespace.
2103
2104 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2105
2106         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2107         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2108         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2109         (nntp-service-to-port): New function.
2110         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2111         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2112         (nntp-open-netcat-stream): New function.
2113         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2114
2115 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2116
2117         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2118
2119 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2120
2121         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2122
2123 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2124
2125         * dns.el (dns-write): Use set-buffer-multibyte.
2126
2127 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2128
2129         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2130
2131 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2132
2133         * message.el (message-signature-separator): Change default.
2134         Improve custom type.
2135         (message-cite-function): Change default to
2136         message-cite-original-without-signature.
2137
2138         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2139         toggle.
2140
2141         * message.el (message-check-news-body-syntax): Fix signature check.
2142         (message-setup-1): Mark buffer as unmodified _after_ running
2143         message-setup-hook and handling message-alternative-emails.
2144         (message-shorten-references): Be more strict when building list of
2145         valid references to comply with GNKSA.
2146
2147         * gnus-group.el (gnus-read-ephemeral-bug-group)
2148         (gnus-read-ephemeral-debian-bug-group)
2149         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2150
2151         * message.el (message-info): Don't use booleanp which isn't supported
2152         in Emacs 21 and XEmacs.
2153
2154 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2157         gnus-group-gmane-group-download-format.
2158         (gnus-group-read-ephemeral-gmane-group): Rename from
2159         gnus-group-read-ephemeral-gmane-group.
2160         (gnus-read-ephemeral-gmane-group-url): Rename from
2161         gnus-group-read-ephemeral-gmane-group-url.
2162         (gnus-bug-group-download-format-alist): New variable.
2163         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2164         (gnus-read-ephemeral-emacs-bug-group): New commands.
2165
2166 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2169         (gnus-visible-headers): Improve custom type.
2170
2171 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2172
2173         * mml.el (mml-menu): Add workarounds for XEmacs.
2174
2175         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2176         X-Boundary header.
2177
2178         * message.el (message-simplify-recipients): Fix previous commit.
2179
2180 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2181
2182         * mm-util.el (mm-set-buffer-multibyte): New function.
2183         * mm-decode.el (mm-copy-to-buffer): Use it.
2184
2185 2008-03-19  Glenn Morris  <rgm@gnu.org>
2186
2187         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2188         Accidentally removed in the sync process with Emacs.
2189
2190 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * message.el (message-alter-recipients-discard-bogus-full-name):
2193         New function.
2194         (message-alter-recipients-function): New variable.
2195         (message-get-reply-headers): Use it.
2196         (message-replace-header): New helper function.
2197         (message-recipients-without-full-name): New variable.
2198         (message-simplify-recipients): New command.
2199
2200         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2201
2202         * message.el (message-info): Handle EasyPG manual.
2203
2204         * mml.el (mml-menu): Add entry for EasyPG.
2205
2206 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2207
2208         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2209         parameter.
2210
2211         * message.el (message-disassociate-draft): Specify drafts group name
2212         fully.
2213
2214 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2217         unnecessary duplicates from the match list.
2218
2219 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2222
2223         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2224
2225         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2226         args of `how-many' of which the XEmacs version doesn't take; declare
2227         Info-index-next as function.
2228
2229 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-score.el (gnus-score-headers): Fix handling of
2232         gnus-inhibit-slow-scoring.
2233
2234         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2235         string.
2236         (gnus-button-url-regexp): Improve handling of parenthesis.
2237         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2238         (gnus-button-handle-info-keystrokes): Handle index entries.
2239
2240 2008-03-15  Glenn Morris  <rgm@gnu.org>
2241
2242         * parse-time.el (parse-time-string): Simplify.
2243
2244 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2247         Incoming* files.
2248
2249 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2252         (auth-source-pick): Use it.
2253
2254 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2255
2256         * binhex.el (binhex-decode-region-internal):
2257         * uudecode.el (uudecode-decode-region-internal):
2258         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2259         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2260         setting default-enable-multibyte-characters.
2261
2262 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2263
2264         * auth-source.el (auth-source-protocols)
2265         (auth-source-protocols-customize, auth-source-choices): Added and
2266         modified variable customizations and defaults.
2267         (auth-source-pick, auth-source-user-or-password)
2268         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2269         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2270         (auth-source-user-or-password-sftp)
2271         (auth-source-user-or-password-smtp): Use new variables and provide an
2272         interface to netrc.el.
2273
2274 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2277         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2278         Make sure the nntp port to specify is a string.
2279
2280 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2281
2282         * nntp.el: Use with-current-buffer.
2283         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2284         dubious mm-with-unibyte-current-buffer.
2285         (nntp-with-open-group-function): New function extracted from
2286         nntp-with-open-group macro.
2287         (nntp-with-open-group): Use the function, so it's easier to debug.
2288         Add indentation and debugging info.
2289         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2290         the use of the netcat alternatives.
2291
2292         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2293         Avoid mm-string-as-multibyte as well.
2294
2295         * nnweb.el (nnweb-insert-html):
2296         Remove use of nnheader-string-as-multibyte.
2297
2298         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2299         (nnheader-string-as-multibyte): Remove.
2300
2301         * mm-view.el: Use inhibit-read-only.
2302         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2303         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2304         or unibyte-string.
2305
2306         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2307         (mm-uu-yenc-extract): Use with-current-buffer.
2308
2309         * gnus-soup.el (gnus-soup-send-packet): Don't use
2310         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2311
2312         * nnmh.el: Use with-current-buffer.
2313         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2314         mm-string-as-multibyte on the output of mm-encode-coding-string.
2315
2316         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2317         (nnimap-request-move-article): Use with-current-buffer.
2318
2319         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2320         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2321         conversion uses string-make-unibyte rather than string-as-unibyte.
2322
2323         * gnus-msg.el: Use with-current-buffer.
2324
2325         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2326
2327 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2328
2329         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2330         string for caching if it is 'PIN.
2331
2332 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * lpath.el: Consider the case without Emacs/W3.
2335
2336 2008-03-08  Glenn Morris  <rgm@gnu.org>
2337
2338         * time-date.el (date-to-time, time-subtract, time-add)
2339         (safe-date-to-time): Doc fixes.
2340
2341 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * mail-source.el (mail-source-delete-old-incoming-confirm):
2344         Change default to nil.
2345         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2346
2347 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * lpath.el: Rearrange.
2350
2351         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2352         (gnus-article-goto-prev-page): Work for articles having ^L's.
2353
2354         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2355
2356         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2357
2358 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2359
2360         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2361         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2362         (gnus-bookmark-jump): Adjust some variable names.
2363
2364 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * auth-source.el: New package.
2367         (auth-source-choices): Add customization entry point variable.
2368
2369         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2370         bug.
2371
2372 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2373
2374         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2375         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2376         (gnus-registry-install-shortcuts): Rename from
2377         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2378         the `gnus-registry-mark-map' keymap dynamically from
2379         `gnus-registry-marks'.  The generated functions update the summary line
2380         when a registry mark is added or deleted, and will call
2381         `gnus-registry-install-p' (see the comments in the code).
2382         (gnus-registry-user-format-function-M): Use concat intelligently.
2383
2384         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2385         the registry mark functions.
2386
2387 2008-03-05  Glenn Morris  <rgm@gnu.org>
2388
2389         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2390         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2391         gnus-art.
2392         (top-level): No need to load own source when compiling.
2393
2394 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2395
2396         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2397         Suggested by <chris.anderton@zetnet.co.uk>.
2398
2399 2008-03-04  Glenn Morris  <rgm@gnu.org>
2400
2401         * gnus-sum.el (top-level): No need to require gnus when compiling,
2402         since unconditionally required near start of file.
2403         (gnus-summary-display-while-building): Move definition before use.
2404
2405 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2406
2407         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2408         formatting function.
2409
2410 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2413         with plists.
2414         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2415         Use new format.
2416
2417 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2420         `where-is-internal' that returns a range of key sequences.
2421
2422 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2423
2424         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2425
2426         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2427         (gnus-summary-jump-to-group): Consider windows on other displayed
2428         frames as well.  Similar changes might be needed elsewhere, but that's
2429         the one I've bumped into during my use.
2430
2431         * nndoc.el (nndoc-oe-dbx-type-p):
2432         * gnus-msg.el (gnus-debug):
2433         * gnus-group.el (gnus-update-group-mark-positions):
2434         Use mm-string-to-multibyte.
2435
2436 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2437
2438         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2439         doesn't handle NotDashEscaped.
2440
2441         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2442         (mml-dnd-attach-options): Fix typo in custom choice.
2443
2444         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2445         nndoc-article-type to mbox.
2446         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2447
2448         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2449         to nil, instead of html2text.
2450
2451         * imap.el (imap-debug): Add `imap-ping-server'.
2452
2453         * gnus-bookmark.el: Add FIXMEs.
2454
2455         * message.el (message-form-letter-separator)
2456         (message-send-form-letter-delay): New variables.
2457         (message-send-form-letter): Use them.  New command to send form
2458         letters.  Requested by Uwe Siart.
2459         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2460
2461 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * Update copyright years.
2464
2465 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         Sync from EMACS_22_BASE.
2468
2469         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2470
2471 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2472
2473         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2474         empty author.
2475
2476 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * gnus-registry.el (gnus-registry-marks): Add variable for
2479         customization of marks and their appearance.
2480         (gnus-registry-read-mark): Use it.
2481         (gnus-registry-do-marks): Add utility function to loop through
2482         `gnus-registry-marks'.
2483         (gnus-registry-install-shortcuts-and-menus): Add function to install
2484         shortcuts and menus.
2485         (gnus-registry-initialize): Use it.
2486         (gnus-registry-default-mark): Clarify documentation.
2487
2488 2008-02-29  Glenn Morris  <rgm@gnu.org>
2489
2490         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2491         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2492         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2493         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2494         Change defcustom :version from 23.0 to 23.1.
2495
2496 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2497
2498         * gnus-registry.el (gnus-registry-follow-group-p)
2499         (gnus-registry-post-process-groups): Add functions to aid registry
2500         splitting and improve logging.  Clarify behavior in function
2501         documentation.
2502         (gnus-registry-split-fancy-with-parent): Use them.
2503
2504 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2505
2506         * gnus-art.el: Use with-current-buffer.
2507
2508 2008-02-27  David Engster  <dengste@eml.cc>
2509
2510         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2511         Express real group name in the response.
2512
2513 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2516         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2517         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2518         autoload gnus-registry-fetch-group when compiling.
2519         (nnmairix-request-group-with-article-number-correction): Remove
2520         unreferenced argument passed to nnmairix-call-backend.
2521
2522 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2523
2524         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2525         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2526         Wilde.
2527
2528 2008-02-27  Glenn Morris  <rgm@gnu.org>
2529
2530         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2531         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2532         variables to defconsts.  Convert comments to doc-strings.
2533         (nnmairix-last-server, nnmairix-current-server): Convert from free
2534         variables to defvars.  Convert comments to doc-strings.
2535         (gnus-registry-fetch-group): Autoload.
2536         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2537         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2538         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2539         caddr.
2540         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2541         nnmairix-request-group-with-article-number-correction call.
2542         (nnmairix-fast, nnmairix-group): New, less general names, for free
2543         variables passed from nnmairix-request-group to
2544         nnmairix-request-group-with-article-number-correction.  Declare.
2545         (nnmairix-request-group-with-article-number-correction):
2546         Use nnmairix-fast, nnmairix-group rather than fast, group.
2547
2548 2008-02-26  David Engster  <dengste@eml.cc>
2549
2550         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2551         version 0.5.
2552
2553 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2556         instead of making an extra function call.  Don't add the current group
2557         to articles only when they have the group.  Use
2558         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2559         Reported by David <de_bb@arcor.de>.
2560
2561 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2564         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2565
2566 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2567
2568         * mail-source.el (mail-source-delete-incoming): Change default.
2569         Supplement doc string.
2570
2571         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2572
2573 2008-02-14  Glenn Morris  <rgm@gnu.org>
2574
2575         * time-date.el (format-seconds): New function.
2576
2577 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2578
2579         * nnmail.el (nnmail-message-id-cache-file): Derive from
2580         `gnus-home-directory'.
2581
2582 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2583
2584         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2585         Document negative prefix.
2586
2587         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2588
2589 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * message.el (message-unsent-separator): Add the Exim bounce
2592         separator.
2593
2594 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2595
2596         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2597         list.
2598         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2599         recipient/signer list.
2600
2601 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * Makefile.in (datarootdir): Define.
2604         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2605         name that might contain whitespace.
2606
2607 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2610         fbound (Emacs 23 unicode), signal an error.
2611
2612 2008-02-08  Glenn Morris  <rgm@gnu.org>
2613
2614         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2615
2616 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2617
2618         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2619         ports to the calls to `netrc-machine-user-or-password' in addition to
2620         "imap" and "imaps".
2621
2622 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2623
2624         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2625
2626         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2627
2628 2008-02-01  Kenichi Handa  <handa@m17n.org>
2629
2630         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2631         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2632         (rfc2104-hash): Convert the result of concat to unibyte string.
2633
2634 2008-02-01  Dave Love  <fx@gnu.org>
2635
2636         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2637         coding-system-for-read.
2638         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2639
2640 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2643         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2644         <hanche@math.ntnu.no>.
2645
2646 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2649
2650         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2651
2652 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2653
2654         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2655         * message.el (message-beginning-of-line): Use featurep instead of bound
2656         tests in order to resolve conditionals at compile time.
2657
2658 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2659
2660         * mail-source.el (mail-sources): Add `group' choice.
2661
2662         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2663         parameter `in-group' to control into which group the articles go.
2664         Add treatment of `group' mail-source.
2665
2666 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2669
2670         * mm-decode.el (mm-dissect-buffer): Decode description.
2671
2672         * mml.el (mml-to-mime): Encode message header first.
2673
2674 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2677         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2678
2679         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2680         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2681
2682 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2683
2684         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2685
2686 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2689         prefix keys.
2690         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2691         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2692         gnus-xmas.el.
2693
2694         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2695         (gnus-xmas-article-describe-bindings): New function.
2696         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2697         gnus-xmas-article-describe-bindings.
2698
2699         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2700
2701 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2704         Add new variables for article mark management.
2705         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2706         list of extra data entries which, when present, will indicate that the
2707         article ID should not be trimmed from the registry.
2708         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2709         functions.
2710         (gnus-registry-read-mark): New function to read a mark name from the
2711         user.
2712         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2713         (gnus-registry-set-article-mark-internal): New functions to add and
2714         remove marks.
2715         (gnus-registry-get-article-marks): New function to show the marks for
2716         an article, or retrieve them for further use.
2717
2718 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2721         keys when no argument is given.
2722
2723 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2724
2725         * imap.el (imap-ping-server): New variable.
2726         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2727         (imap-ping-server): Minor doc string fixes.
2728
2729 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2730
2731         * imap.el (imap-ping-server): New function.
2732         (imap-opened): Call imap-ping-server.
2733
2734 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * gnus-sum.el (gnus-article-sort-by-random)
2737         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2738         jidanni@jidanni.org.
2739
2740 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-art.el (gnus-article-describe-bindings): New function.
2743         (gnus-article-read-summary-keys): Use it.
2744         (gnus-article-mode-map): Bind `C-h b' to it.
2745
2746 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2749         XEmacs.
2750         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2751         against non-character events.
2752
2753         * lpath.el: Fbind map-keymap for Emacs 21.
2754
2755 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2758         command.
2759         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2760         instead of END.  Change name of the temp file.
2761         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2762         customizable.
2763
2764 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2767         bind `S W' to gnus-article-wide-reply-with-original; set default
2768         binding to gnus-article-read-summary-send-keys.
2769         (gnus-article-read-summary-keys): Fix the order of keys; display
2770         continuation keys correctly in the echo area; describe bindings
2771         correctly when keys end with `C-h'.
2772         (gnus-article-read-summary-send-keys): New function.
2773         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2774         for gnus-article-read-summary-send-keys; display continuation keys
2775         correctly in the echo area.
2776         (gnus-article-reply-with-original): Ignore prefix argument.
2777         (gnus-article-wide-reply-with-original): New function.
2778
2779         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2780         Emacs 21.
2781
2782 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2785         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2786
2787 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2788
2789         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2790         (gnus-group-read-ephemeral-gmane-group): New command.
2791
2792 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2793
2794         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2795
2796 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * message.el (message-send-mail-function): Increase custom version.
2799
2800         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2801         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2802
2803 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2806         for the cases where imap-authenticate is called with a nil buffer
2807         parameter.
2808
2809 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2812         html parts correctly; support forwarded messages.
2813         (gnus-article-browse-html-article): Remove work buffers.
2814
2815         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2816         compiling.
2817         (netrc-bound-and-true-p): New macro.
2818         (netrc-parse): Use it instead of bound-and-true-p that is not available
2819         in XEmacs 21.4.
2820
2821 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         * gnus-registry.el (gnus-registry-mark-article)
2824         (gnus-registry-article-marks): Add functionality to mark articles
2825         through the Gnus registry.
2826
2827         * encrypt.el: Clarify documentation for the new pgg method.
2828         (encrypt-file-alist): Add PGG option.
2829         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2830         functionality.  Abstract password key and messaging to external
2831         functions.
2832         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2833         (encrypt-message-method-and-cipher): Add new convenience external
2834         functions.
2835         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2836         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2837
2838         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2839         (netrc-parse): Use encrypt-file-alist to determine if
2840         encrypt-find-model or encrypt-insert-file-contents should be used.
2841
2842         * encrypt.el: Clarify documentation.  Load password-cache or
2843         password, whichever one is found first, instead of autoloading.
2844
2845 2007-12-19  Glenn Morris  <rgm@gnu.org>
2846
2847         * mml.el (message-options-set, message-narrow-to-head)
2848         (message-in-body-p, message-mail-p, message-encode-message-body):
2849         Autoload.
2850         (message-remove-header, message-narrow-to-headers-or-head)
2851         (message-subscribed-p, message-make-mail-followup-to)
2852         (message-position-on-field, message-news-p)
2853         (message-options-set-recipient, message-generate-headers)
2854         (message-sort-headers): Declare as functions.
2855
2856 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2857
2858         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2859         convention in doc string.
2860
2861 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2864         title to html parts.
2865         (gnus-article-browse-html-article): Pass message header to it.
2866
2867         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2868
2869 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2872         or password compatible with XEmacs.
2873
2874 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2877         format document.
2878         (gnus-mime-delete-part): Don't write description line if empty.
2879         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2880
2881 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2882
2883         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2884         (gnus-summary-mark-read-and-unread-as-read)
2885         (gnus-summary-mark-current-read-and-unread-as-read)
2886         (gnus-summary-mark-unread-as-ticked): Doc fix.
2887         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2888
2889 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2892         Christoph Conrad <christoph.conrad@gmx.de>.
2893
2894 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2895
2896         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2897         yes-or-no-p.
2898
2899 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * mm-decode.el (mm-add-meta-html-tag): New function.
2902         (mm-save-part-to-file, mm-pipe-part): Use it.
2903
2904         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2905         gnus-y-or-n-p instead of y-or-n-p.
2906         (gnus-article-browse-html-parts): Work with message/external-body; use
2907         mm-add-meta-html-tag.
2908
2909 2007-12-11  Glenn Morris  <rgm@gnu.org>
2910
2911         * gnus-cache.el: Require gnus-sum not just when compiling.
2912
2913         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2914
2915         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2916         definitions before use.
2917
2918         * mm-decode.el: Require gnus-util.
2919         (mm-remove-part): Only call delete-annotation on XEmacs.
2920
2921         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2922
2923         * nnmail.el: Require gnus-int.
2924
2925         * spam.el: Move `require's before `eval-when-compile's.
2926
2927         * gnus-ems.el (gnus-alive-p):
2928         * gnus-fun.el (message-goto-eoh):
2929         * gnus-util.el (gnus-group-name-decode):
2930         * mail-source.el (gnus-compress-sequence):
2931         * message.el (Info-goto-node, format-spec):
2932         * mm-bodies.el (message-options-get):
2933         * mm-decode.el (mm-view-pkcs7):
2934         * mm-util.el (gmm-write-region):
2935         * mml-smime.el (mml-compute-boundary)
2936         (gnus-completing-read-with-default):
2937         * mml.el (widget-button-press, gnus-make-hashtable):
2938         * mml1991.el (mm-decode-content-transfer-encoding)
2939         (mm-encode-content-transfer-encoding)
2940         (message-options-get, message-options-set):
2941         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2942         * nnfolder.el (gnus-request-group):
2943         * nnheader.el (ietf-drums-unfold-fws):
2944         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2945         * smime.el (gnus-run-mode-hooks):
2946         * spam-stat.el (gnus-message): Autoload.
2947
2948         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2949         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2950         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2951         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2952         Add declare-function compatibility definition.
2953
2954         * gnus-cache.el (nnvirtual-find-group-art):
2955         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2956         (gnus-add-image, gnus-add-wash-type):
2957         * gnus-group.el (nnkiboze-score-file):
2958         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2959         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2960         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2961         (message-tokenize-header, gnus-get-buffer-create)
2962         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2963         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2964         * gnus.el (gnus-group-decoded-name):
2965         * mail-source.el (imap-capability):
2966         * mm-bodies.el (message-options-set):
2967         * mm-decode.el (gnus-configure-windows):
2968         * mm-extern.el (message-goto-body):
2969         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2970         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2971         (epg-sub-key-validity, message-options-set):
2972         * mml.el (widget-event-point, gnus-configure-windows):
2973         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2974         * mml2015.el (epg-check-configuration, epg-configuration)
2975         (message-options-set):
2976         * nndb.el (nndb-request-article):
2977         * nnfolder.el (gnus-request-create-group):
2978         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2979         * nnmaildir.el (gnus-group-mark-article-read):
2980         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2981         * rfc1843.el (message-fetch-field):
2982         * spam.el (gnus-extract-address-components):
2983         Declare as functions.
2984
2985 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2988
2989         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2990
2991         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2992         bind show-trailing-whitespace for XEmacs.
2993
2994 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2997         new no-op macro for backward compatibility.
2998
2999         * imap.el (imap-string-to-integer): New function.
3000
3001 2007-12-09  Glenn Morris  <rgm@gnu.org>
3002
3003         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3004
3005         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3006         * message.el, mm-view.el, sieve-manage.el, smime.el:
3007         Add declare-function compatibility definition.
3008
3009         * gnus-art.el (w3-region, w3m-region, Info-menu):
3010         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3011         * gnus-sum.el (gnus-get-predicate):
3012         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3013         * message.el (mail-abbrev-in-expansion-header-p):
3014         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3015         (w3m-detect-meta-charset, w3m-region):
3016         * sieve-manage.el (password-read, password-cache-add)
3017         (password-cache-remove):
3018         * smime.el (password-read-and-add): Declare as functions.
3019
3020 2007-12-08  David Kastrup  <dak@gnu.org>
3021
3022         * gnus-sum.el (gnus-summary-simplify-subject-query):
3023         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3024         `message'.
3025
3026 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3029         it to bind idna-program, installation-directory, defined-colors, and
3030         face-attribute for XEmacs of the version that compiles defcustom forms.
3031
3032 2007-12-07  Glenn Morris  <rgm@gnu.org>
3033
3034         * gnus-art.el (article-make-date-line): Revert previous change.
3035
3036 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3039
3040 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3041
3042         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3043         Call gnus-add-to-range ranges only once with a prepared article-list.
3044
3045 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3046
3047         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3048         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3049         group names with backslashes.  Reported by Tassilo Horn
3050         <tassilo@member.fsf.org>.
3051
3052 2007-12-06  Deepak Goel  <deego3@gmail.com>
3053
3054         * gnus-art.el (article-make-date-line):
3055         * gnus-start.el (gnus-load):
3056         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3057
3058 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-art.el (gnus-use-idna)
3061         * gnus-start.el (gnus-site-init-file)
3062         * message.el (message-use-idna)
3063         * mm-uu.el (mm-uu-hide-markers)
3064         * smiley.el (smiley-style): Revert changes that suppress warnings.
3065
3066 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3069         specify charset to html source.  Reported by Christoph Conrad
3070         <christoph.conrad@gmx.de>.
3071
3072 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3075         idna-program in order to suppress byte compile warning issued by XEmacs
3076         that came to byte compile the default value section of defcustom forms
3077         recently.
3078
3079         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3080         value of installation-directory.
3081
3082         * message.el (message-use-idna): Don't directly refer to the value of
3083         idna-program.
3084
3085         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3086
3087         * smiley.el (smiley-style): Don't directly call face-attribute.
3088
3089 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3090
3091         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3092
3093         * gnus-dired.el: Reduce Gnus dependencies.
3094         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3095         require.  Use autoloads instead.
3096         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3097         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3098         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3099         (gnus-dired-mode): Adjust doc string.
3100         (gnus-dired-mail-mode): New variable.
3101         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3102         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3103         (gnus-dired-mail-buffers): New function.  Return mail or message
3104         composition buffers.
3105         (gnus-dired-attach): Use it.
3106         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3107         NO-DECODE.
3108         (gnus-dired-print): Use `gnus-print-buffer' depending on
3109         `gnus-dired-mail-mode'.
3110
3111 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * rfc2047.el (rfc2047-encoded-word-regexp)
3114         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3115         explaining what regexp patterns are for.
3116
3117 2007-12-04  Glenn Morris  <rgm@gnu.org>
3118
3119         * password.el: Move to password-cache.el.
3120
3121         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3122         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3123         * mml-smime.el (password-read, password-cache-add)
3124         (password-cache-remove):
3125         No need to autoload, since mml-sec requires password.
3126
3127         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3128         * message.el (gnus-extract-address-components):
3129         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3130
3131         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3132         password.
3133
3134 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * mailcap.el: Reduce dependencies.
3137         (mail-header-parse-content-type): Autoload.
3138         (mailcap-delete-duplicates): New alias.
3139         (mailcap-mime-info): Add optional argument NO-DECODE.
3140         (mailcap-mime-types): Use mailcap-delete-duplicates.
3141
3142         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3143
3144 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3145
3146         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3147         (imap-parse-status): Upcase status-att for servers that sends them
3148         lower-case (e.g., MS Exchange 2007).
3149
3150 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3153         function.
3154
3155         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3156         (gnus-uu-yenc-article): New function.
3157
3158         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3159
3160         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3161         buffer.
3162
3163 2007-12-02  Glenn Morris  <rgm@gnu.org>
3164
3165         * binhex.el (binhex): New custom group.
3166         (binhex-decoder-program, binhex-decoder-switches)
3167         (binhex-use-external): Move to the binhex custom group.
3168
3169         * uudecode.el (uudecode): New custom group.
3170         (uudecode-decoder-program, uudecode-decoder-switches)
3171         (uudecode-use-external): Move to the uudecode custom group.
3172
3173         * netrc.el (top-level): Don't load `encrypt' features.
3174         (netrc-parse): Don't use encrypt.
3175         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3176
3177         * encrypt.el: Remove file.
3178
3179 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3180
3181         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3182         matches on patches.
3183
3184         * gnus-art.el (gnus-article-browse-html-article): Mention
3185         `mm-text-html-renderer' in the doc string.
3186
3187         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3188         string.  Add comments.
3189
3190         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3191         if rhs is ASCII.
3192
3193 2007-12-01  Glenn Morris  <rgm@gnu.org>
3194
3195         * mail-source.el (top-level): Require format-spec before
3196         eval-when-compile.
3197
3198 2007-11-30  Glenn Morris  <rgm@gnu.org>
3199
3200         * encrypt.el: Require password, rather than autoloading password-read.
3201
3202 2007-11-29  Glenn Morris  <rgm@gnu.org>
3203
3204         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3205         (sasl-make-client, sasl-next-step, sasl-step-data)
3206         (sasl-step-set-data): Declare as functions.
3207
3208 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3211
3212 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3213
3214         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3215         certs should be verified and what is to be done in the event of a
3216         verification failure.
3217
3218         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3219         caller can indicate whether the cache should be disregarded for this
3220         call.  This way the result of the call is reproducible at all times and
3221         can be considered a canonical server name for the supplied method.
3222         (gnus-agent-method-p): Canonicalize server names by pushing their
3223         method through `gnus-method-to-server' using the no-cache argument.
3224
3225         * gnus-srvr.el (gnus-server-insert-server-line): Call
3226         `gnus-method-to-server' with `no-cache' argument.
3227
3228         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3229         gnus-agent-possibly-synchronize-flags as this should be called when the
3230         server is actually being opened.
3231         (gnus-agent-possibly-synchronize-flags)
3232         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3233         flags file of an agentized server to the latter function.
3234
3235         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3236         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3237         after a connection has been established successfully.
3238
3239 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-art.el (article-display-face): Force to display face if called
3242         interactively; check if gnus-article-x-face-too-ugly matches author.
3243         (article-display-x-face): Display face even if From header is missing
3244         as article-display-face does.
3245
3246 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3247
3248         * hashcash.el (message-narrow-to-headers-or-head)
3249         (message-fetch-field, message-goto-eoh)
3250         (message-narrow-to-headers): Declare as functions.
3251
3252 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * mail-source.el (mail-sources): Default to fetch from file for
3255         compatibility with default of nnmail-spool-file.
3256
3257 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3260         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3261         to look for encoded word that should be encoded again.
3262         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3263         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3264         encoding pattern.
3265         (rfc2047-decode-region): Switch strict regexp and loose one according
3266         to rfc2047-allow-irregular-q-encoded-words.
3267
3268 2007-11-25  Romain Francoise  <romain@orebokech.com>
3269
3270         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3271
3272 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * tls.el (tls-program): Provide more custom choices from
3275         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3276         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3277
3278 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3281         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3282
3283         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3284         `nnmail-spool-file'.
3285
3286         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3287         `nnmail-spool-file'.
3288
3289         * gnus-move.el (gnus-change-server): Ditto.
3290
3291         * gnus-kill.el (gnus-batch-score): Ditto.
3292
3293         * gnus-cache.el (gnus-jog-cache): Ditto.
3294
3295         * gnus-msg.el (gnus-summary-reply):
3296         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3297
3298 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3299
3300         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3301         version.  Minor improvement to doc strings.
3302         (tls-program): Add comment.
3303
3304 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3305
3306         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3307         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3308         mismatch between the hostname provided in the certificate and the name
3309         of the host connnecting to.
3310         (open-tls-stream): Use them.  Check certificates against trusted root
3311         certificates.
3312
3313 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * gnus-cache.el (gnus-cache-generate-nov-databases):
3316         Use nnml-generate-nov-databases-directory instead of
3317         nnml-generate-nov-databases-1.
3318
3319 2007-11-24  Glenn Morris  <rgm@gnu.org>
3320
3321         * message.el (message-tool-bar-retro): Update for rename
3322         mail_send.xpm->mail-send.xpm.
3323
3324 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3327         `smime-ldap-search' for Emacs 22 and up.
3328
3329 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3332
3333         * message.el (message-send-mail-function): Fix error convention.
3334         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3335         (message-widen-reply, message-send-mail, message-talkative-question)
3336         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3337         (message-clone-locals, message-send-news): Use with-current-buffer.
3338         (message-insert-or-toggle-importance): Remove unused var `valid'.
3339         (message-make-references): Remove unused var `new-references'.
3340         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3341
3342 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3343
3344         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3345         (spam-split-symbolic-return-positive): Reflow docstring.
3346         (spam-backends, spam-summary-exit-behavior)
3347         (spam-mark-ham-unread-before-move-from-spam-group)
3348         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3349         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3350         (spam-clear-cache, spam-backend-check, spam-install-backend)
3351         (spam-install-statistical-backend, spam-list-of-processors)
3352         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3353         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3354         (spam-check-crm114, spam-initialize, spam-unload-hook):
3355         Fix typos in docstrings.
3356
3357 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3360         been checked if they have never been read and those group levels are
3361         higher than the one that a user specified.
3362
3363 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3366         foreign groups unless a group level is specified by a user.
3367         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3368
3369 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * message.el (message-send-mail-function): Require sendmail.
3372
3373 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * message.el (message-send-mail-function): Check for smtpmail too.
3376
3377         * utf7.el (utf7-encode, utf7-decode): Use coding system
3378         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3379
3380         * message.el (message-send-mail-function): New function.
3381         (message-send-mail-function): Set default using
3382         message-send-mail-function.  Adjust doc string.
3383         (message-send-mail-with-mailclient): New function.
3384
3385 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3386
3387         * smime.el (from):
3388         * rfc2047.el (message-posting-charset):
3389         * qp.el (mm-use-ultra-safe-encoding):
3390         * pop3.el (parse-time-months):
3391         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3392         * nnml.el (files):
3393         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3394         (jka-compr-compression-info-list, ange-ftp-path-format)
3395         (efs-path-regexp):
3396         * nndiary.el (files):
3397         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3398         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3399         (epg-digest-algorithm-alist, inhibit-redisplay)
3400         (password-cache-expiry):
3401         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3402         (pgg-output-buffer, password-cache-expiry):
3403         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3404         (efs-path-regexp):
3405         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3406         (inhibit-redisplay):
3407         * mm-uu.el (file-name, start-point, end-point, entry)
3408         (gnus-newsgroup-name, gnus-newsgroup-charset):
3409         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3410         (latin-unity-ucs-list):
3411         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3412         (mm-uu-binhex-decode-function):
3413         * message.el (gnus-message-group-art, gnus-list-identifiers)
3414         (rmail-enable-mime-composing, gnus-local-organization)
3415         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3416         (gnus-read-active-file, facemenu-add-face-function)
3417         (facemenu-remove-face-function, gnus-article-decoded-p)
3418         (tool-bar-mode):
3419         * mail-source.el (display-time-mail-function):
3420         * gnus-util.el (nnmail-pathname-coding-system)
3421         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3422         (gnus-original-article-buffer, gnus-user-agent)
3423         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3424         (xemacs-codename, sxemacs-codename, emacs-program-version):
3425         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3426         * gnus-start.el (gnus-agent-covered-methods)
3427         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3428         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3429         (gnus-newsgroup-headers, gnus-group-list-mode)
3430         (gnus-group-mark-positions, gnus-newsgroup-data)
3431         (gnus-newsgroup-unreads, nnoo-state-alist)
3432         (gnus-current-select-method, mail-sources)
3433         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3434         (nnmail-spool-file, gnus-cache-active-hashtb):
3435         * gnus-mh.el (mh-lib-progs):
3436         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3437         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3438         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3439         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3440         (gnus-group-buffer):
3441         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3442         (font-lock-set-defaults):
3443         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3444         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3445         (gnus-summary-post-menu, total-parts, type, condition, length):
3446         * gnus-agent.el (gnus-agent-read-agentview):
3447         * flow-fill.el (show-trailing-whitespace):
3448         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3449         eval-and-compile wrappers for byte compiler pacifiers.
3450
3451         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3452         (mm-display-inline-fontify): Check for featurep 'xemacs not
3453         extent-list.
3454
3455         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3456         itimer-list.
3457         (mm-create-image-xemacs): Only do something for XEmacs.
3458         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3459
3460         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3461
3462         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3463         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3464
3465 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3466
3467         * nnimap.el (nnimap-split-download-body):
3468         * gnus-demon.el (gnus-demon):
3469         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3470
3471 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3474         macros.
3475         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3476         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3477         copy data from unibyte buffer to multibyte current buffer.
3478         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3479         to copy data from unibyte current buffer to multibyte buffer.
3480         (nntp-make-process-buffer): Make process buffer unibyte.
3481
3482         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3483
3484 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3485
3486         * pop3.el (pop3-open-server): Accept and process data more robustly at
3487         connexion start to avoid spurious "POP SSL connexion failed" errors.
3488
3489 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3492         read group names.
3493
3494 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3497
3498 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3501         (nnmail-save-active): Use a unibyte buffer when saving active file,
3502         which may contain non-ASCII group names.
3503
3504         * nnml.el (nnml-request-group): Decode group names in messages.
3505
3506 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * message.el (message-citation-line-function)
3509         (message-insert-formatted-citation-line): Fix spelling of
3510         `message-insert-formated-citation-line'.
3511
3512 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3515
3516 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3519         nnmail-pathname-coding-system.
3520
3521         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3522         that a user enters; decode group names in messages.
3523
3524         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3525
3526 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3529
3530         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3531
3532         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3533         risky local variable.
3534
3535         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3536
3537 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * encrypt.el: Improve documentation to fix function name typo.
3540         Reported by Daiki Ueno <ueno@unixuser.org>.
3541
3542 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3545         even if the point is not in the last page of an article.
3546         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3547         back to the previous page.
3548
3549 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3552
3553 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3556
3557 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3558
3559         * message.el (message-check-news-body-syntax): Avoid
3560         mm-string-as-multibyte.
3561         (message-hide-headers): Don't assume (point-min)==1.
3562
3563 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * message.el (message-remove-blank-cited-lines): Fix if remove is
3566         given.
3567         (message-bogus-address-regexp): New variable.
3568         (message-bogus-recipient-p): New function.
3569         (message-check-recipients): New command.
3570         (message-syntax-checks): Add `bogus-recipient'.
3571         (message-fix-before-sending): Add `bogus-recipient'.
3572
3573         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3574         (gnus-treat-body-boundary): Don't test window-system.
3575
3576 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3577
3578         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3579
3580 2007-10-28  Miles Bader  <miles@gnu.org>
3581
3582         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3583         at compile-time too.
3584
3585 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3586
3587         * gnus-msg.el (gnus-message-setup-hook): Add
3588         `message-remove-blank-cited-lines' to options.
3589
3590 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * message.el (message-remove-blank-cited-lines): New function.
3593         Suggested by Karl Plästerer.
3594
3595 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3598         mapc.
3599
3600         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3601         (top-level): Use mapc to set functions to be traced for debugging.
3602
3603         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3604         called for effect with while loop.
3605
3606         * message.el (message-talkative-question): Replace mapcar called for
3607         effect with mapc.
3608
3609         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3610         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3611         called for effect with dolist.
3612
3613         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3614
3615         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3616         gnus-extra-headers and nnmail-extra-headers.
3617
3618         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3619         called for effect with dolist.
3620         (top-level): Use mapc to set functions to be traced for debugging.
3621
3622         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3623         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3624         dolist.
3625
3626         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3627         Replace mapcar called for effect with mapc.
3628         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3629         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3630         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3631         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3632
3633         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3634         remove-if that's a cl function.
3635
3636         * webmail.el (webmail-debug): Replace mapcar called for effect with
3637         dolist.
3638
3639         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3640         with mapc.
3641
3642 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3645         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3646         with while loop.
3647
3648         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3649         functions from article-* functions.
3650         (gnus-multi-decode-header): Replace mapcar called for effect with
3651         dolist.
3652
3653         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3654         (gnus-bookmark-show-details): Replace mapcar called for effect with
3655         while loop.
3656
3657         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3658         called for effect with while loop.
3659
3660         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3661         with dolist.
3662
3663         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3664         mapcar called for effect with dolist.
3665
3666         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3667
3668         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3669         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3670         Replace mapcar called for effect with dolist.
3671         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3672         mapc.
3673
3674         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3675         Replace mapcar called for effect with dolist.
3676         (gnus-topic-list): Replace mapcar called for effect with mapc.
3677
3678         * gnus.el: Use mapc instead of mapcar to add autoloads.
3679
3680 2007-10-23  Richard Stallman  <rms@gnu.org>
3681
3682         * gnus-group.el (gnus-group-highlight): Mark as risky.
3683
3684 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus.el (gnus-server-to-method): Return method found first in
3687         gnus-newsrc-alist.
3688
3689         * gnus-art.el (gnus-article-highlight-signature)
3690         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3691         button overlay without the front stickiness.
3692
3693 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3694
3695         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3696         overview buffer needed a catch to receive its throw.
3697         (gnus-agent-flush-cache): Declared as interactive to make this function
3698         easier to use.
3699
3700 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3703         `next-line'.
3704
3705 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3708         exclude address matching message-dont-reply-to-names.
3709
3710 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-util.el (gnus-string<): New function.
3713
3714         * gnus-sum.el (gnus-article-sort-by-author)
3715         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3716
3717 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3720         the frame-focus tag is set in gnus-buffer-configuration.
3721
3722 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3725         the front stickiness.
3726
3727 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3730         url pattern; remove duplicate one.
3731         (gnus-article-extend-url-button): New function.
3732         (gnus-article-add-buttons): Use it.
3733         (gnus-button-push): Use concatenated url that it makes.
3734
3735 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3736
3737         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3738
3739 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3740
3741         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3742         Don't hardcode point-min==1.
3743
3744 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3747         Fix comment about "iso8859-1".
3748
3749 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3750
3751         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3752         ones returned from the verify-function.
3753
3754         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3755         mml2015-extract-cleartext-signature if extraction failed.
3756
3757 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3758
3759         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3760         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3761         failed.
3762
3763 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3766
3767 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3770         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3771         recommends to use EasyPG instead of PGG.
3772
3773         * pgg.el: Revert to revision 6.23.2.16
3774
3775         * pgg-def.el: Revert to revision 6.6.2.14.
3776
3777         * pgg-gpg.el: Revert to revision 6.23.2.34.
3778
3779 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3780
3781         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3782         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3783         thread for both the null and zero (kill/expire thread) universal prefix
3784         cases.
3785         (gnus-summary-expire-thread): Add new function to expire a thread,
3786         using gnus-summary-kill-thread.
3787         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3788         shortcuts for gnus-summary-expire-thread.
3789         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3790         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3791
3792 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3795         extras value, so an extras entry can be deleted.
3796         (gnus-registry-delete-extra-entry): Use it.
3797         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3798         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3799         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3800         storage through the gnus-registry, and provide an appropriate API for
3801         it.
3802
3803 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3806         Suggested by Leo <sdl.web@gmail.com>.
3807
3808         * gnus.el: Do.
3809
3810 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3813         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3814
3815         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3816
3817         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3818         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3819
3820 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3823         newline.
3824         (nnmbox-request-accept-article): Don't change article in source buffer;
3825         narrow to header to use message-fetch-field rather than
3826         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3827         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3828         as delimiters; make sure article ends with newline.
3829         (nnmbox-delete-mail): Correct last position of article to be deleted;
3830         ignore X-Gnus-Newsgroup header in article body.
3831         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3832         positions; make sure article ends with newline.
3833
3834         * message.el (message-display-abbrev): Don't infloop when a user
3835         inserts SPC in the beginning of header.
3836
3837         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3838         coding-system-for-read and coding-system-for-write for XEmacs having no
3839         file-coding feature.
3840
3841         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3842
3843 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3846         list of groups not followed by default.  Fix type to be regexp.
3847         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3848
3849 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3850
3851         * hmac-def.el (define-hmac-function): Switch from old-style to
3852         new-style backquotes.
3853
3854         * md4.el (md4-make-step): Likewise.
3855
3856 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3859         raw-text coding system when saving .newsrc file, which may contain
3860         non-ASCII group names.
3861
3862 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-cus.el (gnus-score-extra): New widget.
3865         (gnus-score-extra-convert): New function.
3866         (gnus-score-customize): Use it for Extra.
3867
3868 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3869
3870         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3871         (mml2015-mailcrypt-clear-verify): Use it.
3872         (mml2015-gpg-clear-verify): Use it.
3873         (mml2015-pgg-clear-verify): Use it.
3874         (mml2015-epg-clear-verify): Replace the current part with the output
3875         from GnuPG; don't extract the plaintext by itself.
3876
3877         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3878         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3879         mml2015-clear-verify-function; don't touch the armor headers or
3880         dash-escaped text here.
3881
3882 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3885         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3886         parts, or application/octet-stream as a last resort.
3887         (gnus-mime-view-part-as-type): Don't toggle display.
3888         (gnus-mime-view-part-as-charset): Don't turn off display before
3889         querying charset.
3890
3891         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3892         stuff to undisplayer function in Emacs.
3893         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3894
3895         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3896         text/calendar parts.
3897
3898 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3901         decoding text/calendar parts.
3902
3903         * message.el (message-forward-make-body-mime): Always mark body as
3904         having no illegible text; remove signed-or-encrypted argument.
3905         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3906
3907         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3908         (mml-generate-mime-1): Don't encode body if it is specified to be in
3909         raw form; don't make buffer be unibyte when inserting multibyte string.
3910
3911 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * sha1.el: Fix up comment style.
3914         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3915         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3916
3917         * hex-util.el: Fix up comment style.
3918         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3919
3920         * gnus-salt.el: Use with-current-buffer.
3921         (gnus-pick-setup-message): Fix long-standing typo.
3922
3923 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * imap.el (imap-logout-timeout): New variable.
3926         (imap-logout, imap-logout-wait): New functions.
3927         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3928
3929         * nnimap.el (nnimap-logout-timeout): New server variable.
3930         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3931         nnimap-logout-timeout.
3932
3933         * gnus-art.el (gnus-article-summary-command-nosave)
3934         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3935
3936 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus.el (gnus-maximum-newsgroup): New variable.
3939
3940         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3941         according to gnus-maximum-newsgroup.
3942
3943         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3944         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3945         Limit the range of articles according to gnus-maximum-newsgroup.
3946
3947 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3948
3949         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3950         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3951         Don't perform gnus-configure-windows here; reuse existing sticky
3952         article buffer.
3953
3954         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3955         it doesn't exist in gnus-article-mode.
3956
3957 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3960         (gnus-agent-decoded-group-name): New function.
3961         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3962         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3963
3964 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3965
3966         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3967         Add binding for gnus-sticky-article.
3968         (gnus-summary-exit): Don't kill sticky article buffers.
3969
3970         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3971         article buffer.
3972         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3973         (gnus-kill-sticky-article-buffers): New commands.
3974
3975 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * nntp.el (nntp-xref-number-is-evil): New server variable.
3978         (nntp-find-group-and-number): If it is non-nil, don't trust article
3979         numbers in the Xref header.
3980
3981 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-agent.el (gnus-agent-read-group): New function.
3984         (gnus-agent-flush-group, gnus-agent-expire-group)
3985         (gnus-agent-regenerate-group): Use it.
3986         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3987         nnmail-pathname-coding-system.
3988
3989 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3992
3993         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3994         that are unread as unread, and also as selected so that information of
3995         marks having been changed by a user may be updated when exiting group.
3996
3997 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4000         calculated ignoring signature parts to gnus-treat-article.
4001
4002 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4005         a point here in order to keep the window start.
4006         (gnus-insert-mime-security-button): Make a button overlay without the
4007         front stickiness.
4008         (gnus-mime-display-security): Goto the end of a button.
4009
4010         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4011
4012 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4015         group-name-at-point.
4016         (gnus-group-completing-read): New function that offers decoded
4017         non-ASCII group names for completion.
4018         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4019         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4020         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4021         (gnus-group-fetch-control): Use it.
4022         (gnus-fetch-group): Use group-name-at-point for the initial value
4023         rather than the default value; use gnus-alive-p.
4024
4025         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4026         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4027         (gnus-summary-post-news): Use gnus-group-completing-read.
4028
4029         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4030         (gnus-read-move-group-name): Decode group name for completion.
4031
4032 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4035         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4036         Yamaoka slightly modified the code).
4037
4038 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4041         (nnmail-split-incoming): Bind it.
4042
4043         * nnml.el (nnml-group-name-charset): New function.
4044         (nnml-decoded-group-name): Use it; don't decode group name if
4045         nnmail-group-names-not-encoded-p is non-nil.
4046         (nnml-encoded-group-name): New function.
4047         (nnml-group-pathname): Inline nnml-decoded-group-name.
4048         (nnml-request-expire-articles): Decode group name in message.
4049         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4050         nnmail-pathname-coding-system.
4051         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4052         not decoded ones according to nnmail-group-names-not-encoded-p.
4053         (nnml-generate-active-info): Use nnml-encoded-group-name.
4054
4055 2007-08-08  Glenn Morris  <rgm@gnu.org>
4056
4057         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4058         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4059         doc-strings and comments.
4060
4061 2007-07-25  Glenn Morris  <rgm@gnu.org>
4062
4063         * Relicense all FSF files to GPLv3 or later.
4064
4065 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-sum.el (gnus-summary-move-article): Make
4068         gnus-summary-respool-article work.
4069
4070 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4073         string.
4074
4075 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4076
4077         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4078         that should be ignored when comparing distant RSS articles with local
4079         ones.
4080         (nnrss-make-hash-index): New function.  Create a hash index according
4081         to the ignored fields.
4082         (nnrss-check-group): Use it.
4083
4084 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4087
4088         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4089
4090         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4091         the new optional argument ENCODED is non-nil.
4092         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4093         coding system for encoding group name.
4094         (gnus-group-make-rss-group): Pass un-encoded group name to
4095         gnus-group-make-group.
4096         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4097         encoded.
4098
4099         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4100         Encode group name to which articles are moved or copied.
4101         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4102         coding system for encoding Newsgroup, Followup-To and Xref headers.
4103
4104         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4105         marks; use nnheader-file-coding-system to write a file.
4106         (nnagent-retrieve-headers): Bind file-name-coding-system to
4107         nnmail-pathname-coding-system.
4108
4109         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4110
4111         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4112         (nnml-request-article, nnml-request-create-group)
4113         (nnml-request-rename-group, nnml-find-id)
4114         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4115         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4116         (nnml-save-marks): Use nnml-group-pathname instead of
4117         nnmail-group-pathname.
4118
4119         (nnml-request-create-group, nnml-request-expire-articles)
4120         (nnml-request-move-article, nnml-request-delete-group)
4121         (nnml-deletable-article-p, nnml-possibly-create-directory)
4122         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4123         (nnml-open-marks): Bind file-name-coding-system to
4124         nnmail-pathname-coding-system.
4125
4126         (nnml-request-article): Pass server argument to nnml-find-group-number.
4127         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4128         server argument to nnml-possibly-create-directory.
4129         (nnml-request-accept-article): Pass server argument to
4130         nnml-active-number and nnml-save-mail.
4131         (nnml-find-group-number): Pass server argument to nnml-find-id.
4132         (nnml-request-update-info): Pass server argument to
4133         nnml-marks-changed-p.
4134
4135         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4136         (nnml-save-mail, nnml-active-number): Add server argument.
4137
4138         (nnml-request-delete-group): Warn if group is missing.
4139         (nnml-get-nov-buffer): Decode group name.
4140         (nnml-generate-active-info): Encode group name.
4141         (nnml-open-marks): Decode group name in messages.
4142
4143 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4146         if it is not specified.
4147         (gnus-article-pipe-part, gnus-article-save-part)
4148         (gnus-article-interactively-view-part, gnus-article-copy-part)
4149         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4150         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4151         (gnus-article-replace-part, gnus-article-delete-part)
4152         (gnus-article-view-part-as-type): Pass raw prefix argument to
4153         gnus-article-part-wrapper.
4154
4155 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-agent.el (gnus-agent-save-active): Bind
4158         nnheader-file-coding-system to gnus-agent-file-coding-system.
4159
4160         * gnus-cache.el (gnus-cache-save-buffers)
4161         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4162         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4163         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4164         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4165         (gnus-cache-generate-active, gnus-cache-rename-group)
4166         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4167         (gnus-cache-update-overview-total-fetched-for): Bind
4168         file-name-coding-system to nnmail-pathname-coding-system.
4169         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4170         variables.
4171         (gnus-cache-decoded-group-name): New function.
4172         (gnus-cache-file-name): Use it.
4173         (gnus-cache-generate-active): Use non-decoded group name for active.
4174
4175         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4176         right place.
4177         (gnus-write-active-file): Don't break non-ASCII group names.
4178
4179         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4180         nnmail-pathname-coding-system.
4181
4182         * lpath.el: Bind default-file-name-coding-system,
4183         file-name-coding-system and language-info-alist for XEmacs.
4184
4185         * gnus-uu.el (gnus-uu-decode-save): Typo.
4186
4187 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4190
4191 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4194         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4195         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4196         (gnus-agent-flush-group, gnus-agent-flush-cache)
4197         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4198         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4199         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4200         (gnus-agent-regenerate-group)
4201         (gnus-agent-update-files-total-fetched-for)
4202         (gnus-agent-update-view-total-fetched-for): Bind
4203         file-name-coding-system to nnmail-pathname-coding-system.
4204         (gnus-agent-group-pathname): Don't encode file names by
4205         nnmail-pathname-coding-system.
4206         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4207         coding-system-for-write instead of buffer-file-coding-system to
4208         gnus-agent-file-coding-system.
4209
4210         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4211         Decode group name.
4212
4213         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4214
4215         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4216         (gnus-read-newsrc-el-file): Make group names unibyte.
4217
4218         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4219         nnmail-pathname-coding-system.
4220
4221         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4222         (nnrss-request-delete-group): Bind file-name-coding-system to
4223         nnmail-pathname-coding-system.
4224         (nnrss-read-server-data, nnrss-read-group-data): Bind
4225         file-name-coding-system correctly.
4226         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4227
4228         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4229         (nntp-server-to-method-cache): New variable.
4230         (nntp-group-pathname): New function that decodes non-ASCII group names.
4231         (nntp-possibly-create-directory, nntp-marks-changed-p)
4232         (nntp-save-marks, nntp-open-marks): Use it.
4233         (nntp-possibly-create-directory, nntp-open-marks):
4234         Bind file-name-coding-system to nnmail-pathname-coding-system.
4235         (nntp-open-marks): Decode group names when bootstrapping marks.
4236
4237         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4238         Newsgroups and Folowup-To headers.
4239
4240 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4243         (gnus-server-closed-face, gnus-server-denied-face)
4244         (gnus-server-offline-face): Remove variable.
4245         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4246
4247         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4248         of modifying message-stack directly for XEmacs.
4249
4250         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4251         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4252         if the coding-system argument is nil for XEmacs.
4253
4254         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4255         mm-charset-override-alist.
4256
4257         * rfc2047.el: Don't require base64; require rfc2045 for the function
4258         rfc2045-encode-string.
4259         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4260         to quote the parameter value.
4261
4262 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4265         form in gnus-group-name-charset-method-alist.
4266
4267         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4268         overrides the default layout edit-form.
4269
4270         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4271
4272         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4273
4274 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4277         as unfetched articles.
4278
4279 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4282
4283 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4286         original back end that keeps marks in the local system.
4287
4288 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4291         arg of pop-to-buffer for XEmacs.
4292         (gnus-article-read-summary-keys): Ditto; don't restore window
4293         configuration if summary command ends up with neither article buffer
4294         nor summary buffer; describe bindings if summary keys end with C-h.
4295
4296 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * message.el (message-fix-before-sending): Skip raw message part to be
4299         forwarded while checking illegible text.
4300         (message-forward-make-body-mime, message-forward-make-body): Mark
4301         signed or encrypted raw message as having no illegible text.
4302
4303 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4306         (gnus-message-with-timestamp-1): New macro.
4307         (gnus-message-with-timestamp): New function.
4308         (gnus-message): Use them.
4309
4310         * nnheader.el (nnheader-message): Use them.
4311
4312 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4315         .newsrc.eld file.
4316
4317 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-agent.el (gnus-agent-fetch-headers)
4320         (gnus-agent-retrieve-headers): Bind
4321         gnus-decode-encoded-address-function to identity.
4322
4323         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4324         available also when the server returns simply a dot.
4325
4326         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4327
4328 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4331
4332 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-ems.el (gnus-x-splash): Make it work.
4335
4336         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4337         from being used.
4338
4339         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4340
4341 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4344         4th and the 5th arguments.
4345
4346         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4347         the front stickiness.
4348         (gnus-article-summary-command-nosave): Correct the order of the
4349         arguments passed to pop-to-buffer.
4350         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4351         summary command ends up with the article buffer.
4352
4353         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4354         the same faces.
4355
4356 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4357
4358         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4359
4360 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4361
4362         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4363         * gnus-sum.el (gnus-summary-highlight):
4364         * pgg.el (pgg-sign-region, pgg-sign):
4365         * mail-source.el (mail-source-delete-old-incoming-confirm):
4366         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4367
4368 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-art.el (gnus-mime-view-part-externally)
4371         (gnus-mime-view-part-internally): Fix predicate function passed to
4372         completing-read.
4373
4374         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4375
4376         * gnus.el (gnus-update-message-archive-method): Add :version.
4377
4378 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus.el (gnus-update-message-archive-method): New variable.
4381
4382         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4383         according to gnus-message-archive-method if
4384         gnus-update-message-archive-method is non-nil.
4385
4386 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4389         by Loic Dachary <loic@dachary.org>.
4390         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4391
4392 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * message.el (message-pop-to-buffer): Add switch-function argument.
4395         (message-mail): Pass switch-function argument to it.
4396
4397 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4400         Improve doc string.
4401
4402 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4405         (gnus-header-content)
4406         * gnus-cite.el (gnus-cite-10)
4407         * gnus-srvr.el (gnus-server-closed)
4408         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4409         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4410         (gnus-group-mail-3-empty, gnus-group-mail-low)
4411         (gnus-group-mail-low-empty, gnus-splash)
4412         * message.el (message-header-to, message-header-cc)
4413         (message-header-subject, message-header-other, message-header-name)
4414         (message-header-xheader, message-separator, message-cited-text)
4415         (message-mml): Lighten colors of faces used for dark background.
4416
4417 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4418
4419         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4420         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4421
4422 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * message.el (message-narrow-to-headers-or-head):
4425         Ignore mail-header-separator in the body.
4426
4427 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4430         same as window size.
4431
4432 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4433
4434         * message.el (message-font-lock-keywords): Use message-header-xheader
4435         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4436         ahead of the anything pattern, to get it recognised.
4437
4438 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4441         spam.el loads uses it in the compiled defadvice form.
4442
4443 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4444
4445         * gnus-sum.el (gnus-articles-to-read)
4446         (gnus-summary-insert-old-articles): Don't truncate group name for
4447         `read-string'.
4448
4449         * gnus-util.el (gnus-limit-string): Delete this function.
4450
4451         * gnus-sum.el (gnus-simplify-subject-fully): Use
4452         `truncate-string-to-width' instead.
4453
4454 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4455
4456         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4457         if, on summary exit, the next group has to be selected.
4458         (gnus-summary-exit): Use it.
4459
4460 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4463         non-break space.
4464
4465 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4468         Check if group is not a directory.
4469         (nnfolder-request-expire-articles): Don't delete articles if the target
4470         group is not available.
4471
4472         * nnml.el (nnml-request-create-group): Properly check if group is not a
4473         file.
4474         (nnml-request-expire-articles): Don't delete articles if the target
4475         group is not available.
4476
4477         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4478         Don't quote characters that are within parentheses.
4479
4480 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4483         (gnus-handle-ephemeral-exit): Select article according to it.
4484
4485 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * message.el (message-insert-formated-citation-line): Remove newline.
4488         (message-citation-line-format): Add final \n here so that the user can
4489         avoid a blank line.
4490
4491 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4492
4493         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4494         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4495         Update lanl/arXiv support.
4496
4497 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * gnus.el: Bump version number.
4500
4501 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus.el (gnus-version-number): Bump version.
4504
4505 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4506
4507         * gnus.el: No Gnus v0.6 is released.
4508
4509 2007-04-27  Didier Verna  <didier@xemacs.org>
4510
4511         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4512         * gmm-utils.el (gmm-regexp-concat): here.
4513         * message.el: Don't require 'gnus-util.
4514         (message-dont-reply-to-names): Handle name change above.
4515         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4516
4517 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4520         since the initial value varies according to the system.
4521
4522 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4525
4526 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4527
4528         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4529
4530 2007-04-24  Didier Verna  <didier@xemacs.org>
4531
4532         Improve the type of gnus-ignored-from-addresses.
4533         * gnus-util.el (gnus-orify-regexp): New function.
4534         * message.el (gnus-util): Require it.
4535         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4536         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4537         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4538
4539 2007-04-24  Didier Verna  <didier@xemacs.org>
4540
4541         * gnus-sum.el:
4542         * gnus-utils.el: Fix some trailing whitespaces.
4543
4544 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4547         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4548         article's Message-ID; refer parent article in summary buffer.
4549
4550         * message.el (message-bounce): Call mime-to-mml.
4551
4552         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4553         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4554         optimize and/or forms properly.
4555
4556 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4557
4558         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4559         URL.
4560
4561 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4564
4565 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4568         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4569         displayed of multipart/alternative part if it is invoked from summary
4570         buffer.
4571
4572         * mm-view.el (mm-inline-text-html-render-with-w3m)
4573         (mm-inline-text-html-render-with-w3m-standalone)
4574         (mm-inline-render-with-function): Use mail-parse-charset by default.
4575
4576 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4577
4578         * parse-time.el (parse-time-string-chars): Check if CHAR
4579         is less than the length of parse-time-syntax.
4580
4581 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4584         from gnus-newsgroup-processable.
4585
4586 2007-04-16  Didier Verna  <didier@xemacs.org>
4587
4588         * gnus-msg.el (gnus-configure-posting-styles): Handle
4589         message-signature-directory properly with :file syntax.  Reported by
4590         "Leo".
4591
4592 2007-04-11  Didier Verna  <didier@xemacs.org>
4593
4594         New user option: message-signature-directory.
4595         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4596         * message.el (message-insert-signature): Ditto.
4597         * message.el (message-signature-file): Doc update.
4598         * message.el (message-signature-directory): New.
4599
4600 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-msg.el (gnus-inews-yank-articles): Use
4603         message-exchange-point-and-mark instead of exchange-point-and-mark.
4604
4605 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * message.el (message-yank-original): Make sure cited text ends with
4608         newline; don't exchange point and mark.
4609
4610 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4611
4612         * tls.el (open-tls-stream): Properly handle case where there
4613         is no associated buffer.
4614
4615 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4616
4617         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4618         message-yank-original, make sure (< mark TEXT point).
4619
4620 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * message.el (message-fill-column): New variable.
4623         (message-mode): Use it.  Add comment on a possible new hook.
4624
4625         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4626         (nnmail-get-new-mail): Reformat.
4627
4628         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4629
4630         * gmm-utils.el: Fix Commentary.
4631         (gmm-tool-bar-from-list): Fix typo in doc string.
4632
4633 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4634
4635         * message.el (message-yank-original): Don't switch point and mark
4636         unnecessarily to put point and mark as documented.
4637
4638 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4641         from the message heads.
4642
4643 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4644
4645         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4646         article buffer does not have a window.  This may not be the best
4647         solution but is certainly better than setting the start of the null,
4648         that is the current, window.
4649
4650 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4653         (gnus-draft-setup): Run it.
4654
4655         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4656         gnus-score-fast-scoring.  Allow regexp.
4657         (gnus-score-headers): Use it.
4658
4659         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4660         XEmacs.
4661
4662         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4663         string.
4664         (gnus-button-alist): Also catch `<f1> k ...'.
4665         (gnus-treat-display-x-face): Fix doc string.
4666
4667 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4668
4669         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4670         evaluation of gnus-extended-version to ensure correct generation of the
4671         User-Agent header when message-generate-headers-first is used.
4672
4673 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4674
4675         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4676         hashcash-path is nil.  Don't call callback with incorrect number of
4677         parameters if val is 0.
4678
4679 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4680
4681         * message.el (message-required-news-headers):
4682         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4683
4684 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4685
4686         * tls.el (open-tls-stream): In handshake-waiting loop,
4687         don't wait more if there is output available to process.
4688
4689 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4690
4691         * tls.el (tls-program): Doc fix.
4692
4693 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * message.el (message-generate-new-buffers): Change the meaning of the
4696         nil value; add `standard' to the choices; treat t as `unique'; improve
4697         doc string.
4698         (gnus-select-frame-set-input-focus): Autoload.
4699         (message-buffer-name): Search for the existing message buffer if
4700         message-generate-new-buffers is nil or `standard'; treat the value t of
4701         message-generate-new-buffers as `unique'.
4702         (message-pop-to-buffer): Raise the frame already displaying the message
4703         buffer; clear the echo area after querying.
4704         (message-setup): Pass the `continue' argument to compose-mail.
4705         (message-mail): Prefer `switch-function' if it is given; search for the
4706         existing message buffer if the `continue' argument is non-nil; pass
4707         continue and switch-function arguments to compose-mail by way of
4708         message-setup.
4709         (message-mail-other-window): Adjust argument of message-setup.
4710         (message-mail-other-frame): Ditto.
4711
4712 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4715         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4716         to turn font-lock on when turning gnus-message-citation-mode on.
4717
4718 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4719
4720         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4721         (mml-smime-function-alist): New variable; add epg as the backend.
4722         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4723         mml-smime- functions instead.
4724         * mm-view.el: Require smime.
4725
4726 2007-03-05  Didier Verna  <didier@xemacs.org>
4727
4728         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4729         instead of just inheritance for posting styles.
4730         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4731
4732 2007-02-24  Chris Moore  <dooglus@gmail.com>
4733
4734         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4735         * pgg-pgp.el (pgg-pgp-encrypt-region):
4736         * pgg-gpg.el (pgg-gpg-encrypt-region):
4737         Check pgg-encrypt-for-me if no other recipients.
4738
4739 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4740
4741         * tls.el (tls-certtool-program): Fix custom type.
4742
4743 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4746         and point-at-eol instead of line-(beginning|end)-position.
4747
4748         * assistant.el (assistant-parse-buffer): Ditto.
4749
4750         * netrc.el (netrc-parse-services): Ditto.
4751
4752 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4753
4754         * mml2015.el (mml2015-epg-find-usable-key): New function.
4755         (mml2015-epg-sign): Use it.
4756         (mml2015-epg-encrypt): Use it.
4757
4758 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * message.el (message-make-in-reply-to): Quote name containing
4761         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4762         if there are special characters.  Reported by NAKAJI Hiroyuki
4763         <nakaji@jp.freebsd.org>.
4764
4765 2007-02-27  Didier Verna  <didier@xemacs.org>
4766
4767         Include the group parameters as well as the topic ones in the
4768         inheritance filter process.
4769         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4770         argument GROUP-PARAMS-LIST.
4771         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4772
4773 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * nntp.el (nntp-never-echoes-commands)
4776         (nntp-open-connection-functions-never-echo-commands): New variables.
4777         (nntp-send-command): Use them.
4778
4779 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4780
4781         * mml2015.el (mml2015-epg-verify): Simplified.
4782
4783 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * mml.el (mml-content-disposition-alist): New user option.
4786         (mml-content-disposition): New function.
4787         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4788         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4789
4790 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4791
4792         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4793         verification.
4794
4795 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4796
4797         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4798         articles posted in the last 24 hours.
4799
4800 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4801
4802         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4803
4804 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4805
4806         * nntp.el (nntp-send-command): Don't wait for echoes when
4807         nntp-open-ssl-stream is used.
4808
4809 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4812         (gnus-message-add-citation-keywords)
4813         (gnus-message-remove-citation-keywords): Remove.
4814         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4815         directly, make the variables in font-lock-defaults buffer-local, add
4816         gnus-message-citation-keywords to them and then update the value of
4817         font-lock-keywords.
4818
4819 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * message.el (message-cite-original-1): Don't call
4822         gnus-article-highlight-citation.
4823
4824         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4825         citations; fix line count.
4826
4827 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4830         (gnus-message-add-citation-keywords)
4831         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4832         versions of font-lock-add-keywords and font-lock-remove-keywords to
4833         work with XEmacs correctly.
4834
4835 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-cite.el (gnus-cite-face-list): Set the values of
4838         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4839         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4840         (gnus-message-cite-prefix-regexp): New variable.
4841         (gnus-message-search-citation-line): Use it; protect against long
4842         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4843         the 0th match data for Emacs.
4844         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4845         (gnus-message-add-citation-keywords): Append keywords rather than
4846         prepending; emulate font-lock-add-keywords if it is not available.
4847         (gnus-message-remove-citation-keywords): Emulate
4848         font-lock-remove-keywords if it is not available.
4849
4850         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4851
4852         * message.el (message-cite-prefix-regexp): Set the value of
4853         gnus-message-cite-prefix-regexp.
4854
4855 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4856
4857         * nnweb.el (nnweb-google-parse-1): Update parser.
4858
4859 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4860
4861         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4862
4863 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4864
4865         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4866         regexp.
4867
4868 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4871         string-to-multibyte.
4872         (uudecode-decode-region-internal): Use it.
4873
4874         * lpath.el: Fbind string-as-multibyte for XEmacs.
4875
4876 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4879         custom choice.
4880
4881         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4882
4883 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4884
4885         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4886
4887         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4888         `write-region' to respect `mm-inhibit-file-name-handlers'.
4889
4890 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4893         Use gnus-home-directory instead of "~/" or "$HOME".
4894
4895 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4896
4897         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4898         to mention filename.
4899         Add comments at beginning regarding usage.
4900         (encrypt-write-file-contents): Change interactive so a string is
4901         acceptable.  If the file has no associated model, show an error instead
4902         of a nonsense prompt.
4903
4904 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4905
4906         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4907         Thanks to Yoshihiko Yamada for kind notification of this typo.
4908
4909 2007-01-12  Kenichi Handa  <handa@m17n.org>
4910
4911         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4912         multibyte buffer.
4913
4914 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4915
4916         * gnus-score.el (gnus-score-fast-scoring): New variable.
4917         (gnus-score-headers): Use it.
4918
4919         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4920
4921         * message.el (message-cite-original-1): Call
4922         gnus-article-highlight-citation if requested.
4923         (message-make-from): Allow name and address as optional arguments.
4924
4925         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4926
4927         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4928         bugs to doc string.
4929         (gnus-button-alist): Add mid\\|message-id.
4930         (gnus-button-fetch-group): Extend for use in
4931         `browse-url-browser-function'.
4932         (gnus-button-url-regexp): Try to catch paired parentheses like in
4933         Wikipedia URLs.
4934
4935         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4936         Suggested by Simon Krahnke <overlord@gmx.li>.
4937
4938 2007-01-13  Romain Francoise  <romain@orebokech.com>
4939
4940         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4941         Update copyright.
4942
4943 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4944
4945         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4946
4947 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * gnus-registry.el (gnus-registry-unfollowed-groups)
4950         (gnus-registry-split-fancy-with-parent): Fix documentation.
4951
4952 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4955         from nnweb groups.
4956
4957 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4960         Xref urls.  Erase buffer before requesting head.
4961
4962 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4965         customizable.
4966
4967 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4968
4969         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4970         no signing key is found.
4971         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4972         no encrypting and/or signing key is found.
4973
4974 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4977
4978 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4979
4980         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4981         headers read from disk with the ones newly found in the current search.
4982         This should no longer cause problems, because the article numbers in
4983         Gmane's `nov.php' output are ignored since the previous change.
4984
4985 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4986
4987         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4988
4989 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4992         replace-regexp-in-string; bind url-version; fbind display-images-p and
4993         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4994         find-face and set-itimer-function for Emacs; bind itimer-list for
4995         Emacs.
4996
4997         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4998
4999 2007-01-01  Romain Francoise  <romain@orebokech.com>
5000
5001         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5002
5003 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5004
5005         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5006         `define-minor-mode' macro definition expanded properly.
5007         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5008         exclude it there.
5009
5010         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5011         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5012         `fboundp' test.
5013         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5014         This is OK to autoload in (S)XEmacs now.
5015
5016 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5019         keystroke.
5020         (gnus-summary-limit-to-singletons): Fix typo.
5021
5022         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5023         else fails.
5024
5025 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5026
5027         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5028         docstring.
5029
5030         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5031         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5032         (gnus-summary-insert-dormant-articles): Fix typo in message.
5033
5034 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5037         nil for XEmacs.
5038         (gnus-message-citation-mode): Don't autoload in XEmacs.
5039
5040         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5041
5042 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5043
5044         * nnimap.el (nnimap-expunge-search-string): Mention
5045         nnimap-search-uids-not-since-is-evil in docstring.
5046
5047 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * spam.el: Revert to make-obsolete-variable because
5050         define-obsolete-variable-alias is not supported in Emacs 21.
5051
5052         * spam.el (spam-ifile-path, spam-ifile-database-path)
5053         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5054         make-obsolete-variable.
5055         (spam-bsfilter-path, spam-bsfilter-program)
5056         (spam-spamassassin-path, spam-spamassassin-program)
5057         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5058         use "path" inappropriately.
5059         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5060         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5061         variable names.
5062
5063 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5064
5065         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5066         summary buffer.
5067
5068         * password.el (password-cache-remove): Use clear-string to burn
5069         password, if available.
5070
5071 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5074
5075         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5076
5077         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5078         (gnus-message-highlight-citation): Move defcustom here from
5079         gnus-cite.el.
5080         (gnus-message-citation-mode): Autoload.
5081
5082         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5083         checks to make it compile with XEmacs.
5084         (gnus-message-citation-mode): New minor mode.
5085         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5086         (gnus-message-highlight-citation): New variables.
5087         (gnus-message-search-citation-line)
5088         (gnus-message-add-citation-keywords)
5089         (gnus-message-remove-citation-keywords)
5090         (turn-on-gnus-message-citation-mode)
5091         (turn-off-gnus-message-citation-mode): New functions.
5092
5093 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5094
5095         * gnus-cite.el: Enable highlighting of different citation levels in
5096         message-mode.
5097
5098 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * message.el (message-make-fqdn): Fix comment.
5101         (message-bogus-system-names): Add ".local".
5102
5103         * spam.el (spam-ifile-path, spam-ifile-program)
5104         (spam-ifile-database-path, spam-ifile-database)
5105         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5106         Don't use "path" inappropriately.
5107         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5108         strings.
5109         (spam-check-ifile, spam-ifile-register-with-ifile)
5110         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5111         new variable names.
5112
5113         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5114         (gnus-treat-display-smileys): Simplify using
5115         gnus-image-type-available-p.
5116
5117         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5118         available.
5119
5120         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5121         `display-images-p' if available.
5122
5123 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5126         one after turning on the buffer's multibyteness instead of decoding
5127         them directly in the unibyte buffer that causes unexpected conversion
5128         in Emacs 23 (unicode).
5129
5130 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5131
5132         * message.el (message-generate-hashcash): Fix custom type.
5133
5134 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5137
5138 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5141         disconnect icons.  Add help text.
5142
5143 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5146         negated to be consistent with the others we handle.
5147
5148 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5151         version of gnus-summary-buffer to something, so that we can use two
5152         article buffers at the same time.
5153
5154 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5157         trigger all the extra headers.
5158         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5159         sorting.
5160
5161 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5162
5163         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5164         solid groups.
5165
5166 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5167
5168         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5169
5170 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * legacy-gnus-agent.el: Add Copyright notice.
5173
5174 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5175
5176         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5177
5178 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5181
5182         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5183         to make it work reliably in CVS Emacs.
5184         (gnus-summary-limit-strange-charsets-predicate)
5185         (gnus-summary-limit-to-predicate): New functions.
5186
5187 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5188
5189         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5190         specifying array size.
5191         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5192         array if it is too small.
5193         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5194         (gnus-sort-threads-loop): New function.
5195
5196 2006-12-06  Chris Moore  <dooglus@gmail.com>
5197
5198         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5199         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5200
5201 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5202
5203         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5204         options.
5205
5206 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5209         DOS-ing the recipient.
5210
5211         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5212         the headers when creating the mapping to avoid mismappings.
5213         (nnweb-gmane-create-mapping): Always nix out old mapping.
5214
5215 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5218         and mm-verify-option to never.
5219
5220 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * message.el (message-signed-or-encrypted-p): New function.
5223         (message-forward-make-body): Use it.
5224
5225         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5226         Replace encode-coding-string with mm-encode-coding-string.
5227
5228 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * nneething.el (nneething-decode-file-name): Replace
5231         decode-coding-string with mm-decode-coding-string.
5232
5233         * gnus-int.el (gnus-open-server): Say failed server's name.
5234
5235 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5236
5237         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5238         strings to a single string.  Quote `errors-file-name'.
5239         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5240         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5241         Adjust calls.  Use `shell-quote-argument'.
5242
5243 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5244
5245         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5246         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5247
5248         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5249         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5250         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5251         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5252         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5253         (gnus-subscribe-newsgroup, gnus-1):
5254         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5255         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5256         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5257         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5258
5259 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5262         keystroke.
5263         (gnus-summary-limit-to-bodies): Implement headersp.
5264
5265 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5268
5269 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5272
5273 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * message.el (message-generate-hashcash): Expand range of values to
5276         include `opportunistic'.
5277         (message-send-mail): Use it.
5278
5279 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5280
5281         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5282         and comment it.
5283
5284         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5285
5286 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus-util.el (gnus-extract-address-components): Improve comment.
5289
5290 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-util.el (gnus-extract-address-components): Work with address in
5293         which the name portion contains @.
5294
5295         * lpath.el: Fbind custom-autoload.
5296
5297 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus.el (gnus-start): Move custom group up.
5300         (gnus-select-method): Don't autoload, but make it available for
5301         `customize-variable'.
5302         (gnus-getenv-nntpserver): Don't autoload.
5303
5304 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5307
5308 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * message.el (message-sendmail-extra-arguments): New variable.
5311         (message-send-mail-with-sendmail): Use it.
5312
5313 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5316         mm-with-unibyte-current-buffer to make string unibyte.
5317
5318         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5319         mm-string-as-multibyte.
5320
5321 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5322
5323         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5324         Reported by Werner Koch <wk@gnupg.org>.
5325
5326 2006-11-14  Daiki Ueno  <ueno@p360>
5327
5328         * mml2015.el: Autoload epa-select-keys when compiling.
5329
5330 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5331
5332         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5333         message-options.
5334         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5335
5336 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5337
5338         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5339         EasyPG (< 0.0.6).
5340         (mml2015-always-trust): New user option.
5341         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5342         prompt.
5343
5344 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * nntp.el (nntp-authinfo-force): New variable.
5347         (nntp-send-authinfo): Use it.
5348
5349 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5352         decode encoded words.  Improve prompt.  Add comment about forwarding.
5353         (message-replacement-char): Move up.
5354
5355 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5356
5357         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5358         instead of gnus-intersection because arguments of gnus-sorted-nunion
5359         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5360
5361 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5364         (message-simplify-subject-functions): Enable
5365         message-strip-subject-encoded-words by default.
5366
5367 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * message.el (message-strip-subject-encoded-words): New function
5370         (message-simplify-subject-functions): New variable.
5371         (message-simplify-subject): Use it.  Fix typo in doc string.
5372         Support message-strip-subject-encoded-words.
5373
5374 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5375
5376         * gnus-diary.el (gnus-diary-delay-format-function):
5377         * nndiary.el (nndiary-reminders):
5378         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5379
5380 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * gnus-art.el (article-hide-boring-headers): Fetch date from
5383         gnus-original-article-buffer to avoid problems with localized date
5384         strings.
5385
5386 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5389
5390 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5393         New variables.
5394         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5395         (mm-charset-synonym-alist): Move some entries to
5396         mm-codepage-iso-8859-list.
5397         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5398         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5399
5400 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5403
5404 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5407         with Emacs 21 and XEmacs.
5408
5409 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * spam.el (spam-parse-address): New function for better parsing,
5412         catching errors, etc.
5413         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5414
5415 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * mm-view.el: Add interactive arg to html2text autoload.
5418
5419 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5422
5423 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5426         variables.
5427         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5428         (mm-charset-synonym-alist): Move some entries to
5429         mm-codepage-iso-8859-list.
5430
5431         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5432
5433 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * message.el (message-citation-line-format)
5436         (message-insert-formated-citation-line): Fix implementation of %E, %N
5437         and %n according to the doc string.
5438
5439 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5442         car-safe to avoid bad parses.
5443
5444 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5447         names.
5448
5449         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5450
5451 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5454         header.
5455
5456         * message.el (message-draft-headers): Add Date.
5457         (message-headers-to-generate): Fix typo in docstring.
5458
5459         * nndraft.el (nndraft-required-headers): New variable.
5460         (nndraft-generate-headers): Use it.
5461
5462         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5463
5464 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * gnus-registry.el (gnus-registry-wash-for-keywords)
5467         (gnus-registry-find-keywords): New functions to allow easy searching of
5468         articles that are in the registry.
5469
5470 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5473         ietf-drums-parse-address instead of gnus-extract-address-components.
5474         Reported by Damien Elmes <damien@repose.cx>.
5475
5476 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * gnus.el (gnus-mime): Remove unused custom group.
5479
5480 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5481
5482         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5483         "blank line" when searching for end of armor headers.
5484
5485 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gmm-utils.el (gmm-write-region): Fix variable name.
5488
5489 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * gmm-utils.el (gmm-write-region): New function based on compatibility
5492         code from `mm-make-temp-file'.
5493
5494         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5495
5496         * nnmaildir.el (nnmaildir--update-nov)
5497         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5498         Use `gmm-write-region'.
5499
5500 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5503         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5504
5505         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5506
5507         * message.el (message-replacement-char): New variable.
5508         (message-fix-before-sending): Use it.
5509         (message-simplify-subject): New function to remove duplicate code.
5510         (message-reply, message-followup): Use it.
5511
5512         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5513         gnus-summary-limit-to-articles.
5514
5515 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-util.el (gnus-with-local-quit): New macro.
5518
5519         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5520
5521 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5524         ignore non-string data.
5525
5526 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5529         non-string data (needs to be done in the registry too).
5530
5531 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5534         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5535         (gnus-registry-split-fancy-with-parent)
5536         (gnus-registry-fetch-simplified-message-subject-fast)
5537         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5538         Remove text properties on ingress into the registry and when it's saved.
5539         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5540         registry from entries with no groups.
5541
5542 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5543
5544         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5545         function to remove string properties.
5546
5547 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gmm-utils.el (gmm): Adjust custom version.
5550
5551         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5552         custom version.
5553
5554         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5555
5556 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-art.el (gnus-insert-prev-page-button)
5559         (gnus-insert-next-page-button): Simplify.  Reformat.
5560
5561 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5562
5563         * gnus-art.el (gnus-insert-prev-page-button)
5564         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5565
5566 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5567
5568         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5569
5570 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5571
5572         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5573         gnus-article-button-face to MIME and security buttons.
5574
5575 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5578         readable.
5579
5580 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5583
5584 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5585
5586         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5587         `browse-url-of-file' instead of `browse-url'.
5588
5589 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5590
5591         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5592         regexp.  Articles containing quotation were cut prematurely.
5593
5594 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * message.el (message-cite-original-1): Use nobody by default for the
5597         value of From header.
5598         (message-reply): Ditto.
5599
5600 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5603         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5604         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5605
5606 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5609         mails in the doc string.  Add some URLs in comment.
5610         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5611
5612 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5615         backslashes handling and the way to find boundaries of quoted strings.
5616
5617 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5618
5619         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5620         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5621         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5622         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5623
5624 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5627         doc string.
5628         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5629
5630 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * lpath.el: Fbind epg-check-configuration.
5633
5634 2006-09-06  Simon Josefsson  <jas@extundo.com>
5635
5636         * mml2015.el (mml2015-use): Doc fix, mention epg.
5637
5638 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5639
5640         * mml2015.el (mml2015-use): Default to epg, if available.
5641
5642 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5643
5644         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5645         message-sender.
5646         (mml1991-epg-encrypt): Ditto.
5647         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5648         message-sender.
5649         (mml2015-epg-encrypt): Ditto.
5650
5651 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5652
5653         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5654         several common directories.
5655
5656 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5657
5658         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5659         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5660
5661 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-art.el (article-decode-encoded-words): Make it fast.
5664
5665 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5668
5669         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5670         in quoted string into `\'.
5671
5672 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5675         Use standard-syntax-table.
5676
5677 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (gnus-decode-address-function): New variable.
5680         (article-decode-encoded-words): Use it to decode headers which are
5681         assumed to contain addresses.
5682         (gnus-mime-delete-part): Remove useless `or'.
5683
5684         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5685         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5686         (gnus-nov-parse-line): Use it to decode From header.
5687         (gnus-get-newsgroup-headers): Ditto.
5688         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5689
5690         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5691         (mail-decode-encoded-address-string): New alias.
5692
5693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5694         New function.
5695         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5696         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5697         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5698         (rfc2047-decode-string): Ditto.
5699         (rfc2047-decode-address-region): New function.
5700         (rfc2047-decode-address-string): New function.
5701
5702 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * message.el (message-caesar-buffer-body): Allow rotating headers.
5705
5706         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5707
5708         * message.el (message-insert-formated-citation-line): Fix %f.
5709         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5710
5711 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5714         (gnus-bookmark-mouse-available-p): New macro.
5715         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5716         (gnus-bookmark-bmenu-show-infos): Use it.
5717         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5718         (gnus-bookmark-bmenu-hide-infos): Ditto.
5719         (gnus-bookmark-remove-properties): New function.
5720         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5721         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5722         (gnus-bookmark-write-file): Bind coding-system-for-write.
5723         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5724         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5725         group before selecting it.
5726         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5727         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5728         quit-window if it is not available; use gnus-mouse-2 and bind it to
5729         gnus-bookmark-bmenu-select-by-mouse.
5730         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5731         (gnus-bookmark-bmenu-select-by-mouse): New function.
5732
5733 2006-08-13  Romain Francoise  <romain@orebokech.com>
5734
5735         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5736         space.
5737
5738 2006-08-10  Romain Francoise  <romain@orebokech.com>
5739
5740         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5741         (dns-mode-soa-auto-increment-serial): New user option.
5742         (dns-mode-soa-maybe-increment-serial): New function.
5743         (dns-mode): Add the latter to `write-contents-functions'.
5744
5745 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * compface.el (uncompface): Use binary rather than raw-text-unix.
5748
5749 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * compface.el (uncompface): Make sure the eol conversion doesn't take
5752         place when communicating with the external programs.  Reported by
5753         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5754
5755 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5758
5759 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5760
5761         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5762         Make it more robust by parsing author and date independently.
5763
5764 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5767
5768 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5769
5770         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5771         first matching secret key.
5772         (mml2015-epg-encrypt): Ditto.
5773
5774         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5775         first matching secret key.
5776         (mml1991-epg-encrypt): Ditto.
5777
5778         * mml2015.el (mml2015-encrypt-to-self): New user option.
5779         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5780         mml2015-epg-encrypt-to-self is set.
5781
5782         * mml1991.el (mml1991-encrypt-to-self): New variable.
5783         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5784         mml1991-epg-encrypt-to-self is set.
5785
5786         * mml2015.el (mml2015-signers): New user option.
5787         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5788         (mml2015-epg-encrypt): Allow to select signing keys.
5789
5790         * mml1991.el (mml1991-signers): New variable.
5791         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5792         (mml1991-epg-encrypt): Allow to select signing keys.
5793
5794 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * nnheader.el (nnheader-insert-head): Make it work even if the file
5797         uses CRLF for the line-break code.
5798
5799 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5800
5801         * mml2015.el: Require mml-sec instead of password.
5802         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5803         (mml2015-cache-passphrase): Inherit the default value from
5804         mml-secure-cache-passphrase.
5805         (mml2015-passphrase-cache-expiry): Inherit the default value from
5806         mml-secure-passphrase-cache-expiry.
5807
5808         * mml1991.el: Require mml-sec instead of password.
5809         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5810         (mml1991-cache-passphrase): Inherit the default value from
5811         mml-secure-cache-passphrase.
5812         (mml1991-passphrase-cache-expiry): Inherit the default value from
5813         mml-secure-passphrase-cache-expiry.
5814
5815         * mml-sec.el: Require password.
5816         (mml-secure-verbose): New user option.
5817         (mml-secure-cache-passphrase): New user option.
5818         (mml-secure-passphrase-cache-expiry): New user option.
5819
5820 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5821
5822         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5823         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5824         andreas@altroot.de (Andreas Vögele).
5825
5826         FIXME: Use `tiny change'?
5827
5828 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5829
5830         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5831         workaround for the url package included with Emacs.
5832
5833         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5834
5835 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5838         correctly.  This fixes a bug caused by the 2006-05-12 change.
5839
5840 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5841
5842         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5843         some information about the error when saying that the `bogus' mail
5844         group will be used.
5845
5846 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5849         string.
5850
5851 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5852
5853         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5854
5855 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5856
5857         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5858
5859 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5860
5861         * mml1991.el (mml1991-function-alist): Add epg.
5862         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5863         (mml1991-epg-encrypt): New functions.
5864
5865 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5866
5867         * mml2015.el (mml2015-verbose): New variable.
5868         (mml2015-cache-passphrase): Ditto.
5869         (mml2015-passphrase-cache-expiry): Ditto.
5870         (mml2015-function-alist): Add epg.
5871         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5872         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5873         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5874         functions.
5875
5876 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5877
5878         * message.el (message-cite-original-1): Preserve region when removing
5879         quoted text due to X-No-Archive in order to avoid bogus attribution
5880         when citing multiple messages.
5881
5882 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5883
5884         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5885         Kenneth Jacker <khj@be.cs.appstate.edu>.
5886
5887 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-diary.el (gnus-user-format-function-d)
5890         (gnus-user-format-function-D): Autoload.
5891
5892         * imap.el (Commentary): Fix typo.
5893
5894         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5895         2006-04-22 contribution.
5896
5897 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5898
5899         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5900         It didn't really fix the bogosity I'm seeing with solid web groups.
5901
5902 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5903
5904         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5905         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5906         created using server names.  If we use the feature without declaring
5907         it, Gnus does not properly manage server and group state.
5908
5909         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5910         bound.
5911
5912 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5913
5914         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5915         looking up the method using GROUP's prefix before inventing a new one.
5916         It is used on killed/unknown groups in various places where returning
5917         an all-new method isn't expected by the caller.
5918
5919         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5920         and match semantics of gnus-group-real-prefix.
5921
5922 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * nnmail.el (nnmail-broken-references-mailers): New variable.
5925         (nnmail-ignore-broken-references): New function generalizing
5926         nnmail-fix-eudora-headers.
5927         (nnmail-fix-eudora-headers): Now obsolete.
5928
5929         * gnus-art.el (gnus-button-handle-custom): Support
5930         `customize-apropos*'.
5931
5932 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5935
5936         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5937         articles.
5938
5939 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * message.el (message-cite-reply-above): New variable.
5942         (message-yank-original): Use it.
5943
5944 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5947
5948 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5951         as read.
5952
5953         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5954
5955 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5958         (gnus-bookmark-default-file): Use gnus-directory.
5959         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5960         Remove "*" in doc string.
5961         (gnus-bookmark-write-file): Simplify.
5962         (gnus-bookmark-maybe-sort-alist): Use `when'.
5963         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5964         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5965         FIXME about Emacs 21 and XEmacs compatibility.
5966         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5967         compatibility.
5968         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5969         compatibility.
5970         (gnus-bookmark-menu-heading): Fix version.
5971
5972 2006-06-19  Bastien Guerry  <bzg@altern.org>
5973
5974         * gnus-bookmark.el: New file.
5975
5976 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * message.el (message-syntax-checks): Doc fix.
5979
5980 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5981
5982         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5983         unsubscribed groups as if they were killed ones.  It causes duplicate
5984         entries in gnus-newsrc-alist.
5985
5986 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * message.el (message-syntax-checks): Doc fix.
5989         (message-send-mail): Add check for continuation headers.
5990         (message-check-news-header-syntax): Fix regexp used to check for
5991         continuation headers.
5992
5993 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5996
5997 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6000
6001 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6004         default-truncate-lines.
6005
6006 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6009         to fill the utf-8 entry.
6010
6011         * lpath.el: Fbind unicode-precedence-list.
6012
6013 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6014
6015         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6016
6017 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6018
6019         * gnus-agent.el (directory-files-and-attributes): Move all the way
6020         forward (the third and final move).
6021         (gnus-agent-read-agentview): Trap reconstruction errors due to
6022         nonexistant directory.  Handle by returning nil.
6023
6024 2006-05-30  Didier Verna  <didier@xemacs.org>
6025
6026         * message.el (message-dont-reply-to-names): Update the custom type.
6027         * message.el (message-dont-reply-to-names): New defsubst: potentially
6028         convert a list of regexps into a single one.
6029         * message.el (message-get-reply-headers): Use it.
6030         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6031
6032 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-agent.el (directory-files-and-attributes): Move forward.
6035
6036 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * gnus-ml.el (gnus-mailing-list-subscribe)
6039         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6040         (gnus-mailing-list-message): Fix doc strings.
6041
6042 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6043
6044         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6045         of doing it manually.
6046
6047 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6050         comment.
6051
6052 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6053
6054         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6055         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6056         (gnus-agent-read-local): All symbols allocated in my-obarray
6057         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6058         (gnus-agent-regenerate-group): Check numeric names to see if they are
6059         messages or groups.
6060         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6061         better way of do this...)
6062
6063         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6064         'dummy.group' (there should be a better way of do this...)
6065
6066 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6069         (gnus-saved-headers): Ditto.
6070         (gnus-default-article-saver): Mention functions may have properties.
6071         (gnus-article-save): Override gnus-save-all-headers and
6072         gnus-saved-headers by :headers property which saver function may have.
6073         (gnus-summary-save-in-file): Add :headers property.
6074         (gnus-summary-write-to-file): Ditto.
6075
6076         * gnus-sum.el (gnus-summary-save-article): Bind
6077         gnus-prompt-before-saving to t when saving many articles in a file;
6078         always show all headers.
6079
6080         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6081
6082 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6085         marks.
6086
6087         * message.el (message-indent-citation): Add optional arguments to allow
6088         using it outside of message buffers.
6089
6090         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6091         (gnus-article-treat-unfold-headers): Use it.
6092         (gnus-article-truncate-lines): New variable.
6093         (gnus-article-mode): Use it.
6094         (gnus-article-toggle-truncate-lines): New function.
6095
6096         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6097         gnus-article-toggle-truncate-lines.
6098
6099         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6100         coding system in XEmacs, use binary.
6101
6102 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6105         after-load-alist.
6106
6107         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6108         this function should save decoded articles.
6109         (gnus-summary-write-to-file): Use property to specify this function
6110         should save decoded articles and specify gnus-summary-save-in-file
6111         should be used to save articles other than the first one when saving
6112         many articles.
6113         (gnus-summary-save-body-in-file): Use property to specify this
6114         function should save decoded articles.
6115         (gnus-summary-write-body-to-file): Use property to specify this
6116         function should save decoded articles and specify
6117         gnus-summary-save-body-in-file should be used to save articles other
6118         than the first one when saving many articles.
6119
6120         * gnus-sum.el (gnus-summary-save-article): Simplify.
6121
6122 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-art.el (gnus-default-article-saver): Add
6125         gnus-summary-write-body-to-file.
6126         (gnus-article-save-coding-system): Don't use coding system object
6127         in XEmacs.
6128         (gnus-read-save-file-name): Add optional `dir-var' argument which
6129         specifies directory in which files are saved; work even if optional
6130         `variable' argument is not specified.
6131         (gnus-summary-write-to-file): Read file name.
6132         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6133         (gnus-summary-write-body-to-file): New function.
6134
6135         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6136         (gnus-summary-local-variables): Add it.
6137         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6138         (gnus-summary-save-article): Remove optional `decode' argument;
6139         determine whether to decode articles by the value of
6140         gnus-default-article-saver; when saving many files using
6141         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6142         it first and use gnus-summary-save-in-file or
6143         gnus-summary-save-body-in-file thereafter unless
6144         gnus-prompt-before-saving is always; move point to article which
6145         will be saved.
6146         (gnus-summary-save-article-file): Revert.
6147         (gnus-summary-write-article-file): Revert.
6148         (gnus-summary-save-article-body-file): Revert.
6149         (gnus-summary-write-article-body-file): New function.
6150
6151 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-art.el (gnus-default-article-saver): Doc fix.
6154         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6155         from gnus-summary-save-article-coding-system, and default to a
6156         certain coding system.
6157         (gnus-output-to-file): Add coding cookie and encode text according
6158         to gnus-article-save-coding-system; don't use mm-append-to-file.
6159
6160         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6161         gnus-art.el and rename to gnus-article-save-coding-system.
6162         (gnus-summary-save-article): Require gnus-art; don't show all
6163         headers if it decodes articles; don't add coding cookie here;
6164         don't bind mm-text-coding-system-for-write.
6165         (gnus-summary-save-article-file): Save decoded articles.
6166         (gnus-summary-write-article-file): When saving many files, use
6167         gnus-summary-write-to-file first and gnus-summary-save-in-file
6168         thereafter unless gnus-prompt-before-saving is always.
6169         (gnus-summary-save-article-body-file): Save decoded articles.
6170
6171         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6172
6173 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6174
6175         * nnrss.el (nnrss-check-group): Bind hash-index.
6176
6177 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6178
6179         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6180         its hash index.  Store this hash in `nnrss-group-data'.
6181         (nnrss-read-group-data): Update accordingly.
6182
6183 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6186         entry.
6187
6188         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6189         gnus-article-browse-html-article.
6190
6191 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6192
6193         * gnus-sum.el (gnus-summary-mime-map): Add
6194         gnus-article-browse-html-article.
6195
6196         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6197
6198 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6201         suitable coding systems in customize.
6202
6203 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * mail-source.el (mail-sources): Fix custom type.
6206
6207 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6210         (gnus-summary-expire-articles-now): Shorten prompt.
6211
6212         * gmm-utils.el (wid-edit): Require.
6213         (defun-gmm): Renamed from `gmm-defun-compat'.
6214         (gmm-image-search-load-path): Use it.
6215         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6216
6217 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6220         variable.
6221         (gnus-summary-save-article): Add optional `decode' argument.  If
6222         it is set and gnus-summary-save-article-coding-system is non-nil,
6223         save decoded article.
6224         (gnus-summary-write-article-file): Save decoded article if
6225         gnus-summary-save-article-coding-system is non-nil.
6226
6227         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6228         type.
6229
6230 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6233
6234 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6237         first to test gnus-single-article-buffer which may be buffer-local.
6238
6239         * gnus-sum.el (gnus-summary-setup-buffer): Make
6240         gnus-single-article-buffer buffer-local and nil in ephemeral
6241         group; make gnus-article-buffer, gnus-article-current, and
6242         gnus-original-article-buffer always buffer-local.
6243         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6244         group.
6245         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6246
6247 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * nnml.el (nnml-request-compact-group): Compressed files might not
6250         have .gz extension.
6251
6252 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6253
6254         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6255         (mm-copy-to-buffer): Use with-current-buffer.
6256         (mm-display-part): Simplify.
6257         (mm-inlinable-p): Add optional arg `type'.
6258
6259 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6260
6261         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6262         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6263         Try harder to show the attachment internally or externally using
6264         gnus-mime-view-part-as-type.
6265
6266 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * message.el (message-from-style, message-signature-separator)
6269         (message-user-organization-file, message-send-mail-function)
6270         (message-citation-line-function, message-yank-prefix)
6271         (message-indent-citation-function, message-signature)
6272         (message-signature-file, message-signature-insert-empty-line):
6273         Remove autoloads.
6274
6275         * gnus-art.el (gnus-buttonized-mime-types): Remove
6276         "multipart/signed".  Revert 2006-04-26 change.
6277
6278 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279
6280         * gnus.el (gnus-version-number): Bump version.
6281
6282 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6283
6284         * gnus.el: No Gnus v0.5 is released.
6285
6286 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6287
6288         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6289         fetching articles by message-id.
6290
6291 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * message.el (hashcash): Require hashcash as normal.
6294
6295         * ecomplete.el (ecomplete-highlight-match-line): Use
6296         point-at-eol.
6297         (ecomplete-highlight-match-line): Use `highlight', because that
6298         face exists in both Emacs and XEmacs.
6299
6300         * message.el (message-display-abbrev): Use point-at-bol.
6301
6302         * mail-source.el: Don't require timer/timer-funcs.
6303
6304         * gnus-async.el: Ditto.
6305
6306         * password.el: Ditto.
6307
6308         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6309
6310         * mm-url.el: Ditto.
6311
6312         * gnus-xmas.el: Don't require timer-funcs.
6313
6314         * mm-util.el: Require timer/timer-funcs.
6315
6316 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6317
6318         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6319         Close.
6320
6321 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6324         unibyte after clear-decrypt function runs.
6325
6326         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6327         returns as a unibyte string.
6328
6329 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * lpath.el: Revert.
6332
6333         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6334         (pgg-gpg-process-sentinel): Revert.
6335
6336         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6337         (pgg-pgp-lookup-key): Revert.
6338
6339         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6340         (pgg-pgp5-lookup-key): Revert.
6341
6342         * pgg.el (pgg-fetch-key): Revert.
6343
6344 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * lpath.el: Fbind string-as-multibyte for XEmacs.
6347
6348         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6349         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6350         (mml1991-pgg-encrypt): Ditto.
6351
6352         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6353         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6354         a multibyte buffer.
6355
6356         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6357         (pgg-pgp-lookup-key): Ditto.
6358
6359         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6360         (pgg-pgp5-lookup-key): Ditto.
6361
6362         * pgg.el (pgg-fetch-key): Ditto.
6363
6364 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * message.el (message-user-organization-file): Check several
6367         locations of the organization file.
6368
6369         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6370         Add gnus-article-view-part-as-type.
6371
6372         * gnus-art.el (gnus-article-view-part-as-type): New function.
6373
6374         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6375         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6376
6377         * mml.el: Simplify autoload.
6378         (mml-mode): defvar dnd-protocol-alist instead of using
6379         symbol-value.
6380         (mml-default-directory): New variable.
6381         (mml-minibuffer-read-file): Use it.
6382         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6383
6384         * message.el (message-citation-line-format): New variable.
6385         (message-insert-formated-citation-line): New function.
6386         (message-citation-line-function): Add
6387         `message-insert-formated-citation-line' to custom type.
6388
6389         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6390         to doc string.
6391
6392         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6393         depending on mm-verify-option.
6394
6395 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6398         binding pgg-* variables; reimplement the section which prevents
6399         MIME header from being signed.
6400         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6401         pgg-text-mode; remove a blank line at the top of body.
6402
6403         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6404         lines at the top of body; use gnus-newsgroup-charset if there's no
6405         Charset header.
6406
6407 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * message.el (message-self-insert-commands): Doc fix.
6410
6411         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6412         (mm-uu-pgp-encrypted-test): Ditto.
6413         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6414         between header and body; return application/pgp-encrypted handle
6415         if decryption failed; decode decrypted body by charset.
6416
6417         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6418         element match to application/pgp-*.
6419
6420 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6421
6422         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6423         HTML.
6424
6425 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * mail-source.el (mail-source-call-script): Message the error
6428         string.
6429
6430 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * gnus-util.el (gnus-byte-compile): Use it.
6433
6434 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6435
6436         * gnus-util.el (kill-empty-logs): New function.
6437
6438 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * message.el (message-mail-alias-type): Doc fix.
6441         (message-mail-alias-type-p): New function.
6442         (message-send): Use it.
6443         (message-mode): Ditto.
6444         (message-strip-forbidden-properties): Ditto.
6445
6446         * ecomplete.el (ecomplete-database-file-coding-system): New
6447         variable.
6448         (ecomplete-save): Use it.
6449         (ecomplete-setup): Use it.
6450
6451 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * message.el (message-self-insert-commands): New variable.
6454         (message-strip-forbidden-properties): Use it.
6455
6456 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6459         that doesn't make XEmacs choke.
6460
6461 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-util.el (gnus-replace-in-string):
6464         Prefer replace-regexp-in-string over of replace-in-string.
6465
6466 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-util.el (gnus-select-frame-set-input-focus):
6469         Use select-frame-set-input-focus if it is available in XEmacs; use
6470         definition defined in Emacs 22 for old Emacsen.
6471
6472         * dgnushack.el: Autoload unmorse-region for XEmacs.
6473
6474         * lpath.el: Bind cursor-in-non-selected-windows and
6475         select-frame-set-input-focus for XEmacs.
6476
6477 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6480
6481 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * gnus-registry.el (gnus-registry-cache-save): Remove text
6484         properties when saving via the temp buffer.
6485
6486 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * message.el (message-generate-hashcash): Honor custom type.
6489
6490 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * message.el (message-generate-hashcash): Default to non-nil when
6493         hashcash is found.
6494
6495         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6496         (gnus-refer-thread-limit): Increase default to 500.
6497
6498         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6499
6500         * flow-fill.el (fill-flowed): Allow delete-space.
6501
6502 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6505         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6506         Remove autoloads.
6507
6508 2006-04-18  Simon Josefsson  <jas@extundo.com>
6509
6510         * message.el (message-generate-hashcash): Default to.
6511
6512 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6515         concatenating segments rather than before concatenating them.
6516
6517 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6520
6521 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6524
6525         * message.el (message-forward-make-body-plain): Allow
6526         message-forward-ignored-headers to be a list.
6527         (message-remove-ignored-headers): Factor out into function.
6528         (message-forward-make-body-mml): Use it.
6529
6530         * imap.el (imap-quote-specials): New function.
6531         (imap-login-auth): Quote specials.
6532
6533         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6534         (rfc2231-parse-string): Allow concatanation of parameters that
6535         aren't contiguous.  The test case is
6536           (mail-header-parse-content-type "message/external-body;
6537             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6538             access-type=LOCAL-FILE;
6539             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6540
6541 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6542
6543         * nntp.el (nntp-accept-process-output): Return the value of
6544         `nnheader-accept-process-output'.
6545
6546 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6549         (gnus-button-alist): Recognize more diff formats.
6550         (gnus-button-patch): Strip directory.
6551
6552 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6555         Emacs 22 when setting focus.
6556
6557 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * gnus-art.el (gnus-article-treat-types): Do treatment of
6560         text/x-verbatim parts.
6561         (gnus-button-patch): New command.
6562
6563         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6564         addresses that contain invalid characters.
6565
6566 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * message.el (message-put-addresses-in-ecomplete): Use
6569         gnus-replace-in-string.
6570         (message-is-yours-p): Use the more correct
6571         mail-header-parse-address instead of
6572         mail-extract-address-components.
6573         (message-put-addresses-in-ecomplete): Fix typo.
6574
6575         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6576         keystroke.
6577
6578         * gnus-art.el (gnus-treatment-function-alist): Change order of
6579         newsgroups/generic header folding to avoid double-folding.
6580
6581         * message.el (message-hidden-headers): Add X-Draft-From.
6582
6583         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6584         command.
6585         (gnus-summary-repeat-search-article-backward): New command.
6586
6587         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6588         groups in the parent topic.
6589
6590 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6591
6592         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6593         (spam-extra-header-to-number): Return the CRM114 number as a
6594         number instead of a string.
6595
6596 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * gnus-art.el (gnus-face-properties-alist): Moved here from
6599         gnus-fun.
6600
6601         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6602
6603 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * message.el (message-strip-forbidden-properties): Only display on
6606         self-insert-command.
6607
6608         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6609         reindent.
6610         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6611
6612 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6613
6614         * smiley.el (smiley-style): Fix typo.
6615
6616 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * hashcash.el (hashcash-insert-payment-async-2): Use
6619         message-goto-eoh instead of doing it manually.
6620         (mail-add-payment): Use message-narrow-to-header instead of trying
6621         to do the same itself.
6622
6623         * message.el (message-hidden-headers): Add Face.
6624
6625         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6626         reparenting code.
6627         (gnus-summary-reparent-children): Refactored out code.
6628         (gnus-summary-thread-map): New keystroke.
6629         (gnus-summary-reparent-children): Make into command.
6630
6631         * smiley.el (smiley-style): Default to `medium' if using a large
6632         font.
6633
6634         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6635         does it itself.
6636
6637         * message.el (message-point-in-header-p): Simplify definition.
6638
6639 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640
6641         * nnagent.el (nnagent-request-set-mark): Silence log file
6642         writing.
6643         (nnagent-request-set-mark): Use write-region instead of
6644         append-to-file.
6645
6646         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6647         strange select method.
6648
6649         * ecomplete.el (ecomplete-display-matches): Get highlightling
6650         right.
6651         (ecomplete-display-matches): Use literals.
6652         (ecomplete-display-matches): Disable message logging.
6653
6654         * message.el (message-display-abbrev): Small optimization.
6655
6656         * ecomplete.el (ecomplete-display-matches): Allow automatic
6657         display.
6658
6659         * message.el (message-strip-forbidden-properties): Display
6660         abbrevs.
6661         (message-display-abbrev): Get automatic display right.
6662
6663         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6664         keystrokes.
6665
6666 2006-04-13  Romain Francoise  <romain@orebokech.com>
6667
6668         TODO: Backport to v5-10!
6669
6670         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6671         Moved here (and renamed) from gnus-registry.el.
6672
6673         * gnus-registry.el: Require gnus-util.
6674         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6675
6676 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-group.el (gnus-group-catchup-current): Change
6679         if-then-else-if-then-else into cond.
6680         (gnus-group-catchup): Indent.
6681         (group-name-at-point): New function.
6682         (gnus-fetch-group): Provide default from thing at point.
6683
6684 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * message.el (message-display-abbrev): Fix regexp.
6687
6688         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6689         choosing.
6690         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6691         dead variables.
6692
6693         * message.el (message-newline-and-indent): Remove debugging.
6694         (message-display-abbrev): Use new implementation.
6695
6696 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-art.el (gnus-article-mode): Set
6699         cursor-in-non-selected-windows to nil.
6700
6701         * smiley.el: Revert previous change.
6702         (smiley-data-directory): defvar it before using it in the
6703         defcustom of `smiley-style'.
6704
6705 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * message.el (message-newline-and-indent): New function.
6708
6709         * ecomplete.el: Implement more bits.
6710
6711         * message.el (message-put-addresses-in-ecomplete): Clean up the
6712         string.
6713
6714         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6715
6716         * gnus-sum.el (gnus-summary-save-parts): Bind
6717         gnus-summary-save-parts-counter and use it to make unique file
6718         names.
6719
6720         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6721
6722         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6723         parameter to say whether to actually parse the individual
6724         addresses.
6725
6726         * message.el (message-put-addresses-in-ecomplete): New function.
6727         (ecomplete): Require.
6728         (message-mail-alias-type): Add ecomplete as an option.
6729
6730 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6731
6732         * flow-fill.el (fill-flowed): Remove trailing space from blank
6733         quoted lines.
6734
6735 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * smiley.el (smiley-style): Move definition later to avoid a
6738         compilation warning.
6739
6740 2006-04-12  Kenichi Handa  <handa@m17n.org>
6741
6742         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6743         buffer and then decode the buffer text if necessary.
6744         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6745         first, and after mm-encode-body, change the buffer to unibyte.
6746         Use mm-disable-multibyte instead of set-buffer-multibyte.
6747
6748 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6751         Content-Type header instead of Content-Disposition header.
6752         (gnus-mime-inline-part): Ditto.
6753         (gnus-mime-view-part-as-charset): Ignore charset that the part
6754         specifies.
6755
6756         * mm-decode.el (mm-display-part): Work with external parts and
6757         usual parts similarly.
6758
6759         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6760         instead of gnus-display-mime.
6761
6762         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6763         instead of with-temp-buffer.
6764
6765         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6766         tag to summarized topics part in order to encode non-ASCII text.
6767
6768 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * smiley.el (smiley-style): New variable.
6771         (smiley-directory): New function.
6772         (smiley-data-directory): Derive from `smiley-style' using
6773         `smiley-directory'.
6774         (smiley-regexp-alist): Add new entries.
6775
6776         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6777         (gnus-article-browse-delete-temp): Add :version.
6778
6779 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6780
6781         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6782         the sieve region.
6783
6784 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * gnus.el (gnus-version-number): Bump version.
6787
6788 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus.el: No Gnus v0.4 is released.
6791
6792 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6795         layout.
6796
6797         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6798         unknown charset.
6799
6800         * message.el (message-header-synonyms): Add Original-To to the
6801         default.
6802
6803         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6804         optional parameter.
6805
6806 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-fun.el (gnus): Require it for gnus-directory.
6809
6810 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6813
6814 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6815
6816         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6817
6818 2006-04-05  Simon Josefsson  <jas@extundo.com>
6819
6820         * password.el (password-reset): New function.
6821
6822 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6823
6824         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6825         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6826
6827 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6828
6829         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6830         Some whitespace was matched into the url, which broke browsing hits
6831         > 100 when mm-url-use-external was nil.
6832
6833 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6836         gnus-extra-headers for 'Newsgroups.
6837
6838         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6839         bound.
6840
6841 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6842
6843         * pgg-gpg.el: Clean up process buffers every time gpg processes
6844         complete.
6845
6846 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6849         doc string.
6850
6851 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6852
6853         * pgg-gpg.el (pgg-gpg-process-filter)
6854         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6855
6856         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6857         lines, temporary fix.
6858
6859 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6862
6863 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6864
6865         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6866         default-enable-multibyte-characters.  This reverts the change from
6867         revision 6.17 which is no longer necessary because the passphrase
6868         is sent separately now.  GnuPG messages are unreadable under
6869         multibyte locales with default-enable-multibyte-characters set to
6870         nil.
6871
6872 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * message.el (message-tool-bar-gnome): Move "spell".
6875
6876 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6879         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6880         instead.
6881
6882 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6883
6884         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6885         newsgroups handling for NNTP overviews which don't include
6886         Newsgroups.
6887
6888 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6889
6890         * message.el (message-resend): Bind message-generate-hashcash to nil.
6891
6892 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6893
6894         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6895         when searching for already-paid recipients.
6896
6897 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6898
6899         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6900         passphrases when it is not needed.
6901         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6902         passphrase stuff from gpg, should only be necessary when you use
6903         gpg with a smartcard.
6904
6905 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * mml.el (mml-insert-mime): Ignore cached contents of
6908         message/external-body part.
6909
6910         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6911         (mm-insert-part): Ditto.
6912
6913 2006-03-23  Simon Josefsson  <jas@extundo.com>
6914
6915         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6916         Reiner.
6917         (pgg-gpg-use-agent-p): Use it again.
6918
6919 2006-03-23  Simon Josefsson  <jas@extundo.com>
6920
6921         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6922         older emacsen.
6923         (pgg-gpg-use-agent-p): Don't use it.
6924
6925 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6928         if we can.
6929
6930 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6931
6932         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6933         (pgg-gpg-update-agent): New function.
6934         (pgg-gpg-use-agent-p): New function.
6935         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6936         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6937         (pgg-gpg-sign-region): Use it.
6938
6939 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6942         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6943
6944 2006-03-21  Simon Josefsson  <jas@extundo.com>
6945
6946         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6947         <wilde@sha-bang.de>.
6948         (pgg-gpg-use-agent): New variable.
6949         (pgg-gpg-process-region): Use it.
6950         (pgg-gpg-encrypt-region): Likewise.
6951         (pgg-gpg-encrypt-symmetric-region): Likewise.
6952         (pgg-gpg-decrypt-region): Likewise.
6953         (pgg-gpg-sign-region): Likewise.
6954         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6955
6956 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6959
6960         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6961         Add comment on version.
6962
6963 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * smiley.el: Add missing test smiley.
6966
6967 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * mm-decode.el (mm-with-part): New macro.
6970         (mm-get-part): Use it; work with message/external-body as well.
6971         (mm-save-part): Treat name and filename equally.
6972
6973         * mm-extern.el (mm-extern-cache-contents): New function.
6974         (mm-inline-external-body): Use it; force the part to be displayed;
6975         move undisplayer added to the cached handle to the parent.
6976
6977         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6978         (gnus-mime-view-part-as-type): Work with message/external-body.
6979
6980         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6981
6982 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6985         images in image-load-path.  [Sync with image.el, revision 1.60, in
6986         Emacs.]
6987
6988 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6991         path rather than symbol.  Always return list of directories.
6992         Guarantee that image directory comes first.  [Sync with image.el,
6993         revision 1.59, in Emacs.]
6994
6995         * message.el (message-make-tool-bar): Adjust to new API of
6996         `gmm-image-load-path-for-library'.
6997
6998         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6999
7000         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7001
7002 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7003
7004         * gnus-art.el (gnus-article-only-boring-p):
7005         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7006         intangible text.
7007         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7008
7009 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7012         `defun' instead of `gmm-defun-compat'.
7013
7014 2006-03-14  Simon Josefsson  <jas@extundo.com>
7015
7016         * message.el (message-unique-id): Don't use message-number-base36
7017         if (user-uid) is a float.
7018         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7019
7020 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7023
7024         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7025         empty line between a part and a message part.
7026
7027 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * smiley.el: Add more test smileys.
7030         (smiley-data-directory, smiley-regexp-alist)
7031         (gnus-smiley-file-types): Fix doc strings.
7032         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7033         adding new elements.
7034         (smiley-mouse-map): Unused code.  Make it a comment.
7035
7036 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7039         scan latest NoCeM messages instead of old ones.
7040         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7041         delimiters that are recently used.
7042         (gnus-nocem-load-cache): Add autoload cookie.
7043
7044         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7045
7046         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7047         level which is larger than gnus-use-nocem is specified.
7048
7049         * gnus-group.el (gnus-group-get-new-news): Ditto.
7050
7051 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-util.el (gnus-tool-bar-update): New function.
7054
7055         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7056         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7057
7058         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7059
7060         * gnus-group.el (gnus-group-redraw-when-idle)
7061         (gnus-group-redraw-check): Remove.
7062         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7063
7064 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7067         if optional last element is specified in splits (FIELD VALUE...).
7068
7069 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7072         to gmm-image-load-path-for-library.  Call with no-error argument.
7073         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7074
7075         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7076
7077         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7078
7079         * gmm-utils.el (gmm-image-load-path): Remove alias.
7080
7081 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gmm-utils.el (gmm-image-load-path): Add alias.
7084
7085         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7086         nnml-generate-nov-databases-1.
7087         (nnml-generate-nov-databases): Use it.
7088         (nnml-generate-nov-databases-directory): Document no-active
7089         argument.
7090
7091         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7092         directory if path is t.  Add no-error.
7093
7094         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7095         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7096
7097         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7098         resetting gnus-article-browse-html-temp-list.
7099
7100         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7101         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7102         Add example to docstring.  Rename local variables.  Move error
7103         checks to default case in cond and simplify.
7104
7105 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7108         handle is multipart when calling it recursively.
7109         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7110
7111 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7112
7113         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7114         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7115
7116 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7119         is loaded.
7120
7121         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7122         loaded.
7123
7124 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7127         to "Emacs 23 (unicode)" in doc string.
7128
7129         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7130         "Emacs 23 (unicode)" in comment.
7131
7132 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7135
7136         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7137         characters 160 through 255 in Emacs 23.
7138
7139 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7142         gnus-article-browse-html-temp.
7143         (gnus-article-browse-delete-temp): Make it customizable.  Add
7144         `file'.  Adjust doc string.
7145         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7146         query for each file.  Adjust doc string.
7147         (gnus-article-browse-html-parts): Add
7148         `gnus-article-browse-delete-temp-files' to
7149         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7150
7151 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7152
7153         * gnus-art.el (gnus-article-browse-html-temp)
7154         (gnus-article-browse-delete-temp): New variables.
7155         (gnus-article-browse-delete-temp-files): New function.
7156         (gnus-article-browse-html-parts): Use it.
7157
7158 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7161
7162         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7163         string.
7164
7165         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7166         gnus-summary-insert-new-articles when unplugged.  Remove
7167         gnus-summary-search-article-forward.
7168
7169         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7170         display-visual-class instead of display-color-cells.
7171
7172 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * dgnushack.el: Autoload customize-group for XEmacs.
7175
7176         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7177         message/* containing non-ASCII text properly.
7178
7179 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * message.el: Require gmm-utils, remove autoloads.
7182         (message-tool-bar): Set default based on
7183         gmm-tool-bar-style.
7184         (message-tool-bar-gnome): Add gmm-customize-mode.
7185
7186         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7187         gmm-tool-bar-style.
7188         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7189
7190         * gnus-group.el (gnus-group-tool-bar): Set default based on
7191         gmm-tool-bar-style.
7192         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7193
7194         * gmm-utils.el (gmm-image-directory): Rename variable from
7195         gmm-image-load-path.
7196         (gmm-image-load-path): Use gmm-image-directory.
7197         (gmm-customize-mode): New function.
7198         (gmm-tool-bar-style): New variable.
7199
7200         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7201         gnus-group-redraw-line-number.
7202         (gnus-group-redraw-check): Simplify.
7203         (gnus-group-tool-bar-update): Remove redraw check.
7204         (gnus-group-make-tool-bar): Add redraw check.
7205
7206 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7207
7208         * gnus-art.el (gnus-button): Add missing parentheses.
7209
7210 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * lpath.el: Fbind line-number-at-pos.
7213
7214 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7217
7218 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * gnus-art.el (gnus-button): New face.
7221         (gnus-article-button-face): Use it.
7222
7223         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7224         gnus-summary-next-page.  Re-order.
7225
7226         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7227         next-node are now included.
7228         (gnus-group-redraw-line-number): New internal variable.
7229         (gnus-group-redraw-check): Helper function for updating the tool
7230         bar.
7231         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7232
7233         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7234
7235         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7236         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7237         Use it to match format of Spamassassin 3.0 and later.  Reported by
7238         IRIE Tetsuya <irie@t.email.ne.jp>.
7239         (spam-check-bogofilter)
7240         (spam-bogofilter-register-with-bogofilter): Fix args of
7241         `gnus-error' calls.
7242
7243 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7246         unnecessary interaction when sending queued mails.  Reported by
7247         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7248
7249 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7252         first or last are nil.
7253
7254 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7255
7256         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7257
7258 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7261
7262 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * dns.el (query-dns): Protect more against buggy tcp output.
7265
7266 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7269         nov.php.
7270
7271 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7272
7273         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7274         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7275         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7276         output on the server side.
7277         (nnweb-google-create-mapping): Update regexps and add some
7278         progress indication.
7279
7280 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7283         gnus-agent-toggle-plugged.  Re-order icons.
7284         (gnus-group-tool-bar-gnome): Add
7285         gnus-group-{prev,next}-unread-group.
7286         (gnus-group-tool-bar-gnome): Re-order icons.
7287
7288         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7289         gnus-summary-insert-new-articles.
7290
7291         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7292         comments.
7293
7294         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7295         also available in Emacs 21.3.
7296
7297         * message.el (message-fix-before-sending): Change "Emacs 22" to
7298         "Emacs 23 (unicode)" in comment.
7299
7300         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7301         "Emacs 23 (unicode)" in comment.
7302
7303         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7304         comment.
7305         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7306
7307         * mm-view.el (mm-fill-flowed): Add :version.
7308
7309 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7312         and load-path.
7313
7314 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * message.el: Autoload gmm-image-load-path.
7317         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7318         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7319         consitency.
7320
7321         * gmm-utils.el (gmm-image-load-path): Also search in
7322         "../etc/images".  Don't set gmm-image-load-path if we don't find
7323         the image.
7324
7325 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gmm-utils.el (gmm-image-load-path): Don't make
7328         `gmm-image-load-path' include subdirectories which the second arg
7329         `image' might specify.
7330
7331         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7332         subdirectory to icon file names.
7333
7334         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7335
7336 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7339         gmm-image-load-path calls.
7340
7341         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7342
7343         * message.el (message-make-tool-bar): Ditto.
7344
7345         * mml.el (mml-preview): Added comment concerning tool bar icons.
7346
7347         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7348         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7349
7350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7351         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7352
7353         * message.el (message-tool-bar-gnome): Use new icon names.
7354         (message-make-tool-bar): Use `gmm-image-load-path'.
7355
7356         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7357         functions from MH-E.
7358         (gmm-image-load-path): New variable from MH-E.
7359         (gmm-image-load-path): New function from MH-E.  Added arguments
7360         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7361         *-image-load-path-called-flag.
7362
7363 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7364
7365         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7366
7367 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7368
7369         * nnimap.el (nnimap-request-move-article): Change folder back to
7370         source group before deleting.
7371
7372 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7375
7376         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7377         mm-url.
7378
7379         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7380
7381 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7384         coding system which mm-charset-to-coding-system returns for a
7385         given charset is valid.
7386
7387 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7388
7389         * html2text.el (html2text-remove-tag-list):
7390         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7391
7392 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7393
7394         * gnus-cus.el: Revert 2005-10-17 change.
7395
7396 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-art.el (article-strip-banner): Call
7399         article-really-strip-banner only when the regexp match is made.
7400
7401 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (article-strip-banner): Use
7404         gnus-extract-address-components instead of
7405         mail-header-parse-addresses to make it work with non-ASCII text;
7406         remove mail-encode-encoded-word-string.
7407
7408         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7409         values which are surrounded with \"...\"; make it never cause a
7410         Lisp error; give up parsing of parameters if it failed in
7411         extracting type.
7412
7413 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7414
7415         * smime.el (smime-cert-by-ldap-1): Fix bug where
7416         `smime-ldap-search' returns results without userCertificates.
7417
7418 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7421
7422 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * spam.el (spam-check-spamassassin-headers): Adapt format for
7425         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7426         <ari@mbf.ocn.ne.jp>.
7427         (spam-list-of-processors): Add spam-use-gmane.
7428
7429 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7432         make-temp-file; make it work with XEmacs as well.
7433
7434         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7435         mm-make-temp-file.
7436
7437         * mm-decode.el (mm-display-external): Use the 3rd arg of
7438         mm-make-temp-file.
7439         (mm-create-image-xemacs): Ditto.
7440
7441 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7444         with message-narrow-to-headers.
7445         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7446         (gnus-draft-check-draft-articles): New function.
7447         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7448
7449 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-art.el (gnus-article-browse-html-parts):
7452         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7453         Don't use suffix argument for mm-make-temp-file for Emacs 21
7454         compatibility.  Remove useless `format'.
7455
7456 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7457
7458         * nnweb.el (nnweb-google-wash-article): Update regexps.
7459         (nnweb-group-alist): Use defvoo instead of defvar.
7460
7461 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7464         re-loading nn* modules.
7465
7466 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7469         for `tool-bar-mode' and don't check it's default-value.
7470
7471         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7472
7473         * message.el (message-make-tool-bar): Ditto.
7474
7475         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7476         `substring'.  Shorten tmp-file name.
7477
7478         * gnus.el: Remove bogus comment.
7479
7480 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7481
7482         * gnus-art.el (gnus-article-browse-html-parts): New function.
7483         (gnus-article-browse-html-article): New function for viewing html
7484         articles with a browser.
7485
7486 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7489         in elisp.
7490         (pgg-gpg-encrypt-symmetric-region): Ditto.
7491         (pgg-gpg-sign-region): Ditto.
7492
7493         * pgg-def.el (pgg-text-mode): New variable.
7494
7495         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7496         (mml2015-pgg-encrypt): Ditto.
7497
7498         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7499         (mml1991-pgg-encrypt): Ditto.
7500
7501 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7504         message-make-date instead of current-time-string.
7505
7506         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7507         to gnus-decoded which mm-uu might set.
7508
7509 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7512         don't decode quoted parameters; remove misimported Emacs code.
7513         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7514         (rfc2231-decode-encoded-string): Don't use split-string which
7515         behaves differently according to Emacs version; use
7516         mm-decode-coding-region to convert charset to coding-system.
7517         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7518         (rfc2231-encode-string): Remove misimported Emacs code.
7519
7520 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7523         when calling mail-header-parse-content-type.
7524         (article-de-quoted-unreadable): Ditto.
7525         (article-de-base64-unreadable): Ditto.
7526         (article-wash-html): Ditto.
7527
7528         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7529         calling mail-header-parse-content-type and
7530         mail-header-parse-content-disposition.
7531         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7532         mail-header-parse-content-type.
7533
7534         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7535         insert charset and format parameters; encode description after
7536         inserting it to buffer.
7537         (mml-insert-parameter): Fold lines properly even if a parameter is
7538         segmented into two or more lines; change the max column to 76.
7539
7540         * rfc1843.el (rfc1843-decode-article-body): Don't use
7541         ignore-errors when calling mail-header-parse-content-type.
7542
7543         * rfc2231.el (rfc2231-parse-string): Return at least type if
7544         possible; don't cause an error even if it fails in parsing of
7545         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7546         (rfc2231-encode-string): Don't break lines at the beginning, leave
7547         it to mml-insert-parameter.
7548
7549         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7550         calling mail-header-parse-content-type.
7551
7552 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * spam-report.el (spam-report-gmane-use-article-number):
7555         Improve doc string.
7556         (spam-report-gmane-internal): Check if a suitable header was found
7557         in the article.
7558
7559 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7562         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7563
7564 2006-02-05  Romain Francoise  <romain@orebokech.com>
7565
7566         Update copyright notices of all files in the gnus directory.
7567
7568 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7569
7570         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7571
7572 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7575         segmented lines of parameter value to cope with Thunderbird 1.5
7576         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7577         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7578         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7579
7580 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7581
7582         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7583         parts.
7584
7585 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7586
7587         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7588         there's only one active file for all servers.
7589         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7590         solid groups.  Gnus might have used a FAST request to select the group.
7591         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7592         and nnweb-search redundantly in the active file.
7593         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7594         (nnweb-request-create-group): Don't use ARGS.
7595         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7596         initialisations.  Let nnoo do the work.
7597
7598 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7601         Say the part has been decoded.
7602
7603         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7604
7605 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7606
7607         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7608         mailcap-viewer-test-cache when there's no 'test clause, since that
7609         will invert the meaning of a "nil" test previously determined by
7610         mailcap-mailcap-entry-passes-test.
7611
7612 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7615         compiling.
7616
7617         * gnus-sum.el: Ditto.
7618
7619         * message.el: Don't bind tool-bar-map when compiling.
7620
7621 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7624
7625 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7626
7627         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7628         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7629         current Google Groups.
7630
7631 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7634         and tool-bar-mode.
7635
7636         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7637         and tool-bar-mode.
7638
7639         * message.el (message-tool-bar-update): Simplify.
7640         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7641
7642         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7643         gnus-summary-buffer.
7644         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7645         gnus-summary-reply.
7646
7647         * gmm-utils.el (gmm): Add :version.
7648
7649 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * Makefile.in (clean): New rule.
7652         (distclean): Use it.
7653
7654 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7655
7656         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7657         autoload.
7658
7659 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gmm-utils.el (gmm-verbose): Add :group.
7662
7663 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * message.el: Change some comments WRT tool-bars.
7666
7667         * gnus-sum.el (gnus-summary-tool-bar)
7668         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7669         (gnus-summary-tool-bar-zap-list): New variables.
7670         (gnus-summary-make-tool-bar): Complete rewrite using
7671         `gmm-tool-bar-from-list'.
7672
7673         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7674         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7675         variables.
7676         (gnus-group-make-tool-bar): Complete rewrite using
7677         `gmm-tool-bar-from-list'.
7678         (gnus-group-tool-bar-update): New function.
7679
7680         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7681
7682 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7685         is dissected into a single part of which the type is the same as
7686         the given one; decode charset.
7687
7688 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7689
7690         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7691         into alists as symbol not string, since that's what
7692         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7693         look for.
7694
7695 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7698         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7699
7700         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7701
7702 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7705         (gnus-xmas-mime-security-button-menu): New function.
7706
7707         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7708         (gnus-mime-security-button-menu): New definition.
7709         (gnus-mime-security-button-map): Use them.
7710         (gnus-mime-security-button-menu): New function.
7711         (gnus-insert-mime-security-button): Addition to help echo.
7712         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7713         (gnus-mime-security-pipe-part): New functions.
7714
7715         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7716         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7717
7718         * mm-decode.el (mm-handle-set-disposition): Remove.
7719         (mm-handle-set-description): Remove.
7720
7721 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7724         (mm-w3m-standalone-supports-m17n-p): New function.
7725         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7726         w3m usage.
7727
7728         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7729         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7730
7731 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * message.el (message-tool-bar-zap-list): Use
7734         gmm-tool-bar-zap-list as custom type.
7735         (message-tool-bar-update): New function.
7736         (message-tool-bar, message-tool-bar-gnome)
7737         (message-tool-bar-retro): Add message-tool-bar-update.
7738         (message-tool-bar-gnome): Add flyspell-buffer.
7739
7740         * gnus-util.el (gnus-error): Describe `args'.
7741
7742         * gmm-utils.el (gmm-error): Describe `args'.
7743         (gmm-tool-bar-zap-list): New widget.
7744         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7745
7746 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7749         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7750         the number of recursive calls.
7751
7752         * mm-decode.el (mm-handle-set-disposition): New macro.
7753         (mm-handle-set-description): New macro.
7754
7755 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7758         encoding.
7759
7760 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * message.el (message-tool-bar-zap-list, message-tool-bar)
7763         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7764         (message-tool-bar-local-item-from-menu): Remove.
7765         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7766         (message-make-tool-bar): New function.
7767         (message-mode): Use `message-make-tool-bar'.
7768
7769         * gmm-utils.el: New file.
7770         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7771         (gmm-lazy): New widget copied from `nnmail.el'.
7772         (gmm-tool-bar-from-list): New function for creating customizable
7773         tool bars.
7774         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7775         output.
7776         (gmm): Add :prefix to defgroup.
7777
7778 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7779
7780         * gmm-utils.el (gmm-widget-p): New function.
7781
7782 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * mml.el (mml-attach-file): Describe `description' in doc string.
7785         (mml-menu): Add Emacs MIME manual and PGG manual.
7786
7787 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7788
7789         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7790
7791 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7792
7793         * nntp.el (nntp-end-of-line): Doc fix.
7794
7795 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7796
7797         * imap.el (imap-open): Handle case where buffer is a buffer
7798         object.
7799
7800 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7801
7802         * gnus-delay.el (gnus-delay): Don't autoload.
7803         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7804         to be re-loaded when customizing the `gnus-delay' group.
7805
7806 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7807
7808         * message.el (message-insert-citation-line): Use newlines.
7809
7810 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7811
7812         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7813         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7814         these routines, so the passphrase can be managed externally and
7815         passed in to the system.
7816         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7817         pgg-add-passphrase-to-cache function.
7818
7819         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7820         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7821         these routines, so the passphrase can be managed externally and
7822         passed in to the system.
7823         (pgg-pgp5-sign-region): Use new name of
7824         pgg-add-passphrase-to-cache function.
7825
7826 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7827
7828         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7829         part of the decoded armor to find the key-identifier.
7830         (pgg-gpg-lookup-key-owner): New function to return the
7831         human-readable identifier of a key owner.
7832         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7833         itself.
7834         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7835         the key value) if we have a key and can match it against a secret
7836         key.  Also, added a note pointing out fact that the prompt only
7837         indicates the first matching key.
7838
7839         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7840         pgg-decrypt-region.
7841         (pgg-add-passphrase-to-cache): Rename from
7842         `pgg-add-passphrase-cache' to reduce confusion (all callers
7843         changed).
7844         (pgg-remove-passphrase-from-cache): Rename from
7845         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7846         changed).
7847         (pgg-read-passphrase, pgg-add-passphrase-cache)
7848         (pgg-remove-passphrase-cache): Add informative docstrings.
7849         (pgg-decrypt): Convey provided passphrase in subordinate call to
7850         pgg-decrypt-region.
7851
7852 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7853
7854         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7855         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7856         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7857         'passphrase' argument, so the passphrase can be managed externally
7858         and then passed in to the system.
7859
7860         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7861         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7862         so the passphrase cache can be used reliably with identifiers
7863         besides a pgp packet's key id.
7864
7865         * pgg-gpg.el (pgg-gpg-encrypt-region)
7866         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7867         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7868         these routines, so the passphrase can be managed externally and
7869         passed in to the system.
7870
7871         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7872         'notruncate' argument, so the passphrase cache can be used
7873         reliably with identifiers besides a pgp packet's key id.
7874
7875 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7876
7877         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7878         symmetric encryption.
7879         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7880         encrypted session key.
7881         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7882         message ask for the passphrase in a proper way.
7883
7884         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7885         New user commands for symmetric encryption.
7886
7887 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7890
7891         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7892
7893 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7894
7895         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7896
7897 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * mm-decode.el (mm-inlined-types): Add application/pgp.
7900         (mm-automatic-display): Ditto.
7901
7902         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7903         part as text.
7904
7905 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * nnrss.el: Update copyright.
7908         (nnrss-opml-import): Query whether to subscribe to each entry.
7909
7910         * gnus-art.el:
7911         * gnus-sum.el:
7912         * gnus-xmas.el:
7913         * messagexmas.el:
7914         * mm-uu.el:
7915         * mm-view.el: Update copyright.
7916
7917 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * message.el (message-info): New function.
7920         (message-mode-menu): Add it.
7921         Update copyright.
7922
7923         * ChangeLog: Fix and update copyright.
7924
7925 2006-01-13  Romain Francoise  <romain@orebokech.com>
7926
7927         * message.el (message-forward-subject-name-subject): Prefer the
7928         address to 'nowhere' if the sender has no name.
7929         Fix typo.  Update copyright year.
7930
7931 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-art.el (article-wash-html): Use
7934         gnus-summary-show-article-charset-alist if a numeric arg is given.
7935         (gnus-article-wash-html-with-w3m-standalone): New function.
7936
7937         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7938         mm-inline-text-html-render-with-w3m-standalone.
7939         (mm-text-html-washer-alist): Map w3m-standalone to
7940         gnus-article-wash-html-with-w3m-standalone.
7941         (mm-inline-text-html-render-with-w3m-standalone): New function.
7942
7943 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7946         Improve LaTeX.
7947
7948 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7951         (nnrss-request-article): Render text/plain parts as HTML.
7952
7953         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7954         the buffer.
7955
7956 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7959         custom definition of `gnus-posting-styles'.
7960
7961         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7962         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7963
7964 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7967         Use nntp for bug archive.
7968
7969 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7972         parts.
7973         (nnrss-normalize-date): New function converts ISO 8601 date into
7974         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7975         (nnrss-check-group): Use it.
7976
7977 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7980
7981         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7982         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7983         (nnrss-insert-w3): Ditto.
7984
7985 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7988         the articles to be forwarded including the case where neither a
7989         number of articles nor a region is specified.
7990
7991 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * nnrss.el (nnrss-request-article): Fix last change; fill
7994         text/plain parts.
7995
7996 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7999         in text/plain part.
8000         (nnrss-check-group): Don't add excessive newline to dc:subject.
8001
8002 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8003
8004         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8005         article.
8006
8007 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8010         (nnml-use-compressed-files, nnml-save-mail): Support other
8011         comression programs such as bzip2.
8012
8013 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * dns.el (query-dns): Make sure we check the buffer size before
8016         removing tcp headers.
8017
8018 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8021         remove MIME buttons associated with multipart/alternative parts.
8022         (gnus-mime-display-alternative): Tag buttons using `article-type'
8023         text property.
8024
8025         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8026         associated with multipart/alternative parts.
8027
8028         * gnus-art.el (gnus-signature-separator): Fix custom type.
8029
8030         * mm-decode.el (mm-inlined-types): Fix custom type.
8031         (mm-keep-viewer-alive-types): Ditto.
8032         (mm-automatic-display): Ditto.
8033         (mm-attachment-override-types): Ditto.
8034         (mm-inline-override-types): Ditto.
8035         (mm-automatic-external-display): Ditto.
8036
8037 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * spam-report.el (spam-report-user-mail-address)
8040         (spam-report-user-agent): New variables.
8041         (spam-report-url-ping-plain): Use spam-report-user-agent.
8042
8043 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8044
8045         * gnus-art.el (gnus-button-handle-custom): Do not just use
8046         `customize-apropos' for any "M-x customize-*" button but the
8047         function called for.  Accept both the function name and its
8048         argument in order to achieve this.
8049         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8050         function name to `gnus-button-handle-custom' in case of "M-x
8051         customize-*" buttons.
8052
8053 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8056         multipart/alternative and add xref to mm-discouraged-alternatives
8057         in doc string.
8058
8059         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8060         gnus-buttonized-mime-types in doc string.
8061
8062 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8065         Suggest image/.* in the doc string.
8066
8067 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8070         message-marks (Debian bug #342521).
8071
8072 2005-12-12  Simon Josefsson  <jas@extundo.com>
8073
8074         * password.el (password-read-from-cache): Add.
8075         (password-read): Use it.
8076
8077 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8080         us-ascii as a MIME charset.
8081
8082         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8083         against the case where the 2nd arg TYPE is nil.
8084
8085 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * pop3.el (pop3-stream-type): Fix custom version.
8088
8089         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8090
8091 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8092
8093         * mm-decode.el (mm-display-external): Add missing cdr.
8094
8095 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8098         RFC1524) if it is in mailcap or add a suffix according to
8099         mailcap-mime-extensions when generating a temp filename; postpone
8100         deleting a temp file for 2 seconds for some wrappers, shell
8101         scripts, and so on, which might exit right after having started a
8102         viewer command as a background job.
8103
8104 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * nntp.el (nntp-marks-directory): Fix custom group.
8107
8108         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8109         steps when < 10.
8110
8111         * gnus-start.el (gnus-no-server-1): Mention
8112         `gnus-level-default-subscribed' in doc string.
8113
8114 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8115
8116         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8117         parens.
8118
8119 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-xmas.el (gnus-use-toolbar): Revert.
8122         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8123         gnus-use-toolbar is default.
8124
8125         * messagexmas.el (message-use-toolbar): Revert.
8126         (message-setup-toolbar): Use global default-toolbar if
8127         message-use-toolbar is default.
8128
8129 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8132         according to default-toolbar-visible-p.
8133
8134         * messagexmas.el (message-use-toolbar): Ditto.
8135
8136 2005-11-26  Dave Love  <fx@gnu.org>
8137
8138         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8139         (tls-program, tls-success): Provide openssl alternative.
8140
8141         * starttls.el: Doc fixes.
8142         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8143         SERVICE to PORT.
8144
8145         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8146         port null or service name.
8147         (starttls-negotiate): Autoload.
8148
8149 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * message.el (message-kill-to-signature): Fix interactive spec.
8152
8153 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * pop3.el (pop3-open-server): Recognize a string as a service name.
8156
8157 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8158
8159         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8160
8161 2005-11-23  Dave Love  <fx@gnu.org>
8162
8163         Add pop3s, pop3/starttls.
8164
8165         * pop3.el (pop3-authentication-scheme): Clarify doc.
8166         (open-tls-stream, starttls-open-stream): Autoload.
8167         (pop3-stream-type): New.
8168         (pop3-open-server): Use it.
8169
8170         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8171         for POP.
8172         (mail-source-keyword-map): Add :stream for POP.
8173         (mail-source-fetch-pop): Use pop3-stream-type.
8174
8175 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8178         of current-time-string.
8179
8180 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8181
8182         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8183         date header.
8184
8185 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8186
8187         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8188         it can seriously impact performance as it bypasses the agent's
8189         local caches.
8190
8191 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8192
8193         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8194         must be explicitly online rather than "not explicitly offline" for
8195         its flags to be synchronized.
8196
8197         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8198         that gnus-uu-unmark-thread will function correctly.
8199
8200         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8201         1024K is instead displayed as 1M.
8202
8203 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8206
8207 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8208
8209         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8210
8211 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8212
8213         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8214         error message to display actual error condition.
8215         (gnus-agent-save-local): Avoid saving symbols that are bound to
8216         nil as they simply result in a warning message in
8217         gnus-agent-read-local.
8218
8219 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8222         rather than make-variable-buffer-local for file-precious-flag.
8223
8224 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8225
8226         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8227         for duplicates which are removed.  The invalid sort check then
8228         triggers a rescan after the sort as sorting may have moved
8229         duplicate entries such that they can be cheaply detected.
8230
8231 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8234
8235 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8236
8237         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8238         internal variable to a custom variable.  Changed default value
8239         from compressed(2) to uncompressed(1).
8240         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8241         support for uncompressed agentview files.  Taken together, reading
8242         the agentview file should now be 6-7 times faster.
8243
8244 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8245
8246         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8247         as a buffer-local variable.  This avoids creating truncated
8248         dribble files as a result of a hang up, eg.
8249
8250 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8251
8252         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8253         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8254         XEmacs.
8255
8256 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-start.el (gnus-start-draft-setup): Enforce
8259         `gnus-draft-mode' for nndraft:drafts at startup.
8260
8261         * gnus.el (gnus-splash): Change custom group.
8262         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8263         allow-list argument.
8264
8265         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8266         string.
8267
8268 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * gnus-art.el (gnus-default-article-saver): Add user-defined
8271         `function' to custom type.
8272
8273 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8274
8275         * imap.el (imap-open): Handle case where buffer is a buffer
8276         object.
8277
8278 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8281         long lines.
8282         (gnus-cache-delete-group): Wrap doc strings.
8283
8284         * gnus-agent.el (gnus-agent-rename-group)
8285         (gnus-agent-delete-group): Wrap doc strings.
8286
8287 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * messagexmas.el (message-use-toolbar): Change the valid values
8290         into default, top, bottom, left, and right.
8291         (message-toolbar-thickness): New variable.
8292         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8293         well.
8294         (message-setup-toolbar): Make it work.
8295
8296         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8297         (gnus-use-toolbar): Change the valid values into default, top,
8298         bottom, left, and right.
8299         (gnus-toolbar-thickness): New variable.
8300         (gnus-xmas-setup-toolbar): New function.
8301         (gnus-xmas-setup-group-toolbar): Use it.
8302         (gnus-xmas-setup-summary-toolbar): Use it.
8303
8304 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8305
8306         * gnus-start.el (gnus-1): Add "native" to
8307         gnus-predefined-server-alist.
8308
8309         * gnus.el (gnus-method-to-server): Don't add "native" to the
8310         lists here, because that leads to problems when
8311         gnus-select-method is bound.
8312
8313 2005-11-09  Simon Josefsson  <jas@extundo.com>
8314
8315         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8316         use (not sort-by-date) instead.
8317
8318 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8319
8320         * gnus-delay.el (gnus-delay-group): Don't autoload.
8321         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8322         to be re-loaded when customizing the `gnus-delay' group.
8323
8324 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8325
8326         * message.el: Revert last changes.
8327         (message-insert-citation-line): Use newlines.
8328
8329 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8330
8331         * message.el (message-courtesy-message)
8332         (message-mark-insert-begin, message-mark-insert-end)
8333         (message-elide-ellipsis, message-cancel-message)
8334         (message-add-header, message-change-subject)
8335         (message-cross-post-followup-to-header)
8336         (message-cross-post-insert-note, message-reduce-to-to-cc)
8337         (message-widen-reply, message-delete-not-region)
8338         (message-kill-to-signature, message-insert-signature)
8339         (message-insert-importance-high, message-insert-importance-low)
8340         (message-insert-or-toggle-importance)
8341         (message-insert-disposition-notification-to)
8342         (message-indent-citation, message-yank-original)
8343         (message-cite-original-without-signature, message-cite-original)
8344         (message-insert-citation-line, message-position-on-field)
8345         (message-fix-before-sending, message-send-mail-partially)
8346         (message-send-mail, message-send-mail-with-sendmail)
8347         (message-send-mail-with-qmail, message-send-news)
8348         (message-check-news-header-syntax, message-generate-headers)
8349         (message-insert-courtesy-copy, message-fill-address)
8350         (message-fill-header, message-shorten-references)
8351         (message-setup-1, message-cancel-news)
8352         (message-forward-make-body-plain, message-forward-make-body-mime)
8353         (message-forward-make-body-mml, message-encode-message-body)
8354         (message-forward-make-body-digest-plain)
8355         (message-forward-make-body-digest-mime)
8356         (message-use-alternative-email-as-from): Insert `hard-newline'
8357         instead of ordinary newlines.
8358
8359 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * message.el (message-generate-headers): Downcase the argument
8362         given to message-check-element.
8363
8364 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8365
8366         * nntp.el (nntp-authinfo-rejected): New error condition.
8367         (nntp-wait-for): Use new error condition to signal authentication
8368         error.
8369         (nntp-retrieve-data): Rethrow new error condition to break out of
8370         recursive call to nntp-send-authinfo.
8371
8372 2005-11-08  Romain Francoise  <romain@orebokech.com>
8373
8374         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8375         (gnus-summary-exit-map): Bind to `Z p'.
8376         (gnus-summary-make-menu-bar): Add menu item.
8377
8378 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8381         (gnus-treat-*): Add `first' in all doc strings.
8382
8383         * gnus-group.el (gnus-group-compact-group): Fix typo.
8384
8385 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus.el (gnus-parameters-case-fold-search): New variable.
8388         (gnus-parameters-get-parameter): Use it.
8389
8390         * gnus-score.el (gnus-home-score-file): Doc fix.
8391
8392 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8393
8394         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8395
8396 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-util.el (mm-special-display-p): New function.
8399
8400         * mml.el (mml-preview): Use it; doc fix.
8401
8402 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8403
8404         * imap.el (imap-open): Handle case where buffer is a buffer object.
8405
8406 2005-10-29  Romain Francoise  <romain@orebokech.com>
8407
8408         * message.el (message-fix-before-sending): Fix comment.
8409
8410 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8411
8412         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8413
8414 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8415
8416         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8417         Used in gnus-score.el.
8418
8419 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8422
8423 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8426         whitespace removed in revision 7.8.  Use concatenated string to
8427         protect trailing whitespace.
8428
8429 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8430
8431         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8432         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8433         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8434         Courier IMAP ("some version from 2004").  Mostly based on similar
8435         code in the same function.
8436
8437 2005-10-26  Didier Verna  <didier@xemacs.org>
8438
8439         * gnus-group.el (gnus-group-compact-group): Invalidate original
8440         article buffer.
8441         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8442         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8443         NOV database and in article itself.
8444         Invalidate article backlog.
8445
8446 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8449
8450 2005-10-26  Simon Josefsson  <jas@extundo.com>
8451
8452         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8453         part of 2004-07-25 change.
8454
8455 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * message.el (message-display-completion-list): New function.
8458         (message-expand-group): Use it; make sure the Completions buffer
8459         is modifiable.
8460 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8461
8462         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8463         user-mail-name is an empty string.
8464
8465 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8468         depending on gnus-score-decay-constant.
8469
8470         * encrypt.el (encrypt-insert-file-contents)
8471         (encrypt-write-file-contents): Don't use `gnus-message'.
8472
8473         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8474         arguments.
8475         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8476         arguments to mm-uu-verbatim-marks-extract.
8477         (mm-uu-hide-markers): New variable.
8478         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8479
8480         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8481         (gnus-convert-image-to-face-command): Use "convert" by default to
8482         allow other input image formats.
8483         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8484         accordingly.
8485
8486 2005-10-23  Simon Josefsson  <jas@extundo.com>
8487
8488         * imap.el (imap-gssapi-program): Align command line parameters
8489         with latest GNU SASL.
8490         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8491
8492 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8495         HTML.
8496         (nnslashdot-request-article): Ditto.
8497
8498         * lpath.el (featurep): Add nobreak-char-display.
8499
8500 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8501
8502         * mail-source.el (mail-source-fetch-pop): Require pop3.
8503         (mail-source-check-pop): Ditto.
8504
8505 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8508         errors.
8509
8510 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8513         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8514
8515         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8516
8517         * mm-bodies.el (mm-decode-string): Call
8518         `mm-charset-to-coding-system' with allow-override argument.
8519
8520 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8523         (rfc2047-charset-to-coding-system): New function.
8524         (rfc2047-decode-encoded-words): New function.
8525         (rfc2047-decode-region): Use them.
8526         (rfc2047-decode-cte): Remove.
8527         (rfc2047-parse-and-decode): Remove.
8528         (rfc2047-decode): Remove.
8529
8530 2005-10-15  Kenichi Handa  <handa@m17n.org>
8531
8532         * rfc2047.el (rfc2047-decode-cte): New function.
8533         (rfc2047-decode-region): Change the way to decode successive
8534         encoded-words: decode B- or Q-encoding in each encoded-word,
8535         concatenate them, and decode it as charset.
8536
8537 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * lpath.el: Fbind codepage-setup for XEmacs.
8540
8541 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8542
8543         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8544         widget-move-and-invoke.
8545         (gnus-custom-mode): Use gnus-custom-map.
8546
8547 2005-10-15  Bill Wohler  <wohler@newt.com>
8548
8549         * message.el (message-tool-bar-map): Renamed image file from
8550         mail_send to mail/send.
8551
8552 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8553
8554         * message.el (message-expand-group): Pass the common
8555         prefix substring of completion to `display-completion-list'.
8556
8557 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mml-sec.el (mml-secure-method): New internal variable.
8560         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8561         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8562         functions using mml-secure-method.
8563
8564         * mml.el (mml-mode-map): Add key bindings for those functions.
8565         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8566         Harder <harder@myrealbox.com>.
8567         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8568         end of message if point is the headers of the message.
8569
8570         * message.el (message-in-body-p): New function.
8571
8572         * assistant.el: Autoload gnus-util and netrc.
8573
8574         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8575         Use `mm-charset-override-alist' only when decoding.
8576
8577         * mm-bodies.el (mm-decode-body): Call
8578         `mm-charset-to-coding-system' with allow-override argument.
8579
8580         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8581         `filename' from Content-Disposition if Content-Type doesn't
8582         provide `name'.
8583         (gnus-mime-view-part-as-type): Set default instead of
8584         initial-input.
8585
8586 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8587
8588         * format-spec.el (format-spec): Propagate text properties of % spec.
8589
8590 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-art.el (gnus-treat-predicate): Add `first'.
8593
8594 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8597         (mm-charset-override-alist): New variable.
8598         (mm-charset-to-coding-system): Use it.
8599         (mm-codepage-setup): New helper function.
8600         (mm-charset-eval-alist): New variable.
8601         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8602         about unknown charsets.
8603
8604         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8605
8606 2005-10-04  David Hansen  <david.hansen@gmx.net>
8607
8608         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8609         (nnrss-check-group): Ditto.
8610
8611 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8614         Rename x-gnus-verbatim to x-verbatim.
8615         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8616
8617         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8618         x-verbatim.
8619
8620         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8621
8622         * gnus-util.el (gnus-remove-duplicates): Remove.
8623
8624         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8625         instead of gnus-remove-duplicates.
8626
8627         * message.el (message-remove-duplicates): Remove.
8628         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8629         message-remove-duplicates.
8630
8631         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8632         available, else use implementation from `delete-dups'.
8633
8634         * message.el (message-insert-expires): New function.
8635         (message-mode-map): Add key binding.
8636         (message-mode-field-menu): Add menu entry.
8637         (message-mode): Document it.
8638         (message-make-expires-date): Use `message-make-date'.
8639
8640 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8641
8642         * message.el (message-make-expires-date): New function.
8643
8644 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * Makefile.in (list-installed-shadows): New entry.
8647         (install): Use it.
8648         (remove-installed-shadows): New entry.
8649
8650         * dgnushack.el (dgnushack-default-load-path): New variable.
8651         (dgnushack-find-lisp-shadows): New function.
8652         (dgnushack-remove-lisp-shadows): New function.
8653
8654 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * Makefile.in (install-el-elc): New entry.
8657         (install): Use it so that .el files are necessarily installed.
8658
8659 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8662
8663 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8666         function rather than the diff-mode.el package.
8667         (mm-display-external): Use with-current-buffer.
8668         (mm-viewer-completion-map, mm-viewer-completion-map):
8669         Move initialization inside declaration.
8670
8671 2005-09-29  Simon Josefsson  <jas@extundo.com>
8672
8673         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8674         autoload mail-check-payment.
8675         (spam-check-hashcash): Define unconditionally, since hashcash.el
8676         is part of Gnus now.  Ignore errors from payment checking.
8677
8678 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * message.el (message-bold-region, message-unbold-region): Rename
8681         from `bold-region' and `unbold-region'.
8682
8683         * message.el: Remove useless autoloads.
8684
8685 2005-09-28  Simon Josefsson  <jas@extundo.com>
8686
8687         * message.el (message-use-idna): Default to t.
8688         (message-use-idna): Test whether encoding works too.  Doc fix.
8689
8690 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * nntp.el (nntp-warn-about-losing-connection): Remove.
8693
8694 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8697         customizable.  Change default value.
8698         (mm-uu-diff-groups-regexp): Change default value.
8699         (mm-uu-type-alist): Add doc string.
8700         (mm-uu-configure): Add doc string.  Make it interactive.
8701         (mm-uu-tex-groups-regexp): New variable.
8702         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8703         (mm-uu-type-alist): Add LaTeX documents.
8704         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8705         of "text/verbatim".
8706         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8707
8708         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8709         instead of "text/verbatim".
8710
8711         * message.el (message-mark-inserted-region)
8712         (message-mark-insert-file): Use slrn style marks when called with
8713         prefix argument.
8714
8715 2005-09-27  Simon Josefsson  <jas@extundo.com>
8716
8717         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8718
8719 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8720
8721         * message.el (message-remove-duplicates): New function.
8722         Implementation borrowed from `gnus-remove-duplicates'.
8723         (message-idna-to-ascii-rhs): Also encode idna addresses in
8724         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8725         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8726         only ask about the same idna domain once per header and also tell
8727         in what header to replace the idna domain.
8728
8729         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8730         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8731         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8732         a header is decoded and not just the last one.
8733
8734 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8737         has been decoded.
8738
8739         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8740         (mm-insert-part): Don't modify text if it has been decoded.
8741
8742         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8743         decoded.
8744
8745         * mm-view.el (mm-inline-text): Don't strip text props unless
8746         decoding enriched or richtext parts.
8747
8748 2005-09-25  Romain Francoise  <romain@orebokech.com>
8749
8750         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8751         * gnus-start.el (gnus-subscribe-interactively):
8752         * gnus-uu.el (gnus-uu-grab-articles):
8753         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8754         space.
8755
8756 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8757
8758         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8759         * mm-view.el (mm-view-pkcs7-decrypt):
8760         * gnus-sum.el (gnus-summary-limit-to-extra)
8761         (gnus-summary-respool-article, gnus-read-move-group-name):
8762         * gnus-score.el (gnus-summary-increase-score):
8763         * gnus-util.el (gnus-completing-read-with-default):
8764         * gnus-art.el (gnus-read-save-file-name)
8765         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8766         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8767         * message.el (message-check-news-header-syntax):
8768         Follow convention for reading with the minibuffer.
8769
8770 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * spam-report.el (spam-report-url-ping-plain):
8773         Use gnus-extended-version as User-Agent.
8774
8775         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8776         default value is nil.
8777
8778         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8779         (mm-uu-verbatim-marks-extract): New function.
8780         (mm-uu-extract): New face.
8781         (mm-uu-copy-to-buffer): Use it.
8782
8783         * spam-report.el (spam-report-gmane-ham): Renamed from
8784         `spam-report-gmane-unspam'.
8785         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8786         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8787
8788         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8789         Autoload.
8790         (spam-report-gmane-unregister-routine): Renamed
8791         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8792
8793 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8796         (spam-report-gmane-unregister-routine): Add support for gmane
8797         unregistration.
8798
8799         * spam-report.el (spam-report-gmane-unspam)
8800         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8801         (spam-report-gmane): Change to take a single article and do unspam
8802         registration.
8803
8804 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * mm-url.el (mm-url-decode-entities): Fix regexp.
8807
8808 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8811         default to nil, to be able to use Gnus at all.  If the default
8812         switches to something else, then the function should be fixed not
8813         be exceedingly slow.
8814
8815 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8816
8817         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8818         fail hard.
8819
8820         * spam-report.el: Add better Keywords line.
8821
8822         * spam.el: Add Maintainer and better Keywords line.
8823
8824 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-art.el (gnus-article-replace-part)
8827         (gnus-mime-replace-part): New functions.
8828         (gnus-mime-action-alist, gnus-mime-button-commands)
8829         (gnus-mime-save-part-and-strip): Added file argument.
8830         (gnus-article-part-wrapper): Added interactive argument.
8831
8832         * gnus-sum.el (gnus-summary-mime-map): Add
8833         `gnus-article-replace-part'.
8834
8835 2005-09-19  Didier Verna  <didier@xemacs.org>
8836
8837         The nnml compaction feature:
8838         * nnml.el (nnml-request-compact-group): New function.
8839         * nnml.el (nnml-request-compact): New function.
8840         * gnus-int.el (gnus-request-compact-group): New function.
8841         * gnus-int.el (gnus-request-compact): New function.
8842         * gnus-group.el (gnus-group-compact-group): New function.
8843         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8844         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8845         * gnus-srvr.el (gnus-server-compact-server): New function.
8846         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8847         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8848
8849 2005-09-18  Deepak Goel  <deego@gnufans.org>
8850
8851         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8852         format spec.
8853
8854 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8857
8858 2005-09-15  Romain Francoise  <romain@orebokech.com>
8859
8860         * message.el (message-fill-paragraph): Clarify docstring.
8861
8862 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (gnus-mime-display-part): Protect against broken
8865         MIME messages.
8866
8867 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8870         before parsing header.
8871
8872 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8873
8874         * html2text.el (html2text-replace-list): Add new entities.
8875
8876 2005-09-11  Romain Francoise  <romain@orebokech.com>
8877
8878         * message.el (message-alternative-emails): Improve docstring.
8879         (message-setup-1): Call `message-use-alternative-email-as-from'
8880         after `message-setup-hook' to give it precedence over posting
8881         styles, etc.
8882         (message-use-alternative-email-as-from): Add docstring.  Remove
8883         the original From header if present.
8884
8885         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8886         (nnml-save-mail): Use it.
8887
8888         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8889         articles.  Add new argument `silent'.
8890         (gnus-uu-mark-all): Report the total number of marked articles.
8891
8892 2005-09-10  Romain Francoise  <romain@orebokech.com>
8893
8894         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8895         (gnus-uu-mark-series): Likewise.
8896
8897 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * spam-report.el (spam-report-gmane): Fix generation of spam
8900         report URL.
8901
8902 2005-09-10  Simon Josefsson  <jas@extundo.com>
8903
8904         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8905         t, based on discussion on the ding list with Robert Epprecht
8906         <epprecht@solnet.ch>.
8907
8908 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * spam-report.el (spam-report-gmane): Make it work without
8911         X-Report-Spam header.  Gmane now only provides Archived-At.
8912         This is only used if `spam-report-gmane-use-article-number' is nil.
8913         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8914
8915         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8916         make `gnus-summary-sort-by-recipient' work with threading.
8917
8918         * nnweb.el (nnweb-google-wash-article): Print a message if article
8919         is not available.
8920
8921 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8922
8923         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8924         change.  Decode text/* parts content before displaying.
8925
8926 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8929
8930 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8933
8934         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8935         url-package-name, url-package-version,
8936         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8937         w3m-display-inline-images, and w3m-minor-mode-map.
8938
8939 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * message.el (message-tab-body-function): Fix mismatched custom type.
8942
8943         * gnus.el (gnus-group-change-level-function): Ditto.
8944
8945         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8946
8947         * gnus-art.el (gnus-signature-limit)
8948         (gnus-article-mime-part-function): Ditto.
8949
8950 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * mml.el (mml-mode): Silence the byte compiler.
8953
8954         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8955         using `(sit-for 0)' before moving the point to the specified part;
8956         skip unbuttonized parts.
8957         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8958         return to the summary window if gnus-auto-select-part is non-nil.
8959
8960 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8963         variables.
8964         (mml-dnd-attach-file, mml-mode): Use them.
8965
8966         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8967         Make fetching article by MID work again for Google Groups.  Added
8968         FIXME concerning gnus-group-make-web-group.
8969
8970         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8971         Don't depend on Gnus by using mail-extract-address-components if
8972         gnus-extract-address-components is not bound.
8973
8974 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * gnus-art.el (gnus-mime-display-security): Don't display the
8977         signature, but only the signed part.
8978
8979 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8982
8983         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8984         list, not listp.
8985
8986 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8987
8988         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8989         when encoding.
8990
8991         * mm-bodies.el (mm-decode-content-transfer-encoding):
8992         De-canonicalize CRLF for all text content types, not just
8993         text/plain.
8994
8995 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8998         valid article; point arrow and cursor at the MIME button.
8999
9000 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9003         Suggested by Dan Christensen <jdc@uwo.ca>.
9004
9005         * mm-decode.el (mm-save-part): Enable change of prompt.
9006
9007 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9008
9009         * gnus-msg.el (gnus-inews-add-send-actions): Made
9010         `message-post-method' lambda parameter ARG `&optional'.
9011
9012 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gnus-sum.el (gnus-summary-mime-map): Added
9015         gnus-article-save-part-and-strip, gnus-article-delete-part and
9016         gnus-article-jump-to-part.
9017
9018         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9019         (gnus-article-edit-part): Use it.
9020         (gnus-article-part-wrapper): Added no-handle argument.
9021         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9022         functions.
9023
9024 2005-08-29  Romain Francoise  <romain@orebokech.com>
9025
9026         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9027         docstring.
9028         (gnus-face-from-file): Likewise.
9029
9030 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9033         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9034         non-nil.
9035         (gnus-auto-select-part): New variable.
9036         (gnus-article-jump-to-part): New function.
9037         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9038         (gnus-mime-delete-part): Allow selecting specified part after
9039         deleting or stripping parts.
9040         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9041         part if argument is bogus.
9042
9043 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9044
9045         * gnus-art.el (w3m-minor-mode-map):
9046         * gnus-spec.el (gnus-newsrc-file-version):
9047         * gnus-util.el (nnmail-active-file-coding-system)
9048         (gnus-original-article-buffer, gnus-user-agent):
9049         * gnus.el (gnus-ham-process-destinations)
9050         (gnus-parameter-ham-marks-alist)
9051         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9052         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9053         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9054         * mm-decode.el (gnus-current-window-configuration):
9055         * mm-extern.el (gnus-article-mime-handles):
9056         * mm-url.el (url-current-object, url-package-name)
9057         (url-package-version):
9058         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9059         (smime-keys, w3m-cid-retrieve-function-alist)
9060         (w3m-current-buffer, w3m-display-inline-images)
9061         (w3m-minor-mode-map):
9062         * mml-smime.el (gnus-extract-address-components):
9063         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9064         (gnus-newsrc-hashtb, message-default-charset)
9065         (message-deletable-headers, message-options)
9066         (message-posting-charset, message-required-mail-headers)
9067         (message-required-news-headers):
9068         * mml1991.el (mc-pgp-always-sign):
9069         * mml2015.el (mc-pgp-always-sign):
9070         * nnheader.el (nnmail-extra-headers):
9071         * rfc1843.el (gnus-decode-encoded-word-function)
9072         (gnus-decode-header-function, gnus-newsgroup-name):
9073         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9074
9075 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9076
9077         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9078         the end of the date treatments.
9079
9080 2005-08-15  Simon Josefsson  <jas@extundo.com>
9081
9082         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9083         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9084         Capello and Romain Francoise.
9085         (pgg-fetch-key-function): Removed, not used?
9086         (pgg-insert-url-with-w3): Require url, to get
9087         url-insert-file-contents regardless of where it is defined.
9088
9089 2005-08-13  Romain Francoise  <romain@orebokech.com>
9090
9091         * message.el (message-cite-original-1): New function.
9092         (message-cite-original): Use it.
9093         (message-cite-original-without-signature): Ditto.
9094
9095 2005-08-08  Romain Francoise  <romain@orebokech.com>
9096
9097         * message.el (message-yank-empty-prefix): New variable.
9098         (message-indent-citation): Use it.
9099         (message-cite-original-without-signature): Respect X-No-Archive.
9100
9101 2005-08-08  Simon Josefsson  <jas@extundo.com>
9102
9103         * pgg.el: Autoload url-insert-file-contents instead of loading
9104         w3/url.
9105         (pgg-insert-url-with-w3): Don't load url here.
9106
9107 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9108
9109         * message.el (message-kill-to-signature): Don't insert newline at
9110         bol.
9111         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9112
9113 2005-08-06  Romain Francoise  <romain@orebokech.com>
9114
9115         * message.el (message-user-fqdn): Fix typo in docstring.
9116
9117 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9118
9119         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9120
9121         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9122
9123 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * mm-bodies.el (mm-encode-body): Use coding system rather than
9126         charset to encode text.
9127
9128         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9129         number of charsets if utf-8 is available (XEmacs).
9130
9131 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9134         taken from `gnus-button-mid-or-mail-regexp'.
9135         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9136         (gnus-button-alist): Improve regexp for domain part of the MIDs
9137         for news:localpart@domain buttons.
9138         (gnus-button-ctan-directory-regexp): Update.
9139
9140 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * sieve-manage.el (sieve-manage-interactive-login): Use
9143         make-local-variable rather than make-variable-buffer-local.
9144         (sieve-manage-open): Ditto.
9145         (sieve-manage-authenticate): Ditto.
9146
9147         * mml.el (mml-generate-mime-1): Make the content type default to
9148         text/plain if the filename is not specified.
9149
9150 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9153         instead of insert-buffer.
9154
9155         * message.el (message-yank-original): Ditto; set the mark at the
9156         end of the yanked message.
9157
9158 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9161         lines to scroll rather than to stop it.
9162
9163         * mml.el (mml-generate-default-type): Add doc string.
9164         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9165         default to application/octet-stream when determining the content
9166         type if it is not specified for the part or the mml contents; add
9167         a comment about mml-generate-default-type.
9168
9169 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9172         make it default to application/octet-stream when determining the
9173         content type if it is not specified for the external contents.
9174
9175 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9178         segmented parameter but also other parameters might be there.
9179
9180 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * mm-decode.el (mm-display-external): Delete temp file, directory
9183         and buffer immediately if the external process is exited.
9184
9185 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9188         fewer lines than that of scroll-margin.
9189         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9190
9191 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-art.el (gnus-article-next-page): Revert.
9194         (gnus-article-beginning-of-window): New macro.
9195         (gnus-article-next-page-1): Use it.
9196         (gnus-article-prev-page): Ditto.
9197         (gnus-article-edit-part): Use insert-buffer-substring instead of
9198         insert-buffer.
9199         (gnus-article-edit-exit): Ditto.
9200
9201         * gnus-util.el (gnus-beginning-of-window): Remove.
9202         (gnus-end-of-window): Remove.
9203
9204         * lpath.el: Don't bind header-line-format and scroll-margin.
9205
9206 2005-07-25  Simon Josefsson  <jas@extundo.com>
9207
9208         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9209         to have the url package without w3.  Reported by Daiki Ueno
9210         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9211
9212 2005-07-20  Didier Verna  <didier@xemacs.org>
9213
9214         * gnus-diary.el: Remove the description comment (nndiary is now
9215         properly documented in the Gnus manual).
9216         Fix the spelling of "Back End".
9217         * nndiary.el: Ditto.
9218         Fix the copyright notice.
9219
9220 2005-07-18  Romain Francoise  <romain@orebokech.com>
9221
9222         * gnus-sum.el (gnus-summary-to-prefix)
9223         (gnus-summary-newsgroup-prefix): New variables.
9224         (gnus-summary-from-or-to-or-newsgroups): Use them.
9225
9226 2005-07-17  Romain Francoise  <romain@orebokech.com>
9227
9228         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9229         space as it's generally not especially interesting to the user.
9230
9231 2005-07-16  Romain Francoise  <romain@orebokech.com>
9232
9233         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9234         nil to avoid prompting and file modification if one of the
9235         messages at the top of the nnfolder file contains a copyright
9236         notice.
9237         Update copyright notice.
9238
9239         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9240         instead of `current-time-string' as the latter creates a time
9241         string that is not RFC 2822 compliant (it lacks the zone).
9242         Update copyright notice.
9243
9244 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9245
9246         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9247         for text/rtf.  Display default in prompt.  Pass default for M-n.
9248
9249         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9250
9251 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * gnus-msg.el (gnus-button-mailto): Remove
9254         save-selected-window-window hackery because it relies on
9255         save-selected-window internals.
9256
9257 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9260         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9261         (gnus-article-prev-page): Ditto.
9262
9263         * gnus-util.el (gnus-beginning-of-window): New function.
9264         (gnus-end-of-window): New function.
9265
9266         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9267
9268 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9269
9270         * gnus-score.el (gnus-score-edit-all-score): Set
9271         gnus-score-edit-exit-function to gnus-score-edit-done and call
9272         gnus-message.
9273
9274 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * gnus-msg.el (gnus-button-mailto): Remove
9277         save-selected-window-window hackery because it relies on
9278         save-selected-window internals.
9279
9280 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9283         add-minor-mode.
9284         (gnus-binary-mode): Ditto.
9285
9286         * gnus-topic.el (gnus-topic-mode): Ditto.
9287
9288 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9289
9290         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9291         (gnus-article-prev-page): Take scroll-margin into consideration.
9292
9293 2005-07-04  Lute Kamstra  <lute@gnu.org>
9294
9295         Update FSF's address in GPL notices.
9296
9297 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9298
9299         * gnus.el (gnus-exit):
9300         * gnus-group.el (gnus-group-icons):
9301         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9302
9303         * gnus-nocem.el (gnus-nocem):
9304         * message.el (message-various, message-buffers, message-sending)
9305         (message-interface, message-forwarding, message-insertion)
9306         (message-headers, message-news, message-mail):
9307         * pgg-gpg.el (pgg-gpg):
9308         * pgg-parse.el (pgg-parse):
9309         * pgg-pgp.el (pgg-pgp):
9310         * pgg-pgp5.el (pgg-pgp5):
9311         * pop3.el (pop3): Finish `defgroup' description with period.
9312
9313 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-art.el (article-display-face): Improve the efficiency.
9316         (article-display-x-face): Ditto; remove grey x-face stuff.
9317
9318 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-art.el (article-display-face): Correct the position in
9321         which Faces are inserted.
9322
9323 2005-06-29  Didier Verna  <didier@xemacs.org>
9324
9325         * gnus-art.el (article-display-face): Display faces in correct
9326         order.
9327
9328 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9331         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9332         (gnus-nocem-check-article): Fetch the Type header.
9333         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9334         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9335         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9336         make sure gnus-nocem-hashtb is initialized.
9337         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9338         (gnus-nocem-unwanted-article-p): Ditto.
9339
9340         * pgg.el (pgg-verify): Return the verification result.
9341
9342 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9345         is ascii.
9346
9347 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9348
9349         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9350         `show-nonbreak-escape'.
9351
9352 2005-06-23  Lute Kamstra  <lute@gnu.org>
9353
9354         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9355
9356         * dig.el (dig-mode):
9357         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9358
9359 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9360
9361         * nnimap.el (nnimap-split-download-body): Fix spellings.
9362
9363 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9364
9365         * gnus-art.el (gnus-article-encrypt-body):
9366         * gnus-cus.el (gnus-score-customize):
9367         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9368         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9369
9370 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9371
9372         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9373         header by looking for magic "MII" at the beginnig.
9374
9375 2005-06-16  Miles Bader  <miles@gnu.org>
9376
9377         * gnus-xmas.el (gnus-xmas-group-startup-message):
9378         Use renamed gnus-splash face.
9379
9380         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9381         (assistant-field-face): New backward-compatibility alias for renamed
9382         face.
9383         (assistant-render-text): Use renamed assistant-field face.
9384
9385         * spam.el (spam): Remove "-face" suffix from face name.
9386         (spam-face): New backward-compatibility alias for renamed face.
9387         (spam-face, spam-initialize): Use renamed spam face.
9388
9389         * message.el (message-header-to, message-header-cc)
9390         (message-header-subject, message-header-newsgroups)
9391         (message-header-other, message-header-name)
9392         (message-header-xheader, message-separator, message-cited-text)
9393         (message-mml): Remove "-face" suffix from face names.
9394         (message-header-to-face, message-header-cc-face)
9395         (message-header-subject-face, message-header-newsgroups-face)
9396         (message-header-other-face, message-header-name-face)
9397         (message-header-xheader-face, message-separator-face)
9398         (message-cited-text-face, message-mml-face):
9399         New backward-compatibility aliases for renamed faces.
9400         (message-font-lock-keywords): Use renamed message faces.
9401
9402         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9403         (sieve-test-commands, sieve-tagged-arguments):
9404         Remove "-face" suffix from face names.
9405         (sieve-control-commands-face, sieve-action-commands-face)
9406         (sieve-test-commands-face, sieve-tagged-arguments-face):
9407         New backward-compatibility aliases for renamed faces.
9408         (sieve-control-commands-face, sieve-action-commands-face)
9409         (sieve-test-commands-face, sieve-tagged-arguments-face):
9410         Use renamed sieve faces.
9411
9412         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9413         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9414         (gnus-group-news-3-empty, gnus-group-news-4)
9415         (gnus-group-news-4-empty, gnus-group-news-5)
9416         (gnus-group-news-5-empty, gnus-group-news-6)
9417         (gnus-group-news-6-empty, gnus-group-news-low)
9418         (gnus-group-news-low-empty, gnus-group-mail-1)
9419         (gnus-group-mail-1-empty, gnus-group-mail-2)
9420         (gnus-group-mail-2-empty, gnus-group-mail-3)
9421         (gnus-group-mail-3-empty, gnus-group-mail-low)
9422         (gnus-group-mail-low-empty, gnus-summary-selected)
9423         (gnus-summary-cancelled, gnus-summary-high-ticked)
9424         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9425         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9426         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9427         (gnus-summary-low-undownloaded)
9428         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9429         (gnus-summary-low-unread, gnus-summary-normal-unread)
9430         (gnus-summary-high-read, gnus-summary-low-read)
9431         (gnus-summary-normal-read, gnus-splash):
9432         Remove "-face" suffix from face names.
9433         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9434         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9435         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9436         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9437         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9438         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9439         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9440         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9441         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9442         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9443         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9444         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9445         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9446         (gnus-summary-normal-ticked-face)
9447         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9448         (gnus-summary-normal-ancient-face)
9449         (gnus-summary-high-undownloaded-face)
9450         (gnus-summary-low-undownloaded-face)
9451         (gnus-summary-normal-undownloaded-face)
9452         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9453         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9454         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9455         (gnus-splash-face):
9456         New backward-compatibility aliases for renamed faces.
9457         (gnus-group-startup-message): Use renamed gnus faces.
9458
9459         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9460         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9461         (gnus-server-agent): Remove "-face" suffix from face names.
9462         (gnus-server-agent-face, gnus-server-opened-face)
9463         (gnus-server-closed-face, gnus-server-denied-face)
9464         (gnus-server-offline-face):
9465         New backward-compatibility aliases for renamed faces.
9466         (gnus-server-agent-face, gnus-server-opened-face)
9467         (gnus-server-closed-face, gnus-server-denied-face)
9468         (gnus-server-offline-face): Use renamed gnus faces.
9469
9470         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9471         Remove "-face" suffix from face names.
9472         (gnus-picon-xbm-face, gnus-picon-face):
9473         New backward-compatibility aliases for renamed faces.
9474
9475         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9476         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9477         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9478         (gnus-cite-11): Remove "-face" suffix from face names.
9479         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9480         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9481         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9482         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9483         New backward-compatibility aliases for renamed faces.
9484         (gnus-cite-attribution-face, gnus-cite-face-list)
9485         (gnus-article-boring-faces): Use renamed gnus faces.
9486
9487         * gnus-art.el (gnus-signature, gnus-header-from)
9488         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9489         (gnus-header-content): Remove "-face" suffix from face names.
9490         (gnus-signature-face, gnus-header-from-face)
9491         (gnus-header-subject-face, gnus-header-newsgroups-face)
9492         (gnus-header-name-face, gnus-header-content-face):
9493         New backward-compatibility aliases for renamed faces.
9494         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9495
9496         * gnus-sum.el (gnus-summary-selected-face)
9497         (gnus-summary-highlight): Use renamed gnus faces.
9498         * gnus-group.el (gnus-group-highlight): Likewise.
9499
9500 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9501
9502         * gnus-sieve.el (gnus-sieve-article-add-rule):
9503         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9504         * spam-stat.el (spam-stat-buffer-change-to-spam)
9505         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9506
9507         * message.el (message-is-yours-p):
9508         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9509
9510 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * mm-view.el (mm-inline-text): Withdraw the last change.
9513
9514 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9517         executing enriched-decode.
9518
9519 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9522         charset of tar files.
9523
9524 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9525
9526         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9527
9528 2005-06-04  Lute Kamstra  <lute@gnu.org>
9529
9530         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9531         information is never recorded.
9532
9533 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9534
9535         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9536
9537 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * pop3.el (pop3-apop): Run md5 in the binary mode.
9540
9541         * starttls.el (starttls-set-process-query-on-exit-flag):
9542         Use eval-and-compile.
9543
9544 2005-05-31  Simon Josefsson  <jas@extundo.com>
9545
9546         * smime.el (smime-replace-in-string): Define.
9547         (smime-cert-by-ldap-1): Use it.
9548
9549 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (article-display-x-face): Replace
9552         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9553
9554         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9555         set-process-query-on-exit-flag or process-kill-without-query.
9556
9557         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9558         loop instead of replace-regexp.
9559
9560         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9561         instead of process-kill-without-query if it is available.
9562
9563         * lpath.el: Fbind ldap-search-entries.
9564
9565         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9566         instead of find-file-hooks if it is available.
9567
9568         * mml1991.el: Bind pgg-default-user-id when compiling.
9569
9570         * mml2015.el: Bind pgg-default-user-id when compiling.
9571
9572         * nndraft.el (nndraft-request-associate-buffer):
9573         Use write-contents-functions instead of write-contents-hooks if it is
9574         available.
9575
9576         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9577         instead of find-file-hooks if it is available.
9578
9579         * nntp.el (nntp-open-connection): Replace
9580         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9581         (nntp-open-ssl-stream): Ditto.
9582         (nntp-open-tls-stream): Ditto.
9583
9584         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9585         set-process-query-on-exit-flag or process-kill-without-query.
9586         (starttls-open-stream-gnutls): Use it instead of
9587         process-kill-without-query.
9588         (starttls-open-stream): Ditto.
9589
9590 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9591
9592         * smime.el (smime-cert-by-ldap-1): Don't use
9593         replace-regexp-in-string.
9594
9595 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9596
9597         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9598
9599         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9600         in PEM format.  Adjust to the XEmacs compability.
9601
9602 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9605         by `string-to-number'.
9606         * gnus-agent.el (gnus-agent-regenerate-group)
9607         (gnus-agent-fetch-articles): Ditto.
9608         * gnus-art.el (gnus-button-fetch-group): Ditto.
9609         * gnus-cache.el (gnus-cache-generate-active)
9610         (gnus-cache-articles-in-group): Ditto.
9611         * gnus-group.el (gnus-group-set-current-level)
9612         (gnus-group-insert-group-line): Ditto.
9613         * gnus-score.el (gnus-score-set-expunge-below)
9614         (gnus-score-set-mark-below, gnus-summary-score-effect)
9615         (gnus-summary-score-entry): Ditto.
9616         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9617         (gnus-soup-pack): Ditto.
9618         * gnus-spec.el (gnus-xmas-format): Ditto.
9619         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9620         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9621         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9622         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9623         * nndb.el (nndb-get-remote-expire-response): Ditto.
9624         * nndiary.el (nndiary-parse-schedule-value)
9625         (nndiary-string-to-number, nndiary-request-replace-article)
9626         (nndiary-request-article): Ditto.
9627         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9628         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9629         * nneething.el (nneething-make-head): Ditto.
9630         * nnfolder.el (nnfolder-request-article)
9631         (nnfolder-retrieve-headers): Ditto.
9632         * nnheader.el (nnheader-file-to-number): Ditto.
9633         * nnkiboze.el (nnkiboze-request-article): Ditto.
9634         * nnmail.el (nnmail-process-unix-mail-format)
9635         (nnmail-process-babyl-mail-format): Ditto.
9636         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9637         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9638         (nnmh-request-create-group, nnmh-request-list-1)
9639         (nnmh-request-group, nnmh-request-article): Ditto.
9640         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9641         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9642         * nnsoup.el (nnsoup-make-active): Ditto.
9643         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9644         * nntp.el (nntp-find-group-and-number)
9645         (nntp-retrieve-headers-with-xover): Ditto.
9646         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9647         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9648         (pgg-format-key-identifier): Ditto.
9649         * pop3.el (pop3-last, pop3-stat): Ditto.
9650         * qp.el (quoted-printable-decode-region): Ditto.
9651
9652         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9653         of concat.
9654
9655 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9658
9659         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9660
9661         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9662
9663         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9664
9665         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9666
9667         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9668
9669         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9670         (gnus-carpal-mode): Ditto.
9671
9672         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9673         (gnus-browse-mode): Ditto.
9674
9675         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9676
9677         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9678
9679 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9680
9681         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9682
9683 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-util.el (gnus-run-mode-hooks): New function.
9686
9687         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9688
9689         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9690         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9691
9692 2005-05-27  Lute Kamstra  <lute@gnu.org>
9693
9694         * dns-mode.el (dns-mode): Specify customization group.
9695
9696 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9697
9698         * gnus-agent.el (gnus-agent-make-mode-line-string):
9699         Use mode-line-highlight as mouse-face.
9700
9701 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * canlock.el (canlock): Change the parent group to news.
9704
9705         * deuglify.el (gnus-outlook-deuglify): Add :group.
9706
9707         * dig.el (dig): Add :group.
9708
9709         * dns-mode.el (dns-mode): Add :group.
9710
9711         * encrypt.el (encrypt): Add :group.
9712
9713         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9714         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9715         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9716         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9717         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9718
9719         * gnus-diary.el (gnus-diary): Add :group.
9720
9721         * gnus.el (gnus-group-news-1-face): Add :group.
9722         (gnus-group-news-1-empty-face): Ditto.
9723         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9724         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9725         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9726         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9727         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9728         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9729         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9730         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9731         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9732         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9733         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9734         (gnus-summary-high-ticked-face): Ditto.
9735         (gnus-summary-low-ticked-face): Ditto.
9736         (gnus-summary-normal-ticked-face): Ditto.
9737         (gnus-summary-high-ancient-face): Ditto.
9738         (gnus-summary-low-ancient-face): Ditto.
9739         (gnus-summary-normal-ancient-face): Ditto.
9740         (gnus-summary-high-undownloaded-face): Ditto.
9741         (gnus-summary-low-undownloaded-face): Ditto.
9742         (gnus-summary-normal-undownloaded-face): Ditto.
9743         (gnus-summary-high-unread-face): Ditto.
9744         (gnus-summary-low-unread-face): Ditto.
9745         (gnus-summary-normal-unread-face): Ditto.
9746         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9747         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9748
9749         * hashcash.el (hashcash): New custom group.
9750         (hashcash-default-payment): Add :group.
9751         (hashcash-payment-alist): Ditto.
9752         (hashcash-default-accept-payment): Ditto.
9753         (hashcash-accept-resources): Ditto.
9754         (hashcash-path): Ditto.
9755         (hashcash-extra-generate-parameters): Ditto.
9756         (hashcash-double-spend-database): Ditto.
9757         (hashcash-in-news): Ditto.
9758
9759         * message.el (message-minibuffer-local-map): Add :group.
9760
9761         * netrc.el (netrc): Add :group.
9762
9763         * sieve-manage.el (sieve-manage-log): Add :group.
9764         (sieve-manage-default-user): Diito.
9765         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9766         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9767         (sieve-manage-authenticators): Ditto.
9768         (sieve-manage-authenticator-alist): Ditto.
9769         (sieve-manage-default-port): Ditto.
9770
9771         * sieve-mode.el (sieve-control-commands-face): Add :group.
9772         (sieve-action-commands-face): Ditto.
9773         (sieve-test-commands-face): Ditto.
9774         (sieve-tagged-arguments-face): Ditto.
9775
9776         * smime.el (smime): Add :group.
9777
9778         * spam-report.el (spam-report): Add :group.
9779
9780         * spam.el (spam, spam-face): Add :group.
9781
9782 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9785         return \n.\n.\n at the end of articles.  Protect against that.
9786         (nntp-with-open-group): Allow debugging.
9787
9788         * nnheader.el (mail-header-set-extra): Make into a function
9789         because I just could't understand how to quote the list properly.
9790
9791         * dns.el (query-dns-cached): New function.
9792
9793 2005-05-26  Lute Kamstra  <lute@gnu.org>
9794
9795         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9796
9797 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9800
9801         * gnus-art.el: Don't autoload mail-extract-address-components.
9802
9803         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9804         eval-and-compile to evaluate it.
9805
9806         * hashcash.el: Don't autoload executable-find.
9807
9808         * nndb.el: Don't declare the nndb back end two or more times; don't
9809         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9810
9811         * nntp.el: Autoload format-spec instead of format; use
9812         eval-and-compile to evaluate autoload forms.
9813
9814 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9815
9816         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9817
9818 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * gnus.el (gnus-version-number): Bump version.
9821
9822 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9823
9824         * gnus.el: No Gnus v0.3 is released.
9825
9826 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * lpath.el (featurep): Bind show-nonbreak-escape.
9829
9830 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-art.el (gnus-article-edit-part): Disable undo.
9833
9834 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9837         gnus-article-date-lapsed-new-header is t if date timer is active;
9838         skip headers in which the original date value is empty.
9839         (gnus-article-save-original-date): Redefine it as a macro.
9840         (gnus-display-mime): Use it.
9841
9842 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-art.el (article-date-ut): Support converting date in
9845         forwarded parts as well.
9846         (gnus-article-save-original-date): New function.
9847         (gnus-display-mime): Use it.
9848
9849 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9850
9851         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9852         enclosure element of <item>.
9853
9854 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * message.el (message-kill-buffer-query): Renamed from
9857         `message-kill-buffer-query-if-modified'.  Added :version.
9858
9859 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9862         window layout.
9863
9864 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * mml.el: Autoload dnd when compiling.
9867
9868 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9871         x-dnd-*.
9872
9873 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * qp.el (quoted-printable-encode-region): Save excursion.
9876
9877 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9878
9879         * message.el (message-kill-buffer-query-if-modified): Add new variable
9880         so the user can kill a modified message buffer quickly.
9881         (message-kill-buffer): Use it.
9882
9883 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * lpath.el: Fbind display-time-event-handler; don't fbind
9886         string-to-multibyte.
9887
9888         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9889
9890 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9893         contained in text because xml.el decodes entities) with LFs.
9894
9895 2005-04-11  Lute Kamstra  <lute@gnu.org>
9896
9897         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9898         differently.
9899
9900 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9901
9902         * mm-util.el (mm-detect-coding-region): Typo.
9903
9904 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9907
9908 2005-04-06  Deepak Goel  <deego@gnufans.org>
9909
9910         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9911         user-function allow user modifications of the scores.
9912         (spam-stat-score-buffer-user): New function, to allow
9913         user-computed modifications to the score.
9914         (spam-stat-score-buffer-user-functions): List of additional
9915         scoring functions.
9916         (spam-stat-error-holder): Global temporary error holder.
9917         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9918         variable.
9919
9920 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9921
9922         * gnus-registry.el (gnus-registry-clean-empty-function)
9923         (gnus-registry-trim, gnus-registry-fetch-groups)
9924         (gnus-registry-delete-group): Groups that match
9925         `gnus-registry-ignored-groups' are removed from the registry
9926         entries, not just ignored for splitting.  This helps clean up the
9927         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9928         to get all the groups a message ID is in.
9929
9930         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9931         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9932         (spam-stat-score-buffer-user-functions): Add :number custom type.
9933
9934 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9937         argument in XEmacs.
9938
9939         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9940         (nnrss-request-group): Decode group name first.
9941         (nnrss-request-article): Make a text/plain article if mml-to-mime
9942         failed.
9943         (nnrss-get-encoding): Return a compatible encoding according to
9944         nnrss-compatible-encoding-alist.
9945         (nnrss-find-el): Use consp instead of listp.
9946         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9947
9948 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9951         which Emacs 20 doesn't support.
9952         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9953
9954 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9957         silence the byte compiler inside the defun.
9958
9959         * gnus-demon.el (parse-time-string): Add autoload.
9960
9961         * gnus-delay.el (parse-time-string): Add autoload.
9962
9963         * gnus-art.el (parse-time-string): Add autoload.
9964
9965         * nnultimate.el (parse-time): Require for `parse-time-string'.
9966
9967 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9970
9971         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9972
9973         * smime.el (smime-ldap-host-list): Add :version.
9974
9975 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9978         pass it to `gnus-browse-read-group'.
9979         (gnus-browse-read-group): Add NUMBER argument and pass it to
9980         `gnus-group-read-ephemeral-group'.
9981
9982         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9983         argument and pass it to `gnus-group-read-group'.
9984
9985 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9986
9987         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9988         mm-xemacs-find-mime-charset-1 if we have the mule feature
9989         available at runtime.
9990
9991 2005-03-25  Werner Lemberg  <wl@gnu.org>
9992
9993         * nnmaildir.el: Replace `illegal' with `invalid'.
9994
9995 2005-03-23  Lute Kamstra  <lute@gnu.org>
9996
9997         * time-date.el: Add comment on time value formats.
9998         Don't require parse-time.
9999         (with-decoded-time-value): New macro.
10000         (encode-time-value): New function.
10001         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10002         (days-to-time): Return a valid time value when arg is huge.
10003         (time-since): Use time-subtract.
10004         (time-to-number-of-days): Use time-to-seconds.
10005
10006 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10007
10008         * gnus-start.el (gnus-display-time-event-handler):
10009         Check display-time-timer at runtime rather than only at load time
10010         in case display-time-mode is turned off in the mean time.
10011
10012 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10015         used.
10016
10017         * nneething.el (nneething-map-file-directory): Derive from
10018         `gnus-directory'.
10019
10020         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10021         the To/Cc button.
10022
10023 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * nnmaildir.el (nnmaildir-request-accept-article):
10026         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10027
10028 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10029
10030         * gnus-async.el: Require timer-funcs at compile time when in
10031         XEmacs for `run-with-idle-timer'.
10032
10033 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10034
10035         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10036         autoloaded function.
10037
10038 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10039
10040         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10041
10042 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10043
10044         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10045
10046 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10049         gnus-expert-user to default.
10050
10051 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10052
10053         * nnimap.el (nnimap-open-server): Ditto.
10054
10055         * imap.el (imap-authenticate): Fix typo.
10056
10057 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10058
10059         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10060         buffer (since IMAP server might return FETCH response out of
10061         order, and the nntp buffer must be sorted).
10062
10063 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10064
10065         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10066         comparison on string.
10067
10068         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10069         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10070         (gnus-agent-summary-fetch-series): Modified to protect against
10071         gnus-agent-summary-fetch-group clearing processable flags.
10072         (gnus-agent-synchronize-group-flags): Update live group buffer as
10073         synchronization may occur due to the user toggle the plugged
10074         status.
10075         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10076         successfully downloaded.
10077         (gnus-agent-expire-group-1): Avoid using markers when the overview
10078         is in ascending order; greatly improves performance.
10079         (gnus-agent-regenerate-group): Use
10080         gnus-agent-synchronize-group-flags to reset read status in both
10081         gnus and server.
10082         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10083
10084 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el: Don't autoload former message-utils variables.
10087         (message-strip-subject-trailing-was): Change doc string.
10088
10089         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10090         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10091         (nnweb-google-search): Add "hl=en" here.
10092         (nnweb-google-parse-1, nnweb-google-create-mapping):
10093         Don't hardcode URL.
10094
10095 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * message.el (message-get-reply-headers, message-followup):
10098         Mention related variables `message-use-followup-to' and
10099         `message-use-mail-followup-to', in the information buffer.
10100
10101         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10102         of broken groups(-beta).google.com.
10103
10104 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10107         parameter to invoked gnus-request-move-article; remove the
10108         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10109         all at once instead of once per article.
10110         (gnus-summary-remove-process-mark): Accept a list of articles as
10111         well as a single article for processing.
10112
10113         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10114         parameter.
10115
10116         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10117
10118         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10119
10120         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10121         parameter.
10122
10123         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10124         parameter.
10125
10126         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10127         parameter and remove the gnus-sum-hint-move-is-internal variable.
10128
10129         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10130         parameter.
10131
10132         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10133         parameter.
10134
10135         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10136         parameter.
10137
10138         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10139
10140         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10141         parameter.
10142
10143         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10144         parameter.
10145
10146 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10147
10148         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10149         a more conservative way.
10150
10151 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10152
10153         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10154         buffer, so it moves the window's cursor.
10155
10156 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10157
10158         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10159         `mm-dissect-multipart' and receive the from field as an (optional)
10160         argument from `mm-dissect-multipart'.
10161         (mm-dissect-multipart): Receive the from field as an argument and
10162         pass it on when we call `mm-dissect-buffer' on MIME parts.
10163         Fixes verification/decryption of signed/encrypted MIME parts.
10164
10165 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10166
10167         * gnus-sum.el (gnus-summary-move-article): Set
10168         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10169         whatever it calls (right now, only nnimap-request-move article
10170         respects it).
10171
10172         * nnimap.el (nnimap-request-move-article): When
10173         gnus-sum-hint-move-is-internal is set, don't do the extra
10174         nnimap-request-article.
10175
10176 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10179
10180         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10181         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10182
10183         * gnus-sum.el (gnus-summary-caesar-message):
10184         Apply `gnus-treat-article' after rotation.
10185
10186         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10187         doc string.
10188
10189 2005-02-22  Simon Josefsson  <jas@extundo.com>
10190
10191         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10192         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10193         <arne@arnested.dk>.
10194         (encrypt): Add password-cache and password-cache-expiry as group
10195         members.
10196
10197 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10198
10199         * smime.el (smime-ldap-host-list): Doc fix.
10200         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10201         cache) password.
10202         (smime-sign-region): Use it.
10203         (smime-decrypt-region): Use it.
10204         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10205         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10206         fails.
10207         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10208         certificate from DER to PEM format rather than calling openssl.
10209
10210         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10211
10212         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10213         for signing/encryption.
10214
10215         * mml.el (mml-parse-1): Use them.
10216
10217 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10218
10219         * nnrss.el (nnrss-verbose): Removed.
10220         (nnrss-request-group): Use `nnheader-message' instead.
10221
10222 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10223
10224         * nnrss.el (nnrss-verbose): New variable.
10225         (nnrss-request-group): Make it say nnrss is requesting a group.
10226
10227 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10230         Handle news URL with given port correctly.
10231
10232 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10235         containing special characters.
10236
10237         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10238
10239         * mml.el (mime-to-mml): Ditto.
10240
10241         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10242         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10243         (rfc2047-decode-region): Quote decoded words containing special
10244         characters when rfc2047-quote-decoded-words-containing-tspecials
10245         is non-nil.
10246
10247 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10248
10249         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10250
10251         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10252
10253 2005-02-15  Simon Josefsson  <jas@extundo.com>
10254
10255         * nnimap.el (nnimap-debug): Doc fix.
10256
10257         * imap.el (imap-debug): Doc fix.
10258
10259 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10262
10263 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         * gnus.el (spam-contents): Improve docs for spam-contents
10266         parameter in its variable incarnation.
10267
10268 2005-02-14  Simon Josefsson  <jas@extundo.com>
10269
10270         * smime-ldap.el: Use require instead of load-library for ldap.
10271         (smime-ldap-search): Indent.
10272         (smime-ldap-search-internal): Shorten line.
10273
10274         * smime.el (smime-cert-by-dns): Add doc-string.
10275         (smime-cert-by-ldap-1): Indent.
10276
10277         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10278         mml-smime-get-dns-ldap.
10279         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10280
10281 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10282
10283         * smime.el: Require smime-ldap.
10284         (smime-ldap-host-list): New variable.
10285         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10286
10287         * mml-smime.el (mml-smime-encrypt-query): New function.
10288         (mml-smime-encrypt-query): Use it.
10289
10290         * smime-ldap.el: New file.
10291
10292 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10295
10296 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10299         argument in doc string.  Make query for type more clear.
10300
10301 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus.el (gnus-group-startup-message): Search for gnus images in
10304         etc/images/gnus.
10305         * mm-util.el (mm-image-load-path): Likewise.
10306         * smiley.el (smiley-data-directory): Search for smilies in
10307         etc/images/smilies.
10308
10309 2005-02-09  Kim F. Storm  <storm@cua.dk>
10310
10311         Change Emacs release version from 21.4 to 22.1 throughout.
10312         Change Emacs development version from 21.3.50 to 22.0.50.
10313
10314 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10317
10318         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10319         non-Mule XEmacs as well.
10320         (mm-decompress-buffer): Signal an error intentionally if it does
10321         not decompress compressed data because auto-compression-mode is
10322         disabled.
10323
10324 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10327         an ID in the registry even if it has no groups.
10328
10329 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10332         merge it into mm-decompress-buffer.
10333         (gnus-mime-copy-part): Use the MIME part charset, the value which
10334         a user specified or gnus-newsgroup-charset for decoding, like
10335         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10336         save-buffer what was used.  Suggested by Kevin Ryde
10337         <user42@zip.com.au>.
10338         (gnus-mime-inline-part): Allow the name parameter as well as the
10339         filename parameter; force decompressing of compressed data; always
10340         display contents being not decoded as unibyte.
10341
10342         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10343         as well as the filename parameter.
10344
10345         * mm-util.el (mm-decompress-buffer): Merge
10346         gnus-mime-jka-compr-maybe-uncompress.
10347         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10348         of compressed data.
10349
10350 2005-02-08  Simon Josefsson  <jas@extundo.com>
10351
10352         * imap.el (imap-log): Doc fix.
10353
10354 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10357         the coding cookies; decompress compressed parts.
10358
10359         * mml.el (mml-generate-mime-1): Add the charset parameter according
10360         to the value which a user specified manually or the coding cookie.
10361
10362         * mm-util.el (mm-string-to-multibyte): New function.
10363         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10364         (mm-coding-system-to-mime-charset): New function.
10365         (mm-decompress-buffer): New function.
10366         (mm-find-buffer-file-coding-system): New function.
10367
10368         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10369         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10370         parts.
10371
10372 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10373
10374         * mm-view.el (mm-display-inline-fontify): Decode a part according
10375         to the charset parameter.
10376
10377 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10380         prefix arg is neither nil nor a number, as info specifies.
10381
10382 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10385         timestamps.
10386
10387 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10388
10389         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10390         groups error checking and notify user.
10391
10392 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10393
10394         * message.el (message-send-mail-function): Check existence of
10395         sendmail-program first before using default value
10396         `message-send-mail-with-sendmail'.  Otherwise use more generic
10397         `smtpmail-send-it'.
10398
10399 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * nntp.el (nntp-request-update-info): Always return nil.
10402
10403 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10404
10405         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10406
10407 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10408
10409         * message.el (message-beginning-of-line): Change the behavior when
10410         invoked between BOL and : so that it first moves backward.
10411
10412 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10415         article buffer when editing of the article is discarded.
10416         (gnus-article-prepare): Revert.
10417
10418 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-art.el (gnus-article-prepare):
10421         Remove message-strip-forbidden-properties from the local hook.
10422
10423 2005-01-27  Simon Josefsson  <jas@extundo.com>
10424
10425         * password.el (password-cache-add): Only start one timer per key.
10426         Reported by Derek Atkins <warlord@MIT.EDU>.
10427
10428 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10429
10430         * run-at-time.el: Removed.  It is no longer needed as
10431         timer-funcs.el in the xemacs-base package has a working version of
10432         `run-at-time'.
10433
10434         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10435
10436         * password.el: Require timer-funcs instead of run-at-time in
10437         XEmacs.
10438         Remove `password-run-at-time' macro.
10439         (password-cache-add): Use `run-at-time' instead of
10440         `password-run-at-time'.
10441
10442         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10443         Remove `nnheader-cancel-function-timers' alias,
10444         `cancel-function-timers' exists in XEmacs in timer-funcs.
10445
10446         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10447         for `run-with-idle-timer'.
10448
10449         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10450         for `run-at-time'.
10451
10452         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10453         for `with-timeout'.
10454
10455         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10456         the same as for XEmacs 21.4.
10457         No need to ignore `run-with-idle-timer', this function exists in
10458         XEmacs now in timer-funcs.el in the xemacs-base package.
10459         (dgnushack-compile): No need to delete
10460         run-at-time.el from the list of files to compile because it
10461         doesn't exist anymore.
10462
10463 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10466         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10467
10468 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10469
10470         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10471         sensitively.
10472
10473 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10474
10475         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10476
10477 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10480         which will be inserted according to the multibyteness of a buffer
10481         rather than the type of contents.  Suggested by ARISAWA Akihiro
10482         <ari@mbf.ocn.ne.jp>.
10483
10484         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10485         of string which old xml.el may return rather than a string.
10486
10487 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10490
10491 2005-01-16  Simon Josefsson  <jas@extundo.com>
10492
10493         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10494         idn/idna.el isn't available.
10495         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10496         <michael@waxrat.com>.
10497
10498         * hashcash.el: Remove non-FSF copyright header.
10499
10500         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10501         (hashcash-generate-payment): Use it.
10502         (hashcash-generate-payment-async): Use it.
10503
10504 2005-01-15  Simon Josefsson  <jas@extundo.com>
10505
10506         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10507         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10508
10509         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10510         gnus-summary-idna-message.
10511         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10512         (gnus-summary-idna-message): New function.
10513
10514 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10517         gnus-novice-user.
10518
10519 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * nnrss.el (nnrss-request-delete-group): Delete entries in
10522         nnrss-group-alist as well.
10523         (nnrss-save-server-data): Insert newline.
10524
10525 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus.el (gnus-user-agent): Use list of symbols instead of
10528         symbols.  Display full version number for (S)XEmacs.  Optionally
10529         display (S)XEmacs codename.
10530
10531         * gnus-util.el (gnus-emacs-version): Update for new
10532         `gnus-user-agent'.
10533
10534         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10535         Gnus version.
10536
10537 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10540         which is unreadable in some setups.
10541
10542 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-spec.el (gnus-update-format-specifications): Flush the
10545         group format spec cache if it doesn't support decoded group names.
10546
10547 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10550         Allow to apply decay on score files matching a regexp.
10551
10552 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10555         compatibility in %g and %c.
10556
10557 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10560         name for only %g and %c.
10561         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10562         of gnus-tmp-group to decoded group name.
10563         (gnus-group-make-rss-group): Exclude `/'s from group names.
10564
10565 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * nnrss.el (nnrss-get-encoding): Fix regexp.
10568
10569 2004-12-27  Simon Josefsson  <jas@extundo.com>
10570
10571         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10572         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10573         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10574
10575 2004-12-17  Kim F. Storm  <storm@cua.dk>
10576
10577         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10578
10579         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10580
10581 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10582
10583         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10584
10585 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * nnrss.el: Require rfc2047 and mml.
10588         (nnrss-file-coding-system): New variable.
10589         (nnrss-format-string): Redefine it as an inline function.
10590         (nnrss-decode-group-name): New function.
10591         (nnrss-string-as-multibyte): Remove.
10592         (nnrss-retrieve-headers): Decode group name; don't use
10593         nnrss-format-string.
10594         (nnrss-request-group): Decode group name.
10595         (nnrss-request-article): Decode group name; allow a Message-ID as
10596         well as an article number; don't use nnrss-format-string; encode a
10597         Message-ID string which may contain non-ASCII characters; use
10598         mml-to-mime to compose a MIME article.
10599         (nnrss-request-expire-articles): Decode group name.
10600         (nnrss-request-delete-group): Decode group name.
10601         (nnrss-fetch): Clarify error message.
10602         (nnrss-read-server-data): Use insert-file-contents instead of load;
10603         bind file-name-coding-system; use multibyte buffer.
10604         (nnrss-save-server-data): Bind coding-system-for-write to the
10605         value of nnrss-file-coding-system; bind file-name-coding-system;
10606         add coding cookie.
10607         (nnrss-read-group-data): Use insert-file-contents instead of load;
10608         bind file-name-coding-system; use multibyte buffer.
10609         (nnrss-save-group-data): Bind coding-system-for-write to the
10610         value of nnrss-file-coding-system; bind file-name-coding-system.
10611         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10612         make it work with non-ASCII text.
10613         (nnrss-find-el): Make it work with old xml.el as well.
10614
10615 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10616
10617         * nnrss.el (nnrss-get-encoding): New function.
10618         (nnrss-fetch): Use unibyte buffer initially; bind
10619         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10620         decode contents according to the encoding attribute.
10621         (nnrss-save-group-data): Add coding cookie.
10622         (nnrss-mime-encode-string): New function.
10623         (nnrss-check-group): Use it to encode subject and author.
10624
10625 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10626
10627         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10628         imaginary variable.
10629
10630 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10633         correctly even if there are wide characters.
10634
10635 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10636
10637         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10638         downcased symbol names; make a new cache instead of reusing
10639         bbdb-hashtable.
10640
10641 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10644         concatenating segments rather than before concatenating them.
10645         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10646
10647         * message.el (message-get-reply-headers): Bind `extra'.
10648
10649 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * message.el (message-extra-wide-headers): New variable.
10652         (message-get-reply-headers): Use it.
10653
10654 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10657         (gnus-agent-group-pathname): Ditto.
10658
10659         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10660
10661         * gnus-group.el (gnus-group-make-group): Decode group name.
10662         (gnus-group-make-rss-group): Register the group data after opening
10663         the nnrss group.
10664
10665 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10666
10667         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10668         by expiry now get marked as read.
10669
10670 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10673
10674 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10675
10676         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10677         unify Latin characters in XEmacs.
10678         (mm-find-mime-charset-region): Use it.
10679
10680 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-util.el (gnus-delete-directory): New function.
10683
10684         * gnus-agent.el (gnus-agent-delete-group): Use it.
10685
10686         * gnus-cache.el (gnus-cache-delete-group): Use it.
10687
10688 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10691         names.
10692
10693 2004-12-16  Simon Josefsson  <jas@extundo.com>
10694
10695         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10696
10697 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10700
10701         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10702         (gnus-group-set-current-level): Decode group name.
10703
10704 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10705
10706         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10707         failed.
10708
10709 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-group.el (gnus-group-delete-group): Decode group name.
10712         (gnus-group-make-rss-group): Encode group name.
10713         (gnus-group-catchup-current): Decode group name.
10714         (gnus-group-kill-group): Decode group name.
10715
10716 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10717
10718         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10719
10720 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-group.el (gnus-group-make-rss-group):
10723         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10724
10725         * gnus-start.el (gnus-setup-news): Honor user's setting to
10726         gnus-message-archive-method.  Suggested by Lute Kamstra
10727         <lute@gnu.org>.
10728
10729 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10730
10731         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10732         global counterparts of the buffer-local variables.
10733
10734 2004-11-16  Romain Francoise  <romain@orebokech.com>
10735
10736         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10737         counterparts of the buffer-local variables.
10738
10739 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * message.el (message-forbidden-properties): Fixed typo in doc
10742         string.
10743
10744 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-util.el (gnus-replace-in-string): Added doc string.
10747
10748         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10749         to avoid problems when splitting mails with many recipients.
10750
10751 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10752
10753         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10754         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10755
10756 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10757
10758         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10759         if there is no hashtable in memory or file modification time is
10760         newer than cached timestamp.
10761
10762 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10765         not-matching option.
10766
10767 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10770         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10771         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10772         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10773         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10774         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10775
10776 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * message.el (message-forward-make-body-mml): Remove headers
10779         according to message-forward-ignored-headers if a message is decoded.
10780
10781 2004-12-02  Romain Francoise  <romain@orebokech.com>
10782
10783         * message.el (message-forward-make-body-plain): Always remove
10784         headers according to message-forward-ignored-headers.
10785
10786 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10787
10788         * spam.el (spam-summary-prepare-exit): Remove the
10789         gnus-summary-limit pop for now, it has problems with ham marks for
10790         me.
10791
10792 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10793
10794         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10795         correctly.
10796
10797 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10798
10799         * format-spec.el (format-spec): Message the char.
10800
10801 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * gnus-art.el (gnus-split-methods): Reformat comments.
10804
10805         * spam.el (spam-summary-prepare-exit): Remove article limits
10806         before exiting the summary buffer.
10807
10808 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10811         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10812
10813         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10814         order to silence the byte compiler.
10815
10816         * spam.el: Fix the way to silence the byte compiler, which
10817         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10818         bbdb-search-simple, spam-BBDB-register-routine,
10819         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10820         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10821         spam-stat-buffer-is-spam, spam-stat-load,
10822         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10823         spam-stat-save and spam-stat-split-fancy.
10824
10825 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10828         which may confuse users.
10829         (canlock-password-for-verify): Ditto.
10830
10831         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10832
10833         * gnus-art.el (gnus-emphasis-alist): Ditto.
10834
10835         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10836
10837         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10838
10839         * gnus-start.el (gnus-save-killed-list): Ditto.
10840
10841         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10842         (gnus-sum-thread-tree-root): Ditto.
10843         (gnus-sum-thread-tree-false-root): Ditto.
10844         (gnus-sum-thread-tree-single-indent): Ditto.
10845
10846         * message.el (message-courtesy-message): Ditto.
10847         (message-archive-note): Ditto.
10848         (message-subscribed-address-file): Ditto.
10849         (message-user-fqdn): Ditto.
10850
10851         * spam-report.el (spam-report-gmane-regex): Ditto.
10852
10853         * spam.el (spam-blackhole-good-server-regex): Ditto.
10854
10855 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * mml.el (mml-preview): Widen the message buffer before copying
10858         the contents to the preview buffer; sort headers before previewing.
10859
10860         * message.el (message-hidden-headers): Fix the way to avoid a bug
10861         in the `repeat' widget in Emacs 21.3 or earlier.
10862
10863 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * message.el (message-hidden-headers): Default to "^References:".
10866         Improve customization type.  Suggested by Reiner Steib
10867         <Reiner.Steib@gmx.de>.
10868
10869 2004-11-25  Romain Francoise  <romain@orebokech.com>
10870
10871         * message.el (message-strip-forbidden-properties): Remove check for
10872         obsolete `message-hidden' text property, hidden headers are not
10873         accessible in the buffer anymore.
10874
10875 2004-11-22  Romain Francoise  <romain@orebokech.com>
10876
10877         * message.el (message-header-format-alist): Add `From' in list
10878         so that it can be sorted.
10879         (message-fix-before-sending): Widen and sort headers before
10880         sending.
10881         (message-hide-headers): Use narrowing to hide headers by moving
10882         them to the top of the buffer and narrowing to the region
10883         underneath.
10884
10885 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * message.el (message-strip-forbidden-properties): Bind
10888         buffer-read-only (etc) to nil.
10889
10890 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10893         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10894
10895 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10896
10897         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10898
10899 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * dns.el (query-dns): Use sit-for to time instead of
10902         accept-process-output, since that doesn't seem to work on udp
10903         sockets.
10904
10905 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10908
10909 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10910
10911         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10912         doc string.  Improve doc string.
10913
10914 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * nntp.el (nntp-request-update-info): Return nil if
10917         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10918         may not call gnus-activate-group which uselessly issues the GROUP
10919         commands for all nntp groups and wastes time.  Reported by Romain
10920         Francoise <romain@orebokech.com>.
10921
10922         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10923
10924 2004-11-15  Simon Josefsson  <jas@extundo.com>
10925
10926         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10927         headers separately.
10928         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10929         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10930
10931 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-start.el (gnus-convert-old-newsrc):
10934         Assign legacy-gnus-agent to 5.10.7.
10935
10936 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10939         start of the lines.
10940
10941 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10942
10943         * hashcash.el (hashcash-default-payment): Change default to 20
10944         (hashcash-default-accept-payment): Change default to 20
10945         (hashcash-process-alist): New variable
10946         (hashcash-generate-payment-async): Add
10947         (hashcash-already-paid-p): Add
10948         (hashcash-insert-payment): Don't generate payments twice
10949         (hashcash-insert-payment-async): Add
10950         (hashcash-insert-payment-async-2): Add
10951         (hashcash-cancel-async): Add
10952         (hashcash-wait-async): Add
10953         (hashcash-processes-running-p): Add
10954         (hashcash-wait-or-cancel): Add
10955         (mail-add-payment): New optional argument.  Conditionally start
10956         asynchronous calculation.
10957         (mail-add-payment-async): Add
10958
10959         * message.el (message-send-mail): Wait for asynchronous hashcash
10960         results.  Don't clobber existing X-Hashcash headers.
10961         (message-setup-1): Call mail-add-payment-async when
10962         message-generate-hashcash is non-nil.
10963
10964 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10965
10966         * message.el (message-use-alternative-email-as-from): Examine the
10967         From header as well; use message-make-from in order to include a
10968         user's full name.
10969
10970 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10973         default; improve customization type.
10974         (gnus-emphasis-custom-with-format): New macro.
10975         (gnus-emphasis-custom-value-to-external): New function.
10976         (gnus-emphasis-custom-value-to-internal): New function.
10977
10978 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * dns.el (query-dns): Resolve reverse addresses.
10981
10982 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-group.el (gnus-group-get-new-news): Use it.
10985
10986         * gnus-start.el (gnus-check-reasonable-setup): New function.
10987
10988 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10991         "Args out of range" error.  Reported by Arnaud Giersch
10992         <arnaud.giersch@free.fr>.
10993
10994 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10995
10996         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10997
10998 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10999
11000         * spam.el (spam group): Add :version.
11001
11002         * pgg-def.el (pgg group): Add :version.
11003
11004 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-article-edit-article): Don't associate the
11007         article buffer with a draft file.  This is a temporary measure
11008         against the 2004-08-22 change to gnus-article-edit-mode.
11009
11010 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11013         (html2text-format-tags): Remove unused variable `attr'.
11014
11015 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11018
11019         * tls.el (tls-process-connection-type, tls-success)
11020         (tls-certtool-program): Add :version.
11021
11022         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11023         (starttls-extra-arguments, starttls-process-connection-type)
11024         (starttls-connect, starttls-failure, starttls-success): Add :version.
11025
11026         * spam-stat.el (spam-stat): Add :version.
11027
11028         * sieve.el (sieve): Add :version.
11029
11030         * sha1.el (sha1): Add :version.
11031         (sha1-use-external): Remove redundant version.
11032
11033         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11034         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11035         (nnmail-split-fancy-match-partial-words)
11036         (nnmail-split-lowercase-expanded): Add :version.
11037
11038         * nndiary.el (nndiary): Add :version.
11039
11040         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11041
11042         * mml-sec.el (mml-default-sign-method)
11043         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11044         Add :version.
11045
11046         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11047
11048         * mm-url.el (mm-url-use-external, mm-url-program)
11049         (mm-url-arguments): Add :version.
11050
11051         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11052         (mm-attachment-file-modes, mm-decrypt-option)
11053         (mm-w3m-safe-url-regexp): Add :version.
11054
11055         * message.el (message-cite-prefix-regexp)
11056         (message-sendmail-envelope-from, message-minibuffer-local-map)
11057         (message-user-fqdn, message-completion-alist): Add :version.
11058
11059         * gnus-win.el (gnus-configure-windows-hook)
11060         (gnus-use-frames-on-any-display): Add :version.
11061
11062         * gnus-art.el (gnus-article-address-banner-alist)
11063         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11064         (gnus-treat-from-picon, gnus-treat-mail-picon)
11065         (gnus-treat-x-pgp-sig): Add :version.
11066
11067         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11068         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11069         (gnus-summary-article-delete-hook)
11070         (gnus-summary-display-while-building): Add :version.
11071
11072         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11073         (gnus-get-top-new-news-hook): Add :version.
11074
11075         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11076         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11077
11078         * gnus-registry.el (gnus-registry): Add :version.
11079
11080         * gnus-spec.el (gnus-use-correct-string-widths)
11081         (gnus-make-format-preserve-properties): Add :version.
11082
11083         * gnus.el (gnus-group-charter-alist)
11084         (gnus-group-fetch-control-use-browse-url)
11085         (gnus-install-group-spam-parameters): Add :version.
11086
11087         * gnus-diary.el (gnus-diary): Add :version.
11088
11089         * gnus-delay.el (gnus-delay): Add :version.
11090
11091         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11092         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11093         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11094         Add :version.
11095
11096         * gnus-agent.el (gnus-agent-max-fetch-size)
11097         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11098         (gnus-agent-prompt-send-queue): Add :version.
11099
11100         * deuglify.el (gnus-outlook-deuglify): Add :version.
11101
11102         * html2text.el: Beautify code.  Improve doc strings.  Some
11103         checkdoc cleanup.
11104         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11105
11106 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11107
11108         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11109
11110 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11111
11112         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11113         when package is loaded.
11114
11115         * spam.el (spam-summary-score-preferred-header): Add global preference
11116         for people who want to override the default SpamAssassin over
11117         Bogofilter preference (when both are set).
11118         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11119         (spam-user-format-function-S): Check
11120         spam-summary-score-preferred-header.
11121         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11122         (spam-user-format-function-S): Format the score correctly.
11123
11124 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11127         signature file.  Suggested by Manoj Srivastava
11128         <srivasta@golden-gryphon.com>.
11129
11130         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11131         iso-2022-jp even in the Japanese language environment.
11132         Suggested by Jason Rumney <jasonr@gnu.org>.
11133
11134 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11137         use the same characters as the dummy marks; make it free from
11138         getting affected by the language environment.
11139         (gnus-summary-read-group-1): Update mark positions only when the
11140         format spec is updated.
11141
11142         * gnus-spec.el (gnus-update-format-specifications): Return a list
11143         of updated types.
11144
11145 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11148         of boundp to check if display-warning is available.
11149
11150 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11151
11152         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11153
11154 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * nnspool.el (nnspool-spool-directory): Use news-path if the
11157         news-directory variable is not bound.
11158
11159         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11160         function instead of display-warning if it is not available.
11161
11162 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11165         v5-10: Use `point-at-bol'.
11166
11167 2004-10-26  Simon Josefsson  <jas@extundo.com>
11168
11169         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11170         <chenggao@gmail.com>.
11171
11172 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11175         instead.
11176
11177 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11180         to remove a server from the nnimap-server-buffer-alist.
11181         (nnimap-open-connection, nnimap-close-server): Use it.
11182
11183         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11184
11185 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11188         running the major-mode function.
11189
11190 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11193         dummy marks in the right way.
11194
11195 2004-10-18  David Edmondson  <dme@dme.org>
11196
11197         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11198         excessively.
11199
11200 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11201
11202         * gnus-util.el (gnus-split-references): Accept a nil references
11203         string and go on blissfully.
11204
11205         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11206         cases where the references string is non-nil but has no references.
11207
11208         * encrypt.el: Add autoload tags.
11209
11210         * spam.el (spam-resolve-registrations-routine): Remove article
11211         from unregistration list too.  Reported by David Hanak
11212         <dhanak@isis.vanderbilt.edu>
11213
11214 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11217         nil.  Changed custom type.
11218
11219 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11222
11223         * gnus-sum.el (gnus-summary-move-article): Use it.
11224
11225 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * encrypt.el: Add autoload cookies.
11228
11229         * spam.el (spam-backend-article-list-property)
11230         (spam-backend-get-article-todo-list)
11231         (spam-backend-put-article-todo-list)
11232         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11233         Resolve registrations separately.
11234         (spam-register-routine): Format comments.
11235         (spam-unregister-routine, spam-register-routine): Always call with
11236         specific-articles, no default list.
11237         (spam-summary-prepare-exit): Use the spam-classifications function.
11238
11239         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11240         gnus-encrypt.el.
11241
11242         * encrypt.el: Copied from gnus-encrypt.el.
11243
11244         * gnus-encrypt.el: Commented that it's obsolete.
11245
11246 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11249         (gnus-score-save): Use it.
11250
11251         * message.el (message-bury): Use `window-dedicated-p'.
11252
11253 2004-10-15  Simon Josefsson  <jas@extundo.com>
11254
11255         * pop3.el (top-level): Don't require nnheader.
11256         (pop3-read-timeout): Add.
11257         (pop3-accept-process-output): Add.
11258         (pop3-read-response, pop3-retr): Use it.
11259
11260 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11261
11262         * spam.el (spam-register-routine): Move comment.
11263         (spam-verify-bogofilter): Use 'unknown for the initial
11264         spam-bogofilter-valid state, not 'never.
11265
11266         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11267         for netrc-machine.
11268
11269         * nnimap.el (nnimap-open-connection): Use
11270         netrc-machine-user-or-password.
11271
11272 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11273
11274         * gnus-registry.el (gnus-registry-unload-hook):
11275         Set as a variable with add-hook.
11276
11277         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11278         of news-path.
11279
11280         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11281
11282         * spam.el: Delete duplicate `provide'.
11283         (spam-unload-hook): Set as a variable with add-hook.
11284
11285 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11288         in the doc string.
11289
11290         * message.el (message-ignored-news-headers)
11291         (message-ignored-supersedes-headers)
11292         (message-ignored-resent-headers)
11293         (message-forward-ignored-headers): Improve custom type.
11294
11295 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * message.el (message-tokenize-header): Fix 2004-09-06 change
11298         which used point-min in the wrong place.
11299
11300 2004-10-12  Simon Josefsson  <jas@extundo.com>
11301
11302         * tls.el (tls-certtool-program): New variable.
11303         (tls-certificate-information): New function, based on
11304         ssl-certificate-information.
11305
11306 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * compface.el: Move the version of ELisp-based uncompface program
11309         to the contrib directory because of the copyright problem.
11310
11311 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * message.el (message-kill-buffer): Raise the current frame.
11314
11315 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11318
11319         * gnus.el (message-y-or-n-p): Autoload.
11320
11321         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11322         (pop3-password-required, pop3-authentication-scheme)
11323         (pop3-leave-mail-on-server): Made customizable.
11324         (pop3): New custom group.
11325         (pop3-retr): Remove `sleep-for' statements.
11326         Suggested by Dave Love <fx@gnu.org>.
11327
11328         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11329         Windows/DOS.
11330
11331         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11332         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11333         Dave Love <fx@gnu.org>.
11334
11335         * mml.el (mml-minibuffer-read-disposition): Require match.
11336         Suggested by Dave Love <fx@gnu.org>.
11337
11338 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11341         doc string.
11342
11343 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11346
11347 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11348
11349         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11350         instead of calling `mm-insert-inline', to decode text/* parts
11351         before displaying them.
11352
11353 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * mm-uu.el (mm-uu-text-plain-type): New variable.
11356         (mm-uu-pgp-signed-extract-1): Use it.
11357         (mm-uu-pgp-encrypted-extract-1): Use it.
11358         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11359         bind mm-uu-text-plain-type with that value.
11360         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11361         mm-uu-dissect.
11362
11363 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-group.el (gnus-update-group-mark-positions):
11366         * gnus-sum.el (gnus-update-summary-mark-positions):
11367         * message.el (message-check-news-body-syntax):
11368         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11369         of string-as-multibyte.
11370
11371 2004-10-05  Juri Linkov  <juri@jurta.org>
11372
11373         * gnus-group.el (gnus-update-group-mark-positions):
11374         * gnus-sum.el (gnus-update-summary-mark-positions):
11375         * message.el (message-check-news-body-syntax):
11376         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11377         8-bit unibyte values to a multibyte string for search functions.
11378
11379 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11382         (mm-uu-dissect-text-parts): New function.
11383
11384         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11385         dissect text parts.
11386
11387         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11388         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11389
11390         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11391
11392         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11393         gnus-current-topics instead of gnus-current-topic.
11394
11395 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11396
11397         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11398
11399 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11400
11401         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11402         where approriate.
11403
11404         * nnml.el (nnml-generate-active-info): do.
11405
11406         * nndiary.el (nndiary-generate-active-info): do.
11407
11408         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11409         (gnus-topic-move): do.
11410
11411         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11412         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11413
11414         * gnus-srvr.el (gnus-server-prepare)
11415         (gnus-server-open-all-servers): do.
11416
11417         * gnus-msg.el (gnus-summary-cancel-article)
11418         (gnus-summary-resend-message)
11419         (gnus-summary-mail-crosspost-complaint): do.
11420
11421         * gnus-move.el (gnus-change-server): do.
11422
11423         * gnus-group.el (gnus-group-unmark-all-groups)
11424         (gnus-group-set-current-level): do.
11425
11426 2004-10-04  Simon Josefsson  <jas@extundo.com>
11427
11428         * message.el (message-generate-hashcash): Doc fix.
11429
11430 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11431
11432         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11433         avoid infinite recursion via gnus-get-function.
11434
11435 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11436
11437         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11438
11439         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11440
11441         * nnmail.el (nnmail-split-history): do.
11442
11443         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11444         (nnml-request-delete-group): do.
11445
11446         * nnslashdot.el (nnslashdot-read-groups): do.
11447
11448         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11449         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11450
11451         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11452         (nnspool-sift-nov-with-sed): Use last
11453         (nnspool-retrieve-headers-with-nov): Use mapc.
11454         (nnspool-request-newgroups): Use dolist.
11455         (nnspool-request-group): Use last.
11456
11457         * nntp.el (nntp-read-server-type): Use dolist.
11458
11459         * nnvirtual.el (nnvirtual-create-mapping)
11460         (nnvirtual-update-read-and-marked): Use dolist.
11461         (nnvirtual-convert-headers): Simplify.
11462
11463 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11464
11465         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11466         support for sync'ing tick marks.
11467
11468 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11471         there's no visible header.
11472
11473 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11474
11475         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11476         necessary, pass full group name to gnus-request-set-marks.
11477
11478 2004-10-01  Simon Josefsson  <jas@extundo.com>
11479
11480         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11481         acroread.
11482
11483 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * spam-report.el (spam-report-gmane): Fix interactive.
11486
11487         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11488
11489         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11490         when writing file.
11491         (gnus-agent-synchronize-flags): Don't default to being
11492         interactive.
11493
11494 2004-09-30  Simon Josefsson  <jas@extundo.com>
11495
11496         * message.el (message-generate-hashcash): Add.
11497         (message-send-mail): Use it, call mail-add-payment.
11498
11499 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11500
11501         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11502
11503 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11504
11505         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11506         gnus-requst-update-info with explicit code to sync the in-memory
11507         info read flags with the marks being sync'd to the backend.
11508
11509         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11510
11511 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * spam.el (spam-verify-bogofilter): Add new function.
11514         (spam-check-bogofilter)
11515         (spam-bogofilter-register-with-bogofilter): Use it.
11516         (spam-verify-bogofilter): Add small fixes.
11517
11518 2004-09-28  Simon Josefsson  <jas@extundo.com>
11519
11520         * hashcash.el (hashcash-generate-payment): Revert.
11521
11522 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11523
11524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11525         gnus-extract-references instead of gnus-split-references.
11526
11527         * gnus-util.el (gnus-extract-references): Add new function, analogous
11528         to gnus-split-references but extracts only the message-ID without
11529         anything extra.
11530
11531         * hashcash.el (hashcash-generate-payment)
11532         (hashcash-check-payment): Do the right thing if hashcash-path is
11533         nil (because the hashcash program could not be found).
11534
11535         * spam.el (spam-use-hashcash): Remove comment.
11536
11537 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11538
11539         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11540         (gnus-cache-enter-article, gnus-cache-remove-article)
11541         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11542
11543         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11544
11545         * gnus-art.el (article-hide-boring-headers)
11546         (article-translate-strings, article-display-face)
11547         (gnus-article-mime-match-handle-first)
11548         (gnus-article-highlight-headers)
11549         (gnus-article-add-buttons-to-head): do.
11550
11551 2004-09-27  Simon Josefsson  <jas@extundo.com>
11552
11553         * hashcash.el: New version, from
11554         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11555         ../contrib/.
11556
11557 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11560
11561 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11562
11563         * gnus-dup.el (gnus-dup-open): Use mapc.
11564         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11565
11566         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11567         Reported by Stefan Wiens <s.wi@gmx.net>.
11568
11569         * gnus.el (gnus-shutdown): Use dolist.
11570
11571         * gnus-undo.el (gnus-undo): Use mapc.
11572
11573         * nnrss.el (nnrss-generate-active): do.
11574
11575         * message.el (message-cite-original-without-signature)
11576         (message-cite-original): Use mapc.
11577         (message-do-actions, message-make-forward-subject): Use dolist.
11578
11579 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11580
11581         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11582         deletion to remove entire duplicate line.  Fixes merged article
11583         number bug.
11584
11585 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11586
11587         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11588         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11589         first ask if you want to open a server and then, even when you
11590         responded with no, asking if you want to synchronize the server's
11591         flags.
11592         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11593         multi-line expressions.
11594         (gnus-agent-synchronize-group-flags): New internal function.
11595         Updates marks in memory (in the info structure) AND in the
11596         backend.
11597
11598         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11599
11600         * nnagent.el (nnagent-request-set-mark): Use
11601         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11602         method, to ensure that synchronization updates marks in the
11603         backend and in the info (in memory) structure.
11604
11605 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11608         convention fully; don't miss the root article of a thread; make
11609         the X-Draft-From header with correct article numbers.
11610
11611 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11612
11613         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11614         unless plugged.  Disable the agent so that an open failure causes
11615         an error.
11616
11617         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11618         Reverted 2004-09-21 change.  The backend must be opened while
11619         synchronizing flags even when the backend stores the flags
11620         locally.
11621
11622 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11625         in `header' match.  Reported by Svend Tollak Munkejord.
11626
11627         * message.el (message-cite-original): Fix use of
11628         `message-cite-articles-with-x-no-archive'.
11629
11630 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11633         (gnus-window-to-buffer): Ditto.
11634
11635         * mml.el (mml-preview-buffer): New variable.
11636         (mml-preview): Manage window layout with gnus-buffer-configuration.
11637
11638         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11639         X-Draft-From header even if those articles aren't quoted.
11640
11641 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11642
11643         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11644         (gnus-request-set-mark, gnus-request-update-mark): Use new
11645         g-s-t-u-l-m to decide to use backend even when unplugged.
11646
11647 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11650         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11651
11652 2004-09-20  Simon Josefsson  <jas@extundo.com>
11653
11654         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11655         "utf-16-le".
11656
11657 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11660
11661 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * uudecode.el (uudecode-use-external): Add :version.
11664
11665         * smime.el (smime-CA-file, smime-encrypt-cipher)
11666         (smime-dns-server): Add :version.
11667
11668         * smiley.el (gnus-smiley-file-types): Add :version.
11669
11670         * sha1.el (sha1-use-external): Add :version.
11671
11672         * pgg-def.el (pgg-query-keyserver): Add :version.
11673
11674         * nnmail.el (nnmail-fancy-expiry-targets)
11675         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11676         Add :version.
11677
11678         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11679         (nnimap-retrieve-groups-asynchronous): Add :version.
11680         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11681
11682         * mml.el (mml-content-disposition-parameters)
11683         (mml-insert-mime-headers-always): Add :version.
11684
11685         * mm-util.el (mm-coding-system-priorities): Add :version.
11686
11687         * mm-decode.el (mm-inline-text-html-with-images)
11688         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11689         (mm-verify-option): Add :version.
11690         (mm-text-html-renderer): Change :version.
11691
11692         * message.el (message-fcc-externalize-attachments)
11693         (message-required-headers, message-draft-headers)
11694         (message-subject-trailing-was-query)
11695         (message-subject-trailing-was-ask-regexp)
11696         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11697         (message-mark-insert-end, message-archive-header)
11698         (message-archive-note, message-cross-post-default)
11699         (message-cross-post-note, message-followup-to-note)
11700         (message-cross-post-note-function, message-use-mail-followup-to)
11701         (message-subscribed-address-functions)
11702         (message-subscribed-address-file, message-subscribed-addresses)
11703         (message-subscribed-regexps, message-allow-no-recipients)
11704         (message-yank-cited-prefix, message-signature-insert-empty-line)
11705         (message-hidden-headers, message-hierarchical-addresses)
11706         (message-mail-user-agent, message-use-idna)
11707         (message-valid-fqdn-regexp)
11708         (message-strip-special-text-properties, message-header-synonyms)
11709         (message-beginning-of-line, message-tab-body-function): Add :version.
11710         (message-insert-canlock, message-wide-reply-confirm-recipients):
11711         Change :version.
11712
11713         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11714         and :version.
11715         (mail-source-delete-old-incoming-confirm)
11716         (mail-source-movemail-program): Add :version.
11717
11718         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11719         (gnus-agent-cache, gnus-agent): Change :version.
11720
11721         * gnus-util.el (gnus-use-byte-compile): Change :version.
11722
11723         * gnus-sum.el (gnus-summary-make-false-root-always)
11724         (gnus-summary-default-high-score)
11725         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11726         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11727         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11728         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11729         (gnus-sum-thread-tree-single-indent)
11730         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11731         (gnus-sum-thread-tree-leaf-with-other)
11732         (gnus-sum-thread-tree-single-leaf): Add :version.
11733         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11734         (gnus-article-loose-mime): Change :version.
11735
11736         * gnus-start.el (gnus-backup-startup-file)
11737         (gnus-save-startup-file-via-temp-buffer): Add :version.
11738
11739         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11740         (gnus-server-offline-face): Add :version.
11741
11742         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11743
11744         * gnus-msg.el (gnus-gcc-externalize-attachments)
11745         (gnus-debug-files, gnus-debug-exclude-variables)
11746         (gnus-discouraged-post-methods): Change :version.
11747         (gnus-confirm-mail-reply-to-news)
11748         (gnus-confirm-treat-mail-like-news): Add :version.
11749
11750         * gnus-int.el (gnus-server-unopen-status): Add :version.
11751
11752         * gnus-group.el (gnus-group-jump-to-group-prompt)
11753         (gnus-large-ephemeral-newsgroup)
11754         (gnus-fetch-old-ephemeral-headers): Add :version.
11755
11756         * gnus-fun.el (gnus-x-face-directory)
11757         (gnus-convert-pbm-to-x-face-command)
11758         (gnus-convert-image-to-x-face-command)
11759         (gnus-convert-image-to-face-command): Add :version.
11760
11761         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11762
11763         * gnus-cite.el (gnus-cite-blank-line-after-header)
11764         (gnus-article-boring-faces): Add :version.
11765
11766         * gnus-art.el (gnus-buttonized-mime-types)
11767         (gnus-inhibit-mime-unbuttonizing)
11768         (gnus-treat-display-face)
11769         (gnus-treat-body-boundary): Change :version.
11770         (gnus-body-boundary-delimiter, gnus-picon-databases)
11771         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11772         (gnus-treat-date-english, gnus-treat-fold-headers)
11773         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11774         (gnus-treat-mail-picon, gnus-treat-wash-html)
11775         (gnus-article-encrypt-protocol)
11776         (gnus-use-idna, gnus-article-over-scroll)
11777         (gnus-mime-display-multipart-alternative-as-mixed)
11778         (gnus-mime-display-multipart-related-as-mixed)
11779         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11780         (gnus-ctan-url, gnus-button-ctan-handler)
11781         (gnus-button-handle-ctan-bogus-regexp)
11782         (gnus-button-ctan-directory-regexp)
11783         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11784         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11785         (gnus-button-man-level, gnus-button-emacs-level)
11786         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11787
11788         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11789         (gnus-agent-go-online): Change :version.
11790         (gnus-agent-expire-unagentized-dirs)
11791         (gnus-agent-auto-agentize-methods): Add :version.
11792
11793         * flow-fill.el (fill-flowed-display-column)
11794         (fill-flowed-encode-column): Add :version.
11795
11796         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11797         (gnus-outlook-deuglify-unwrap-max)
11798         (gnus-outlook-deuglify-cite-marks)
11799         (gnus-outlook-deuglify-unwrap-stop-chars)
11800         (gnus-outlook-deuglify-no-wrap-chars)
11801         (gnus-outlook-deuglify-attrib-cut-regexp)
11802         (gnus-outlook-deuglify-attrib-verb-regexp)
11803         (gnus-outlook-deuglify-attrib-end-regexp)
11804         (gnus-outlook-display-hook): Add :version.
11805
11806         * binhex.el (binhex-use-external): Add :version.
11807
11808 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11811         and `invisible'.
11812
11813 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11816         in gnus-registry-trim.
11817
11818 2004-09-13  Simon Josefsson  <jas@extundo.com>
11819
11820         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11821
11822         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11823
11824         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11825         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11826         <yamaoka@jpl.org>.
11827         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11828         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11829         <yamaoka@jpl.org>.
11830
11831         * sieve.el (sieve-manage-mode): Ditto.
11832
11833 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11836
11837 2004-09-11  Simon Josefsson  <jas@extundo.com>
11838
11839         * dns-mode.el: Add.
11840
11841         * mm-view.el (mm-display-dns-inline): Add.
11842
11843         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11844         (mm-automatic-display): Ditto.
11845
11846         * mailcap.el (mailcap-mime-data): Add text/dns.
11847         (mailcap-mime-extensions): Map .soa to text/dns.
11848
11849 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11850
11851         * gnus-art.el (article-decode-mime-words, article-babel)
11852         (gnus-article-highlight-signature, gnus-article-add-buttons)
11853         (gnus-signature-toggle): Remove unnecessary bindings of
11854         `inhibit-read-only' inherited from v5.10 merge.
11855
11856 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * nntp.el (nntp): New customization group.
11859         (nntp-authinfo-file): Add customization group.
11860
11861         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11862
11863         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11864
11865         * gnus.el (to-address, to-list, subscribed)
11866         (large-newsgroup-initial): Ditto.
11867
11868         * flow-fill.el (fill-flowed-display-column)
11869         (fill-flowed-encode-column): Ditto.
11870
11871 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11872
11873         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11874         Use point-min rather than 1.
11875         (message-send-mail): Use buffer-size rather than point-max.
11876
11877         * gnus-sum.el (gnus-summary-search-article-forward):
11878         Signal a specific `search-failed' rather than a generic `error'.
11879
11880         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11881         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11882         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11883
11884 2004-09-10  Simon Josefsson  <jas@extundo.com>
11885
11886         * nndb.el (require): Remove tcp and duplicate cl.
11887
11888 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-agent.el (directory-files-and-attributes): Move forward.
11891
11892 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11893
11894         * gnus-agent.el (directory-files-and-attributes): Optionally
11895         defined to support XEmacs.
11896
11897 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11898
11899         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11900         to avoid run-time CL dependencies.
11901         (gnus-agent-unfetch-articles): New function.
11902         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11903         article numbers even when local .overview file is missing.
11904         (gnus-agent-read-article-number): New function.  Only accepts
11905         27-bit article numbers.
11906         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11907         gnus-agent-read-article-number.
11908         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11909         from backend while recognizing that article numbers in .overview
11910         must be valid.
11911         (gnus-agent-update-files-total-fetched-for): Use
11912         directory-files-and-attributes to improve performance.
11913         * gnus-int.el (gnus-request-move-article): Use
11914         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11915         improve performance.
11916
11917         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11918         some users confused by references to .newsrc when they only have a
11919         .newsrc.eld file.
11920         (gnus-convert-mark-converter-prompt)
11921         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11922         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11923         New function.  Used internally to only display 'gnus converting
11924         files' message when actually necessary.
11925
11926         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11927         methods now autoloaded.
11928
11929 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11932         identifiers.
11933
11934 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-picon.el: Fix indentation and closing parenthesis.
11937
11938 2004-09-01  Simon Josefsson  <jas@extundo.com>
11939
11940         * message.el (message-canlock-generate): Require sha1, not
11941         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11942         to require within a function.  Sadly, if sha1.el isn't loaded, the
11943         let binding in m-c-g will hide the defcustom definition, which is
11944         bad.)
11945
11946         * canlock.el: Require sha1, not sha1-el.
11947
11948         * message.el: Don't autoload sha1 (there is a autoload cookie in
11949         sha1.el).
11950
11951         * sha1-el.el: Renamed to sha1.el.
11952
11953 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11954
11955         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11956
11957 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11958
11959         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11960
11961 2004-08-30  Kim F. Storm  <storm@cua.dk>
11962
11963         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11964
11965         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11966         Add :group 'nnimap.
11967
11968 2004-08-30  Andreas Schwab  <schwab@suse.de>
11969
11970         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11971         ?* and ?\;.
11972
11973         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11974         and ?\' to symbol instead of whitespace.
11975
11976 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11979
11980         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11981         instead of re-search-forward.
11982
11983         * gnus-uu.el (gnus-uu-save-article): Ditto.
11984         (gnus-uu-post-encode-uuencode): Ditto.
11985
11986         * html2text.el (html2text-clean-list-items): Ditto.
11987         (html2text-clean-dtdd): Ditto.
11988         (html2text-format-tags): Ditto.
11989
11990         * message.el (message-send-mail-with-sendmail): Fix regexp.
11991         (message-fill-field-general): Use search-forward instead of
11992         re-search-forward.
11993         (unbold-region): Ditto.
11994
11995         * nnrss.el (nnrss-request-article): Ditto.
11996
11997         * nnslashdot.el (nnslashdot-request-article): Ditto.
11998
11999         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12000
12001         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12002         "Unrecognized menu descriptor" error in XEmacs.
12003
12004 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12005
12006         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12007         parent article of a sparse article in the thread hashtb.
12008
12009 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12010
12011         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12012         (nnmail-expand-newtext): Lowercase expanded entries if
12013         nnmail-split-lowercase-expanded is non-nil.
12014
12015 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12018
12019         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12020         of gnus-tmp-news-method into string under XEmacs.  It will be
12021         passed to gnus-correct-length which takes only a string argument.
12022
12023 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * gnus-util.el (gnus-bind-print-variables): New macro.
12026         (gnus-prin1): Use it.
12027         (gnus-prin1-to-string): Use it.
12028         (gnus-pp): New function.
12029         (gnus-pp-to-string): New function.
12030
12031         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12032         Replace pp-to-string with gnus-pp-to-string.
12033         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12034         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12035         * gnus-msg.el (gnus-debug): Ditto.
12036         * gnus-score.el (gnus-score-save): Ditto.
12037         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12038         gnus-pp-to-string.
12039         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12040         with gnus-pp.
12041         * score-mode.el (gnus-score-pretty-print): Ditto.
12042         * webmail.el (webmail-debug): Ditto.
12043
12044 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-art.el (article-display-face, article-display-x-face):
12047         Use buffer-read-only.
12048
12049 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-art.el (article-hide-list-identifiers):
12052         Bind inhibit-read-only as t.
12053
12054 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12057
12058 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12059
12060         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12061         (gnus-narrow-to-page): Don't assume point-min == 1.
12062         (gnus-article-edit-mode): Derive from message-mode.
12063
12064         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12065         point-min == 1.
12066
12067         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12068         Disable incorrect use of `assert'.
12069
12070         * message.el (message-mode): Set comment-start-skip.
12071
12072
12073 2004-08-22  Sam Steingold  <sds@gnu.org>
12074
12075         * pop3.el (pop3-leave-mail-on-server): New user variable.
12076         (pop3-movemail): Delete mail only when it is nil.
12077
12078 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12081
12082         * mml.el (mml-preview): Use `pop-to-buffer'.
12083
12084         * message.el (message-goto-mail-followup-to): Insert after "To".
12085         (message-carefully-insert-headers): Add comment.
12086
12087         * gnus.el: Remove unused variable `gnus-article-check-size'.
12088
12089         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12090
12091         * gnus-art.el (gnus-button-alist): Improve
12092         `gnus-button-handle-library' entry.
12093
12094 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12095
12096         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12097         downcase, since XEmacs capitalizes error messages differently.
12098
12099 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12100
12101         * nntp.el: Add (require 'gnus) due to reference to
12102         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12103
12104 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12105
12106         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12107         `mm-fill-flowed'.
12108
12109         * mm-decode.el (mm-dissect-singlepart): Check it.
12110
12111 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12112
12113         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12114         'imap' for netrc parsing.
12115
12116 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * mailcap.el (mailcap-mime-data): Mark as risky.
12119
12120 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12123         may be included in the encoded word.
12124         (rfc2047-encode): Don't append a space if the encoded word
12125         includes close parenthesis.
12126
12127 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12130         of text within parentheses.
12131
12132 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12135         (gnus-encrypt-write-file-contents): Make the password key the file
12136         name PLUS the cipher, not just the cipher.  Also remove failed
12137         passwords from the cache.
12138
12139 2004-08-06  Simon Josefsson  <jas@extundo.com>
12140
12141         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12142         fix.
12143
12144 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12147         LWSP.
12148
12149 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12152         to append in-reply-to: data to the references: header.
12153
12154         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12155         (netrc-parse): Use gnus-encrypt.el functions.
12156
12157         * gnus-encrypt.el: Add new file for encryption support; currently
12158         does only a few GPG ciphers and an internal XOR cipher.
12159
12160         * password.el: Add comments on using password-read-and-add.
12161         (password-read-and-add): Add function to read and add the
12162         password to the cache at once.
12163
12164 2004-07-28  Simon Josefsson  <jas@extundo.com>
12165
12166         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12167         parameter (but don't use it, for now).
12168
12169         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12170         instead of hard coding to nil.
12171
12172 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12175         as mm-inline-image-xemacs does.
12176
12177 2004-07-26  Simon Josefsson  <jas@extundo.com>
12178
12179         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12180         Revert part of 2004-07-17 change below.
12181
12182 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12185         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12186
12187 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188
12189         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12190         quotes that actually start with ">" at the beginning of the
12191         lines.
12192
12193 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * rfc2047.el (rfc2047-encode-region): Fix last change.
12196         (rfc2047-encode-parameter): Remove useless concat.
12197
12198 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12201         encode special characters; fix some kind of misconfigured headers;
12202         signal a real error if debug-on-quit or debug-on-error is non-nil.
12203         (rfc2047-encode-max-chars): New variable.
12204         (rfc2047-encode-1): Use it.
12205         (rfc2047-encode-parameter): New function.
12206
12207         * mml.el (mml-insert-parameter): Remove an excessive space.
12208
12209 2004-07-17  Simon Josefsson  <jas@extundo.com>
12210
12211         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12212         Kai Grossjohann <kai@emptydomain.de>.
12213         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12214         (gnus-group-make-menu-bar): Ditto.
12215
12216         * gnus-util.el (gnus-group-server): Add.
12217
12218 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12219
12220         * message.el (message-clone-locals): Clone sendmail and smtp
12221         variables.
12222
12223 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * rfc2047.el (rfc2047-encode-region): Fix last change.
12226
12227 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12230         characters as non-special.
12231
12232 2004-07-09  Simon Josefsson  <jas@extundo.com>
12233
12234         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12235         Users will lose all flag changes made while unplugged with
12236         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12237         good default.  See numerous reports on ding mailing list.
12238
12239 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12242         add generate-head-function and generate-article-function to the
12243         rfc822-forward entry.
12244         (nndoc-rfc822-forward-generate-article): New function.
12245         (nndoc-rfc822-forward-generate-head): New function.
12246
12247         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12248
12249 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12250
12251         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12252         respect display group parameter and gnus-summary-expunge-below.
12253         (gnus-articles-to-read): Remove unused reference to display group
12254         parameter.
12255
12256 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * nnheader.el (nnheader-uniquify-message-id): New experimental
12259         variable.
12260         (nnheader-nov-read-message-id): Use it.
12261
12262         * spam-report.el (spam-report-gmane): Add interactive.
12263
12264 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12267         qp-or-base64 for the application/* types.
12268
12269 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12270
12271         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12272
12273 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12274
12275         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12276         trim value.
12277
12278 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12279
12280         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12281         New macro and function.
12282         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12283
12284 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12287         after-load-alist.
12288
12289 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12292         update info that isn't there.
12293
12294 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12295
12296         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12297         entry.
12298
12299 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * mm-view.el (mm-inline-render-with-function): Use multibyte
12302         buffer; decode html source by charset.
12303
12304         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12305
12306         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12307         Mule-UCS is loaded under XEmacs.
12308         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12309
12310 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12311
12312         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12313
12314 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * mm-util.el (mm-coding-system-p): Return a coding-system.
12317         (mm-mime-mule-charset-alist): Use shift_jis instead of
12318         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12319         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12320         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12321         instead of japanese-shift-jis and iso-latin-1 respectively in
12322         order to share the default value with both Emacs and XEmacs-mule.
12323         (mm-mule-charset-to-mime-charset): Make
12324         mm-coding-system-priorities effective.
12325         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12326         while predicating of candidates upon the priorities.
12327
12328 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12329
12330         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12331         gnus-uu-invert-processable.
12332
12333         * gnus.el: Autoload gnus-uu-invert-processable.
12334
12335 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * mm-util.el (mm-with-multibyte-buffer): New macro.
12338
12339         * rfc2047.el (rfc2047-encode-string): Use it.
12340         (rfc2047-encode-region): Move point to the end of the region after
12341         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12342
12343 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12346         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12347
12348 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12351         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12352         Karl Chen <quarl@nospam.quarl.org>.
12353
12354 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12355
12356         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12357         invalid addresses.
12358
12359 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * spam.el: Change section markers, revise TODO list.
12362         (spam-backends): Make new master list of all installed backends.
12363         (spam-summary-exit-behavior): Add new variable to determine how
12364         messages moves are done at summary exit.
12365         (spam-move-spam-nonspam-groups-only)
12366         (spam-process-ham-in-nonham-groups)
12367         (spam-process-ham-in-spam-groups): Remove variables, the
12368         spam-summary-exit-behavior variable should be used to manage this
12369         behavior.
12370         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12371         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12372         and spam-old-spam-articles.
12373         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12374         Add empty variables, placeholders for the backends they represent.
12375         (spam-set-difference): Move, unchanged.
12376         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12377         unless the user has a processor variable.
12378         (spam-classifications, spam-classification-valid-p)
12379         (spam-backend-properties, spam-backend-property-valid-p)
12380         (spam-backend-function-type-valid-p)
12381         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12382         (spam-report-articles-gmane, spam-report-articles-resend):
12383         Remove functions, they are not needed.
12384         (spam-install-backend-super, spam-backend-list)
12385         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12386         (spam-backend-function, spam-backend-ham-registration-function)
12387         (spam-backend-spam-registration-function)
12388         (spam-backend-ham-unregistration-function)
12389         (spam-backend-spam-unregistration-function)
12390         (spam-backend-statistical-p, spam-backend-mover-p)
12391         (spam-install-backend-alias, spam-install-checkonly-backend)
12392         (spam-install-mover-backend, spam-install-nocheck-backend)
12393         (spam-install-backend, spam-install-statistical-backend)
12394         (spam-install-statistical-checkonly-backend): Add backend installation
12395         support.
12396         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12397         (spam-group-processor-p): Use the new backend code and respect the
12398         summary exit behavior.
12399         (spam-mark-spam-as-expired-and-move-routine): Remove.
12400         (spam-summary-prepare): Change to use the new spam-old-articles
12401         variable.
12402         (spam-copy-or-move-routine, spam-copy-spam-routine)
12403         (spam-move-spam-routine, spam-copy-ham-routine)
12404         (spam-move-ham-routine): Add code to copy/move ham or spam.
12405         (spam-fetch-field-fast): Improve doc and code, plus allow the
12406         'number request.
12407         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12408         variables.
12409         (spam-split, spam-find-spam): Use the new backend code.
12410         (spam-registration-functions): Remove variable.
12411         (spam-unregister-routine): Add convenience wrapper.
12412         (spam-log-undo-registration, spam-register-routine)
12413         (spam-log-processing-to-registry)
12414         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12415         where possible.
12416         (spam-check-gmane-xref, spam-check-regex-headers)
12417         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12418         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12419         (spam-check-bogofilter-headers, spam-check-spamoracle)
12420         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12421         (spam-check-crm114-headers): Use the spam-split-group that
12422         spam-split prepares, no need to determine it every time.
12423
12424         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12425         to the nnheader-parse-naked-head call.
12426
12427         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12428
12429         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12430         the nnheader-nov-read-message-id call.
12431
12432 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12435         gnus-activate-group twice.  Suggested by Markus Peter
12436         <warp@spin.de>.
12437
12438 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-art.el (gnus-article-time-format): Exchange the order of
12441         day and month in the default value; fix customization type.
12442         (article-date-ut): Use add-text-properties.
12443         (article-make-date-line): Use message-make-date instead of
12444         current-time-string.
12445
12446         * message.el (message-fetch-field): Don't use set-text-properties.
12447         (message-make-date): Simplify.
12448
12449         * messagexmas.el (message-xmas-make-date): New function.
12450         (message-xmas-redefine): Defalias message-make-date to it.
12451
12452 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12455         (rfc2047-encode-region): Treat text within parentheses as special;
12456         show the original text when error has occurred.
12457
12458         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12459         already-computed method to gnus-activate-group.
12460
12461         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12462         same select-methods identical Lisp objects.
12463
12464         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12465         object when modifying the info.
12466
12467 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12470         gnus-opened-servers since it has never been opened with the new
12471         configuration yet.
12472
12473 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12476         arg to nnheader-generate-fake-message-id.
12477
12478 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12479
12480         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12481         number and build a fake message ID localized to a group and
12482         article number (so it's repeatable from that point on).
12483         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12484         ID format.
12485
12486         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12487         nnheader-generate-fake-message-id with the article number.
12488
12489 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12490
12491         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12492         end-of-buffer.
12493
12494 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * message.el (message-ignored-supersedes-headers): Add Approved.
12497
12498 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12501         goto-char.
12502         (rfc2047-encode): Fold the line before encoding.
12503
12504 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12507         folding -- not all headers can be folded, and this should be done
12508         by the message composition mode.  Probably.  I think.
12509
12510 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12513         fast.
12514
12515         * gnus-ems.el (gnus-remove-image): Don't use
12516         message-text-with-property; remove only the image found first.
12517
12518         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12519         found first.
12520
12521 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12522
12523         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12524
12525 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * message.el (message-text-with-property): Make it fast and accept
12528         optional arguments.
12529         (message-strip-forbidden-properties): Use it.
12530         (message-fix-before-sending): Follow the m-t-w-p change.
12531
12532         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12533
12534 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-art.el (article-hide-headers): Don't change the buffer
12537         mistakenly when performing mml-preview even if
12538         gnus-single-article-buffer is nil.
12539
12540 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12541
12542         * message.el (message-expand-name-databases): New user option.
12543         (message-expand-name): Use it.
12544
12545 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * spam.el (spam-report-articles-resend)
12548         (spam-report-resend-register-routine): Allow ham reporting.
12549         (spam-report-resend-register-ham-routine): Add wrapper.
12550         (spam-registration-functions): Add ham resending functions.
12551         (spam-list-of-processors): Add ham resend processor.
12552
12553         * gnus.el (ham-resend-to): Add new group parameter.
12554         (spam-process): Add ham resend option.
12555
12556         * spam-report.el (spam-report-resend): Allow reporting ham.
12557         (spam-report-resend-ham): Add wrapper.
12558
12559 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * message.el (message-cite-articles-with-x-no-archive): New
12562         variable.
12563         (message-cite-original): Use it.
12564
12565 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * message.el (message-cite-original): Respect X-No-Archive.
12568
12569 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-art.el (article-hide-headers): Refer to the values for
12572         gnus-ignored-headers and gnus-visible-headers in the summary
12573         buffer since a user may have set them as group parameters.
12574
12575 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12576
12577         * assistant.el (assistant-node-name): Add convenience function.
12578         (assistant-render-text, assistant-render-node): Add error handling,
12579         plus handle multiple next nodes.
12580         (assistant-find-next-node): Comment out for now.
12581         (assistant-find-next-nodes): Add function, returns list of next
12582         nodes.
12583
12584 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * mail-source.el (mail-source-directory): Fix doc-string.
12587
12588 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * assistant.el (assistant-render-text, assistant-eval): Add :set
12591         widget type, which is different because it takes and returns a
12592         list.  Much hilarity ensues.
12593
12594 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12597
12598         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12599         doc-string.
12600
12601         * gnus-start.el (gnus-activate-group): Added doc-string.
12602
12603 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12606
12607 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12608
12609         * assistant.el (assistant-render-text): Try to add a :set
12610         widget, more to come.
12611
12612         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12613         strings.
12614         (spam-report-articles-resend)
12615         (spam-register-routine): Do registration iff any articles warrant
12616         it.
12617         (spam-summary-prepare-exit): Change log message for nil group
12618         destinations.
12619
12620 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12621
12622         * spam.el (spam-report-resend-register-routine): Allow
12623         spam-report-resend-to to be a group parameter or a global value.
12624
12625 2004-05-26  Simon Josefsson  <jas@extundo.com>
12626
12627         * starttls.el: Merge with my GNUTLS based starttls.el.
12628         (starttls-gnutls-program, starttls-use-gnutls)
12629         (starttls-extra-arguments, starttls-process-connection-type)
12630         (starttls-connect, starttls-failure, starttls-success): New
12631         variables.
12632         (starttls-program, starttls-extra-args): Doc fix.
12633         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12634         functions.
12635         (starttls-negotiate, starttls-open-stream): Check
12636         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12637         function if it is set.
12638
12639 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12642         structured fields.
12643
12644 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12647
12648 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12649
12650         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12651         variable.
12652         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12653         assigning the spam-mark to new messages.
12654
12655 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12656
12657         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12658
12659 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12662
12663         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12664         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12665         default.
12666
12667 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12668
12669         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12670         correct data.
12671
12672 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12673
12674         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12675         (spam-group-processor-p): Fix function.
12676         (spam-group-processor-multiple-p)
12677         (spam-group-spam-processor-report-gmane-p)
12678         (spam-group-spam-processor-report-resend-p)
12679         (spam-group-spam-processor-bogofilter-p)
12680         (spam-group-spam-processor-blacklist-p)
12681         (spam-group-spam-processor-ifile-p)
12682         (spam-group-ham-processor-ifile-p)
12683         (spam-group-spam-processor-spamoracle-p)
12684         (spam-group-spam-processor-crm114-p)
12685         (spam-group-ham-processor-bogofilter-p)
12686         (spam-group-spam-processor-stat-p)
12687         (spam-group-ham-processor-stat-p)
12688         (spam-group-ham-processor-whitelist-p)
12689         (spam-group-ham-processor-BBDB-p)
12690         (spam-group-ham-processor-spamoracle-p)
12691         (spam-group-ham-processor-copy-p): Remove functions with some
12692         prejudice against unneeded code.
12693         (spam-report-articles-resend)
12694         (spam-report-resend-register-routine): Allow the group/topic
12695         spam-resend-to value to override spam-report-resend-to.
12696         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12697         properly now.
12698
12699         * gnus.el (spam-resend-to): Add group/topic parameter.
12700         (spam-process): Move the OBSOLETE processors to the end of the
12701         choices.
12702
12703 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12704
12705         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12706         with resend-to set to nil, and then ask the user if necessary.
12707         (spam-report-resend): spam-report-resend takes a list of articles, not
12708         separate article numbers.
12709
12710 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12713         addition to emacs-w3m.
12714
12715 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * assistant.el (assistant-authinfo-data): New function.
12718         (assistant-eval): Eval for entire assistant.
12719
12720         * netrc.el (netrc-services-file): New variable.
12721         (netrc-parse-services): New function.
12722         (netrc-find-service-name): New function.
12723         (netrc-find-service-number): New function.
12724         (netrc-port-equal): New function.
12725         (netrc-machine): Use it.
12726
12727         * nnimap.el (nnimap-open-connection): Use netrc.
12728
12729         * gnus-util.el (gnus-netrc-get): Remove aliases.
12730
12731         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12732
12733         * assistant.el (wid-edit): Fix compilation.
12734
12735         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12736
12737 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12738
12739         * gnus-util.el (gnus-set-file-modes): New function.  (small
12740         patch).
12741
12742 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743
12744         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12745
12746         * assistant.el (assistant-render-node): Fix up rendering and
12747         read-only text.
12748         (assistant-render-node): Reset.
12749         (assistant-make-read-only): Not sticky.
12750
12751 2004-05-20  Danny Siu  <dsiu@adobe.com>
12752
12753         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12754         centered even when gnus-auto-center-summary is t
12755
12756 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * dns.el (dns-get-txt-answer): New function.
12759         (dns-read-txt): Ditto.
12760         (query-dns): Use it.
12761
12762 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12765         active for foreign groups even if the group level is higher than
12766         the specified value.
12767
12768 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12771         non-active groups.
12772
12773         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12774
12775 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12776
12777         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12778
12779 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12780
12781         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12782         (spam-crm114-header, spam-crm114-spam-switch)
12783         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12784         (spam-crm114-positive-spam-header)
12785         (spam-crm114-database-directory, spam-list-of-processors)
12786         (spam-group-spam-processor-crm114-p)
12787         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12788         (spam-generic-score, spam-list-of-checks)
12789         (spam-list-of-statistical-checks, spam-registration-functions)
12790         (spam-check-crm114-headers, spam-crm114-score)
12791         (spam-check-crm114, spam-crm114-register-with-crm114)
12792         (spam-crm114-register-spam-routine)
12793         (spam-crm114-unregister-spam-routine)
12794         (spam-crm114-register-ham-routine)
12795         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12796         asjo@koldfront.dk (Adam Sjøgren).
12797
12798         * gnus.el: Add spam-use-crm114.
12799
12800         * spam.el (spam-list-of-processors, spam-registration-functions):
12801         Add spam-use-resend.
12802         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12803         (spam-report-articles-gmane): Add doc fix.
12804         (spam-report-articles-resend, spam-report-resend-register-routine):
12805         Add wrappers around spam-report-resend-to.
12806
12807         * spam-report.el (spam-report-resend-to, spam-report-resend):
12808         Add support for resending spam.
12809         (spam-report-gmane): Fix line length >80.
12810
12811         * gnus.el (spam-process): Add spam-use-resend.
12812
12813 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12814
12815         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12816         number of processed spam messages.
12817         (spam-ham-copy-or-move-routine): Return the number of processed
12818         ham messages.
12819         (spam-summary-prepare-exit): Use the above values to decide
12820         whether status messages shouled be displayed.
12821
12822 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12825         `rfc2047-encoding-function-alist' in order to avoid conflicting
12826         with the old version.
12827         (rfc2047-encode-region): Concatenate words containing non-ASCII
12828         characters in structured fields; don't encode space-delimited
12829         ASCII words even in unstructured fields; don't break words at
12830         char-category boundaries.
12831         (rfc2047-encode-1): New function.
12832         (rfc2047-encode): Use it; encode text so that it occupies the
12833         maximum width within 76-column; work correctly on Q encoding for
12834         iso-2022-* charsets.
12835         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12836         sure not to break a line just after the header name.
12837         (rfc2047-b-encode-region): Removed.
12838         (rfc2047-b-encode-string): New function.
12839         (rfc2047-q-encode-region): Removed.
12840         (rfc2047-q-encode-string): New function.
12841
12842         * mm-util.el (mm-replace-in-string): New function.
12843
12844 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845
12846         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12847         get it right.
12848         (gnus-inews-make-draft): Really.
12849
12850 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12851
12852         * nnmh.el (nnmh-request-list-1): Don't check the link count
12853         before descending.  (small patch)
12854
12855 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12856
12857         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12858         stuff.
12859
12860         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12861         on real group name.
12862
12863         * gnus-art.el (gnus-signature-limit): Doc fix.
12864
12865         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12866
12867         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12868
12869 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12870
12871         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12872         isn't a string.
12873
12874 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875
12876         * gnus-draft.el (gnus-draft-send): Bind
12877         rfc2047-encode-encoded-words.
12878
12879         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12880         (rfc2047-encodable-p): Say that =? needs encoding.
12881         (rfc2047-encode-encoded-words): New variable.
12882
12883         * gnus-group.el (gnus-group-select-group): Doc fix.
12884
12885         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12886
12887         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12888         to nil.
12889
12890         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12891
12892         * nnheader.el (nnheader-get-lines-and-char): New function.
12893
12894 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-msg.el (gnus-summary-followup-with-original): Document
12897         yanking of region when active.
12898
12899 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12902         groups if the group level is higher than the specified value.
12903
12904 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12907         (gnus-group-jump-to-group): Added prefix argument using
12908         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12909         non-active group.
12910
12911         * compface.el (uncompface): Be verbose when changing
12912         `uncompface-use-external'.
12913
12914         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12915         handle manual section.
12916
12917 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918
12919         * gnus-art.el (gnus-button-alist): Revert previous change.
12920
12921 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12924
12925 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12926
12927         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12928         whether backend can accept message.
12929
12930         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12931
12932 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12933
12934         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12935         Avoid creating directory when nntp-marks-is-evil is true.
12936         Reported by Reiner Steib.
12937
12938 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-picon.el (gnus-picon-style): New variable.
12941         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12942         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12943         Jesper Harder <harder@ifa.au.dk>.
12944
12945 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12946
12947         * message.el (message-fill-field): Return point.
12948         (message-generate-headers): Go to end of field.
12949
12950         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12951         stuff for non-living groups.
12952
12953 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12954
12955         * gnus-art.el (gnus-article-followup-with-original)
12956         (gnus-article-reply-with-original): gnus-mark-active-p ->
12957         gnus-region-active-p.
12958
12959 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12960
12961         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12962         only when there is spam or ham to be processed.
12963
12964 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * mail-source.el (mail-source-delete-crash-box): Refactor.
12967         (mail-source-fetch): Use it.
12968         (mail-source-fetch-file): Ditto.
12969         (mail-source-fetch-directory): Run postscript in loop.
12970         (mail-source-fetch-pop): Delete.
12971         (mail-source-fetch-maildir): Ditto.
12972         (mail-source-fetch-imap): Ditto.
12973
12974         * imap.el (imap-authenticators): Comment out sasl.
12975
12976         * message.el (message-skip-to-next-address): New function.
12977         (message-fill-header-address): Refactor.
12978         (message-fill-address): Use it.
12979         (message-delete-address): Use it.
12980         (message-fill-header-general): Refactor.
12981         (message-fill-field-address): Rename.
12982         (message-narrow-to-field): Find the start of the header.
12983         (message-header-format-alist): Don't pre-fill.
12984         (message-fill-header): Removed.
12985         (message-insert-header): New function.
12986         (message-shorten-references): Use it.
12987
12988         * rfc2047.el (rfc2047-field-value): Strip props.
12989
12990         * mail-parse.el (mail-header-make-address): New alias.
12991
12992         * ietf-drums.el (ietf-drums-make-address): New function.
12993
12994         * imap.el: Add compiler directives.
12995
12996         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12997
12998         * gnus-art.el (article-decode-idna-rhs): Don't use
12999         message-idna-inside-rhs-p.
13000
13001 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13002
13003         * message.el (message-idna-inside-rhs-p): Removed.
13004         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13005
13006         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13007         false positives.
13008
13009 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13010
13011         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13012
13013 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * nneething.el (nneething-file-name): Don't create spurious
13016         files.
13017
13018         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13019         (gnus-inews-do-gcc): Remove sleep.
13020
13021         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13022         part under point.
13023
13024         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13025         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13026
13027 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * spam.el (spam-summary-prepare-exit): Fixed (length).
13030
13031 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13034         as expired without moving it" message when there are spam
13035         messages left.
13036
13037 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13038
13039         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13040         header is not nil.
13041
13042 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13043
13044         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13045         nntp-possibly-create-directory, not nntp-possibly-change-group.
13046         (nntp-marks-changed-p): New arg SERVER.
13047         (nntp-request-update-info): Adjust caller.
13048
13049 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13050
13051         * nntp.el (nntp-save-marks): Pass missing arg.
13052
13053 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13054
13055         * nntp.el: Support marks.
13056         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13057         (nntp-marks-modtime, nntp-marks-directory): New variables.
13058         (nntp-request-set-mark, nntp-request-update-info)
13059         (nntp-possibly-create-directory, nntp-marks-changed-p)
13060         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13061         functions.
13062
13063 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13064
13065         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13066         (gnus-xmas-redefine): Rename.
13067
13068         * gnus-score.el (gnus-score-insert-help): Use
13069         gnus-select-lowest-window.
13070
13071         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13072         appt-select-lowest-window and rename to gnus-select-lowest-window.
13073
13074         * gnus.el: do.
13075
13076 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13077
13078         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13079         encodings of MIME-encoded words, in order to improve
13080         interoperability with several broken MUAs.
13081
13082 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13083
13084         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13085         tags, only when charsets are not specified in headers.
13086         (mm-inline-text-html-render-with-w3m): Ditto.
13087
13088         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13089         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13090
13091 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13092
13093         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13094         instead of MIME-decoded from fields when checking
13095         `gnus-article-address-banner-alist'.
13096
13097 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13098
13099         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13100         description rather than subject.
13101
13102 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13103
13104         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13105
13106 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107
13108         * gnus.el (gnus-version-number): Bump.
13109
13110 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13111
13112         * gnus.el: No Gnus v0.2 is released.
13113
13114 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-agent.el (gnus-agent-read-agentview): Inline
13117         gnus-uncompress-range.
13118
13119 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13120
13121         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13122         `exec-installed-p'.
13123
13124 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13125
13126         * gnus.el (spam-process, spam-autodetect-methods): Add
13127         bsfilter and bsfilter-headers.
13128
13129         * spam.el (spam-bsfilter): New customize group.
13130         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13131         (spam-bsfilter-header, spam-bsfilter-probability-header)
13132         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13133         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13134         (spam-bsfilter-database-directory): New options.
13135         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13136         (spam-list-of-statistical-checks, spam-registration-functions):
13137         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13138         (spam-bsfilter-score): New command.
13139         (spam-check-bsfilter-headers, spam-check-bsfilter)
13140         (spam-bsfilter-register-with-bsfilter)
13141         (spam-bsfilter-register-spam-routine)
13142         (spam-bsfilter-unregister-spam-routine)
13143         (spam-bsfilter-register-ham-routine)
13144         (spam-bsfilter-unregister-ham-routine): New functions.
13145         (spam-generic-score): Support bsfilter; Accept an optional argument
13146         to recalcurate spam score even if scoring header has already been
13147         added.
13148         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13149         optional argument to recalcurate spam score even if scoring header
13150         has already been added.
13151
13152 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13153
13154         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13155         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13156         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13157         link is missing.
13158
13159 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13160
13161         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13162         (html2text-get-attr): Rewrite.
13163
13164         * message.el (message-setup-1): Remove redundant put-text-property
13165         on mail-header-separator.
13166
13167 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * gnus-registry.el (gnus-registry-cache-whitespace)
13170         (gnus-registry-action, gnus-registry-spool-action)
13171         (gnus-registry-split-fancy-with-parent): Change message levels
13172         from 5 to 3 or 7, as needed.
13173
13174         * spam.el (spam-summary-prepare-exit)
13175         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13176         (spam-split, spam-find-spam, spam-log-undo-registration)
13177         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13178         level from 5 to 6.
13179
13180 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13183         2004-03-04 change).
13184
13185 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13186
13187         * sieve-manage.el (sieve-manage-open):
13188         * nnweb.el (nnweb-insert-html):
13189         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13190         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13191         * nnspool.el (nnspool-request-group):
13192         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13193         * nnml.el (nnml-request-update-info):
13194         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13195         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13196         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13197         (nnimap-request-set-mark):
13198         * nnfolder.el (nnfolder-request-update-info):
13199         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13200         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13201         * gnus-uu.el (gnus-uu-find-articles-matching):
13202         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13203         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13204         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13205         * gnus-nocem.el (gnus-nocem-scan-groups):
13206         * gnus-int.el (gnus-start-news-server):
13207         * gnus-group.el (gnus-group-make-kiboze-group)
13208         (gnus-group-browse-foreign-server):
13209         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13210         Use mapc when appropriate.
13211
13212 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13213
13214         FIXME: Make separate entries for each person.
13215
13216         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13217         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13218         <shields@msrl.com>:
13219
13220         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13221         may need for spam sorting and scoring.
13222         (spam-user-format-function-S): Add user format function suitable for
13223         general use.
13224         (spam-article-sort-by-spam-status): Add sorting function for summary
13225         sorting.
13226         (spam-extra-header-to-number): Add function to get a score from a
13227         header.
13228         (spam-summary-score): Add function to  get a numeric score from the
13229         headers.
13230         (spam-generic-score): Fix function doc, was in wrong place.
13231         (spam-initialize): Take symbols when it's run, and install the
13232         extra headers that spam-necessary-extra-headers thinks we need.
13233
13234 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13235
13236         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13237         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13238
13239 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13240
13241         * gnus-sum.el (gnus-set-global-variables)
13242         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13243         (gnus-article-get-xrefs, gnus-summary-best-group)
13244         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13245         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13246         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13247         Use with-current-buffer.
13248
13249 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * spam.el (spam-summary-prepare-exit): Simplify logic.
13252         (spam-fetch-article-header): Read the article header if it's not
13253         available.
13254         (spam-list-articles): Simplify logic.
13255         (spam-filelist-register-routine): Fix bug with unregister-list.
13256
13257         * gnus-registry.el: Fix comments at beginning.
13258
13259 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13260
13261         * message.el (message-cater-to-broken-inn): Remove.
13262         (message-shorten-references): Make sure the total folded length of
13263         References is shorter than 998 characters to cater to a bug in INN
13264         2.3.  Also, don't pretend that references aren't folded -- this
13265         hasn't worked for a while.
13266
13267 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13268
13269         * gnus-agent.el (gnus-agentize):
13270         gnus-agent-send-mail-real-function no longer set to current value
13271         of message-send-mail-function but rather a lambda that calls
13272         message-send-mail-function.  The change makes the agent real-time
13273         responsive to user changes to message-send-mail-function.
13274
13275 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13276
13277         * legacy-gnus-agent.el
13278         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13279         help from Florian Weimer <fw@deneb.enyo.de>
13280
13281 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * nnmail.el (nnmail-cache-insert): Revert last change.
13284
13285 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * nnmail.el (nnmail-cache-insert): Always check whether
13288         nnmail-cache-ignore-groups matches a group name.
13289
13290 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13293         (spam-find-spam, spam-log-processing-to-registry)
13294         (spam-log-registered-p, spam-log-unregistration-needed-p)
13295         (spam-log-undo-registration): Use gnus-message instead of
13296         gnus-error, none of these errors are fatal.
13297
13298         * gnus-registry.el (gnus-registry-clean-empty-function)
13299         (gnus-registry-clean-empty): Remove only empty entries without
13300         extra data.
13301
13302 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13303
13304         * spam-stat.el (spam-stat-buffer-change-to-spam)
13305         (spam-stat-buffer-change-to-non-spam): Change (error) to
13306         (gnus-message 8) invocation.
13307
13308 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * nntp.el (nntp-via-netcat-command): New variable.
13311         (nntp-via-netcat-switches): New variable.
13312         (nntp-open-via-rlogin-and-netcat): New function.
13313         (nntp-open-connection-function): Doc fix.
13314         (nntp-telnet-command): Doc fix.
13315         (nntp-end-of-line): Doc fix.
13316         (nntp-via-rlogin-command): Doc fix.
13317         (nntp-via-user-name): Doc fix.
13318         (nntp-via-address): Doc fix.
13319
13320 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13323         error in Emacs 21.1.
13324
13325 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13328
13329 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13330
13331         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13332         (gnus-agent-with-refreshed-group): New macro.
13333         (gnus-agent-rename-group): New function.
13334         (gnus-agent-delete-group): New function.
13335         (gnus-agent-save-group-info): Use gnus-command-method when
13336         `method' parameter is nil.  Don't write nil entries into the
13337         active file.
13338         (gnus-agent-get-group-info): New function.
13339         (gnus-agent-fetch-articles): Use
13340         gnus-agent-update-files-total-fetched-for to increment disk space
13341         used.
13342         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13343         gnus-agent-update-view-total-fetched-for to increment disk space
13344         used.
13345         (gnus-agent-get-local): Added optional parameters to avoid calling
13346         gnus-group-real-name and gnus-find-method-for-group.
13347         (gnus-agent-set-local): Delete stored entry if either min, or max,
13348         are nil.
13349         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13350         quit, use gnus-agent-regenerate-group to record existance of any
13351         articles fetched to disk before the quit occurred.
13352         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13353         gnus-agent-update-view-total-fetched-for, and
13354         gnus-agent-update-files-total-fetched-for to decrement disk space
13355         used.
13356         (gnus-agent-retrieve-headers): Use
13357         gnus-agent-update-view-total-fetched-for to increment disk space
13358         used.
13359         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13360         with gnus-agent-update-files-total-fetched-for to decrement disk
13361         space and fresh group buffer.
13362         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13363         (gnus-agent-need-update-total-fetched-for): New variable.
13364         (gnus-agent-update-files-total-fetched-for): New function.
13365         (gnus-agent-update-view-total-fetched-for): New function.
13366         (gnus-agent-total-fetched-for): New function.
13367
13368         * gnus-cache.el (gnus-cache-save-buffers): Use
13369         gnus-cache-update-overview-total-fetched-for to change disk space
13370         used by this group.
13371         (gnus-cache-possibly-enter-article): Use
13372         gnus-cache-update-file-total-fetched-for to increment disk space
13373         used by this group.
13374         (gnus-cache-possibly-remove-article): Use
13375         gnus-cache-update-file-total-fetched-for to decrement disk space
13376         used by this group.
13377         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13378         (gnus-cache-rename-group): New function.
13379         (gnus-cache-delete-group): New function.
13380         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13381         (gnus-cache-need-update-total-fetched-for): New variable.
13382         (gnus-cache-with-refreshed-group): New macro.
13383         (gnus-cache-update-file-total-fetched-for): New function.
13384         (gnus-cache-update-overview-total-fetched-for): New function.
13385         (gnus-cache-rename-group-total-fetched-for): New function.
13386         (gnus-cache-delete-group-total-fetched-for): New function.
13387         (gnus-cache-total-fetched-for): New function.
13388
13389         * gnus-group.el: Require gnus-sum and autoload functions to
13390         resolve warnings when gnus-group.el compiled alone.
13391         (gnus-group-line-format): Documented new %F
13392         (size of Fetched data) group line format; identifies disk space
13393         used by agent and cache.
13394         (gnus-group-line-format-alist): Defined new F format.
13395         (gnus-total-fetched-for): New function.
13396         (gnus-group-delete-group): No longer update
13397         gnus-cache-active-altered as gnus-request-delete-group now keeps
13398         the cache in sync.
13399         (gnus-group-list-active): Let the agent store a server's active
13400         list if currently plugged.
13401
13402         * gnus-int.el (gnus-request-delete-group):
13403         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13404         local disk in sync with the server.
13405         (gnus-request-rename-group):
13406         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13407         local disk in sync with the server.
13408
13409         * gnus-start.el (gnus-get-unread-articles):
13410         Cosmetic simplification to logic.
13411
13412         * gnus-util.el (gnus-rename-file): New function.
13413
13414 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13415
13416         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13417
13418 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13419
13420         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13421         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13422
13423 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13424
13425         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13426         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13427
13428 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13429
13430         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13431
13432 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13433
13434         * spam.el (spam-set-difference): Add function to replace
13435         gnus-set-difference in spam.el.
13436         (spam-summary-prepare-exit): Use spam-set-difference.
13437
13438 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13439
13440         * gnus-registry.el (gnus-registry-cache-file): Update to use
13441         gnus-dribble-directory OR gnus-home-directory OR ~.
13442         (gnus-registry-split-fancy-with-parent): Fix doc.
13443
13444 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * message.el (message-exchange-point-and-mark): Use
13447         message-mark-active-p.  Suggested by Jesper Harder
13448         <harder@ifa.au.dk>.
13449
13450 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * message.el (message-exchange-point-and-mark): Don't activate
13453         region if it was inactive.  Suggested by Hiroshi Fujishima
13454         <pooh@nature.tsukuba.ac.jp>.
13455
13456 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-art.el (article-display-face): Display Faces in the same
13459         order as X-Faces.
13460
13461 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13464
13465 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13468         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13469         (gnus-article-mime-hierarchy): Remove.
13470         (gnus-article-mime-hierarchy-next): Remove.
13471         (gnus-article-mode): Revert 2004-03-19 change.
13472         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13473         (gnus-insert-mime-button): Revert 2004-03-19 change.
13474         (gnus-mime-accumulate-hierarchy): Remove.
13475         (gnus-mime-enter-multipart): Remove.
13476         (gnus-mime-leave-multipart): Remove.
13477         (gnus-mime-display-part): Revert 2004-03-19 change.
13478         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13479
13480         * mml.el (mml-preview): Revert 2004-03-19 change.
13481
13482 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13483
13484         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13485
13486 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13489         t while entering a file name using the mm-with-multibyte macro.
13490         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13491
13492         * mm-util.el (mm-with-multibyte): New macro.
13493
13494 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13497         user option.
13498         (gnus-mime-multipart-functions): Doc and customization fix.
13499         (gnus-article-mime-hierarchy): New variable.
13500         (gnus-article-mime-hierarchy-next): New variable.
13501         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13502         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13503         gnus-article-mime-hierarchy-next to nil.
13504         (gnus-insert-mime-button): Show hierarchy numbers.
13505         (gnus-mime-accumulate-hierarchy): New function.
13506         (gnus-mime-enter-multipart): New function.
13507         (gnus-mime-leave-multipart): New function.
13508         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13509         (gnus-mime-display-alternative): Show hierarchy numbers.
13510
13511         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13512         gnus-article-mime-hierarchy-next to nil.
13513
13514 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13515
13516         * dns.el: Don't require gnus-xmas.
13517
13518 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13519
13520         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13521         inline PGP.
13522         (mml-menu): Disable mml-quote-region if mark is inactive.
13523
13524 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13527         when the group's active is not available.
13528
13529 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13532         error.
13533
13534 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * imap.el (imap-store-password): New variable.
13537         (imap-interactive-login): Use it.
13538         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13539
13540 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13543         window-start and hscroll to summary window.
13544
13545 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13546
13547         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13548         conversion message to newsrc-dribble when an actual conversion is
13549         performed.
13550
13551 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13552
13553         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13554
13555 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * mm-decode.el (mm-complicated-handles): New function reviving
13558         former definition of mm-multiple-handles.
13559
13560         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13561         (gnus-mime-delete-part): Use it.
13562
13563 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13564
13565         * gnus-agent.el (gnus-agent-read-local): Bind
13566         nnheader-file-coding-system to gnus-agent-file-coding-system to
13567         avoid the implicit assumption that they will always be equal.
13568         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13569         coding-system-for-write, as the with-temp-file macro first prints
13570         to a buffer then saves the buffer.
13571
13572 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-art.el (gnus-article-edit-part): New function.
13575         (gnus-mime-save-part-and-strip): Use it; do query instead of
13576         signaling an error; don't use mm-multiple-handles.
13577         (gnus-mime-delete-part): Ditto.
13578
13579 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13580
13581         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13582         old file versions.
13583         (gnus-group-prepare-hook): Removed function that converted list
13584         form of gnus-agent-expire-days to group properties.
13585
13586         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13587         (gnus-request-accept-article): Re-indented.
13588
13589         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13590         converters to handle old agent file formats.  Added logic for a
13591         "backup before upgrading warning".
13592         (gnus-convert-mark-converter-prompt): Developers can mark
13593         functions as needing (default), or not needing,
13594         gnus-convert-old-newsrc's "backup before upgrading warning".
13595         (gnus-convert-converter-needs-prompt): Tests whether the user
13596         should be protected from potentially irreversable changes by the
13597         function.
13598
13599         * legacy-gnus-agent.el: New.  Provides converters that are only
13600         loaded when gnus-convert-old-newsrc needs to call them.
13601
13602 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mail-source.el (mail-source-touch-pop): Doc fix.
13605
13606         * message.el (message-smtpmail-send-it): Doc fix.
13607
13608 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13609
13610         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13611
13612         * nnmail.el (nnmail-split-fancy): do.
13613
13614         * gnus-kill.el (gnus-kill, gnus-execute): do.
13615
13616 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13617
13618         * gnus-sum.el (gnus-widget-reversible-match)
13619         (gnus-widget-reversible-to-internal)
13620         (gnus-widget-reversible-to-external): New functions.
13621         (gnus-widget-reversible): New widget.
13622         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13623
13624 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13625
13626         * gnus-sum.el (gnus-thread-sort-functions)
13627         (gnus-article-sort-functions): Document `(not F)' items.
13628
13629 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13630
13631         * spam.el (spam-use-gmane-xref): Add new backend.
13632         (spam-gmane-xref-spam-group): Add variable to control the name of the
13633         Gmane spam group.
13634         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13635         (spam-regex-headers-spam, spam-regex-headers-ham)
13636         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13637         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13638         backends and checks.
13639         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13640
13641         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13642         an autodetect method.
13643
13644 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13645
13646         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13647         articles are being added to a group.
13648         (gnus-request-replace-article): Inform the agent that articles
13649         need to be uncached as the cached contents are no longer valid.
13650
13651 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * binhex.el: Don't autoload executable-find.
13654
13655         * canlock.el: Don't autoload mail-fetch-field.
13656
13657         * dgnushack.el: Autoload c-mode for XEmacs.
13658
13659         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13660
13661         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13662         rmail-dont-reply-to and rmail-output.
13663
13664         * gnus-score.el: Don't autoload ffap-string-at-point.
13665
13666         * gnus-setup.el: Don't autoload sc-cite-original.
13667
13668         * imap.el: Don't autoload base64-decode-string,
13669         base64-encode-string and md5.
13670
13671         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13672         and rmail-msg-restore-non-pruned-header.
13673
13674         * mm-decode.el: Don't autoload executable-find.
13675
13676         * mm-url.el: Don't autoload executable-find.
13677
13678         * mm-view.el: Don't autoload diff-mode.
13679
13680         * nndb.el: Don't autoload news-reply-mode, news-setup,
13681         cancel-timer and telnet.
13682
13683         * password.el: Don't autoload run-at-time for Emacs.
13684
13685         * sha1-el.el: Don't autoload executable-find.
13686
13687         * sieve-mode.el: Don't autoload c-mode.
13688
13689         * uudecode.el: Don't autoload executable-find.
13690
13691 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13692
13693         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13694         (gnus-agent-possibly-alter-active): Avoid null in numeric
13695         comparison.
13696         (gnus-agent-set-local): Refuse to save null in local object table.
13697         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13698         list of articles that will be marked as unread.
13699
13700 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13703
13704 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13705
13706         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13707         language tags.
13708
13709 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13710
13711         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13712         Don't bind "obarray".
13713
13714         * gnus-sum.el (gnus-thread-sort-functions): Added
13715         `gnus-thread-sort-by-most-recent-number' and
13716         `gnus-thread-sort-by-most-recent-date'.
13717         Reported by Kai Grossjohann <kai@emptydomain.de>.
13718
13719 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13722
13723 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13724
13725         * gnus-cus.el (gnus-agent-customize-category): Removed
13726         ignore-errors macro reference that required cl to be loaded at
13727         run-time.
13728
13729         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13730         single-interval range of the form (min . max).  Previously the
13731         range had to look like ((min . max)).  Likewise, return
13732         (min . max) rather than ((min . max)).
13733         (gnus-range-map): Use gnus-range-normalize to accept
13734         single-interval range.
13735
13736         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13737         the cache, but not the agent, now appear with their usual face.
13738
13739         * dgnushack.el (loaddir): New variable that is bound to the
13740         directory containing the dgnushack.el file. Use loaddir, rather
13741         than srcdir, to update load-path. Change lets dgnushack compile
13742         code in directories other than GNUS/lisp.
13743
13744 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * lpath.el: Don't bind w3m-safe-url-regexp.
13747
13748         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13749         w3m-safe-url-regexp variable buffer-local.
13750
13751         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13752
13753 2004-02-27  Simon Josefsson  <jas@extundo.com>
13754
13755         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13756         gnus-group-real-prefix.
13757         (gnus-summary-move-article): Use it, instead of
13758         gnus-group-real-prefix.
13759
13760 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * lpath.el: Bind w3m-safe-url-regexp.
13763
13764         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13765         w3m-safe-url-regexp variable buffer-local and set it as the value
13766         of mm-w3m-safe-url-regexp.
13767
13768         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13769
13770         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13771         parsing gnus-posting-styles when the message is not for replying.
13772
13773         * dgnushack.el: Autoload sgml-mode for XEmacs.
13774
13775         * nnrss.el (nnrss-opml-export): Use
13776         mm-set-buffer-file-coding-system instead of
13777         set-buffer-file-coding-system.
13778
13779 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13780
13781         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13782         of checkdoc.el).
13783         * nnrss.el: do.
13784         * gnus-mlspl.el: do.
13785         * gnus-ml.el: do.
13786         * gnus-srvr.el: do.
13787
13788         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13789
13790 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13791
13792         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13793         Corrections to custom-manual links.
13794
13795         * gnus-art.el (gnus-article): Ditto.
13796
13797         * mm-decode.el (mime-display, mime-security): Ditto.
13798
13799 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13800
13801         * flow-fill.el: Typo.
13802
13803 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13804
13805         * spam-wash.el: New file.
13806
13807 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13808
13809         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13810
13811 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13812
13813         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13814         to be run with new-articles as LIST1, not LIST2.
13815         (spam-registration-functions): Add spam-use-ham-copy as a nil
13816         registration backend.
13817
13818 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13819
13820         * spam-stat.el (spam-stat-washing-hook): New option.
13821         (spam-stat-buffer-words): Use it.
13822         (spam-stat-process-directory, spam-stat-test-directory): Use
13823         insert-file-contents-literally.
13824         (spam-stat-coding-system): New variable.
13825         (spam-stat-load, spam-stat-save): Use it.
13826
13827 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * spam-report.el (spam-report-plug-agent): Quote
13830         spam-report-url-to-file and spam-report-url-ping-plain.
13831
13832 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13835         / in mailto URLs.
13836
13837 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * spam-report.el (spam-report-process-queue): Fix interactive use.
13840         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13841         (spam-report-unplug-agent): Doc fixes.
13842         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13843         (spam-report-agentize, spam-report-deagentize): Autoload
13844
13845 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13848
13849         * message.el (message-setup-fill-variables): Add mml tags to
13850         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13851         <ajk@iu.edu>.
13852         (message-mode): Don't modify paragraph-separate there.
13853
13854 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * compface.el (uncompface-use-external): Default to undecided.
13857         (uncompface-use-external-threshold): New variable.
13858         (uncompface-float-time): New macro.
13859         (uncompface): Determine whether to use the external decoder if
13860         uncompface-use-external is undecided.
13861
13862 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13863
13864         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13865         after images.
13866
13867         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13868
13869 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13870
13871         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13872
13873         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13874
13875         * gnus-sum.el (gnus-summary-limit-to-age)
13876         (gnus-summary-limit-children): do.
13877
13878         * gnus-int.el (gnus-request-scan): do.
13879
13880         * gnus-group.el (gnus-group-suspend): do.
13881
13882         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13883
13884         * gnus-cite.el (gnus-cite-parse-attributions): do.
13885
13886         * gnus-agent.el (gnus-summary-set-agent-mark)
13887         (gnus-agent-regenerate-group): do.
13888
13889         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13890
13891         * binhex.el (binhex-decode-region-internal): do.
13892
13893 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-fun.el (gnus-face-properties-alist): New user option.
13896         (gnus-display-x-face-in-from): Use it.
13897
13898         * gnus-art.el (article-display-face): Ditto.
13899
13900         * compface.el (uncompface-use-external): Default to nil.
13901
13902 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13903
13904         * nntp.el (nntp-erase-buffer): New function.
13905         (nntp-retrieve-data, nntp-send-command)
13906         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13907         (nntp-possibly-change-group): Use it.
13908
13909         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13910         with-current-buffer.
13911
13912 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13913
13914         * compface.el: Merge the ELisp-based uncompface program.
13915         (compface): New customization group.
13916         (uncompface-use-external): New user option.
13917         (uncompface): Call uncompface-internal if uncompface-use-external
13918         is nil.
13919         (uncompface-internal): New function.  Note that there are also
13920         some other functions and variables added for this function.
13921
13922 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13923
13924         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13925         if necessary.
13926
13927 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13928
13929         * spam-report.el (spam-report-unplug-agent)
13930         (spam-report-plug-agent, spam-report-deagentize)
13931         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13932         Add support for the Agent in spam-report: when unplugged, report to a
13933         file; when plugged, submit all the requests.
13934
13935         * spam.el (spam-register-routine): Fix message about
13936         registration.
13937
13938 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13939
13940         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13941         dependencies.
13942         (rfc2047-encode): Use it.
13943
13944         * gnus-art.el (gnus-button-marker-list): Move before first
13945         reference.
13946
13947         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13948         (imap-parse-body): Fix format string mismatch.
13949
13950         * gnus-score.el (gnus-summary-increase-score): do.
13951
13952         * nnrss.el (nnrss-close): New function.
13953
13954 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13955
13956         * nnrss.el (nnrss-make-filename): New function.
13957         (nnrss-request-delete-group, nnrss-read-server-data)
13958         (nnrss-save-server-data, nnrss-read-group-data)
13959         (nnrss-save-group-data): Use it.
13960         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13961         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13962         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13963
13964 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13965
13966         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13967
13968 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13969
13970         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13971         files.
13972
13973         * message.el (message-generate-headers-first): Don't quote nil
13974         and t in docstrings.
13975
13976         * imap.el (imap-id): do.
13977
13978         * gnus-agent.el (gnus-agent-consider-all-articles)
13979         (gnus-agent-queue-mail): do.
13980
13981 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * spam-report.el (spam-report-process-queue): New function.
13984         Process requests from `spam-report-requests-file'.
13985         (spam-report-process-queue): Doc fix.
13986
13987 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * spam.el (spam-register-routine)
13990         (spam-log-processing-to-registry, spam-log-registered-p)
13991         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13992         Change "check" to "spam-check" for semi-clarity.
13993
13994 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13995
13996         * pop3.el: Require nnheader.
13997
13998         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13999
14000         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14001
14002         * gnus-picon.el: Require cl.
14003
14004         * gnus-fun.el: Require gnus-ems and gnus-util.
14005
14006         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14007
14008         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14009
14010         * gnus-art.el (gnus-article-edit-mode): Define before first
14011         reference.
14012
14013 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14014
14015         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14016         (gnus-uu-post-encoded): Use point-at-bol.
14017
14018         * gnus-topic.el (gnus-group-active-topic-p): do.
14019
14020         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14021
14022         * gnus-group.el (gnus-group-kill-region): do.
14023
14024         * gnus-art.el (article-date-ut): do.
14025
14026         * message.el (message-fetch-field): Remove redundant
14027         case-fold-search binding.
14028         (message-narrow-to-field): Simplify.
14029
14030 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * spam.el (spam-directory): Derive from `gnus-directory'.
14033
14034         * spam-report.el (spam-report-url-to-file)
14035         (spam-report-requests-file): New function and variable for offline
14036         reporting.
14037         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14038         and user defined function.
14039         (spam-report-url-ping-mm-url): Remove doubled slash.
14040
14041 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14042
14043         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14044
14045 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14046
14047         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14048         format string mismatch.
14049
14050         * sieve.el (sieve-deactivate-all): do.
14051
14052         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14053
14054         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14055
14056         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14057
14058         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14059
14060 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14061
14062         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14063         the list of checks.
14064
14065 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14066
14067         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14068         padding.
14069
14070 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14071
14072         * mm-view.el (mm-fill-flowed): New variable.
14073         (mm-inline-text): Use it.
14074
14075 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14076
14077         * spam.el (spam-spamassassin-register-ham-routine)
14078         (spam-spamassassin-register-spam-routine): Fix function names.
14079
14080 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus.el (gnus-tmp-grouplens): Remove.
14083         (gnus-summary-line-format): Remove grouplens.
14084
14085         * gnus-group.el (gnus-group-line-format): Ditto.
14086
14087         * gnus-spec.el (gnus-format-specs): Ditto.
14088         (gnus-update-format-specifications): Flush the group format spec
14089         cache if there's the grouplens stuff.
14090         (gnus-parse-simple-format): Replace %l with the empty string.
14091
14092 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14093
14094         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14095         omission.
14096
14097 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14100         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14101
14102 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14103
14104         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14105         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14106         New macros and functions.
14107         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14108         Handle > NLINK_MAX messages.
14109         * nnmaildir.el (nnmaildir-request-set-mark): Use
14110         nnmaildir--emlink-p and nnmaildir--eexist-p.
14111
14112 2004-01-25  Alex Schroeder  <alex@gnu.org>
14113
14114         * spam-stat.el (spam-stat-process-directory-age): New option.
14115         (spam-stat-process-directory): Use it.
14116
14117 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14118
14119         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14120         (spam-stat-save): Accept prefix argument.
14121
14122 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14123
14124         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14125         links" error.
14126
14127 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14130         the rest of the and/or forms.
14131
14132 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14133
14134         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14135         compatibility with old .newsrc.eld files.
14136
14137         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14138
14139         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14140
14141         * gnus-start.el (gnus-1): do.
14142
14143         * gnus-group.el (gnus-group-line-format-alist): do.
14144
14145         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14146
14147         * gnus-gl.el: Remove.
14148
14149 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14150
14151         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14152         marks consisting of a single range {for example, (3 . 5)} rather
14153         than a list of a single range { ((3 . 5)) }.
14154
14155 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14156
14157         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14158         with-current-buffer.
14159         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14160         avoid consing a string.
14161
14162         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14163         Remove obsolete entries for big5 and gb2312.
14164
14165 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14166
14167         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14168         uncompressed list.
14169
14170 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14171
14172         * spam-stat.el (spam-stat-strip-xref): New function.
14173         (spam-stat-process-directory): Use it.
14174
14175         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14176         here -- it's done in message-fetch-field.
14177
14178 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14179
14180         * gnus-agent.el (gnus-agent-queue-mail)
14181         (gnus-agent-prompt-send-queue): New variables.
14182         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14183         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14184         "nndraft:queue" along to gnus-draft-send.  Use
14185         gnus-agent-prompt-send-queue.
14186         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14187         is "nndraft:queue".  Suggested by Gaute Strokkenes
14188         <gs234@srcf.ucam.org>
14189
14190         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14191         (agent-enable-undownloaded-faces): Added
14192         (gnus-agent-cat-groups): Use eval-and-compile, not
14193         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14194         method of gnus-agent-cat-groups even when the buffer has been
14195         evaled.
14196         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14197         delete gnus-agent-save-active-1.
14198         (gnus-agent-save-groups): Deleted.  Identical to
14199         gnus-agent-save-active.
14200         (gnus-agent-write-active): No longer adjust agent's copy of active
14201         file as agent's adjustments are now stored in their own
14202         file.  Removed optional parameter.
14203         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14204         servers.  Add use of min/max range limits from server's local
14205         file.
14206         (gnus-agent-save-alist): Removed unused optional argument.
14207         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14208         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14209         (gnus-agent-set-local): A per-server file that keeps min/max range
14210         limits for articles known to the agent.  Provides a fast mechanism
14211         for altering many active ranges.
14212         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14213         active file (local makes it unnecessary).
14214         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14215
14216         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14217         (agent-enable-undownloaded-faces): Added
14218
14219         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14220         disable it when sending to "nndraft:queue".
14221         (gnus-group-send-queue): Add safety check to avoid sending queue
14222         when unplugged.
14223
14224         * gnus-group.el (gnus-group-catchup): Use new
14225         gnus-sequence-of-unread-articles, not
14226         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14227         numbers of articles.  Use gnus-range-map to avoid having to
14228         uncompress the unread list.
14229         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14230         Fixed invalid ange-ftp reference.
14231
14232         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14233         (gnus-sorted-range-intersection): Intersection of two ranges
14234         without requiring that they first be uncompressed.
14235
14236         * gnus-start.el (gnus-activate-group): Unless blocked by the
14237         caller, possibly expand the active range to include both cached
14238         and agentized articles.
14239         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14240         multiple version-dependent converters.
14241         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14242         gnus-agent-save-active.
14243         (gnus-save-newsrc-file): Save dirty agent range limits.
14244
14245         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14246         gnus-agent-possibly-alter-active.
14247         (gnus-adjust-marked-articles): Faster handling of simple lists
14248
14249 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14250
14251         * spam-stat.el (spam-stat-test-directory): New optional argument
14252         displays a list of files detected.  Suggested by Andrew Cohen
14253         <cohen@andy.bu.edu>.
14254         (spam-stat-buffer-words-with-scores): Don't narrow and change
14255         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14256
14257 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14258
14259         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14260         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14261         (spam-spamassassin-arguments)
14262         (spam-spamassassin-spam-flag-header)
14263         (spam-spamassassin-positive-spam-flag-header)
14264         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14265         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14266         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14267         (spam-list-of-processors, spam-list-of-checks)
14268         (spam-list-of-statistical-checks, spam-registration-functions)
14269         (spam-check-spamassassin-headers, spam-check-spamassassin)
14270         (spam-spamassassin-score)
14271         (spam-spamassassin-register-with-sa-learn)
14272         (spam-spamassassin-register-spam-routine)
14273         (spam-spamassassin-register-ham-routine)
14274         (spam-assassin-register-spam-routine)
14275         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14276         (spam-bogofilter-score): Fix to show article before scoring.
14277
14278 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14281         default scoring function.
14282         (spam-generic-score): Call spam-spamassassin-score if
14283         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14284         spam-bogofilter-score otherwise.
14285
14286         * gnus.el (spam-process, spam-autodetect-methods): Add
14287         spamassassin and spamassassin-headers.
14288
14289 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14290
14291         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14292         Suppress unnecessary messages.
14293
14294 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14295
14296         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14297         make-hash-table.
14298
14299 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * canlock.el (base64-encode-string): Don't autoload it.
14302
14303 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * run-at-time.el: Remove useless (require 'itimer),
14306         eval-and-compile and (featurep 'xemacs).
14307
14308 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14309
14310         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14311         GROUP is a virtual group.
14312
14313 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14314
14315         * gnus.el: Autoload `message-y-or-n-p'.
14316
14317 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * pgg-parse.el: Remove unnecessary (require 'custom).
14320
14321         * pgg-def.el: do.
14322
14323         * nnmail.el: do.
14324
14325         * gnus-undo.el: do.
14326
14327         * gnus-picon.el: do.
14328
14329         * gnus-util.el: do.
14330
14331 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14334
14335 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14338         handle, as well as a list.
14339
14340         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14341         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14342         (mm-w3m-cid-retrieve): Simplify.
14343
14344 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14345
14346         * message.el (message-kill-to-signature): Allow prefix arg to
14347         specify number of lines to keep before signature.
14348
14349 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14350
14351         (message-kill-to-signature): Change docstring.
14352
14353 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * canlock.el: Always require sha1-el.
14356         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14357
14358         * message.el: Autoload sha1 only when compiling.
14359
14360         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14361         eudc-expand-inline for XEmacs.
14362
14363 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * message.el (message-canlock-generate): Require sha1-el.
14366
14367 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14368
14369         * message.el (message-expand-name): Silence the byte compiler.
14370
14371         * lpath.el: Add detect-coding-system.
14372
14373         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14374         cus-edit.
14375
14376 2004-01-13  Simon Josefsson  <jas@extundo.com>
14377
14378         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14379         Invoke gnus-score-mode.  Reported by
14380         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14381
14382         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14383         Jim Blandy <jimb@redhat.com> (tiny change).
14384
14385 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14386
14387         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14388
14389 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * spam.el (spam-get-article-as-string): Update to use
14392         gnus-request-article-this-buffer, much simpler.
14393         (spam-get-article-as-buffer): Remove.
14394
14395 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14396
14397         * message.el (message-expand-name): Use EUDC if the user uses that.
14398
14399 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14400
14401         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14402         character for the encoding to avoid consing a string.
14403
14404         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14405         unnecessarily.
14406
14407         * mm-util.el (mm-replace-chars-in-string): Remove.
14408
14409         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14410         of mm-replace-chars-in-string.
14411
14412 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14413
14414         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14415
14416         * mm-util.el (mm-subst-char-in-string): Support inplace.
14417
14418         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14419         a new string in every iteration.  Use shy groups.
14420
14421 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14422
14423         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14424         * gnus-soup.el (gnus-soup-group-brew):
14425         * gnus-msg.el (gnus-put-message):
14426         * gnus-move.el (gnus-group-move-group-to-server):
14427         * gnus-kill.el (gnus-batch-score):
14428         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14429         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14430         (gnus-group-update-group, gnus-group-read-group)
14431         (gnus-group-make-group, gnus-group-make-help-group)
14432         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14433         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14434         (gnus-group-sort-by-unread, gnus-group-catchup)
14435         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14436         (gnus-group-yank-group, gnus-group-set-info)
14437         (gnus-group-list-groups):
14438         * gnus.el (gnus-generate-new-group-name):
14439         * gnus-delay.el (gnus-delay-send-queue):
14440         * nnvirtual.el (nnvirtual-catchup-group):
14441         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14442         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14443         (gnus-group-prepare-topics, gnus-topic-check-topology):
14444         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14445         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14446         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14447         (gnus-group-make-articles-read):
14448         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14449         (gnus-group-change-level, gnus-kill-newsgroup)
14450         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14451         (gnus-get-unread-articles, gnus-make-articles-unread)
14452         (gnus-make-ascending-articles-unread): Use accessor
14453         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14454         to get group information for improved readability.
14455
14456
14457 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14458
14459         * gnus-art.el (article-decode-mime-words, article-babel)
14460         (gnus-article-highlight-signature, gnus-article-add-buttons)
14461         (gnus-signature-toggle): Use gnus-with-article-buffer.
14462
14463         * gnus-art.el (gnus-article-highlight-headers)
14464         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14465
14466         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14467         (gnus-article-set-globals, gnus-request-article-this-buffer)
14468         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14469         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14470         (gnus-mime-display-alternative): Use with-current-buffer.
14471
14472 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14473
14474         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14475         also under 80 char limit, and call gnus-error if needed.
14476         (spam-fetch-article-header): Fix - it was a
14477         buffer-local variable (gnus-newsgroup-data).
14478         (spam-find-spam): Use spam-generate-fake-headers, forget about
14479         spam-insert-fake-headers.
14480         (spam-insert-fake-headers): Remove.
14481
14482 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14483
14484         * deuglify.el (gnus-article-outlook-unwrap-lines)
14485         (gnus-outlook-rearrange-article)
14486         (gnus-outlook-repair-attribution-outlook)
14487         (gnus-outlook-repair-attribution-block)
14488         (gnus-outlook-repair-attribution-other): Remove redundant
14489         save-excursion.
14490
14491 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14494         (spam-fetch-field-subject-fast)
14495         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14496         (spam-fetch-article-header): Add functions to deal with Gnus
14497         internals for fast retrieval of article header data.
14498         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14499
14500 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14501
14502         * pop3.el (pop3-md5): Remove.
14503         (pop3-apop): Replace pop3-md5 with md5.
14504
14505         * mm-bodies.el: base64 is always built-in.
14506
14507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14508         with-current-buffer.
14509
14510 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * canlock.el (canlock-insert-header): Remove excessive grouping in
14513         regexp.
14514
14515         * gnus-sum.el (gnus-summary-read-document): Ditto.
14516
14517         * gnus-uu.el (gnus-uu-part-number): Ditto.
14518
14519         * html2text.el (html2text-remove-tags): Ditto.
14520         (html2text-format-tags): Ditto.
14521         (html2text-format-single-elements): Ditto.
14522
14523         * mml.el (mml-parse-1): Ditto.
14524
14525 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14526
14527         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14528
14529         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14530
14531         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14532
14533         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14534
14535 2003-11-15  Simon Josefsson  <jas@extundo.com>
14536
14537         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14538         (pgg-gpg-lookup-key): Use regexp match instead of
14539         split-string (split-string is different between emacs 21.2 and
14540         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14541
14542 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14543
14544         * gnus-art.el (gnus-mime-view-all-parts)
14545         (gnus-article-part-wrapper, gnus-article-view-part): Use
14546         with-current-buffer.
14547
14548 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14549
14550         * spam.el (spam-disable-spam-split-during-ham-respool)
14551         (spam-spamoracle-database, spam-cache-lookups)
14552         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14553         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14554         (spam-group-ham-marks, spam-group-spam-marks)
14555         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14556         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14557         also add spam-use-blackholes to the statistical checks.
14558         (spam-fetch-field-fast): Add interface to fetching fields, may
14559         become a macro.
14560         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14561         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14562         (spam-insert-fake-headers): Fake an article when needed.
14563         (spam-find-spam): Fake article when possible.
14564         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14565         (spam-check-bogofilter-headers): Use message-fetch-field instead
14566         of nnmail-fetch-field.
14567
14568 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14571
14572 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * spam.el (spam-split): Do not require spam-use-CHECK to be
14575         enabled if that check is passed to spam-split explicitly; also
14576         fix so 'spam doesn't get converted to spam-split-group when
14577         spam-split-symbolic-return is t.
14578         (spam-find-spam): Find registrations of the article and use those
14579         instead of re-running spam-split to find the spam/ham
14580         classification of the article.
14581         (spam-log-processing-to-registry, spam-log-registered-p)
14582         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14583         Use gnus-error instead of gnus-message.
14584         (spam-log-registration-type): Add function to determine the
14585         classification of a message based on registry entries; will
14586         return nil if both 'spam and 'ham are found.
14587         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14588         a reasonably fast local cache without the loading errors.
14589         (spam-cache-lookups): Set to t by default.
14590         (spam-find-spam): Don't try to guess spam-cache-lookups.
14591         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14592         spam-caches entry.
14593         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14594         caching of whitelist/blacklist entries.
14595         (spam-check-whitelist, spam-check-blacklist): Invoke
14596         spam-from-listed-p with a type, not a cache variable.
14597         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14598
14599 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14600
14601         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14602
14603         * nnmail.el (nnmail-split-fancy): do.
14604
14605         * mml.el (mml-parse): do.
14606
14607         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14608         (gnus-score-adaptive): do.
14609
14610 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14613         (gnus-mime-button-map): Don't set keymap parent.
14614         (gnus-button-ctan-directory-regexp): Use shy grouping.
14615         (gnus-prev-page-map): Don't set keymap parent.
14616         (gnus-prev-page-map): Remove duplicated one.
14617         (gnus-next-page-map): Don't set keymap parent.
14618         (gnus-mime-security-button-map): Ditto.
14619
14620         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14621         version number.
14622
14623         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14624
14625 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * canlock.el (canlock-sha1-function): Remove.
14628         (canlock-sha1-function-for-verify): Remove.
14629         (canlock-openssl-program): Remove.
14630         (canlock-openssl-args): Remove.
14631         (canlock-ignore-errors): Remove.
14632         (canlock-sha1-with-openssl): Remove.
14633         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14634         (canlock-verify): Don't use canlock-ignore-errors.
14635
14636         * sha1-el.el (sha1-string-external): Make it can return a string
14637         in binary form.
14638         (sha1-region-external): Ditto.
14639         (sha1-string-internal): Ditto.
14640         (sha1-region-internal): Ditto.
14641         (sha1-region): Ditto.
14642         (sha1-string): Ditto.
14643         (sha1): Ditto.
14644
14645 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14646
14647         * spam.el (spam-report-articles-gmane): New command.
14648
14649 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14652
14653         * run-at-time.el (run-at-time-saved): Remove.
14654         (run-at-time): Doc fix.
14655
14656 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14657
14658         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14659         (gnus-summary-limit-map): Add it.
14660         (gnus-summary-make-menu-bar): do.
14661
14662 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14665         Make attempt at some caching support (done for BBDB only now).
14666         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14667         addresses to be checked.
14668         (spam-clear-cache-BBDB): Add function, to be invoked by
14669         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14670         (spam-check-BBDB): Check and use the caches, if
14671         spam-cache-lookups is on, remove superfluous (provide).
14672
14673 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14676
14677 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14678
14679         * run-at-time.el (run-at-time-saved): Move to after the definition
14680         of `run-at-time'.
14681
14682         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14683
14684 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14687         mm-w3m-local-map-property.
14688
14689         * mm-view.el (mm-w3m-mode-map): Remove.
14690         (mm-w3m-local-map-property): Remove.
14691         (mm-inline-text-html-render-with-w3m): Don't use
14692         mm-w3m-local-map-property.
14693
14694 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * run-at-time.el: New file.
14697
14698         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14699         under Emacs.
14700
14701         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14702         of gnus-set-text-properties.
14703
14704         * gnus-uu.el (gnus-uu-save-article): Ditto.
14705
14706         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14707
14708         * gnus-cite.el (gnus-cite-parse): Ditto.
14709
14710         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14711         of gnus-.
14712
14713         * gnus-xmas.el (run-at-time): Require run-at-time.
14714
14715         * gnus.el: Changed calls to nnheader-run-at-time and
14716         password-run-at-time throughout to use run-at-time directly.
14717
14718         * password.el: Removed definition of run-at-time.
14719
14720         * nnheaderxm.el: Remove definition of run-at-time.
14721
14722 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14723
14724         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14725         in prompt.
14726
14727 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14728
14729         * messagexmas.el (message-xmas-redefine): Alias
14730         `message-make-caesar-translation-table' to
14731         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14732         version.
14733
14734         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14735         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14736         `gnus-xmas-set-text-properties'.
14737         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14738         `gnus-xmas-completing-read'.
14739         (gnus-xmas-completing-read): Removed.
14740         (gnus-xmas-open-network-stream): Removed.
14741
14742         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14743         XEmacs version.
14744
14745         * dns.el (dns-make-network-process): Use `open-network-stream'
14746         instead of `gnus-xmas-open-network-stream'.
14747
14748         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14749
14750         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14751
14752 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14753
14754         * gnus-art.el (gnus-mime-display-alternative)
14755         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14756         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14757         Don't use gnus-local-map-property.
14758
14759         * gnus-util.el (gnus-local-map-property): Remove.
14760
14761         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14762         gnus-completing-read-maybe-default with completing-read.
14763
14764         * gnus-util.el (gnus-completing-read): do.
14765         (gnus-completing-read-maybe-default): Remove.
14766
14767 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14768
14769         * password.el: Only autoload `run-at-time' if not XEmacs.
14770         Only autoload the itimer functions if XEmacs.
14771
14772 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14775         XEmacsen.
14776
14777         * dgnushack.el: Autoload executable-find for XEmacs.
14778
14779 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14780
14781         * gnus-art.el (gnus-read-string): Remove.
14782         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14783         read-string.
14784
14785 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14786
14787         * netrc.el: Autoload password-read.
14788         (netrc): Add configuration group.
14789         (netrc-encoding-method, netrc-openssl-path): Add
14790         variables for encoding and decoding of files with symmetric
14791         ciphers.
14792         (netrc-encode): Add assistant function to encode a file with
14793         netrc-encoding-method.
14794         (netrc-parse): Add interactive parameter, added optional
14795         decoding if netrc-encoding-method is non-nil but otherwise
14796         behavior is standard.
14797         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14798         Do s/encode/encrypt/ everywhere.
14799
14800         * spam.el: Remove executable-find autoload.
14801
14802 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14803
14804         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14805
14806         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14807
14808 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-art.el (gnus-treat-ansi-sequences,
14811         (article-treat-ansi-sequences): New variable and function.
14812         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14813
14814         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14815         Use it.
14816
14817 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * mm-util.el (mm-quote-arg): Remove.
14820
14821         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14822         shell-quote-argument.
14823
14824         * gnus-uu.el (gnus-uu-command): do.
14825
14826         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14827
14828         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14829         with make-char.
14830
14831         * mm-util.el (mm-make-char): Remove.
14832
14833         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14834         add-minor-mode.
14835
14836         * gnus-undo.el (gnus-undo-mode): do.
14837
14838         * gnus-topic.el (gnus-topic-mode): do.
14839
14840         * gnus-sum.el (gnus-dead-summary-mode): do.
14841
14842         * gnus-start.el (gnus-slave-mode): do.
14843
14844         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14845
14846         * gnus-ml.el (gnus-mailing-list-mode): do.
14847
14848         * gnus-gl.el (gnus-grouplens-mode): do.
14849
14850         * gnus-draft.el (gnus-draft-mode): do.
14851
14852         * gnus-dired.el (gnus-dired-mode): do.
14853
14854         * gnus-ems.el (gnus-add-minor-mode): Remove.
14855
14856         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14857         Replace gnus-char-width with char-width.
14858
14859         * gnus-ems.el (gnus-char-width): Remove.
14860
14861         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14862         Replace gnus-char-width with char-width.
14863
14864         * gnus-ems.el (gnus-char-width): Remove.
14865
14866         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14867         definition.
14868         Remove Emacs 20 hash table compatibility code.
14869
14870         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14871         20 compatibility code.
14872
14873         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14874
14875         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14876
14877         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14878         with point-at-{eol,bol}.
14879
14880         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14881
14882         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14883
14884         * flow-fill.el (fill-flowed-point-at-bol)
14885         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14886
14887         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14888         Replace with point-at-{eol,bol} throughout all files.
14889
14890 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * ntlm.el (ntlm-string-as-unibyte): New macro.
14893         (ntlm-build-auth-response): Use it.
14894
14895         Remove Emacs 20 stuff:
14896         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14897         (butlast, mapc, remove): Remove the compiler macros.
14898         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14899         of delq and copy-sequence.
14900         * gnus-art.el (popup-menu): Remove the compiler macro.
14901         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14902         Emacs 20.
14903
14904 2004-01-05  Simon Josefsson  <jas@extundo.com>
14905
14906         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14907         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14908         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14909         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14910         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14911         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14912         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14913         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14914         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14915         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14916         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14917         string-xor into ntlm-string-xor.  Suggested by
14918         Jesper Harder <harder@myrealbox.com>.
14919
14920         * ntlm.el: Don't include poem.
14921
14922         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14923         Jesper Harder <harder@myrealbox.com>.
14924
14925         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14926
14927         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14928         probably breaks emacs with DL patch, but do we care? Is anyone
14929         still using the DL stuff?)
14930
14931         * sieve-manage.el: Use the password package.
14932         (sieve-manage-read-passwd): Remove.
14933         (sieve-manage-interactive-login): Use password.  Re-add
14934         condition-case around loop.
14935
14936         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14937         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14938         the password package.
14939
14940 2003-02-19  Simon Josefsson  <jas@extundo.com>
14941
14942         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14943         token.
14944
14945 2002-08-07  Simon Josefsson  <jas@extundo.com>
14946
14947         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14948         (sieve-manage-authenticators):
14949         (sieve-manage-authenticator-alist): Add some SASL mechs.
14950         (sieve-sasl-auth): New function.
14951         (sieve-manage-cram-md5-auth):
14952         (sieve-manage-plain-auth): Rewrite using SASL library.
14953         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14954         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14955         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14956         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14957
14958 2004-01-05  Simon Josefsson  <jas@extundo.com>
14959
14960         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14961         New files.
14962
14963 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14964
14965         * gnus-group.el (gnus-no-groups-message): Update.
14966
14967         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14968
14969 2003-11-09  Simon Josefsson  <jas@extundo.com>
14970
14971         * imap.el: Support for ID IMAP extension (RFC 2971).
14972         (imap-local-variables): Add imap-id.
14973         (imap-id): New variable.
14974         (imap-id): New function.
14975         (imap-parse-response): Parse untagged ID response.
14976         * nnimap.el (nnimap-id): New variable.
14977         (nnimap-open-connection): Use it.
14978
14979 2003-12-28  Simon Josefsson  <jas@extundo.com>
14980
14981         * gnus-score.el (gnus-score-edit-all-score): New.
14982         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14983
14984 2004-01-04  Simon Josefsson  <jas@extundo.com>
14985
14986         * password.el: Add.
14987
14988 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14989
14990         * dns.el (dns-query-types): Fix typo.
14991         (dns-query-types): New function
14992         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14993         PTR and SOA replies, see RFC 1035.
14994
14995 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14996
14997         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14998
14999         * Moved to Changelog.2.
15000
15001 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15002
15003         * gnus.el (gnus-version-number): Bump version.
15004
15005 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15006
15007         * gnus.el: No Gnus v0.1 is released.
15008
15009 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15010
15011         * gnus.el: No Gnus v0.0 is released.
15012
15013 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15014
15015         * gnus.el (gnus-version-number): Bump.
15016         (gnus-version): No.
15017
15018 See ChangeLog.2 for earlier changes.
15019
15020     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15021       Free Software Foundation, Inc.
15022
15023   This file is part of GNU Emacs.
15024
15025   GNU Emacs is free software: you can redistribute it and/or modify
15026   it under the terms of the GNU General Public License as published by
15027   the Free Software Foundation, either version 3 of the License, or
15028   (at your option) any later version.
15029
15030   GNU Emacs is distributed in the hope that it will be useful,
15031   but WITHOUT ANY WARRANTY; without even the implied warranty of
15032   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15033   GNU General Public License for more details.
15034
15035   You should have received a copy of the GNU General Public License
15036   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15037
15038 ;; Local Variables:
15039 ;; coding: utf-8
15040 ;; fill-column: 79
15041 ;; add-log-time-zone-rule: t
15042 ;; End:
15043
15044 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4