Merge from emacs--devo--0
[gnus] / lisp / ChangeLog
1 2009-07-24  Glenn Morris  <rgm@gnu.org>
2
3         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4         Fix typo.  (Bug#3903)
5
6 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10         that should not be used for draft articles.
11         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12         that has no concern in minor mode keys.
13         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14         Abolish.
15
16 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
19         article without making inquiry to a user for unknown encoding.
20
21         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
22         (nnmaildir--scan): Assume i-node and device number that file-attributes
23         returns might be cons-cell.
24
25         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
26
27         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
28
29 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
30
31         * auth-source.el: Remove docs now in auth.texi.  Don't use
32         `gnus-message' for logging.  Add new variables `auth-source-debug' and
33         `auth-source-hide-passwords' and use them.
34
35 2009-07-15  Glenn Morris  <rgm@gnu.org>
36
37         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
38
39 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
42         excessive whitespace from the default values of title and description.
43
44 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
47         mail-fetch-field to fetch Content-Description header in order to
48         exclude newlines.
49
50 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
51
52         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
53         format used by GnuPG 2.0.11.
54
55 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
58         to deleted part.
59
60 2009-05-30  David Engster  <dengste@eml.cc>
61
62         * nnmairix.el: Remove old documentation in the commentary block.
63         (nnmairix-request-group): Do not update active file for nnml back ends.
64         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
65         end so that overview files are ignored.
66         (nnmairix-update-groups): Make updating the groups more robust by using
67         marks.
68         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
69         with dollar characters in message-id.
70
71 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
72
73         * spam.el: Use dns-query instead of query-dns.  Was renamed on
74         2008-12-25 in dns.el.
75
76 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
79         could happen if the text is only composed of spaces and/or tabs.
80
81 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
82
83         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
84         when sending a queued message to avoid extra mml tags.
85
86 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
89
90 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
93         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
94         rmail-toggle-header for XEmacs;
95         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
96
97 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-dired.el: Remove autoload for gnus-setup-message.
100         (gnus-dired-attach): Fake this-command value to prevent Gnus from
101         displaying Gnus logo; always use compose-mail.
102
103 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
106
107 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
110         (gnus-nocem-issuers): List currently active issuers; fix custom type.
111         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
112         available.
113         (gnus-nocem-epg-verify): New function.
114
115 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
116
117         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
118
119 2009-02-15  Glenn Morris  <rgm@gnu.org>
120
121         * gnus-util.el (rmail-insert-rmail-file-header)
122         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
123         autoloads.
124         (rmail-default-rmail-file): Remove unnecessary declaration.
125         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
126
127 2009-02-14  Glenn Morris  <rgm@gnu.org>
128
129         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
130         variable (only used in gnus-util, which declares it anyway).
131         (rmail-output-to-rmail-file): Remove autoload of deleted function,
132         which was only needed by gnus-art (changed to not use it any more).
133         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
134         only used in gnus-util, which autoloads it itself.
135         (rmail-update-summary): Fix autoload.
136
137         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
138         rather than rmail-output-to-rmail-file.
139
140 2009-02-07  Glenn Morris  <rgm@gnu.org>
141
142         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
143         autoload of function that no longer exists.
144         (rmail-toggle-header): Declare.
145         (message-forward-rmail-make-body): Handle mbox Rmail.
146
147 2009-01-31  Glenn Morris  <rgm@gnu.org>
148
149         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
150         2009-01-09 change.
151
152 2009-01-31  Dave Love  <fx@gnu.org>
153
154         * imap.el (imap-fetch-safe): Bind debug-on-error.
155         (imap-debug): Add imap-fetch-safe.
156
157 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
158
159         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
160         (auth-source-forget-all-cached): New convenience function.
161         (auth-source-user-or-password): Accept list of modes or a single mode.
162
163         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
164         auth-source modes.
165
166         * netrc.el (netrc-machine-user-or-password): Use list of
167         auth-source modes.
168
169         * nnimap.el (nnimap-open-connection): Use list of
170         auth-source modes.
171
172         * nntp.el (nntp-send-authinfo): Use list of
173         auth-source modes.
174
175 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
176
177         * auth-source.el: Update docs to reflect epa-file-enable is to be used
178         now.
179
180 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
183         coding system in XEmacs; add a workaround for XEmacs.
184
185         * lpath.el: Fbind coding-system-aliasee.
186
187 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * mm-util.el (mm-coding-system-priorities): Protect against nil value
190         of current-language-environment.
191
192 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
193
194         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
195         available at runtime.
196
197 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gnus-art.el (article-date-ut): Fix end point of narrowing.
200
201 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
202
203         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
204         the greatest positive fixnum value doesn't work under an XEmacs with
205         bignum support; use the most-positive-fixnum constant instead,
206         available since Emacs 21.1 with cl and XEmacs 21.1.
207
208 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
211         XEmacs gets not to work.
212
213 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * mm-util.el (mm-coding-system-priorities): Allow the value like
216         "Japanese (UTF-8)" of current-language-environment.
217
218 2009-01-09  Glenn Morris  <rgm@gnu.org>
219
220         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
221         with last-command-event.
222
223 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
224
225         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
226         in the doc string.
227
228         * message.el (message-fix-before-sending): Amend comment.
229
230 2009-01-08  Dave Love  <fx@gnu.org>
231
232         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
233
234 2009-01-07  David Engster  <dengste@eml.cc>
235
236         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
237         simplified server definitions by converting it via
238         gnus-server-to-method.
239
240 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
243         parameter's operands.
244
245 2009-01-06  David Engster  <dengste@eml.cc>
246
247         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
248         primary select method (for gnus-group-mark-article-as-read).
249
250 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
251
252         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
253         `(gnus)Face', not `(gnus)X-Face'.
254
255 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * mm-util.el (mm-ucs-to-char): New function.
258
259         * mm-url.el (mm-url-decode-entities): Use it.
260
261         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
262         unicode-to-char.
263
264 2009-01-05  Dave Love  <fx@gnu.org>
265
266         * time-date.el: Require cl for `declare'.
267
268 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
271         Dave Love.
272
273 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * message.el (message-fix-before-sending): Add `eight-bit' to
276         illegible-text check.
277
278 2009-01-03  Michael Olson  <mwolson@gnu.org>
279
280         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
281         `headers' is nil.  This can occur if the IMAP server does not have
282         permissions to read messages from a folder, but can write new messages
283         to the folder.
284         (nnimap-request-article-part): Do not insert `data' if it is nil.
285
286         * imap.el (imap-parse-fetch): Courier can insert spurious blank
287         characters which will confuse `read', so skip past them.
288
289 2009-01-01  Dave Love  <fx@gnu.org>
290
291         * imap.el (imap-string-to-integer): Fix typo.
292         (imap-fetch-safe): New function.
293         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
294
295         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
296
297         * imap.el (imap-process-connection-type, imap-debug, imap-open):
298         (imap-parse-greeting): Fix doc strings.
299         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
300         (imap-parse-flag-list): Make messages unique.
301         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
302
303         * nnimap.el: Fix author email.
304         (nnimap-split-rule): Add FIXME comment.
305         (nnimap-debug): Fix doc string.
306
307 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * dns.el (dns-set-servers): Check "Address".  Fix typo.
310
311 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
312
313         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
314         nslookup if resolv.conf isn't available.
315         (dns-query): Rename from query-dns.
316         (dns-query-cached): Rename from query-dns-cached.
317
318 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
321         overlay-arrow-position and overlay-arrow-string buffer-local; no need
322         to check if those variables exist (first appeared in Emacs 18.50).
323
324 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * mm-util.el (mm-line-number-at-pos): New function.
327
328         * spam-report.el (spam-report-process-queue): Use it.
329
330 2008-12-24  David Engster  <dengste@eml.cc>
331
332         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
333         parameters that haven't existed as variables as buffer-local variables.
334
335 2008-12-23  Dave Love  <fx@gnu.org>
336
337         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
338         cadar.
339
340         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
341         imap-starttls-p.
342         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
343
344 2008-12-22  Dave Love  <fx@gnu.org>
345
346         * imap.el: Fix author email.  Doc fixes.
347         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
348         reply.
349
350 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * spam-report.el (spam-report-gmane-max-requests): New constant.
353         (spam-report-gmane-wait): New variable.
354         (spam-report-gmane-ham, spam-report-gmane-spam)
355         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
356         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
357         the server.
358
359         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
360         Add explanations.
361
362         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
363         nnheader-accept-process-output and nnheader-read-timeout if available.
364         (pop3-movemail): Use it.
365
366         * message.el (message-check-news-body-syntax): Fix signature check if
367         there's an attachment.
368
369 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * mm-util.el: Add comments to the mm- emulating functions.
372
373 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
374
375         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
376         by Stephen Berman <stephen.berman@gmx.net>.
377
378 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * mm-util.el (mm-substring-no-properties): New function.
381         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
382         (mm-special-display-p): Enable those lambda forms to be byte compiled.
383         (mm-string-to-multibyte): Doc fix.
384
385         * mml.el (mml-attach-file): Use mm-substring-no-properties.
386
387 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
388
389         * mml.el (mml-attach-file): Strip text properties from file name.
390         (Bug#1574)
391
392 2008-12-16  Glenn Morris  <rgm@gnu.org>
393
394         * mm-util.el (mm-charset-override-alist): Declare for compiler.
395
396 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
399         knows since the charset specified might be a bogus alias that
400         mm-charset-synonym-alist provides.
401
402 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
403
404         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
405         "ISO_8859-1".
406
407         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
408
409 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * mm-util.el (mm-charset-eval-alist):
412         Define it before mm-charset-to-coding-system.
413         (mm-charset-to-coding-system): Add optional argument `silent';
414         define it before mm-charset-override-alist.
415         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
416         default value if it can be used in Emacs currently running;
417         silence mm-charset-to-coding-system.
418
419 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
422         `allow-override' which says whether to use `mm-charset-override-alist'.
423         (rfc2047-decode-encoded-words): Use it.
424
425         * mm-util.el (mm-charset-override-alist): Fix custom type;
426         add `(gb2312 . gbk)' to choices.
427
428 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
431         fast.
432
433         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
434
435         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
436
437 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
438
439         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
440         on links.
441
442         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
443
444 2008-12-03  Lute Kamstra  <lute@gnu.org>
445
446         * sha1.el: Remove leading * from docstrings of defcustoms,
447         deffaces, defconsts and defuns.
448
449 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * message.el (message-idna-to-ascii-rhs-1): Protect against local
452         users' addresses that don't have domain parts.
453         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
454         rather than message-narrow-to-head since there will be the message
455         header separator.
456
457 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
458
459         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
460         since the result is inserted in a unibyte buffer anyway.
461         (nnimap-demule-use-string-to-multibyte): Remove.
462         (nnimap-demule): Alias it to mm-string-to-multibyte.
463
464 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
465
466         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
467         variable for debugging bug#464 and bug#1174.
468         (nnimap-demule): Use it.
469
470 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
471
472         * gnus-score.el (gnus-score-find-trace): Handle default score in total
473         score calculation correctly.
474
475 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
476
477         * message.el (message-send-mail): Just set the buffer to unibyte
478         rather than use mm-with-unibyte-current-buffer which does a lot more.
479         (message-send-mail-partially): Don't bother with
480         mm-with-unibyte-current-buffer since it's already been made unibyte by
481         message-send-mail.
482
483 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
486
487 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
488
489         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
490
491 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
494         require itself and to remove `with-no-warnings'.
495
496 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * starttls.el (starttls-any-program-available): Get the name of the
499         available TLS layer program.
500         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
501         well as the host name in the "opening" message.
502
503         * auth-source.el (auth-source-cache, auth-source-do-cache)
504         (auth-source-user-or-password): Cache passwords and logins by default,
505         allow override with `auth-source-do-cache'.
506         (auth-source-forget-user-or-password): Allow users to remove cache
507         entries if needed.
508
509 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
510
511         * md4.el (md4-buffer): Fix typo in docstring.
512         (md4, md4-64): Doc fixes.
513         (md4-pack-int32): Reflow docstring.
514
515 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * ietf-drums.el (ietf-drums-remove-comments): Localize second
518         condition-case to only the forward-sexp call.
519
520 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
523         quotes contained.  Make it more robust regardless by an extra
524         condition-case wrapper.
525
526 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * lpath.el: No need to fbind codepage-setup for Emacs 23.
529
530 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * nnml.el (nnml-request-expire-articles): Check if the function set to
533         `nnmail-expiry-target' returns the symbol `delete'.
534
535         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
536
537         * nnmail.el (nnmail-expiry-target): Fix custom type.
538
539 2008-10-02  Glenn Morris  <rgm@gnu.org>
540
541         * mm-util.el (mm-codepage-setup): Tweak codepage error.
542         Silence compiler warning.
543
544 2008-10-01  Magnus Henoch  <mange@freemail.hu>
545
546         * tls.el (open-tls-stream): Show the actual command being
547         executed, instead of the format string.
548
549 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * lpath.el: Fbind codepage-setup for Emacs 23.
552
553 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
554
555         * mml.el (mml-menu): Don't assume mml2015 is bound.
556
557 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
560         exists.
561
562 2008-09-27  Glenn Morris  <rgm@gnu.org>
563
564         * gnus-util.el (mail-header-remove-comments): Autoload it.
565
566 2008-09-27  Andreas Schwab  <schwab@suse.de>
567
568         * gnus-util.el (gnus-split-references): Strip comments.
569         (gnus-parent-id): Likewise.
570
571 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
572
573         * message.el (message-confirm-send): Fix version.
574
575 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * message.el (message-idna-to-ascii-rhs-1): Use
578         mail-extract-address-components rather than mail-header-parse-addresses
579         that is an alias by default to ietf-drums-parse-addresses that does not
580         support non-ASCII names in headers' contents.
581
582 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
583
584         * message.el (message-confirm-send): Fixed variable documentation to
585         avoid the "y/n" wording.
586
587 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
588
589         * message.el (message-set-auto-save-file-name): Save to a different
590         filename so multiple messages (especially drafts) can be recovered.
591
592 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * message.el (message-confirm-send): Add appropriate version.
595
596 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
597
598         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
599         defvar.
600
601 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
602
603         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
604         (mm-pkcs7-enveloped-magic): Ditto.
605
606 2008-09-17  Simon Josefsson  <simon@josefsson.org>
607
608         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
609         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
610
611 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
612
613         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
614         default, it's better.
615
616 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
619         summary line gnus-number property and ignore them (with a warning
620         message).
621
622 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
625         macro caddr in the interactive form since it won't be expanded.
626
627 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
630         `charset'; fix name of function called recursively.
631         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
632
633 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
636         (gnus-mime-set-charset-parameters): New function.
637         (gnus-mime-view-part-as-charset): Use it to correctly display part
638         specifying wrong charset.
639
640 2008-09-08  David Engster  <dengste@eml.cc>
641
642         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
643         in completing-read for back end server.
644
645 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * message.el (message-confirm-send): New variable to confirm sending a
648         message.
649         (message-send): Use it.
650
651 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
652
653         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
654
655 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
658
659 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
662         prevent tracking too many groups.
663         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
664         Use it.
665
666 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
667
668         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
669         moving point to the bottom of the window in order to avoid recentering.
670
671 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
674
675         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
676         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
677         (gnus-article-beginning-of-window): Fix calculation.
678
679 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-msg.el (gnus-summary-supersede-article)
682         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
683         value of gnus-newsgroup-charset to decode non-MIME encoded text in
684         message header.
685
686 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
687
688         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
689         pending output coming after the status change.
690
691 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
692
693         * message.el:
694         * gnus-start.el:
695         * gnus-registry.el: Remove VMS support.
696
697 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
700         macro.
701         (rfc2104-hash): Use it.
702
703 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
704
705         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
706         (gnus-summary-sort-by-most-recent-date): New commands.
707         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
708         and menu entries.
709
710 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
713         don't redisplay article for raw contents; remove plural articles stuff.
714
715         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
716         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
717         on gnus-summary-save-article; display results properly.
718
719 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * lpath.el: No need to fbind ns-focus-frame.
722
723 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
726
727 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-summary-save-in-pipe): Consider
730         gnus-save-all-headers.
731
732 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
733
734         * gnus-util.el (ns-focus-frame): Remove declaration.
735         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
736         like x.
737
738 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
739
740         * rfc2104.el (rfc2104-zero): Delete defconst.
741         (rfc2104-hex-alist): Likewise.
742         (rfc2104-hex-to-int): Delete func.
743         (rfc2104-hexstring-to-bitstring): Likewise.
744         (rfc2104-nybbles): New defconst.
745         (rfc2104-hash): Rewrite for speed.
746
747 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * tls.el (open-tls-stream): Make it work with the 2nd argument
750         BUFFER that is a string but does not exist as a buffer object, as
751         mentioned in the doc-string.
752
753 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
756         SXEmacs.
757
758 2008-07-16  Glenn Morris  <rgm@gnu.org>
759
760         * gnus-util.el (ns-focus-frame): Declare for compiler.
761
762 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
765         set as a group parameter.
766         (gnus-summary-save-in-pipe): Work when it is called independently.
767         (gnus-summary-pipe-to-muttprint): Don't modify
768         gnus-summary-pipe-output-default-command.
769
770 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
771
772         * message.el (message-send-mail-with-sendmail):
773         Display the error message.
774
775 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-art.el (gnus-default-article-saver):
778         Add gnus-summary-save-in-pipe to choices.
779         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
780         gnus-summary-pipe-output-default-command as the default command.
781         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
782         instead of gnus-last-shell-command.
783
784         * gnus-sum.el (gnus-summary-pipe-output-default-command):
785         New user option.
786         (gnus-summary-muttprint-program): Mention the value will be changed.
787         (gnus-summary-save-article): Force showing of all headers.
788         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
789
790 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
791
792         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
793
794 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
795
796         * nnimap.el (nnimap-id):
797         * sieve-manage.el (sieve-manage-open): Doc fixes.
798
799 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
800
801         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
802         if available.
803
804 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
805
806         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
807
808         * nnkiboze.el (nnkiboze-generate-group):
809         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
810
811         * nnmairix.el: Require CL.
812
813 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * dgnushack.el: Autoload get-display-table and put-display-table for
816         XEmacs 21.5.
817
818         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
819         21.4 and SXEmacs.
820
821 2008-06-15  David Engster  <dengste@eml.cc>
822
823         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
824
825 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
826
827         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
828         New macros that expand to an `aset'/`aref' call under Emacs, and to a
829         runtime choice under XEmacs.
830
831         * gnus-sum.el (gnus-summary-set-display-table):
832         Use `gnus-put-display-table', `gnus-get-display-table',
833         `gnus-set-display-table' for the display table, instead of `aset'.
834
835         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
836         Use `gnus-put-display-table', `gnus-get-display-table',
837         `gnus-set-display-table' for the display table.
838
839 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
840
841         * nnmairix.el: Add autoloads.
842
843 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
844
845         * nnmairix.el (nnmairix-delete-recreate-group)
846         (nnmairix-update-and-clear-marks): Fix error messages.
847
848 2008-06-14  David Engster  <dengste@eml.cc>
849
850         * nnmairix.el: Upgrade to version 0.6.
851         (nnmairix-group-toggle-propmarks-this-group)
852         (nnmairix-group-toggle-readmarks-this-group)
853         (nnmairix-group-delete-recreate-this-group)
854         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
855         (nnmairix-remove-tick-mark-original-article): New commands.
856         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
857         (nnmairix-propagate-marks-to-nnmairix-groups)
858         (nnmairix-only-use-registry, nnmairix-allowfast-default)
859         (nnmairix-marks-cache, nnmairix-version-output): New variables.
860         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
861         functions needed for marks propagation and manipulation of read marks.
862         (nnmairix-update-groups): New function.
863         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
864         (nnmairix-determine-original-group-from-registry)
865         (nnmairix-determine-original-group-from-path)
866         (nnmairix-get-group-from-file-path, nnmairix-map-range)
867         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
868         New helper functions.
869         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
870         keystrokes for new commands.
871         (nnmairix-delete-and-create-on-change): Doc string cleanup.
872         (nnmairix-request-group): Check allow-fast group parameter.
873         (nnmairix-request-create-group): Set allow-fast group parameter if
874         nnmairix-allowfast-default is set.
875         (nnmairix-close-group): Propagate marks upon closing if needed.
876         (nnmairix-group-toggle-threads-this-group): Use new.
877         nnmairix-group-toggle-parameter helper function.
878         (nnmairix-search): Better check for empty search result.
879         (nnmairix-goto-original-article): Use new helper functions for
880         determining original article.
881         (nnmairix-show-original-article): Make sure message-id is in brackets.
882         (nnmairix-call-mairix-binary): Change variable name.
883         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
884         helper function.
885         (nnmairix-widget-toggle-activate): Fix doc string.
886
887 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * nnir.el: Require edmacro when compiling with XEmacs.
890         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
891         available in Emacs 21.
892
893 2008-06-11  Glenn Morris  <rgm@gnu.org>
894
895         * gnus-util.el (x-focus-frame):
896         * gnus.el (image-size):
897         * mm-decode.el (image-size): Declare.
898
899         * gnus-picon.el (declare-function): Add compat definition.
900         (image-size): Declare.
901
902         * gnus-group.el (tool-bar-map):
903         * gnus-sum.el (tool-bar-map): Define for compiler.
904
905         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
906
907         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
908
909         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
910         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
911         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
912         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
913         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
914         * sieve-manage.el, spam-report.el, spam.el:
915         Remove unnecessary eval-and-compile of autoloads.
916
917 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
918
919         * auth-source.el: Precise Tramp doc.
920
921 2008-06-07  Glenn Morris  <rgm@gnu.org>
922
923         * nnmairix.el: Remove unnecessary eval-when-compile.
924
925 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * lpath.el: Fbind propertize for XEmacs 21.4.
928
929 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
930
931         * nnir.el: Move here from ../contrib.
932
933 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
934
935         * gnus-util.el (gnus-read-shell-command): New function.
936         * mm-decode.el (mm-pipe-part):
937         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
938
939 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
942
943 2008-06-03  Glenn Morris  <rgm@gnu.org>
944
945        * pop3.el (nnheader-accept-process-output): Autoload it.
946
947 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
950         are not 2-digit hexadecimal characters that follow `%'s.
951
952 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
953
954         * message.el (message-bogus-recipient-p): Fix type in doc string.
955         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
956         (message-bogus-addresses): Rename from message-bogus-address-regexp.
957         Improve custom options.
958         (message-bogus-recipient-p): Adjust accordingly.
959
960 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
961
962         * parse-time.el (parse-time-months, parse-time-weekdays): Add
963         long-form month and day names.
964
965 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * dgnushack.el: Autoload debug, eudc-expand-inline and
968         pgg-snarf-keys-region for XEmacs.
969
970         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
971
972         * nnmairix.el: Require edmacro when compiling with XEmacs.
973
974 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
975
976         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
977         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
978
979 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * auth-source.el: Add more docs.
982
983         * netrc.el (netrc-machine): Always match if the port is not given.
984
985 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnheader.el (nnheader-read-timeout): Change the default timeout from
988         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
989         retrieval faster in some cases, but might make CPU usage larger.  If
990         this has any bad side effects, we might revert this change.
991
992         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
993         seems to make mail retrieval much, much faster.
994         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
995         unconditionally.
996
997         * gnus-draft.el (gnus-group-send-queue): Bind
998         message-send-mail-partially-limit to nil to avoid being prompted.
999
1000 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1001
1002         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1003
1004         * message.el (message-bogus-address-regexp): Fix and improve custom
1005         type.
1006         (message-setup-hook): Add message-check-recipients as custom option.
1007
1008 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1009
1010         * message.el (message-cite-function): Remove bogus autoload which crept
1011         in during merge from v5-10.
1012
1013 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1016
1017         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1018
1019         * auth-source.el: Preliminary Tramp docs.
1020         (auth-sources): Change the default auth-sources to use
1021         EPA .gpg files.
1022
1023 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         * nntp.el: Autoload `auth-source-user-or-password'.
1026         (nntp-send-authinfo): Use it.
1027
1028         * nnimap.el: Autoload `auth-source-user-or-password'.
1029         (nnimap-open-connection): Use it.
1030
1031         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1032         for the gnus-message function.
1033         (auth-source-user-or-password): Use it.
1034
1035 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1036
1037         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1038         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1039         (rfc2104-hash): Use it.
1040
1041 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1042
1043         * gnus-art.el (gnus-article-toggle-truncate-lines):
1044         Don't use `iff' in docstring.
1045
1046 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1047
1048         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1049
1050         * gnus-util.el (gnus-extract-address-component-name)
1051         (gnus-extract-address-component-email): Convenience functions around
1052         `gnus-extract-address-components'.
1053
1054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1055         Use `gnus-extract-address-component-email' to fix bug of comparing full
1056         sender name to `user-mail-address'.
1057
1058 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1059
1060         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1061         catch/throw to optimize.
1062         (gnus-registry-find-keywords): Just use member to find a keyword.
1063
1064 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1067         is current before calling gnus-server-prepare.
1068         (gnus-server-setup-buffer, gnus-server-update-server)
1069         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1070
1071 2008-05-04  Juri Linkov  <juri@jurta.org>
1072
1073         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1074         (mailcap-file-default-commands): Use mailcap-replace-in-string
1075         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1076         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1077
1078 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1079
1080         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1081
1082 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1083
1084         * gnus.el: Bump version to 0.11
1085
1086 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1087
1088         * gnus.el: No Gnus v0.10 is released.
1089
1090 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1093         hooks.
1094         (gnus-update-read-articles): Speed up non-marks-using users.
1095         (gnus-use-marks): Define gnus-use-marks.
1096         (gnus-propagate-marks): Rename variable to something more sensible.
1097
1098 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1099
1100         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1101         (gmm-image-load-path-for-library): Fix typos in docstrings.
1102         (gmm-message): Reflow docstring.
1103
1104 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * mail-source.el (mail-source-set-1, mail-source-bind):
1107         Move auth-source code out of the macro to clean it up and fix bugs.
1108
1109 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1112         by sender if it's equal to user-mail-address, it's likely to be
1113         useless.
1114
1115         * mail-source.el (mail-source-bind): Don't use user or password if they
1116         are not bound.  Unintern them if they are nil.  Don't use server unless
1117         it's bound, and default it to empty string otherwise.
1118
1119 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1120
1121         * mail-source.el: Load auth-source.el.
1122         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1123         get user name or password, if auth-sources is set up.
1124
1125         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1126         strategy of splitting with parent.
1127         (gnus-registry-split-fancy-with-parent)
1128         (gnus-registry-post-process-groups): Use it and fix prior
1129         bug (returning a list as the split result).
1130
1131         * auth-source.el (auth-sources): Remove server parameter.
1132         (auth-source-pick, auth-source-user-or-password)
1133         (auth-source-user-or-password-imap)
1134         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1135         (auth-source-user-or-password-sftp)
1136         (auth-source-user-or-password-smtp): Remove server parameter.
1137
1138 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1139
1140         * smime.el (smime-sign-region, smime-encrypt-region)
1141         (smime-decrypt-region):
1142         Remove redundant calls to `generate-new-buffer-name'.
1143
1144 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1145
1146         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1147         Don't use QP for message/rfc822.
1148         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1149
1150 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1151
1152         * sieve-manage.el (sieve-string-bytes): Remove.
1153         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1154         correct byte-length only if the process's coding-system is the same as
1155         the one used internally by Emacs to represent strings.
1156
1157 2008-04-22  Juri Linkov  <juri@jurta.org>
1158
1159         * mailcap.el (mailcap-file-default-commands): New function.
1160
1161 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * message.el (message-signature-separator, message-cite-function):
1164         Change custom version.
1165
1166 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1167
1168         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1169         commands.
1170         (tls-checktrust): Ditto.
1171
1172 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1173
1174         * mm-decode.el (mm-display-external): Make temp file read-only.
1175
1176 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1177
1178         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1179         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1180         `C-c C-f d'.
1181
1182 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1183
1184         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1185
1186 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1187
1188         * gnus.el: Bump version to 0.9.
1189
1190 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1191
1192         * gnus.el: No Gnus v0.8 is released.
1193
1194 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1195
1196         * mail-source.el (mail-source-value):
1197         Prefer fboundp to functionp so it works with macros as well.
1198
1199 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1200
1201         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1202         Fix last change in case the element is not even a symbol.
1203
1204 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1205
1206         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1207         Prefer fboundp to functionp so it works with macros as well.
1208
1209 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * auth-source.el: Added docs.
1212         (auth-sources): Modify format to support server.
1213         (auth-source-pick, auth-source-user-or-password)
1214         (auth-source-user-or-password-imap)
1215         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1216         (auth-source-user-or-password-sftp)
1217         (auth-source-user-or-password-smtp): Add server parameter.
1218
1219 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1220
1221         * gnus-registry.el: Initialize the registry when gnus-registry-install
1222         is t.
1223
1224 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * compface.el (uncompface): Make buffer unibyte.
1227
1228 2008-04-05  Glenn Morris  <rgm@gnu.org>
1229
1230         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1231
1232 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1233
1234         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1235         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1236
1237         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1238         multibyteness after rather than before erasing it.
1239
1240         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1241         mm-with-multibyte.
1242         (gnus-request-article-this-buffer): Make sure the proper decoding is
1243         used if gnus-original-article-buffer happens to be unibyte.
1244
1245         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1246         default-enable-multibyte-characters.
1247
1248         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1249         default-enable-multibyte-characters.
1250
1251         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1252
1253         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1254
1255 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1256
1257         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1258         (imap-message-copyuid-1): Use it.
1259         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1260         J. Williams in
1261         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1262
1263         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1264         imap-enable-exchange-bug-workaround.
1265         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1266
1267 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1268
1269         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1270         a 100 byte status-checks into a 2-3MB transfer for each group.
1271         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1272         to enable bug workaround or not.
1273         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1274
1275 2008-03-31  Glenn Morris  <rgm@gnu.org>
1276
1277         * message.el (mml2015-use): Declare for compiler.
1278         (message-info): Require mml2015 when appropriate.
1279
1280 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1283         whitespace.
1284
1285 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1286
1287         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1288         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1289         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1290         (nntp-service-to-port): New function.
1291         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1292         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1293         (nntp-open-netcat-stream): New function.
1294         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1295
1296 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1297
1298         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1299
1300 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1301
1302         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1303
1304 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1305
1306         * dns.el (dns-write): Use set-buffer-multibyte.
1307
1308 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1309
1310         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1311
1312 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * message.el (message-signature-separator): Change default.
1315         Improve custom type.
1316         (message-cite-function): Change default to
1317         message-cite-original-without-signature.
1318
1319         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1320         toggle.
1321
1322         * message.el (message-check-news-body-syntax): Fix signature check.
1323         (message-setup-1): Mark buffer as unmodified _after_ running
1324         message-setup-hook and handling message-alternative-emails.
1325         (message-shorten-references): Be more strict when building list of
1326         valid references to comply with GNKSA.
1327
1328         * gnus-group.el (gnus-read-ephemeral-bug-group)
1329         (gnus-read-ephemeral-debian-bug-group)
1330         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1331
1332         * message.el (message-info): Don't use booleanp which isn't supported
1333         in Emacs 21 and XEmacs.
1334
1335 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1338         gnus-group-gmane-group-download-format.
1339         (gnus-group-read-ephemeral-gmane-group): Rename from
1340         gnus-group-read-ephemeral-gmane-group.
1341         (gnus-read-ephemeral-gmane-group-url): Rename from
1342         gnus-group-read-ephemeral-gmane-group-url.
1343         (gnus-bug-group-download-format-alist): New variable.
1344         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1345         (gnus-read-ephemeral-emacs-bug-group): New commands.
1346
1347 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1348
1349         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1350         (gnus-visible-headers): Improve custom type.
1351
1352 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * mml.el (mml-menu): Add workarounds for XEmacs.
1355
1356         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1357         X-Boundary header.
1358
1359         * message.el (message-simplify-recipients): Fix previous commit.
1360
1361 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1362
1363         * mm-util.el (mm-set-buffer-multibyte): New function.
1364         * mm-decode.el (mm-copy-to-buffer): Use it.
1365
1366 2008-03-19  Glenn Morris  <rgm@gnu.org>
1367
1368         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1369         Accidentally removed in the sync process with Emacs.
1370
1371 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * message.el (message-alter-recipients-discard-bogus-full-name):
1374         New function.
1375         (message-alter-recipients-function): New variable.
1376         (message-get-reply-headers): Use it.
1377         (message-replace-header): New helper function.
1378         (message-recipients-without-full-name): New variable.
1379         (message-simplify-recipients): New command.
1380
1381         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1382
1383         * message.el (message-info): Handle EasyPG manual.
1384
1385         * mml.el (mml-menu): Add entry for EasyPG.
1386
1387 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1388
1389         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1390         parameter.
1391
1392         * message.el (message-disassociate-draft): Specify drafts group name
1393         fully.
1394
1395 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1398         unnecessary duplicates from the match list.
1399
1400 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1403
1404         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1405
1406         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1407         args of `how-many' of which the XEmacs version doesn't take; declare
1408         Info-index-next as function.
1409
1410 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * gnus-score.el (gnus-score-headers): Fix handling of
1413         gnus-inhibit-slow-scoring.
1414
1415         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1416         string.
1417         (gnus-button-url-regexp): Improve handling of parenthesis.
1418         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1419         (gnus-button-handle-info-keystrokes): Handle index entries.
1420
1421 2008-03-15  Glenn Morris  <rgm@gnu.org>
1422
1423         * parse-time.el (parse-time-string): Simplify.
1424
1425 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1428         Incoming* files.
1429
1430 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1433         (auth-source-pick): Use it.
1434
1435 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1436
1437         * binhex.el (binhex-decode-region-internal):
1438         * uudecode.el (uudecode-decode-region-internal):
1439         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1440         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1441         setting default-enable-multibyte-characters.
1442
1443 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * auth-source.el (auth-source-protocols)
1446         (auth-source-protocols-customize, auth-source-choices): Added and
1447         modified variable customizations and defaults.
1448         (auth-source-pick, auth-source-user-or-password)
1449         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1450         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1451         (auth-source-user-or-password-sftp)
1452         (auth-source-user-or-password-smtp): Use new variables and provide an
1453         interface to netrc.el.
1454
1455 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1458         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1459         Make sure the nntp port to specify is a string.
1460
1461 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1462
1463         * nntp.el: Use with-current-buffer.
1464         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1465         dubious mm-with-unibyte-current-buffer.
1466         (nntp-with-open-group-function): New function extracted from
1467         nntp-with-open-group macro.
1468         (nntp-with-open-group): Use the function, so it's easier to debug.
1469         Add indentation and debugging info.
1470         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1471         the use of the netcat alternatives.
1472
1473         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1474         Avoid mm-string-as-multibyte as well.
1475
1476         * nnweb.el (nnweb-insert-html):
1477         Remove use of nnheader-string-as-multibyte.
1478
1479         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1480         (nnheader-string-as-multibyte): Remove.
1481
1482         * mm-view.el: Use inhibit-read-only.
1483         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1484         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1485         or unibyte-string.
1486
1487         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1488         (mm-uu-yenc-extract): Use with-current-buffer.
1489
1490         * gnus-soup.el (gnus-soup-send-packet): Don't use
1491         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1492
1493         * nnmh.el: Use with-current-buffer.
1494         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1495         mm-string-as-multibyte on the output of mm-encode-coding-string.
1496
1497         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1498         (nnimap-request-move-article): Use with-current-buffer.
1499
1500         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1501         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1502         conversion uses string-make-unibyte rather than string-as-unibyte.
1503
1504         * gnus-msg.el: Use with-current-buffer.
1505
1506         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1507
1508 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1509
1510         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1511         string for caching if it is 'PIN.
1512
1513 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * lpath.el: Consider the case without Emacs/W3.
1516
1517 2008-03-08  Glenn Morris  <rgm@gnu.org>
1518
1519         * time-date.el (date-to-time, time-subtract, time-add)
1520         (safe-date-to-time): Doc fixes.
1521
1522 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * mail-source.el (mail-source-delete-old-incoming-confirm):
1525         Change default to nil.
1526         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1527
1528 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * lpath.el: Rearrange.
1531
1532         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1533         (gnus-article-goto-prev-page): Work for articles having ^L's.
1534
1535         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1536
1537         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1538
1539 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1540
1541         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1542         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1543         (gnus-bookmark-jump): Adjust some variable names.
1544
1545 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1546
1547         * auth-source.el: New package.
1548         (auth-source-choices): Add customization entry point variable.
1549
1550         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1551         bug.
1552
1553 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1554
1555         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1556         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1557         (gnus-registry-install-shortcuts): Rename from
1558         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1559         the `gnus-registry-mark-map' keymap dynamically from
1560         `gnus-registry-marks'.  The generated functions update the summary line
1561         when a registry mark is added or deleted, and will call
1562         `gnus-registry-install-p' (see the comments in the code).
1563         (gnus-registry-user-format-function-M): Use concat intelligently.
1564
1565         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1566         the registry mark functions.
1567
1568 2008-03-05  Glenn Morris  <rgm@gnu.org>
1569
1570         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1571         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1572         gnus-art.
1573         (top-level): No need to load own source when compiling.
1574
1575 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1576
1577         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1578         Suggested by <chris.anderton@zetnet.co.uk>.
1579
1580 2008-03-04  Glenn Morris  <rgm@gnu.org>
1581
1582         * gnus-sum.el (top-level): No need to require gnus when compiling,
1583         since unconditionally required near start of file.
1584         (gnus-summary-display-while-building): Move definition before use.
1585
1586 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1587
1588         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1589         formatting function.
1590
1591 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1592
1593         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1594         with plists.
1595         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1596         Use new format.
1597
1598 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1601         `where-is-internal' that returns a range of key sequences.
1602
1603 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1604
1605         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1606
1607         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1608         (gnus-summary-jump-to-group): Consider windows on other displayed
1609         frames as well.  Similar changes might be needed elsewhere, but that's
1610         the one I've bumped into during my use.
1611
1612         * nndoc.el (nndoc-oe-dbx-type-p):
1613         * gnus-msg.el (gnus-debug):
1614         * gnus-group.el (gnus-update-group-mark-positions):
1615         Use mm-string-to-multibyte.
1616
1617 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1620         doesn't handle NotDashEscaped.
1621
1622         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1623         (mml-dnd-attach-options): Fix typo in custom choice.
1624
1625         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1626         nndoc-article-type to mbox.
1627         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1628
1629         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1630         to nil, instead of html2text.
1631
1632         * imap.el (imap-debug): Add `imap-ping-server'.
1633
1634         * gnus-bookmark.el: Add FIXMEs.
1635
1636         * message.el (message-form-letter-separator)
1637         (message-send-form-letter-delay): New variables.
1638         (message-send-form-letter): Use them.  New command to send form
1639         letters.  Requested by Uwe Siart.
1640         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1641
1642 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1643
1644         * Update copyright years.
1645
1646 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1647
1648         Sync from EMACS_22_BASE.
1649
1650         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1651
1652 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1653
1654         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1655         empty author.
1656
1657 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * gnus-registry.el (gnus-registry-marks): Add variable for
1660         customization of marks and their appearance.
1661         (gnus-registry-read-mark): Use it.
1662         (gnus-registry-do-marks): Add utility function to loop through
1663         `gnus-registry-marks'.
1664         (gnus-registry-install-shortcuts-and-menus): Add function to install
1665         shortcuts and menus.
1666         (gnus-registry-initialize): Use it.
1667         (gnus-registry-default-mark): Clarify documentation.
1668
1669 2008-02-29  Glenn Morris  <rgm@gnu.org>
1670
1671         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1672         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1673         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1674         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1675         Change defcustom :version from 23.0 to 23.1.
1676
1677 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1678
1679         * gnus-registry.el (gnus-registry-follow-group-p)
1680         (gnus-registry-post-process-groups): Add functions to aid registry
1681         splitting and improve logging.  Clarify behavior in function
1682         documentation.
1683         (gnus-registry-split-fancy-with-parent): Use them.
1684
1685 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1686
1687         * gnus-art.el: Use with-current-buffer.
1688
1689 2008-02-27  David Engster  <dengste@eml.cc>
1690
1691         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1692         Express real group name in the response.
1693
1694 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1697         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1698         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1699         autoload gnus-registry-fetch-group when compiling.
1700         (nnmairix-request-group-with-article-number-correction): Remove
1701         unreferenced argument passed to nnmairix-call-backend.
1702
1703 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1704
1705         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1706         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1707         Wilde.
1708
1709 2008-02-27  Glenn Morris  <rgm@gnu.org>
1710
1711         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1712         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1713         variables to defconsts.  Convert comments to doc-strings.
1714         (nnmairix-last-server, nnmairix-current-server): Convert from free
1715         variables to defvars.  Convert comments to doc-strings.
1716         (gnus-registry-fetch-group): Autoload.
1717         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1718         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1719         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1720         caddr.
1721         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1722         nnmairix-request-group-with-article-number-correction call.
1723         (nnmairix-fast, nnmairix-group): New, less general names, for free
1724         variables passed from nnmairix-request-group to
1725         nnmairix-request-group-with-article-number-correction.  Declare.
1726         (nnmairix-request-group-with-article-number-correction):
1727         Use nnmairix-fast, nnmairix-group rather than fast, group.
1728
1729 2008-02-26  David Engster  <dengste@eml.cc>
1730
1731         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1732         version 0.5.
1733
1734 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1737         instead of making an extra function call.  Don't add the current group
1738         to articles only when they have the group.  Use
1739         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1740         Reported by David <de_bb@arcor.de>.
1741
1742 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1745         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1746
1747 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * mail-source.el (mail-source-delete-incoming): Change default.
1750         Supplement doc string.
1751
1752         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1753
1754 2008-02-14  Glenn Morris  <rgm@gnu.org>
1755
1756         * time-date.el (format-seconds): New function.
1757
1758 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * nnmail.el (nnmail-message-id-cache-file): Derive from
1761         `gnus-home-directory'.
1762
1763 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1766         Document negative prefix.
1767
1768         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1769
1770 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * message.el (message-unsent-separator): Add the Exim bounce
1773         separator.
1774
1775 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1776
1777         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1778         list.
1779         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1780         recipient/signer list.
1781
1782 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * Makefile.in (datarootdir): Define.
1785         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1786         name that might contain whitespace.
1787
1788 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1791         fbound (Emacs 23 unicode), signal an error.
1792
1793 2008-02-08  Glenn Morris  <rgm@gnu.org>
1794
1795         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1796
1797 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1798
1799         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1800         ports to the calls to `netrc-machine-user-or-password' in addition to
1801         "imap" and "imaps".
1802
1803 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1804
1805         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1806
1807         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1808
1809 2008-02-01  Kenichi Handa  <handa@m17n.org>
1810
1811         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1812         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1813         (rfc2104-hash): Convert the result of concat to unibyte string.
1814
1815 2008-02-01  Dave Love  <fx@gnu.org>
1816
1817         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1818         coding-system-for-read.
1819         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1820
1821 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1822
1823         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1824         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1825         <hanche@math.ntnu.no>.
1826
1827 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1830
1831         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1832
1833 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1834
1835         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1836         * message.el (message-beginning-of-line): Use featurep instead of bound
1837         tests in order to resolve conditionals at compile time.
1838
1839 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1840
1841         * mail-source.el (mail-sources): Add `group' choice.
1842
1843         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1844         parameter `in-group' to control into which group the articles go.
1845         Add treatment of `group' mail-source.
1846
1847 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1850
1851         * mm-decode.el (mm-dissect-buffer): Decode description.
1852
1853         * mml.el (mml-to-mime): Encode message header first.
1854
1855 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1858         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1859
1860         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1861         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1862
1863 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1866
1867 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1870         prefix keys.
1871         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1872         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1873         gnus-xmas.el.
1874
1875         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1876         (gnus-xmas-article-describe-bindings): New function.
1877         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1878         gnus-xmas-article-describe-bindings.
1879
1880         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1881
1882 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1885         Add new variables for article mark management.
1886         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1887         list of extra data entries which, when present, will indicate that the
1888         article ID should not be trimmed from the registry.
1889         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1890         functions.
1891         (gnus-registry-read-mark): New function to read a mark name from the
1892         user.
1893         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1894         (gnus-registry-set-article-mark-internal): New functions to add and
1895         remove marks.
1896         (gnus-registry-get-article-marks): New function to show the marks for
1897         an article, or retrieve them for further use.
1898
1899 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1902         keys when no argument is given.
1903
1904 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1905
1906         * imap.el (imap-ping-server): New variable.
1907         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1908         (imap-ping-server): Minor doc string fixes.
1909
1910 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1911
1912         * imap.el (imap-ping-server): New function.
1913         (imap-opened): Call imap-ping-server.
1914
1915 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * gnus-sum.el (gnus-article-sort-by-random)
1918         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1919         jidanni@jidanni.org.
1920
1921 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-art.el (gnus-article-describe-bindings): New function.
1924         (gnus-article-read-summary-keys): Use it.
1925         (gnus-article-mode-map): Bind `C-h b' to it.
1926
1927 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1930         XEmacs.
1931         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1932         against non-character events.
1933
1934         * lpath.el: Fbind map-keymap for Emacs 21.
1935
1936 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1937
1938         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1939         command.
1940         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1941         instead of END.  Change name of the temp file.
1942         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1943         customizable.
1944
1945 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1948         bind `S W' to gnus-article-wide-reply-with-original; set default
1949         binding to gnus-article-read-summary-send-keys.
1950         (gnus-article-read-summary-keys): Fix the order of keys; display
1951         continuation keys correctly in the echo area; describe bindings
1952         correctly when keys end with `C-h'.
1953         (gnus-article-read-summary-send-keys): New function.
1954         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1955         for gnus-article-read-summary-send-keys; display continuation keys
1956         correctly in the echo area.
1957         (gnus-article-reply-with-original): Ignore prefix argument.
1958         (gnus-article-wide-reply-with-original): New function.
1959
1960         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1961         Emacs 21.
1962
1963 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1966         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1967
1968 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1969
1970         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1971         (gnus-group-read-ephemeral-gmane-group): New command.
1972
1973 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1974
1975         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1976
1977 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * message.el (message-send-mail-function): Increase custom version.
1980
1981         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1982         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1983
1984 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1985
1986         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1987         for the cases where imap-authenticate is called with a nil buffer
1988         parameter.
1989
1990 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1993         html parts correctly; support forwarded messages.
1994         (gnus-article-browse-html-article): Remove work buffers.
1995
1996         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1997         compiling.
1998         (netrc-bound-and-true-p): New macro.
1999         (netrc-parse): Use it instead of bound-and-true-p that is not available
2000         in XEmacs 21.4.
2001
2002 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-registry.el (gnus-registry-mark-article)
2005         (gnus-registry-article-marks): Add functionality to mark articles
2006         through the Gnus registry.
2007
2008         * encrypt.el: Clarify documentation for the new pgg method.
2009         (encrypt-file-alist): Add PGG option.
2010         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2011         functionality.  Abstract password key and messaging to external
2012         functions.
2013         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2014         (encrypt-message-method-and-cipher): Add new convenience external
2015         functions.
2016         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2017         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2018
2019         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2020         (netrc-parse): Use encrypt-file-alist to determine if
2021         encrypt-find-model or encrypt-insert-file-contents should be used.
2022
2023         * encrypt.el: Clarify documentation.  Load password-cache or
2024         password, whichever one is found first, instead of autoloading.
2025
2026 2007-12-19  Glenn Morris  <rgm@gnu.org>
2027
2028         * mml.el (message-options-set, message-narrow-to-head)
2029         (message-in-body-p, message-mail-p, message-encode-message-body):
2030         Autoload.
2031         (message-remove-header, message-narrow-to-headers-or-head)
2032         (message-subscribed-p, message-make-mail-followup-to)
2033         (message-position-on-field, message-news-p)
2034         (message-options-set-recipient, message-generate-headers)
2035         (message-sort-headers): Declare as functions.
2036
2037 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2038
2039         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2040         convention in doc string.
2041
2042 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2045         title to html parts.
2046         (gnus-article-browse-html-article): Pass message header to it.
2047
2048         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2049
2050 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2053         or password compatible with XEmacs.
2054
2055 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2056
2057         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2058         format document.
2059         (gnus-mime-delete-part): Don't write description line if empty.
2060         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2061
2062 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2063
2064         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2065         (gnus-summary-mark-read-and-unread-as-read)
2066         (gnus-summary-mark-current-read-and-unread-as-read)
2067         (gnus-summary-mark-unread-as-ticked): Doc fix.
2068         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2069
2070 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2071
2072         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2073         Christoph Conrad <christoph.conrad@gmx.de>.
2074
2075 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2078         yes-or-no-p.
2079
2080 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * mm-decode.el (mm-add-meta-html-tag): New function.
2083         (mm-save-part-to-file, mm-pipe-part): Use it.
2084
2085         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2086         gnus-y-or-n-p instead of y-or-n-p.
2087         (gnus-article-browse-html-parts): Work with message/external-body; use
2088         mm-add-meta-html-tag.
2089
2090 2007-12-11  Glenn Morris  <rgm@gnu.org>
2091
2092         * gnus-cache.el: Require gnus-sum not just when compiling.
2093
2094         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2095
2096         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2097         definitions before use.
2098
2099         * mm-decode.el: Require gnus-util.
2100         (mm-remove-part): Only call delete-annotation on XEmacs.
2101
2102         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2103
2104         * nnmail.el: Require gnus-int.
2105
2106         * spam.el: Move `require's before `eval-when-compile's.
2107
2108         * gnus-ems.el (gnus-alive-p):
2109         * gnus-fun.el (message-goto-eoh):
2110         * gnus-util.el (gnus-group-name-decode):
2111         * mail-source.el (gnus-compress-sequence):
2112         * message.el (Info-goto-node, format-spec):
2113         * mm-bodies.el (message-options-get):
2114         * mm-decode.el (mm-view-pkcs7):
2115         * mm-util.el (gmm-write-region):
2116         * mml-smime.el (mml-compute-boundary)
2117         (gnus-completing-read-with-default):
2118         * mml.el (widget-button-press, gnus-make-hashtable):
2119         * mml1991.el (mm-decode-content-transfer-encoding)
2120         (mm-encode-content-transfer-encoding)
2121         (message-options-get, message-options-set):
2122         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2123         * nnfolder.el (gnus-request-group):
2124         * nnheader.el (ietf-drums-unfold-fws):
2125         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2126         * smime.el (gnus-run-mode-hooks):
2127         * spam-stat.el (gnus-message): Autoload.
2128
2129         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2130         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2131         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2132         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2133         Add declare-function compatibility definition.
2134
2135         * gnus-cache.el (nnvirtual-find-group-art):
2136         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2137         (gnus-add-image, gnus-add-wash-type):
2138         * gnus-group.el (nnkiboze-score-file):
2139         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2140         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2141         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2142         (message-tokenize-header, gnus-get-buffer-create)
2143         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2144         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2145         * gnus.el (gnus-group-decoded-name):
2146         * mail-source.el (imap-capability):
2147         * mm-bodies.el (message-options-set):
2148         * mm-decode.el (gnus-configure-windows):
2149         * mm-extern.el (message-goto-body):
2150         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2151         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2152         (epg-sub-key-validity, message-options-set):
2153         * mml.el (widget-event-point, gnus-configure-windows):
2154         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2155         * mml2015.el (epg-check-configuration, epg-configuration)
2156         (message-options-set):
2157         * nndb.el (nndb-request-article):
2158         * nnfolder.el (gnus-request-create-group):
2159         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2160         * nnmaildir.el (gnus-group-mark-article-read):
2161         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2162         * rfc1843.el (message-fetch-field):
2163         * spam.el (gnus-extract-address-components):
2164         Declare as functions.
2165
2166 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2169
2170         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2171
2172         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2173         bind show-trailing-whitespace for XEmacs.
2174
2175 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2176
2177         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2178         new no-op macro for backward compatibility.
2179
2180         * imap.el (imap-string-to-integer): New function.
2181
2182 2007-12-09  Glenn Morris  <rgm@gnu.org>
2183
2184         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2185
2186         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2187         * message.el, mm-view.el, sieve-manage.el, smime.el:
2188         Add declare-function compatibility definition.
2189
2190         * gnus-art.el (w3-region, w3m-region, Info-menu):
2191         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2192         * gnus-sum.el (gnus-get-predicate):
2193         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2194         * message.el (mail-abbrev-in-expansion-header-p):
2195         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2196         (w3m-detect-meta-charset, w3m-region):
2197         * sieve-manage.el (password-read, password-cache-add)
2198         (password-cache-remove):
2199         * smime.el (password-read-and-add): Declare as functions.
2200
2201 2007-12-08  David Kastrup  <dak@gnu.org>
2202
2203         * gnus-sum.el (gnus-summary-simplify-subject-query):
2204         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2205         `message'.
2206
2207 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2210         it to bind idna-program, installation-directory, defined-colors, and
2211         face-attribute for XEmacs of the version that compiles defcustom forms.
2212
2213 2007-12-07  Glenn Morris  <rgm@gnu.org>
2214
2215         * gnus-art.el (article-make-date-line): Revert previous change.
2216
2217 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2218
2219         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2220
2221 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2222
2223         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2224         Call gnus-add-to-range ranges only once with a prepared article-list.
2225
2226 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2227
2228         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2229         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2230         group names with backslashes.  Reported by Tassilo Horn
2231         <tassilo@member.fsf.org>.
2232
2233 2007-12-06  Deepak Goel  <deego3@gmail.com>
2234
2235         * gnus-art.el (article-make-date-line):
2236         * gnus-start.el (gnus-load):
2237         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2238
2239 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-art.el (gnus-use-idna)
2242         * gnus-start.el (gnus-site-init-file)
2243         * message.el (message-use-idna)
2244         * mm-uu.el (mm-uu-hide-markers)
2245         * smiley.el (smiley-style): Revert changes that suppress warnings.
2246
2247 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2250         specify charset to html source.  Reported by Christoph Conrad
2251         <christoph.conrad@gmx.de>.
2252
2253 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2256         idna-program in order to suppress byte compile warning issued by XEmacs
2257         that came to byte compile the default value section of defcustom forms
2258         recently.
2259
2260         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2261         value of installation-directory.
2262
2263         * message.el (message-use-idna): Don't directly refer to the value of
2264         idna-program.
2265
2266         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2267
2268         * smiley.el (smiley-style): Don't directly call face-attribute.
2269
2270 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2273
2274         * gnus-dired.el: Reduce Gnus dependencies.
2275         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2276         require.  Use autoloads instead.
2277         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2278         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2279         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2280         (gnus-dired-mode): Adjust doc string.
2281         (gnus-dired-mail-mode): New variable.
2282         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2283         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2284         (gnus-dired-mail-buffers): New function.  Return mail or message
2285         composition buffers.
2286         (gnus-dired-attach): Use it.
2287         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2288         NO-DECODE.
2289         (gnus-dired-print): Use `gnus-print-buffer' depending on
2290         `gnus-dired-mail-mode'.
2291
2292 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * rfc2047.el (rfc2047-encoded-word-regexp)
2295         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2296         explaining what regexp patterns are for.
2297
2298 2007-12-04  Glenn Morris  <rgm@gnu.org>
2299
2300         * password.el: Move to password-cache.el.
2301
2302         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2303         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2304         * mml-smime.el (password-read, password-cache-add)
2305         (password-cache-remove):
2306         No need to autoload, since mml-sec requires password.
2307
2308         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2309         * message.el (gnus-extract-address-components):
2310         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2311
2312         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2313         password.
2314
2315 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2316
2317         * mailcap.el: Reduce dependencies.
2318         (mail-header-parse-content-type): Autoload.
2319         (mailcap-delete-duplicates): New alias.
2320         (mailcap-mime-info): Add optional argument NO-DECODE.
2321         (mailcap-mime-types): Use mailcap-delete-duplicates.
2322
2323         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2324
2325 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2326
2327         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2328         (imap-parse-status): Upcase status-att for servers that sends them
2329         lower-case (e.g., MS Exchange 2007).
2330
2331 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2334         function.
2335
2336         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2337         (gnus-uu-yenc-article): New function.
2338
2339         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2340
2341         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2342         buffer.
2343
2344 2007-12-02  Glenn Morris  <rgm@gnu.org>
2345
2346         * binhex.el (binhex): New custom group.
2347         (binhex-decoder-program, binhex-decoder-switches)
2348         (binhex-use-external): Move to the binhex custom group.
2349
2350         * uudecode.el (uudecode): New custom group.
2351         (uudecode-decoder-program, uudecode-decoder-switches)
2352         (uudecode-use-external): Move to the uudecode custom group.
2353
2354         * netrc.el (top-level): Don't load `encrypt' features.
2355         (netrc-parse): Don't use encrypt.
2356         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2357
2358         * encrypt.el: Remove file.
2359
2360 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2363         matches on patches.
2364
2365         * gnus-art.el (gnus-article-browse-html-article): Mention
2366         `mm-text-html-renderer' in the doc string.
2367
2368         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2369         string.  Add comments.
2370
2371         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2372         if rhs is ASCII.
2373
2374 2007-12-01  Glenn Morris  <rgm@gnu.org>
2375
2376         * mail-source.el (top-level): Require format-spec before
2377         eval-when-compile.
2378
2379 2007-11-30  Glenn Morris  <rgm@gnu.org>
2380
2381         * encrypt.el: Require password, rather than autoloading password-read.
2382
2383 2007-11-29  Glenn Morris  <rgm@gnu.org>
2384
2385         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2386         (sasl-make-client, sasl-next-step, sasl-step-data)
2387         (sasl-step-set-data): Declare as functions.
2388
2389 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2392
2393 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2394
2395         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2396         certs should be verified and what is to be done in the event of a
2397         verification failure.
2398
2399         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2400         caller can indicate whether the cache should be disregarded for this
2401         call.  This way the result of the call is reproducible at all times and
2402         can be considered a canonical server name for the supplied method.
2403         (gnus-agent-method-p): Canonicalize server names by pushing their
2404         method through `gnus-method-to-server' using the no-cache argument.
2405
2406         * gnus-srvr.el (gnus-server-insert-server-line): Call
2407         `gnus-method-to-server' with `no-cache' argument.
2408
2409         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2410         gnus-agent-possibly-synchronize-flags as this should be called when the
2411         server is actually being opened.
2412         (gnus-agent-possibly-synchronize-flags)
2413         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2414         flags file of an agentized server to the latter function.
2415
2416         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2417         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2418         after a connection has been established successfully.
2419
2420 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gnus-art.el (article-display-face): Force to display face if called
2423         interactively; check if gnus-article-x-face-too-ugly matches author.
2424         (article-display-x-face): Display face even if From header is missing
2425         as article-display-face does.
2426
2427 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2428
2429         * hashcash.el (message-narrow-to-headers-or-head)
2430         (message-fetch-field, message-goto-eoh)
2431         (message-narrow-to-headers): Declare as functions.
2432
2433 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2434
2435         * mail-source.el (mail-sources): Default to fetch from file for
2436         compatibility with default of nnmail-spool-file.
2437
2438 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2441         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2442         to look for encoded word that should be encoded again.
2443         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2444         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2445         encoding pattern.
2446         (rfc2047-decode-region): Switch strict regexp and loose one according
2447         to rfc2047-allow-irregular-q-encoded-words.
2448
2449 2007-11-25  Romain Francoise  <romain@orebokech.com>
2450
2451         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2452
2453 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * tls.el (tls-program): Provide more custom choices from
2456         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2457         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2458
2459 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2462         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2463
2464         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2465         `nnmail-spool-file'.
2466
2467         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2468         `nnmail-spool-file'.
2469
2470         * gnus-move.el (gnus-change-server): Ditto.
2471
2472         * gnus-kill.el (gnus-batch-score): Ditto.
2473
2474         * gnus-cache.el (gnus-jog-cache): Ditto.
2475
2476         * gnus-msg.el (gnus-summary-reply):
2477         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2478
2479 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2482         version.  Minor improvement to doc strings.
2483         (tls-program): Add comment.
2484
2485 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2486
2487         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2488         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2489         mismatch between the hostname provided in the certificate and the name
2490         of the host connnecting to.
2491         (open-tls-stream): Use them.  Check certificates against trusted root
2492         certificates.
2493
2494 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * gnus-cache.el (gnus-cache-generate-nov-databases):
2497         Use nnml-generate-nov-databases-directory instead of
2498         nnml-generate-nov-databases-1.
2499
2500 2007-11-24  Glenn Morris  <rgm@gnu.org>
2501
2502         * message.el (message-tool-bar-retro): Update for rename
2503         mail_send.xpm->mail-send.xpm.
2504
2505 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2506
2507         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2508         `smime-ldap-search' for Emacs 22 and up.
2509
2510 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2511
2512         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2513
2514         * message.el (message-send-mail-function): Fix error convention.
2515         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2516         (message-widen-reply, message-send-mail, message-talkative-question)
2517         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2518         (message-clone-locals, message-send-news): Use with-current-buffer.
2519         (message-insert-or-toggle-importance): Remove unused var `valid'.
2520         (message-make-references): Remove unused var `new-references'.
2521         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2522
2523 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2524
2525         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2526         (spam-split-symbolic-return-positive): Reflow docstring.
2527         (spam-backends, spam-summary-exit-behavior)
2528         (spam-mark-ham-unread-before-move-from-spam-group)
2529         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2530         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2531         (spam-clear-cache, spam-backend-check, spam-install-backend)
2532         (spam-install-statistical-backend, spam-list-of-processors)
2533         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2534         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2535         (spam-check-crm114, spam-initialize, spam-unload-hook):
2536         Fix typos in docstrings.
2537
2538 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2541         been checked if they have never been read and those group levels are
2542         higher than the one that a user specified.
2543
2544 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2547         foreign groups unless a group level is specified by a user.
2548         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2549
2550 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * message.el (message-send-mail-function): Require sendmail.
2553
2554 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * message.el (message-send-mail-function): Check for smtpmail too.
2557
2558         * utf7.el (utf7-encode, utf7-decode): Use coding system
2559         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2560
2561         * message.el (message-send-mail-function): New function.
2562         (message-send-mail-function): Set default using
2563         message-send-mail-function.  Adjust doc string.
2564         (message-send-mail-with-mailclient): New function.
2565
2566 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2567
2568         * smime.el (from):
2569         * rfc2047.el (message-posting-charset):
2570         * qp.el (mm-use-ultra-safe-encoding):
2571         * pop3.el (parse-time-months):
2572         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2573         * nnml.el (files):
2574         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2575         (jka-compr-compression-info-list, ange-ftp-path-format)
2576         (efs-path-regexp):
2577         * nndiary.el (files):
2578         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2579         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2580         (epg-digest-algorithm-alist, inhibit-redisplay)
2581         (password-cache-expiry):
2582         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2583         (pgg-output-buffer, password-cache-expiry):
2584         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2585         (efs-path-regexp):
2586         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2587         (inhibit-redisplay):
2588         * mm-uu.el (file-name, start-point, end-point, entry)
2589         (gnus-newsgroup-name, gnus-newsgroup-charset):
2590         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2591         (latin-unity-ucs-list):
2592         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2593         (mm-uu-binhex-decode-function):
2594         * message.el (gnus-message-group-art, gnus-list-identifiers)
2595         (rmail-enable-mime-composing, gnus-local-organization)
2596         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2597         (gnus-read-active-file, facemenu-add-face-function)
2598         (facemenu-remove-face-function, gnus-article-decoded-p)
2599         (tool-bar-mode):
2600         * mail-source.el (display-time-mail-function):
2601         * gnus-util.el (nnmail-pathname-coding-system)
2602         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2603         (gnus-original-article-buffer, gnus-user-agent)
2604         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2605         (xemacs-codename, sxemacs-codename, emacs-program-version):
2606         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2607         * gnus-start.el (gnus-agent-covered-methods)
2608         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2609         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2610         (gnus-newsgroup-headers, gnus-group-list-mode)
2611         (gnus-group-mark-positions, gnus-newsgroup-data)
2612         (gnus-newsgroup-unreads, nnoo-state-alist)
2613         (gnus-current-select-method, mail-sources)
2614         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2615         (nnmail-spool-file, gnus-cache-active-hashtb):
2616         * gnus-mh.el (mh-lib-progs):
2617         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2618         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2619         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2620         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2621         (gnus-group-buffer):
2622         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2623         (font-lock-set-defaults):
2624         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2625         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2626         (gnus-summary-post-menu, total-parts, type, condition, length):
2627         * gnus-agent.el (gnus-agent-read-agentview):
2628         * flow-fill.el (show-trailing-whitespace):
2629         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2630         eval-and-compile wrappers for byte compiler pacifiers.
2631
2632         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2633         (mm-display-inline-fontify): Check for featurep 'xemacs not
2634         extent-list.
2635
2636         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2637         itimer-list.
2638         (mm-create-image-xemacs): Only do something for XEmacs.
2639         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2640
2641         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2642
2643         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2644         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2645
2646 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2647
2648         * nnimap.el (nnimap-split-download-body):
2649         * gnus-demon.el (gnus-demon):
2650         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2651
2652 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2655         macros.
2656         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2657         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2658         copy data from unibyte buffer to multibyte current buffer.
2659         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2660         to copy data from unibyte current buffer to multibyte buffer.
2661         (nntp-make-process-buffer): Make process buffer unibyte.
2662
2663         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2664
2665 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2666
2667         * pop3.el (pop3-open-server): Accept and process data more robustly at
2668         connexion start to avoid spurious "POP SSL connexion failed" errors.
2669
2670 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2673         read group names.
2674
2675 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2676
2677         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2678
2679 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2682         (nnmail-save-active): Use a unibyte buffer when saving active file,
2683         which may contain non-ASCII group names.
2684
2685         * nnml.el (nnml-request-group): Decode group names in messages.
2686
2687 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2688
2689         * message.el (message-citation-line-function)
2690         (message-insert-formatted-citation-line): Fix spelling of
2691         `message-insert-formated-citation-line'.
2692
2693 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2694
2695         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2696
2697 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2700         nnmail-pathname-coding-system.
2701
2702         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2703         that a user enters; decode group names in messages.
2704
2705         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2706
2707 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2710
2711         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2712
2713         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2714         risky local variable.
2715
2716         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2717
2718 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * encrypt.el: Improve documentation to fix function name typo.
2721         Reported by Daiki Ueno <ueno@unixuser.org>.
2722
2723 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2726         even if the point is not in the last page of an article.
2727         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2728         back to the previous page.
2729
2730 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2731
2732         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2733
2734 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2737
2738 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * message.el (message-check-news-body-syntax): Avoid
2741         mm-string-as-multibyte.
2742         (message-hide-headers): Don't assume (point-min)==1.
2743
2744 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2745
2746         * message.el (message-remove-blank-cited-lines): Fix if remove is
2747         given.
2748         (message-bogus-address-regexp): New variable.
2749         (message-bogus-recipient-p): New function.
2750         (message-check-recipients): New command.
2751         (message-syntax-checks): Add `bogus-recipient'.
2752         (message-fix-before-sending): Add `bogus-recipient'.
2753
2754         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2755         (gnus-treat-body-boundary): Don't test window-system.
2756
2757 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2758
2759         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2760
2761 2007-10-28  Miles Bader  <miles@gnu.org>
2762
2763         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2764         at compile-time too.
2765
2766 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2767
2768         * gnus-msg.el (gnus-message-setup-hook): Add
2769         `message-remove-blank-cited-lines' to options.
2770
2771 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * message.el (message-remove-blank-cited-lines): New function.
2774         Suggested by Karl Plästerer.
2775
2776 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2779         mapc.
2780
2781         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2782         (top-level): Use mapc to set functions to be traced for debugging.
2783
2784         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2785         called for effect with while loop.
2786
2787         * message.el (message-talkative-question): Replace mapcar called for
2788         effect with mapc.
2789
2790         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2791         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2792         called for effect with dolist.
2793
2794         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2795
2796         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2797         gnus-extra-headers and nnmail-extra-headers.
2798
2799         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2800         called for effect with dolist.
2801         (top-level): Use mapc to set functions to be traced for debugging.
2802
2803         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2804         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2805         dolist.
2806
2807         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2808         Replace mapcar called for effect with mapc.
2809         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2810         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2811         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2812         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2813
2814         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2815         remove-if that's a cl function.
2816
2817         * webmail.el (webmail-debug): Replace mapcar called for effect with
2818         dolist.
2819
2820         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2821         with mapc.
2822
2823 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2826         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2827         with while loop.
2828
2829         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2830         functions from article-* functions.
2831         (gnus-multi-decode-header): Replace mapcar called for effect with
2832         dolist.
2833
2834         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2835         (gnus-bookmark-show-details): Replace mapcar called for effect with
2836         while loop.
2837
2838         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2839         called for effect with while loop.
2840
2841         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2842         with dolist.
2843
2844         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2845         mapcar called for effect with dolist.
2846
2847         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2848
2849         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2850         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2851         Replace mapcar called for effect with dolist.
2852         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2853         mapc.
2854
2855         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2856         Replace mapcar called for effect with dolist.
2857         (gnus-topic-list): Replace mapcar called for effect with mapc.
2858
2859         * gnus.el: Use mapc instead of mapcar to add autoloads.
2860
2861 2007-10-23  Richard Stallman  <rms@gnu.org>
2862
2863         * gnus-group.el (gnus-group-highlight): Mark as risky.
2864
2865 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus.el (gnus-server-to-method): Return method found first in
2868         gnus-newsrc-alist.
2869
2870         * gnus-art.el (gnus-article-highlight-signature)
2871         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2872         button overlay without the front stickiness.
2873
2874 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2875
2876         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2877         overview buffer needed a catch to receive its throw.
2878         (gnus-agent-flush-cache): Declared as interactive to make this function
2879         easier to use.
2880
2881 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2884         `next-line'.
2885
2886 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2889         exclude address matching message-dont-reply-to-names.
2890
2891 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus-util.el (gnus-string<): New function.
2894
2895         * gnus-sum.el (gnus-article-sort-by-author)
2896         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2897
2898 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2901         the frame-focus tag is set in gnus-buffer-configuration.
2902
2903 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2906         the front stickiness.
2907
2908 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2911         url pattern; remove duplicate one.
2912         (gnus-article-extend-url-button): New function.
2913         (gnus-article-add-buttons): Use it.
2914         (gnus-button-push): Use concatenated url that it makes.
2915
2916 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2917
2918         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2919
2920 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2921
2922         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2923         Don't hardcode point-min==1.
2924
2925 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2928         Fix comment about "iso8859-1".
2929
2930 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2931
2932         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2933         ones returned from the verify-function.
2934
2935         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2936         mml2015-extract-cleartext-signature if extraction failed.
2937
2938 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2939
2940         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2941         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2942         failed.
2943
2944 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2945
2946         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2947
2948 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2951         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2952         recommends to use EasyPG instead of PGG.
2953
2954         * pgg.el: Revert to revision 6.23.2.16
2955
2956         * pgg-def.el: Revert to revision 6.6.2.14.
2957
2958         * pgg-gpg.el: Revert to revision 6.23.2.34.
2959
2960 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2963         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2964         thread for both the null and zero (kill/expire thread) universal prefix
2965         cases.
2966         (gnus-summary-expire-thread): Add new function to expire a thread,
2967         using gnus-summary-kill-thread.
2968         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2969         shortcuts for gnus-summary-expire-thread.
2970         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2971         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2972
2973 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2974
2975         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2976         extras value, so an extras entry can be deleted.
2977         (gnus-registry-delete-extra-entry): Use it.
2978         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2979         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2980         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2981         storage through the gnus-registry, and provide an appropriate API for
2982         it.
2983
2984 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2987         Suggested by Leo <sdl.web@gmail.com>.
2988
2989         * gnus.el: Do.
2990
2991 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2994         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2995
2996         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2997
2998         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2999         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3000
3001 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3004         newline.
3005         (nnmbox-request-accept-article): Don't change article in source buffer;
3006         narrow to header to use message-fetch-field rather than
3007         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3008         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3009         as delimiters; make sure article ends with newline.
3010         (nnmbox-delete-mail): Correct last position of article to be deleted;
3011         ignore X-Gnus-Newsgroup header in article body.
3012         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3013         positions; make sure article ends with newline.
3014
3015         * message.el (message-display-abbrev): Don't infloop when a user
3016         inserts SPC in the beginning of header.
3017
3018         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3019         coding-system-for-read and coding-system-for-write for XEmacs having no
3020         file-coding feature.
3021
3022         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3023
3024 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3027         list of groups not followed by default.  Fix type to be regexp.
3028         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3029
3030 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3031
3032         * hmac-def.el (define-hmac-function): Switch from old-style to
3033         new-style backquotes.
3034
3035         * md4.el (md4-make-step): Likewise.
3036
3037 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3040         raw-text coding system when saving .newsrc file, which may contain
3041         non-ASCII group names.
3042
3043 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-cus.el (gnus-score-extra): New widget.
3046         (gnus-score-extra-convert): New function.
3047         (gnus-score-customize): Use it for Extra.
3048
3049 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3050
3051         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3052         (mml2015-mailcrypt-clear-verify): Use it.
3053         (mml2015-gpg-clear-verify): Use it.
3054         (mml2015-pgg-clear-verify): Use it.
3055         (mml2015-epg-clear-verify): Replace the current part with the output
3056         from GnuPG; don't extract the plaintext by itself.
3057
3058         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3059         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3060         mml2015-clear-verify-function; don't touch the armor headers or
3061         dash-escaped text here.
3062
3063 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3066         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3067         parts, or application/octet-stream as a last resort.
3068         (gnus-mime-view-part-as-type): Don't toggle display.
3069         (gnus-mime-view-part-as-charset): Don't turn off display before
3070         querying charset.
3071
3072         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3073         stuff to undisplayer function in Emacs.
3074         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3075
3076         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3077         text/calendar parts.
3078
3079 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3082         decoding text/calendar parts.
3083
3084         * message.el (message-forward-make-body-mime): Always mark body as
3085         having no illegible text; remove signed-or-encrypted argument.
3086         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3087
3088         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3089         (mml-generate-mime-1): Don't encode body if it is specified to be in
3090         raw form; don't make buffer be unibyte when inserting multibyte string.
3091
3092 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3093
3094         * sha1.el: Fix up comment style.
3095         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3096         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3097
3098         * hex-util.el: Fix up comment style.
3099         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3100
3101         * gnus-salt.el: Use with-current-buffer.
3102         (gnus-pick-setup-message): Fix long-standing typo.
3103
3104 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * imap.el (imap-logout-timeout): New variable.
3107         (imap-logout, imap-logout-wait): New functions.
3108         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3109
3110         * nnimap.el (nnimap-logout-timeout): New server variable.
3111         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3112         nnimap-logout-timeout.
3113
3114         * gnus-art.el (gnus-article-summary-command-nosave)
3115         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3116
3117 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * gnus.el (gnus-maximum-newsgroup): New variable.
3120
3121         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3122         according to gnus-maximum-newsgroup.
3123
3124         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3125         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3126         Limit the range of articles according to gnus-maximum-newsgroup.
3127
3128 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3129
3130         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3131         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3132         Don't perform gnus-configure-windows here; reuse existing sticky
3133         article buffer.
3134
3135         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3136         it doesn't exist in gnus-article-mode.
3137
3138 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3141         (gnus-agent-decoded-group-name): New function.
3142         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3143         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3144
3145 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3146
3147         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3148         Add binding for gnus-sticky-article.
3149         (gnus-summary-exit): Don't kill sticky article buffers.
3150
3151         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3152         article buffer.
3153         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3154         (gnus-kill-sticky-article-buffers): New commands.
3155
3156 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * nntp.el (nntp-xref-number-is-evil): New server variable.
3159         (nntp-find-group-and-number): If it is non-nil, don't trust article
3160         numbers in the Xref header.
3161
3162 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-agent.el (gnus-agent-read-group): New function.
3165         (gnus-agent-flush-group, gnus-agent-expire-group)
3166         (gnus-agent-regenerate-group): Use it.
3167         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3168         nnmail-pathname-coding-system.
3169
3170 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3173
3174         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3175         that are unread as unread, and also as selected so that information of
3176         marks having been changed by a user may be updated when exiting group.
3177
3178 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3181         calculated ignoring signature parts to gnus-treat-article.
3182
3183 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3186         a point here in order to keep the window start.
3187         (gnus-insert-mime-security-button): Make a button overlay without the
3188         front stickiness.
3189         (gnus-mime-display-security): Goto the end of a button.
3190
3191         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3192
3193 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3196         group-name-at-point.
3197         (gnus-group-completing-read): New function that offers decoded
3198         non-ASCII group names for completion.
3199         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3200         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3201         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3202         (gnus-group-fetch-control): Use it.
3203         (gnus-fetch-group): Use group-name-at-point for the initial value
3204         rather than the default value; use gnus-alive-p.
3205
3206         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3207         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3208         (gnus-summary-post-news): Use gnus-group-completing-read.
3209
3210         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3211         (gnus-read-move-group-name): Decode group name for completion.
3212
3213 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3216         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3217         Yamaoka slightly modified the code).
3218
3219 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3222         (nnmail-split-incoming): Bind it.
3223
3224         * nnml.el (nnml-group-name-charset): New function.
3225         (nnml-decoded-group-name): Use it; don't decode group name if
3226         nnmail-group-names-not-encoded-p is non-nil.
3227         (nnml-encoded-group-name): New function.
3228         (nnml-group-pathname): Inline nnml-decoded-group-name.
3229         (nnml-request-expire-articles): Decode group name in message.
3230         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3231         nnmail-pathname-coding-system.
3232         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3233         not decoded ones according to nnmail-group-names-not-encoded-p.
3234         (nnml-generate-active-info): Use nnml-encoded-group-name.
3235
3236 2007-08-08  Glenn Morris  <rgm@gnu.org>
3237
3238         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3239         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3240         doc-strings and comments.
3241
3242 2007-07-25  Glenn Morris  <rgm@gnu.org>
3243
3244         * Relicense all FSF files to GPLv3 or later.
3245
3246 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * gnus-sum.el (gnus-summary-move-article): Make
3249         gnus-summary-respool-article work.
3250
3251 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3254         string.
3255
3256 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3257
3258         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3259         that should be ignored when comparing distant RSS articles with local
3260         ones.
3261         (nnrss-make-hash-index): New function.  Create a hash index according
3262         to the ignored fields.
3263         (nnrss-check-group): Use it.
3264
3265 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3268
3269         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3270
3271         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3272         the new optional argument ENCODED is non-nil.
3273         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3274         coding system for encoding group name.
3275         (gnus-group-make-rss-group): Pass un-encoded group name to
3276         gnus-group-make-group.
3277         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3278         encoded.
3279
3280         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3281         Encode group name to which articles are moved or copied.
3282         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3283         coding system for encoding Newsgroup, Followup-To and Xref headers.
3284
3285         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3286         marks; use nnheader-file-coding-system to write a file.
3287         (nnagent-retrieve-headers): Bind file-name-coding-system to
3288         nnmail-pathname-coding-system.
3289
3290         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3291
3292         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3293         (nnml-request-article, nnml-request-create-group)
3294         (nnml-request-rename-group, nnml-find-id)
3295         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3296         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3297         (nnml-save-marks): Use nnml-group-pathname instead of
3298         nnmail-group-pathname.
3299
3300         (nnml-request-create-group, nnml-request-expire-articles)
3301         (nnml-request-move-article, nnml-request-delete-group)
3302         (nnml-deletable-article-p, nnml-possibly-create-directory)
3303         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3304         (nnml-open-marks): Bind file-name-coding-system to
3305         nnmail-pathname-coding-system.
3306
3307         (nnml-request-article): Pass server argument to nnml-find-group-number.
3308         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3309         server argument to nnml-possibly-create-directory.
3310         (nnml-request-accept-article): Pass server argument to
3311         nnml-active-number and nnml-save-mail.
3312         (nnml-find-group-number): Pass server argument to nnml-find-id.
3313         (nnml-request-update-info): Pass server argument to
3314         nnml-marks-changed-p.
3315
3316         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3317         (nnml-save-mail, nnml-active-number): Add server argument.
3318
3319         (nnml-request-delete-group): Warn if group is missing.
3320         (nnml-get-nov-buffer): Decode group name.
3321         (nnml-generate-active-info): Encode group name.
3322         (nnml-open-marks): Decode group name in messages.
3323
3324 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3327         if it is not specified.
3328         (gnus-article-pipe-part, gnus-article-save-part)
3329         (gnus-article-interactively-view-part, gnus-article-copy-part)
3330         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3331         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3332         (gnus-article-replace-part, gnus-article-delete-part)
3333         (gnus-article-view-part-as-type): Pass raw prefix argument to
3334         gnus-article-part-wrapper.
3335
3336 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gnus-agent.el (gnus-agent-save-active): Bind
3339         nnheader-file-coding-system to gnus-agent-file-coding-system.
3340
3341         * gnus-cache.el (gnus-cache-save-buffers)
3342         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3343         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3344         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3345         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3346         (gnus-cache-generate-active, gnus-cache-rename-group)
3347         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3348         (gnus-cache-update-overview-total-fetched-for): Bind
3349         file-name-coding-system to nnmail-pathname-coding-system.
3350         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3351         variables.
3352         (gnus-cache-decoded-group-name): New function.
3353         (gnus-cache-file-name): Use it.
3354         (gnus-cache-generate-active): Use non-decoded group name for active.
3355
3356         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3357         right place.
3358         (gnus-write-active-file): Don't break non-ASCII group names.
3359
3360         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3361         nnmail-pathname-coding-system.
3362
3363         * lpath.el: Bind default-file-name-coding-system,
3364         file-name-coding-system and language-info-alist for XEmacs.
3365
3366         * gnus-uu.el (gnus-uu-decode-save): Typo.
3367
3368 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3371
3372 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3375         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3376         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3377         (gnus-agent-flush-group, gnus-agent-flush-cache)
3378         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3379         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3380         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3381         (gnus-agent-regenerate-group)
3382         (gnus-agent-update-files-total-fetched-for)
3383         (gnus-agent-update-view-total-fetched-for): Bind
3384         file-name-coding-system to nnmail-pathname-coding-system.
3385         (gnus-agent-group-pathname): Don't encode file names by
3386         nnmail-pathname-coding-system.
3387         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3388         coding-system-for-write instead of buffer-file-coding-system to
3389         gnus-agent-file-coding-system.
3390
3391         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3392         Decode group name.
3393
3394         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3395
3396         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3397         (gnus-read-newsrc-el-file): Make group names unibyte.
3398
3399         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3400         nnmail-pathname-coding-system.
3401
3402         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3403         (nnrss-request-delete-group): Bind file-name-coding-system to
3404         nnmail-pathname-coding-system.
3405         (nnrss-read-server-data, nnrss-read-group-data): Bind
3406         file-name-coding-system correctly.
3407         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3408
3409         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3410         (nntp-server-to-method-cache): New variable.
3411         (nntp-group-pathname): New function that decodes non-ASCII group names.
3412         (nntp-possibly-create-directory, nntp-marks-changed-p)
3413         (nntp-save-marks, nntp-open-marks): Use it.
3414         (nntp-possibly-create-directory, nntp-open-marks):
3415         Bind file-name-coding-system to nnmail-pathname-coding-system.
3416         (nntp-open-marks): Decode group names when bootstrapping marks.
3417
3418         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3419         Newsgroups and Folowup-To headers.
3420
3421 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3424         (gnus-server-closed-face, gnus-server-denied-face)
3425         (gnus-server-offline-face): Remove variable.
3426         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3427
3428         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3429         of modifying message-stack directly for XEmacs.
3430
3431         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3432         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3433         if the coding-system argument is nil for XEmacs.
3434
3435         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3436         mm-charset-override-alist.
3437
3438         * rfc2047.el: Don't require base64; require rfc2045 for the function
3439         rfc2045-encode-string.
3440         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3441         to quote the parameter value.
3442
3443 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3446         form in gnus-group-name-charset-method-alist.
3447
3448         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3449         overrides the default layout edit-form.
3450
3451         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3452
3453         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3454
3455 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3458         as unfetched articles.
3459
3460 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3463
3464 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3467         original back end that keeps marks in the local system.
3468
3469 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3472         arg of pop-to-buffer for XEmacs.
3473         (gnus-article-read-summary-keys): Ditto; don't restore window
3474         configuration if summary command ends up with neither article buffer
3475         nor summary buffer; describe bindings if summary keys end with C-h.
3476
3477 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * message.el (message-fix-before-sending): Skip raw message part to be
3480         forwarded while checking illegible text.
3481         (message-forward-make-body-mime, message-forward-make-body): Mark
3482         signed or encrypted raw message as having no illegible text.
3483
3484 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3487         (gnus-message-with-timestamp-1): New macro.
3488         (gnus-message-with-timestamp): New function.
3489         (gnus-message): Use them.
3490
3491         * nnheader.el (nnheader-message): Use them.
3492
3493 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3496         .newsrc.eld file.
3497
3498 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-agent.el (gnus-agent-fetch-headers)
3501         (gnus-agent-retrieve-headers): Bind
3502         gnus-decode-encoded-address-function to identity.
3503
3504         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3505         available also when the server returns simply a dot.
3506
3507         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3508
3509 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3512
3513 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-ems.el (gnus-x-splash): Make it work.
3516
3517         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3518         from being used.
3519
3520         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3521
3522 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3525         4th and the 5th arguments.
3526
3527         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3528         the front stickiness.
3529         (gnus-article-summary-command-nosave): Correct the order of the
3530         arguments passed to pop-to-buffer.
3531         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3532         summary command ends up with the article buffer.
3533
3534         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3535         the same faces.
3536
3537 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3538
3539         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3540
3541 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3542
3543         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3544         * gnus-sum.el (gnus-summary-highlight):
3545         * pgg.el (pgg-sign-region, pgg-sign):
3546         * mail-source.el (mail-source-delete-old-incoming-confirm):
3547         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3548
3549 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-art.el (gnus-mime-view-part-externally)
3552         (gnus-mime-view-part-internally): Fix predicate function passed to
3553         completing-read.
3554
3555         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3556
3557         * gnus.el (gnus-update-message-archive-method): Add :version.
3558
3559 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus.el (gnus-update-message-archive-method): New variable.
3562
3563         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3564         according to gnus-message-archive-method if
3565         gnus-update-message-archive-method is non-nil.
3566
3567 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3570         by Loic Dachary <loic@dachary.org>.
3571         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3572
3573 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * message.el (message-pop-to-buffer): Add switch-function argument.
3576         (message-mail): Pass switch-function argument to it.
3577
3578 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3581         Improve doc string.
3582
3583 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3586         (gnus-header-content)
3587         * gnus-cite.el (gnus-cite-10)
3588         * gnus-srvr.el (gnus-server-closed)
3589         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3590         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3591         (gnus-group-mail-3-empty, gnus-group-mail-low)
3592         (gnus-group-mail-low-empty, gnus-splash)
3593         * message.el (message-header-to, message-header-cc)
3594         (message-header-subject, message-header-other, message-header-name)
3595         (message-header-xheader, message-separator, message-cited-text)
3596         (message-mml): Lighten colors of faces used for dark background.
3597
3598 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3599
3600         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3601         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3602
3603 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * message.el (message-narrow-to-headers-or-head):
3606         Ignore mail-header-separator in the body.
3607
3608 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3611         same as window size.
3612
3613 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3614
3615         * message.el (message-font-lock-keywords): Use message-header-xheader
3616         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3617         ahead of the anything pattern, to get it recognised.
3618
3619 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3622         spam.el loads uses it in the compiled defadvice form.
3623
3624 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3625
3626         * gnus-sum.el (gnus-articles-to-read)
3627         (gnus-summary-insert-old-articles): Don't truncate group name for
3628         `read-string'.
3629
3630         * gnus-util.el (gnus-limit-string): Delete this function.
3631
3632         * gnus-sum.el (gnus-simplify-subject-fully): Use
3633         `truncate-string-to-width' instead.
3634
3635 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3636
3637         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3638         if, on summary exit, the next group has to be selected.
3639         (gnus-summary-exit): Use it.
3640
3641 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3642
3643         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3644         non-break space.
3645
3646 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3649         Check if group is not a directory.
3650         (nnfolder-request-expire-articles): Don't delete articles if the target
3651         group is not available.
3652
3653         * nnml.el (nnml-request-create-group): Properly check if group is not a
3654         file.
3655         (nnml-request-expire-articles): Don't delete articles if the target
3656         group is not available.
3657
3658         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3659         Don't quote characters that are within parentheses.
3660
3661 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3664         (gnus-handle-ephemeral-exit): Select article according to it.
3665
3666 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * message.el (message-insert-formated-citation-line): Remove newline.
3669         (message-citation-line-format): Add final \n here so that the user can
3670         avoid a blank line.
3671
3672 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3673
3674         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3675         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3676         Update lanl/arXiv support.
3677
3678 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gnus.el: Bump version number.
3681
3682 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * gnus.el (gnus-version-number): Bump version.
3685
3686 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3687
3688         * gnus.el: No Gnus v0.6 is released.
3689
3690 2007-04-27  Didier Verna  <didier@xemacs.org>
3691
3692         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3693         * gmm-utils.el (gmm-regexp-concat): here.
3694         * message.el: Don't require 'gnus-util.
3695         (message-dont-reply-to-names): Handle name change above.
3696         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3697
3698 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3701         since the initial value varies according to the system.
3702
3703 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3706
3707 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3708
3709         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3710
3711 2007-04-24  Didier Verna  <didier@xemacs.org>
3712
3713         Improve the type of gnus-ignored-from-addresses.
3714         * gnus-util.el (gnus-orify-regexp): New function.
3715         * message.el (gnus-util): Require it.
3716         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3717         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3718         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3719
3720 2007-04-24  Didier Verna  <didier@xemacs.org>
3721
3722         * gnus-sum.el:
3723         * gnus-utils.el: Fix some trailing whitespaces.
3724
3725 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3728         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3729         article's Message-ID; refer parent article in summary buffer.
3730
3731         * message.el (message-bounce): Call mime-to-mml.
3732
3733         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3734         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3735         optimize and/or forms properly.
3736
3737 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3738
3739         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3740         URL.
3741
3742 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3745
3746 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3749         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3750         displayed of multipart/alternative part if it is invoked from summary
3751         buffer.
3752
3753         * mm-view.el (mm-inline-text-html-render-with-w3m)
3754         (mm-inline-text-html-render-with-w3m-standalone)
3755         (mm-inline-render-with-function): Use mail-parse-charset by default.
3756
3757 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3758
3759         * parse-time.el (parse-time-string-chars): Check if CHAR
3760         is less than the length of parse-time-syntax.
3761
3762 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3765         from gnus-newsgroup-processable.
3766
3767 2007-04-16  Didier Verna  <didier@xemacs.org>
3768
3769         * gnus-msg.el (gnus-configure-posting-styles): Handle
3770         message-signature-directory properly with :file syntax.  Reported by
3771         "Leo".
3772
3773 2007-04-11  Didier Verna  <didier@xemacs.org>
3774
3775         New user option: message-signature-directory.
3776         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3777         * message.el (message-insert-signature): Ditto.
3778         * message.el (message-signature-file): Doc update.
3779         * message.el (message-signature-directory): New.
3780
3781 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-msg.el (gnus-inews-yank-articles): Use
3784         message-exchange-point-and-mark instead of exchange-point-and-mark.
3785
3786 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * message.el (message-yank-original): Make sure cited text ends with
3789         newline; don't exchange point and mark.
3790
3791 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3792
3793         * tls.el (open-tls-stream): Properly handle case where there
3794         is no associated buffer.
3795
3796 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3797
3798         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3799         message-yank-original, make sure (< mark TEXT point).
3800
3801 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * message.el (message-fill-column): New variable.
3804         (message-mode): Use it.  Add comment on a possible new hook.
3805
3806         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3807         (nnmail-get-new-mail): Reformat.
3808
3809         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3810
3811         * gmm-utils.el: Fix Commentary.
3812         (gmm-tool-bar-from-list): Fix typo in doc string.
3813
3814 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3815
3816         * message.el (message-yank-original): Don't switch point and mark
3817         unnecessarily to put point and mark as documented.
3818
3819 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3822         from the message heads.
3823
3824 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3825
3826         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3827         article buffer does not have a window.  This may not be the best
3828         solution but is certainly better than setting the start of the null,
3829         that is the current, window.
3830
3831 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3834         (gnus-draft-setup): Run it.
3835
3836         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3837         gnus-score-fast-scoring.  Allow regexp.
3838         (gnus-score-headers): Use it.
3839
3840         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3841         XEmacs.
3842
3843         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3844         string.
3845         (gnus-button-alist): Also catch `<f1> k ...'.
3846         (gnus-treat-display-x-face): Fix doc string.
3847
3848 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3849
3850         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3851         evaluation of gnus-extended-version to ensure correct generation of the
3852         User-Agent header when message-generate-headers-first is used.
3853
3854 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3855
3856         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3857         hashcash-path is nil.  Don't call callback with incorrect number of
3858         parameters if val is 0.
3859
3860 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3861
3862         * message.el (message-required-news-headers):
3863         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3864
3865 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3866
3867         * tls.el (open-tls-stream): In handshake-waiting loop,
3868         don't wait more if there is output available to process.
3869
3870 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3871
3872         * tls.el (tls-program): Doc fix.
3873
3874 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * message.el (message-generate-new-buffers): Change the meaning of the
3877         nil value; add `standard' to the choices; treat t as `unique'; improve
3878         doc string.
3879         (gnus-select-frame-set-input-focus): Autoload.
3880         (message-buffer-name): Search for the existing message buffer if
3881         message-generate-new-buffers is nil or `standard'; treat the value t of
3882         message-generate-new-buffers as `unique'.
3883         (message-pop-to-buffer): Raise the frame already displaying the message
3884         buffer; clear the echo area after querying.
3885         (message-setup): Pass the `continue' argument to compose-mail.
3886         (message-mail): Prefer `switch-function' if it is given; search for the
3887         existing message buffer if the `continue' argument is non-nil; pass
3888         continue and switch-function arguments to compose-mail by way of
3889         message-setup.
3890         (message-mail-other-window): Adjust argument of message-setup.
3891         (message-mail-other-frame): Ditto.
3892
3893 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3896         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3897         to turn font-lock on when turning gnus-message-citation-mode on.
3898
3899 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3900
3901         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3902         (mml-smime-function-alist): New variable; add epg as the backend.
3903         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3904         mml-smime- functions instead.
3905         * mm-view.el: Require smime.
3906
3907 2007-03-05  Didier Verna  <didier@xemacs.org>
3908
3909         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3910         instead of just inheritance for posting styles.
3911         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3912
3913 2007-02-24  Chris Moore  <dooglus@gmail.com>
3914
3915         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3916         * pgg-pgp.el (pgg-pgp-encrypt-region):
3917         * pgg-gpg.el (pgg-gpg-encrypt-region):
3918         Check pgg-encrypt-for-me if no other recipients.
3919
3920 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3921
3922         * tls.el (tls-certtool-program): Fix custom type.
3923
3924 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3927         and point-at-eol instead of line-(beginning|end)-position.
3928
3929         * assistant.el (assistant-parse-buffer): Ditto.
3930
3931         * netrc.el (netrc-parse-services): Ditto.
3932
3933 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * mml2015.el (mml2015-epg-find-usable-key): New function.
3936         (mml2015-epg-sign): Use it.
3937         (mml2015-epg-encrypt): Use it.
3938
3939 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * message.el (message-make-in-reply-to): Quote name containing
3942         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3943         if there are special characters.  Reported by NAKAJI Hiroyuki
3944         <nakaji@jp.freebsd.org>.
3945
3946 2007-02-27  Didier Verna  <didier@xemacs.org>
3947
3948         Include the group parameters as well as the topic ones in the
3949         inheritance filter process.
3950         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3951         argument GROUP-PARAMS-LIST.
3952         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3953
3954 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * nntp.el (nntp-never-echoes-commands)
3957         (nntp-open-connection-functions-never-echo-commands): New variables.
3958         (nntp-send-command): Use them.
3959
3960 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3961
3962         * mml2015.el (mml2015-epg-verify): Simplified.
3963
3964 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * mml.el (mml-content-disposition-alist): New user option.
3967         (mml-content-disposition): New function.
3968         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3969         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3970
3971 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3972
3973         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3974         verification.
3975
3976 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3977
3978         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3979         articles posted in the last 24 hours.
3980
3981 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3982
3983         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3984
3985 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3986
3987         * nntp.el (nntp-send-command): Don't wait for echoes when
3988         nntp-open-ssl-stream is used.
3989
3990 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3993         (gnus-message-add-citation-keywords)
3994         (gnus-message-remove-citation-keywords): Remove.
3995         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3996         directly, make the variables in font-lock-defaults buffer-local, add
3997         gnus-message-citation-keywords to them and then update the value of
3998         font-lock-keywords.
3999
4000 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * message.el (message-cite-original-1): Don't call
4003         gnus-article-highlight-citation.
4004
4005         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4006         citations; fix line count.
4007
4008 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4011         (gnus-message-add-citation-keywords)
4012         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4013         versions of font-lock-add-keywords and font-lock-remove-keywords to
4014         work with XEmacs correctly.
4015
4016 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-cite.el (gnus-cite-face-list): Set the values of
4019         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4020         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4021         (gnus-message-cite-prefix-regexp): New variable.
4022         (gnus-message-search-citation-line): Use it; protect against long
4023         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4024         the 0th match data for Emacs.
4025         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4026         (gnus-message-add-citation-keywords): Append keywords rather than
4027         prepending; emulate font-lock-add-keywords if it is not available.
4028         (gnus-message-remove-citation-keywords): Emulate
4029         font-lock-remove-keywords if it is not available.
4030
4031         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4032
4033         * message.el (message-cite-prefix-regexp): Set the value of
4034         gnus-message-cite-prefix-regexp.
4035
4036 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4037
4038         * nnweb.el (nnweb-google-parse-1): Update parser.
4039
4040 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4041
4042         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4043
4044 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4045
4046         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4047         regexp.
4048
4049 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4052         string-to-multibyte.
4053         (uudecode-decode-region-internal): Use it.
4054
4055         * lpath.el: Fbind string-as-multibyte for XEmacs.
4056
4057 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4060         custom choice.
4061
4062         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4063
4064 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4065
4066         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4067
4068         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4069         `write-region' to respect `mm-inhibit-file-name-handlers'.
4070
4071 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4074         Use gnus-home-directory instead of "~/" or "$HOME".
4075
4076 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4079         to mention filename.
4080         Add comments at beginning regarding usage.
4081         (encrypt-write-file-contents): Change interactive so a string is
4082         acceptable.  If the file has no associated model, show an error instead
4083         of a nonsense prompt.
4084
4085 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4086
4087         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4088         Thanks to Yoshihiko Yamada for kind notification of this typo.
4089
4090 2007-01-12  Kenichi Handa  <handa@m17n.org>
4091
4092         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4093         multibyte buffer.
4094
4095 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * gnus-score.el (gnus-score-fast-scoring): New variable.
4098         (gnus-score-headers): Use it.
4099
4100         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4101
4102         * message.el (message-cite-original-1): Call
4103         gnus-article-highlight-citation if requested.
4104         (message-make-from): Allow name and address as optional arguments.
4105
4106         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4107
4108         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4109         bugs to doc string.
4110         (gnus-button-alist): Add mid\\|message-id.
4111         (gnus-button-fetch-group): Extend for use in
4112         `browse-url-browser-function'.
4113         (gnus-button-url-regexp): Try to catch paired parentheses like in
4114         Wikipedia URLs.
4115
4116         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4117         Suggested by Simon Krahnke <overlord@gmx.li>.
4118
4119 2007-01-13  Romain Francoise  <romain@orebokech.com>
4120
4121         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4122         Update copyright.
4123
4124 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4125
4126         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4127
4128 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-registry.el (gnus-registry-unfollowed-groups)
4131         (gnus-registry-split-fancy-with-parent): Fix documentation.
4132
4133 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4136         from nnweb groups.
4137
4138 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4141         Xref urls.  Erase buffer before requesting head.
4142
4143 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4146         customizable.
4147
4148 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4149
4150         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4151         no signing key is found.
4152         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4153         no encrypting and/or signing key is found.
4154
4155 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4158
4159 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4160
4161         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4162         headers read from disk with the ones newly found in the current search.
4163         This should no longer cause problems, because the article numbers in
4164         Gmane's `nov.php' output are ignored since the previous change.
4165
4166 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4167
4168         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4169
4170 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4173         replace-regexp-in-string; bind url-version; fbind display-images-p and
4174         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4175         find-face and set-itimer-function for Emacs; bind itimer-list for
4176         Emacs.
4177
4178         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4179
4180 2007-01-01  Romain Francoise  <romain@orebokech.com>
4181
4182         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4183
4184 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4185
4186         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4187         `define-minor-mode' macro definition expanded properly.
4188         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4189         exclude it there.
4190
4191         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4192         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4193         `fboundp' test.
4194         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4195         This is OK to autoload in (S)XEmacs now.
4196
4197 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4200         keystroke.
4201         (gnus-summary-limit-to-singletons): Fix typo.
4202
4203         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4204         else fails.
4205
4206 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4207
4208         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4209         docstring.
4210
4211         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4212         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4213         (gnus-summary-insert-dormant-articles): Fix typo in message.
4214
4215 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4218         nil for XEmacs.
4219         (gnus-message-citation-mode): Don't autoload in XEmacs.
4220
4221         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4222
4223 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4224
4225         * nnimap.el (nnimap-expunge-search-string): Mention
4226         nnimap-search-uids-not-since-is-evil in docstring.
4227
4228 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * spam.el: Revert to make-obsolete-variable because
4231         define-obsolete-variable-alias is not supported in Emacs 21.
4232
4233         * spam.el (spam-ifile-path, spam-ifile-database-path)
4234         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4235         make-obsolete-variable.
4236         (spam-bsfilter-path, spam-bsfilter-program)
4237         (spam-spamassassin-path, spam-spamassassin-program)
4238         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4239         use "path" inappropriately.
4240         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4241         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4242         variable names.
4243
4244 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4245
4246         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4247         summary buffer.
4248
4249         * password.el (password-cache-remove): Use clear-string to burn
4250         password, if available.
4251
4252 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4255
4256         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4257
4258         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4259         (gnus-message-highlight-citation): Move defcustom here from
4260         gnus-cite.el.
4261         (gnus-message-citation-mode): Autoload.
4262
4263         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4264         checks to make it compile with XEmacs.
4265         (gnus-message-citation-mode): New minor mode.
4266         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4267         (gnus-message-highlight-citation): New variables.
4268         (gnus-message-search-citation-line)
4269         (gnus-message-add-citation-keywords)
4270         (gnus-message-remove-citation-keywords)
4271         (turn-on-gnus-message-citation-mode)
4272         (turn-off-gnus-message-citation-mode): New functions.
4273
4274 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4275
4276         * gnus-cite.el: Enable highlighting of different citation levels in
4277         message-mode.
4278
4279 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * message.el (message-make-fqdn): Fix comment.
4282         (message-bogus-system-names): Add ".local".
4283
4284         * spam.el (spam-ifile-path, spam-ifile-program)
4285         (spam-ifile-database-path, spam-ifile-database)
4286         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4287         Don't use "path" inappropriately.
4288         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4289         strings.
4290         (spam-check-ifile, spam-ifile-register-with-ifile)
4291         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4292         new variable names.
4293
4294         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4295         (gnus-treat-display-smileys): Simplify using
4296         gnus-image-type-available-p.
4297
4298         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4299         available.
4300
4301         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4302         `display-images-p' if available.
4303
4304 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4307         one after turning on the buffer's multibyteness instead of decoding
4308         them directly in the unibyte buffer that causes unexpected conversion
4309         in Emacs 23 (unicode).
4310
4311 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4312
4313         * message.el (message-generate-hashcash): Fix custom type.
4314
4315 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4318
4319 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4322         disconnect icons.  Add help text.
4323
4324 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4327         negated to be consistent with the others we handle.
4328
4329 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4332         version of gnus-summary-buffer to something, so that we can use two
4333         article buffers at the same time.
4334
4335 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4338         trigger all the extra headers.
4339         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4340         sorting.
4341
4342 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4343
4344         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4345         solid groups.
4346
4347 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4348
4349         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4350
4351 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * legacy-gnus-agent.el: Add Copyright notice.
4354
4355 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4356
4357         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4358
4359 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4362
4363         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4364         to make it work reliably in CVS Emacs.
4365         (gnus-summary-limit-strange-charsets-predicate)
4366         (gnus-summary-limit-to-predicate): New functions.
4367
4368 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4369
4370         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4371         specifying array size.
4372         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4373         array if it is too small.
4374         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4375         (gnus-sort-threads-loop): New function.
4376
4377 2006-12-06  Chris Moore  <dooglus@gmail.com>
4378
4379         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4380         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4381
4382 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4383
4384         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4385         options.
4386
4387 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4390         DOS-ing the recipient.
4391
4392         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4393         the headers when creating the mapping to avoid mismappings.
4394         (nnweb-gmane-create-mapping): Always nix out old mapping.
4395
4396 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4399         and mm-verify-option to never.
4400
4401 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * message.el (message-signed-or-encrypted-p): New function.
4404         (message-forward-make-body): Use it.
4405
4406         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4407         Replace encode-coding-string with mm-encode-coding-string.
4408
4409 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * nneething.el (nneething-decode-file-name): Replace
4412         decode-coding-string with mm-decode-coding-string.
4413
4414         * gnus-int.el (gnus-open-server): Say failed server's name.
4415
4416 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4417
4418         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4419         strings to a single string.  Quote `errors-file-name'.
4420         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4421         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4422         Adjust calls.  Use `shell-quote-argument'.
4423
4424 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4425
4426         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4427         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4428
4429         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4430         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4431         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4432         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4433         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4434         (gnus-subscribe-newsgroup, gnus-1):
4435         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4436         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4437         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4438         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4439
4440 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4443         keystroke.
4444         (gnus-summary-limit-to-bodies): Implement headersp.
4445
4446 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4449
4450 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4453
4454 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * message.el (message-generate-hashcash): Expand range of values to
4457         include `opportunistic'.
4458         (message-send-mail): Use it.
4459
4460 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4461
4462         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4463         and comment it.
4464
4465         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4466
4467 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * gnus-util.el (gnus-extract-address-components): Improve comment.
4470
4471 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-util.el (gnus-extract-address-components): Work with address in
4474         which the name portion contains @.
4475
4476         * lpath.el: Fbind custom-autoload.
4477
4478 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * gnus.el (gnus-start): Move custom group up.
4481         (gnus-select-method): Don't autoload, but make it available for
4482         `customize-variable'.
4483         (gnus-getenv-nntpserver): Don't autoload.
4484
4485 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4488
4489 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * message.el (message-sendmail-extra-arguments): New variable.
4492         (message-send-mail-with-sendmail): Use it.
4493
4494 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4497         mm-with-unibyte-current-buffer to make string unibyte.
4498
4499         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4500         mm-string-as-multibyte.
4501
4502 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4503
4504         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4505         Reported by Werner Koch <wk@gnupg.org>.
4506
4507 2006-11-14  Daiki Ueno  <ueno@p360>
4508
4509         * mml2015.el: Autoload epa-select-keys when compiling.
4510
4511 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4512
4513         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4514         message-options.
4515         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4516
4517 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4518
4519         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4520         EasyPG (< 0.0.6).
4521         (mml2015-always-trust): New user option.
4522         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4523         prompt.
4524
4525 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * nntp.el (nntp-authinfo-force): New variable.
4528         (nntp-send-authinfo): Use it.
4529
4530 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4533         decode encoded words.  Improve prompt.  Add comment about forwarding.
4534         (message-replacement-char): Move up.
4535
4536 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4537
4538         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4539         instead of gnus-intersection because arguments of gnus-sorted-nunion
4540         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4541
4542 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4545         (message-simplify-subject-functions): Enable
4546         message-strip-subject-encoded-words by default.
4547
4548 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * message.el (message-strip-subject-encoded-words): New function
4551         (message-simplify-subject-functions): New variable.
4552         (message-simplify-subject): Use it.  Fix typo in doc string.
4553         Support message-strip-subject-encoded-words.
4554
4555 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4556
4557         * gnus-diary.el (gnus-diary-delay-format-function):
4558         * nndiary.el (nndiary-reminders):
4559         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4560
4561 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * gnus-art.el (article-hide-boring-headers): Fetch date from
4564         gnus-original-article-buffer to avoid problems with localized date
4565         strings.
4566
4567 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4570
4571 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4574         New variables.
4575         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4576         (mm-charset-synonym-alist): Move some entries to
4577         mm-codepage-iso-8859-list.
4578         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4579         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4580
4581 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4584
4585 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4588         with Emacs 21 and XEmacs.
4589
4590 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * spam.el (spam-parse-address): New function for better parsing,
4593         catching errors, etc.
4594         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4595
4596 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * mm-view.el: Add interactive arg to html2text autoload.
4599
4600 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4603
4604 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4607         variables.
4608         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4609         (mm-charset-synonym-alist): Move some entries to
4610         mm-codepage-iso-8859-list.
4611
4612         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4613
4614 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * message.el (message-citation-line-format)
4617         (message-insert-formated-citation-line): Fix implementation of %E, %N
4618         and %n according to the doc string.
4619
4620 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4623         car-safe to avoid bad parses.
4624
4625 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4628         names.
4629
4630         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4631
4632 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4635         header.
4636
4637         * message.el (message-draft-headers): Add Date.
4638         (message-headers-to-generate): Fix typo in docstring.
4639
4640         * nndraft.el (nndraft-required-headers): New variable.
4641         (nndraft-generate-headers): Use it.
4642
4643         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4644
4645 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * gnus-registry.el (gnus-registry-wash-for-keywords)
4648         (gnus-registry-find-keywords): New functions to allow easy searching of
4649         articles that are in the registry.
4650
4651 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4652
4653         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4654         ietf-drums-parse-address instead of gnus-extract-address-components.
4655         Reported by Damien Elmes <damien@repose.cx>.
4656
4657 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * gnus.el (gnus-mime): Remove unused custom group.
4660
4661 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4662
4663         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4664         "blank line" when searching for end of armor headers.
4665
4666 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gmm-utils.el (gmm-write-region): Fix variable name.
4669
4670 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * gmm-utils.el (gmm-write-region): New function based on compatibility
4673         code from `mm-make-temp-file'.
4674
4675         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4676
4677         * nnmaildir.el (nnmaildir--update-nov)
4678         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4679         Use `gmm-write-region'.
4680
4681 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4684         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4685
4686         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4687
4688         * message.el (message-replacement-char): New variable.
4689         (message-fix-before-sending): Use it.
4690         (message-simplify-subject): New function to remove duplicate code.
4691         (message-reply, message-followup): Use it.
4692
4693         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4694         gnus-summary-limit-to-articles.
4695
4696 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-util.el (gnus-with-local-quit): New macro.
4699
4700         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4701
4702 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4705         ignore non-string data.
4706
4707 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4708
4709         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4710         non-string data (needs to be done in the registry too).
4711
4712 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4713
4714         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4715         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4716         (gnus-registry-split-fancy-with-parent)
4717         (gnus-registry-fetch-simplified-message-subject-fast)
4718         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4719         Remove text properties on ingress into the registry and when it's saved.
4720         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4721         registry from entries with no groups.
4722
4723 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4724
4725         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4726         function to remove string properties.
4727
4728 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * gmm-utils.el (gmm): Adjust custom version.
4731
4732         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4733         custom version.
4734
4735         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4736
4737 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * gnus-art.el (gnus-insert-prev-page-button)
4740         (gnus-insert-next-page-button): Simplify.  Reformat.
4741
4742 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4743
4744         * gnus-art.el (gnus-insert-prev-page-button)
4745         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4746
4747 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4748
4749         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4750
4751 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4752
4753         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4754         gnus-article-button-face to MIME and security buttons.
4755
4756 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4757
4758         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4759         readable.
4760
4761 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4764
4765 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4766
4767         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4768         `browse-url-of-file' instead of `browse-url'.
4769
4770 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4771
4772         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4773         regexp.  Articles containing quotation were cut prematurely.
4774
4775 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * message.el (message-cite-original-1): Use nobody by default for the
4778         value of From header.
4779         (message-reply): Ditto.
4780
4781 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4782
4783         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4784         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4785         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4786
4787 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4790         mails in the doc string.  Add some URLs in comment.
4791         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4792
4793 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4796         backslashes handling and the way to find boundaries of quoted strings.
4797
4798 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4799
4800         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4801         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4802         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4803         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4804
4805 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4808         doc string.
4809         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4810
4811 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * lpath.el: Fbind epg-check-configuration.
4814
4815 2006-09-06  Simon Josefsson  <jas@extundo.com>
4816
4817         * mml2015.el (mml2015-use): Doc fix, mention epg.
4818
4819 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4820
4821         * mml2015.el (mml2015-use): Default to epg, if available.
4822
4823 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4824
4825         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4826         message-sender.
4827         (mml1991-epg-encrypt): Ditto.
4828         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4829         message-sender.
4830         (mml2015-epg-encrypt): Ditto.
4831
4832 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4833
4834         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4835         several common directories.
4836
4837 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4838
4839         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4840         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4841
4842 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-art.el (article-decode-encoded-words): Make it fast.
4845
4846 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4849
4850         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4851         in quoted string into `\'.
4852
4853 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4856         Use standard-syntax-table.
4857
4858 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-art.el (gnus-decode-address-function): New variable.
4861         (article-decode-encoded-words): Use it to decode headers which are
4862         assumed to contain addresses.
4863         (gnus-mime-delete-part): Remove useless `or'.
4864
4865         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4866         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4867         (gnus-nov-parse-line): Use it to decode From header.
4868         (gnus-get-newsgroup-headers): Ditto.
4869         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4870
4871         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4872         (mail-decode-encoded-address-string): New alias.
4873
4874         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4875         New function.
4876         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4877         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4878         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4879         (rfc2047-decode-string): Ditto.
4880         (rfc2047-decode-address-region): New function.
4881         (rfc2047-decode-address-string): New function.
4882
4883 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * message.el (message-caesar-buffer-body): Allow rotating headers.
4886
4887         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4888
4889         * message.el (message-insert-formated-citation-line): Fix %f.
4890         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4891
4892 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4895         (gnus-bookmark-mouse-available-p): New macro.
4896         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4897         (gnus-bookmark-bmenu-show-infos): Use it.
4898         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4899         (gnus-bookmark-bmenu-hide-infos): Ditto.
4900         (gnus-bookmark-remove-properties): New function.
4901         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4902         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4903         (gnus-bookmark-write-file): Bind coding-system-for-write.
4904         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4905         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4906         group before selecting it.
4907         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4908         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4909         quit-window if it is not available; use gnus-mouse-2 and bind it to
4910         gnus-bookmark-bmenu-select-by-mouse.
4911         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4912         (gnus-bookmark-bmenu-select-by-mouse): New function.
4913
4914 2006-08-13  Romain Francoise  <romain@orebokech.com>
4915
4916         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4917         space.
4918
4919 2006-08-10  Romain Francoise  <romain@orebokech.com>
4920
4921         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
4922         (dns-mode-soa-auto-increment-serial): New user option.
4923         (dns-mode-soa-maybe-increment-serial): New function.
4924         (dns-mode): Add the latter to `write-contents-functions'.
4925
4926 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * compface.el (uncompface): Use binary rather than raw-text-unix.
4929
4930 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * compface.el (uncompface): Make sure the eol conversion doesn't take
4933         place when communicating with the external programs.  Reported by
4934         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4935
4936 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4939
4940 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4941
4942         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4943         Make it more robust by parsing author and date independently.
4944
4945 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4948
4949 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4950
4951         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4952         first matching secret key.
4953         (mml2015-epg-encrypt): Ditto.
4954
4955         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4956         first matching secret key.
4957         (mml1991-epg-encrypt): Ditto.
4958
4959         * mml2015.el (mml2015-encrypt-to-self): New user option.
4960         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4961         mml2015-epg-encrypt-to-self is set.
4962
4963         * mml1991.el (mml1991-encrypt-to-self): New variable.
4964         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4965         mml1991-epg-encrypt-to-self is set.
4966
4967         * mml2015.el (mml2015-signers): New user option.
4968         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4969         (mml2015-epg-encrypt): Allow to select signing keys.
4970
4971         * mml1991.el (mml1991-signers): New variable.
4972         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4973         (mml1991-epg-encrypt): Allow to select signing keys.
4974
4975 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * nnheader.el (nnheader-insert-head): Make it work even if the file
4978         uses CRLF for the line-break code.
4979
4980 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4981
4982         * mml2015.el: Require mml-sec instead of password.
4983         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4984         (mml2015-cache-passphrase): Inherit the default value from
4985         mml-secure-cache-passphrase.
4986         (mml2015-passphrase-cache-expiry): Inherit the default value from
4987         mml-secure-passphrase-cache-expiry.
4988
4989         * mml1991.el: Require mml-sec instead of password.
4990         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4991         (mml1991-cache-passphrase): Inherit the default value from
4992         mml-secure-cache-passphrase.
4993         (mml1991-passphrase-cache-expiry): Inherit the default value from
4994         mml-secure-passphrase-cache-expiry.
4995
4996         * mml-sec.el: Require password.
4997         (mml-secure-verbose): New user option.
4998         (mml-secure-cache-passphrase): New user option.
4999         (mml-secure-passphrase-cache-expiry): New user option.
5000
5001 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5002
5003         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5004         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5005         andreas@altroot.de (Andreas Vögele).
5006
5007         FIXME: Use `tiny change'?
5008
5009 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5010
5011         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5012         workaround for the url package included with Emacs.
5013
5014         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5015
5016 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5019         correctly.  This fixes a bug caused by the 2006-05-12 change.
5020
5021 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5022
5023         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5024         some information about the error when saying that the `bogus' mail
5025         group will be used.
5026
5027 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5030         string.
5031
5032 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5033
5034         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5035
5036 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5037
5038         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5039
5040 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5041
5042         * mml1991.el (mml1991-function-alist): Add epg.
5043         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5044         (mml1991-epg-encrypt): New functions.
5045
5046 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5047
5048         * mml2015.el (mml2015-verbose): New variable.
5049         (mml2015-cache-passphrase): Ditto.
5050         (mml2015-passphrase-cache-expiry): Ditto.
5051         (mml2015-function-alist): Add epg.
5052         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5053         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5054         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5055         functions.
5056
5057 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5058
5059         * message.el (message-cite-original-1): Preserve region when removing
5060         quoted text due to X-No-Archive in order to avoid bogus attribution
5061         when citing multiple messages.
5062
5063 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5064
5065         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5066         Kenneth Jacker <khj@be.cs.appstate.edu>.
5067
5068 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * gnus-diary.el (gnus-user-format-function-d)
5071         (gnus-user-format-function-D): Autoload.
5072
5073         * imap.el (Commentary): Fix typo.
5074
5075         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5076         2006-04-22 contribution.
5077
5078 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5079
5080         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5081         It didn't really fix the bogosity I'm seeing with solid web groups.
5082
5083 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5084
5085         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5086         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5087         created using server names.  If we use the feature without declaring
5088         it, Gnus does not properly manage server and group state.
5089
5090         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5091         bound.
5092
5093 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5094
5095         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5096         looking up the method using GROUP's prefix before inventing a new one.
5097         It is used on killed/unknown groups in various places where returning
5098         an all-new method isn't expected by the caller.
5099
5100         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5101         and match semantics of gnus-group-real-prefix.
5102
5103 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * nnmail.el (nnmail-broken-references-mailers): New variable.
5106         (nnmail-ignore-broken-references): New function generalizing
5107         nnmail-fix-eudora-headers.
5108         (nnmail-fix-eudora-headers): Now obsolete.
5109
5110         * gnus-art.el (gnus-button-handle-custom): Support
5111         `customize-apropos*'.
5112
5113 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5116
5117         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5118         articles.
5119
5120 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * message.el (message-cite-reply-above): New variable.
5123         (message-yank-original): Use it.
5124
5125 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5128
5129 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5132         as read.
5133
5134         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5135
5136 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5139         (gnus-bookmark-default-file): Use gnus-directory.
5140         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5141         Remove "*" in doc string.
5142         (gnus-bookmark-write-file): Simplify.
5143         (gnus-bookmark-maybe-sort-alist): Use `when'.
5144         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5145         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5146         FIXME about Emacs 21 and XEmacs compatibility.
5147         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5148         compatibility.
5149         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5150         compatibility.
5151         (gnus-bookmark-menu-heading): Fix version.
5152
5153 2006-06-19  Bastien Guerry  <bzg@altern.org>
5154
5155         * gnus-bookmark.el: New file.
5156
5157 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * message.el (message-syntax-checks): Doc fix.
5160
5161 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5162
5163         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5164         unsubscribed groups as if they were killed ones.  It causes duplicate
5165         entries in gnus-newsrc-alist.
5166
5167 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * message.el (message-syntax-checks): Doc fix.
5170         (message-send-mail): Add check for continuation headers.
5171         (message-check-news-header-syntax): Fix regexp used to check for
5172         continuation headers.
5173
5174 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5177
5178 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5181
5182 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5185         default-truncate-lines.
5186
5187 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5190         to fill the utf-8 entry.
5191
5192         * lpath.el: Fbind unicode-precedence-list.
5193
5194 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5195
5196         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5197
5198 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5199
5200         * gnus-agent.el (directory-files-and-attributes): Move all the way
5201         forward (the third and final move).
5202         (gnus-agent-read-agentview): Trap reconstruction errors due to
5203         nonexistant directory.  Handle by returning nil.
5204
5205 2006-05-30  Didier Verna  <didier@xemacs.org>
5206
5207         * message.el (message-dont-reply-to-names): Update the custom type.
5208         * message.el (message-dont-reply-to-names): New defsubst: potentially
5209         convert a list of regexps into a single one.
5210         * message.el (message-get-reply-headers): Use it.
5211         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5212
5213 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-agent.el (directory-files-and-attributes): Move forward.
5216
5217 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * gnus-ml.el (gnus-mailing-list-subscribe)
5220         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5221         (gnus-mailing-list-message): Fix doc strings.
5222
5223 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5224
5225         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5226         of doing it manually.
5227
5228 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5231         comment.
5232
5233 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5234
5235         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5236         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5237         (gnus-agent-read-local): All symbols allocated in my-obarray
5238         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5239         (gnus-agent-regenerate-group): Check numeric names to see if they are
5240         messages or groups.
5241         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5242         better way of do this...)
5243
5244         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5245         'dummy.group' (there should be a better way of do this...)
5246
5247 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5250         (gnus-saved-headers): Ditto.
5251         (gnus-default-article-saver): Mention functions may have properties.
5252         (gnus-article-save): Override gnus-save-all-headers and
5253         gnus-saved-headers by :headers property which saver function may have.
5254         (gnus-summary-save-in-file): Add :headers property.
5255         (gnus-summary-write-to-file): Ditto.
5256
5257         * gnus-sum.el (gnus-summary-save-article): Bind
5258         gnus-prompt-before-saving to t when saving many articles in a file;
5259         always show all headers.
5260
5261         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5262
5263 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5266         marks.
5267
5268         * message.el (message-indent-citation): Add optional arguments to allow
5269         using it outside of message buffers.
5270
5271         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5272         (gnus-article-treat-unfold-headers): Use it.
5273         (gnus-article-truncate-lines): New variable.
5274         (gnus-article-mode): Use it.
5275         (gnus-article-toggle-truncate-lines): New function.
5276
5277         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5278         gnus-article-toggle-truncate-lines.
5279
5280         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5281         coding system in XEmacs, use binary.
5282
5283 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5286         after-load-alist.
5287
5288         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5289         this function should save decoded articles.
5290         (gnus-summary-write-to-file): Use property to specify this function
5291         should save decoded articles and specify gnus-summary-save-in-file
5292         should be used to save articles other than the first one when saving
5293         many articles.
5294         (gnus-summary-save-body-in-file): Use property to specify this
5295         function should save decoded articles.
5296         (gnus-summary-write-body-to-file): Use property to specify this
5297         function should save decoded articles and specify
5298         gnus-summary-save-body-in-file should be used to save articles other
5299         than the first one when saving many articles.
5300
5301         * gnus-sum.el (gnus-summary-save-article): Simplify.
5302
5303 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-default-article-saver): Add
5306         gnus-summary-write-body-to-file.
5307         (gnus-article-save-coding-system): Don't use coding system object
5308         in XEmacs.
5309         (gnus-read-save-file-name): Add optional `dir-var' argument which
5310         specifies directory in which files are saved; work even if optional
5311         `variable' argument is not specified.
5312         (gnus-summary-write-to-file): Read file name.
5313         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5314         (gnus-summary-write-body-to-file): New function.
5315
5316         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5317         (gnus-summary-local-variables): Add it.
5318         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5319         (gnus-summary-save-article): Remove optional `decode' argument;
5320         determine whether to decode articles by the value of
5321         gnus-default-article-saver; when saving many files using
5322         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5323         it first and use gnus-summary-save-in-file or
5324         gnus-summary-save-body-in-file thereafter unless
5325         gnus-prompt-before-saving is always; move point to article which
5326         will be saved.
5327         (gnus-summary-save-article-file): Revert.
5328         (gnus-summary-write-article-file): Revert.
5329         (gnus-summary-save-article-body-file): Revert.
5330         (gnus-summary-write-article-body-file): New function.
5331
5332 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-art.el (gnus-default-article-saver): Doc fix.
5335         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5336         from gnus-summary-save-article-coding-system, and default to a
5337         certain coding system.
5338         (gnus-output-to-file): Add coding cookie and encode text according
5339         to gnus-article-save-coding-system; don't use mm-append-to-file.
5340
5341         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5342         gnus-art.el and rename to gnus-article-save-coding-system.
5343         (gnus-summary-save-article): Require gnus-art; don't show all
5344         headers if it decodes articles; don't add coding cookie here;
5345         don't bind mm-text-coding-system-for-write.
5346         (gnus-summary-save-article-file): Save decoded articles.
5347         (gnus-summary-write-article-file): When saving many files, use
5348         gnus-summary-write-to-file first and gnus-summary-save-in-file
5349         thereafter unless gnus-prompt-before-saving is always.
5350         (gnus-summary-save-article-body-file): Save decoded articles.
5351
5352         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5353
5354 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * nnrss.el (nnrss-check-group): Bind hash-index.
5357
5358 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5359
5360         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5361         its hash index.  Store this hash in `nnrss-group-data'.
5362         (nnrss-read-group-data): Update accordingly.
5363
5364 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5367         entry.
5368
5369         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5370         gnus-article-browse-html-article.
5371
5372 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5373
5374         * gnus-sum.el (gnus-summary-mime-map): Add
5375         gnus-article-browse-html-article.
5376
5377         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5378
5379 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5382         suitable coding systems in customize.
5383
5384 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * mail-source.el (mail-sources): Fix custom type.
5387
5388 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5391         (gnus-summary-expire-articles-now): Shorten prompt.
5392
5393         * gmm-utils.el (wid-edit): Require.
5394         (defun-gmm): Renamed from `gmm-defun-compat'.
5395         (gmm-image-search-load-path): Use it.
5396         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5397
5398 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5401         variable.
5402         (gnus-summary-save-article): Add optional `decode' argument.  If
5403         it is set and gnus-summary-save-article-coding-system is non-nil,
5404         save decoded article.
5405         (gnus-summary-write-article-file): Save decoded article if
5406         gnus-summary-save-article-coding-system is non-nil.
5407
5408         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5409         type.
5410
5411 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5414
5415 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5418         first to test gnus-single-article-buffer which may be buffer-local.
5419
5420         * gnus-sum.el (gnus-summary-setup-buffer): Make
5421         gnus-single-article-buffer buffer-local and nil in ephemeral
5422         group; make gnus-article-buffer, gnus-article-current, and
5423         gnus-original-article-buffer always buffer-local.
5424         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5425         group.
5426         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5427
5428 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * nnml.el (nnml-request-compact-group): Compressed files might not
5431         have .gz extension.
5432
5433 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5434
5435         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5436         (mm-copy-to-buffer): Use with-current-buffer.
5437         (mm-display-part): Simplify.
5438         (mm-inlinable-p): Add optional arg `type'.
5439
5440 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5441
5442         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5443         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5444         Try harder to show the attachment internally or externally using
5445         gnus-mime-view-part-as-type.
5446
5447 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * message.el (message-from-style, message-signature-separator)
5450         (message-user-organization-file, message-send-mail-function)
5451         (message-citation-line-function, message-yank-prefix)
5452         (message-indent-citation-function, message-signature)
5453         (message-signature-file, message-signature-insert-empty-line):
5454         Remove autoloads.
5455
5456         * gnus-art.el (gnus-buttonized-mime-types): Remove
5457         "multipart/signed".  Revert 2006-04-26 change.
5458
5459 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus.el (gnus-version-number): Bump version.
5462
5463 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5464
5465         * gnus.el: No Gnus v0.5 is released.
5466
5467 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5468
5469         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5470         fetching articles by message-id.
5471
5472 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * message.el (hashcash): Require hashcash as normal.
5475
5476         * ecomplete.el (ecomplete-highlight-match-line): Use
5477         point-at-eol.
5478         (ecomplete-highlight-match-line): Use `highlight', because that
5479         face exists in both Emacs and XEmacs.
5480
5481         * message.el (message-display-abbrev): Use point-at-bol.
5482
5483         * mail-source.el: Don't require timer/timer-funcs.
5484
5485         * gnus-async.el: Ditto.
5486
5487         * password.el: Ditto.
5488
5489         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5490
5491         * mm-url.el: Ditto.
5492
5493         * gnus-xmas.el: Don't require timer-funcs.
5494
5495         * mm-util.el: Require timer/timer-funcs.
5496
5497 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5498
5499         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5500         Close.
5501
5502 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5505         unibyte after clear-decrypt function runs.
5506
5507         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5508         returns as a unibyte string.
5509
5510 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * lpath.el: Revert.
5513
5514         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5515         (pgg-gpg-process-sentinel): Revert.
5516
5517         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5518         (pgg-pgp-lookup-key): Revert.
5519
5520         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5521         (pgg-pgp5-lookup-key): Revert.
5522
5523         * pgg.el (pgg-fetch-key): Revert.
5524
5525 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * lpath.el: Fbind string-as-multibyte for XEmacs.
5528
5529         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5530         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5531         (mml1991-pgg-encrypt): Ditto.
5532
5533         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5534         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5535         a multibyte buffer.
5536
5537         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5538         (pgg-pgp-lookup-key): Ditto.
5539
5540         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5541         (pgg-pgp5-lookup-key): Ditto.
5542
5543         * pgg.el (pgg-fetch-key): Ditto.
5544
5545 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * message.el (message-user-organization-file): Check several
5548         locations of the organization file.
5549
5550         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5551         Add gnus-article-view-part-as-type.
5552
5553         * gnus-art.el (gnus-article-view-part-as-type): New function.
5554
5555         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5556         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5557
5558         * mml.el: Simplify autoload.
5559         (mml-mode): defvar dnd-protocol-alist instead of using
5560         symbol-value.
5561         (mml-default-directory): New variable.
5562         (mml-minibuffer-read-file): Use it.
5563         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5564
5565         * message.el (message-citation-line-format): New variable.
5566         (message-insert-formated-citation-line): New function.
5567         (message-citation-line-function): Add
5568         `message-insert-formated-citation-line' to custom type.
5569
5570         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5571         to doc string.
5572
5573         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5574         depending on mm-verify-option.
5575
5576 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5579         binding pgg-* variables; reimplement the section which prevents
5580         MIME header from being signed.
5581         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5582         pgg-text-mode; remove a blank line at the top of body.
5583
5584         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5585         lines at the top of body; use gnus-newsgroup-charset if there's no
5586         Charset header.
5587
5588 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * message.el (message-self-insert-commands): Doc fix.
5591
5592         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5593         (mm-uu-pgp-encrypted-test): Ditto.
5594         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5595         between header and body; return application/pgp-encrypted handle
5596         if decryption failed; decode decrypted body by charset.
5597
5598         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5599         element match to application/pgp-*.
5600
5601 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5602
5603         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5604         HTML.
5605
5606 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * mail-source.el (mail-source-call-script): Message the error
5609         string.
5610
5611 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * gnus-util.el (gnus-byte-compile): Use it.
5614
5615 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5616
5617         * gnus-util.el (kill-empty-logs): New function.
5618
5619 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * message.el (message-mail-alias-type): Doc fix.
5622         (message-mail-alias-type-p): New function.
5623         (message-send): Use it.
5624         (message-mode): Ditto.
5625         (message-strip-forbidden-properties): Ditto.
5626
5627         * ecomplete.el (ecomplete-database-file-coding-system): New
5628         variable.
5629         (ecomplete-save): Use it.
5630         (ecomplete-setup): Use it.
5631
5632 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * message.el (message-self-insert-commands): New variable.
5635         (message-strip-forbidden-properties): Use it.
5636
5637 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5640         that doesn't make XEmacs choke.
5641
5642 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-util.el (gnus-replace-in-string):
5645         Prefer replace-regexp-in-string over of replace-in-string.
5646
5647 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-util.el (gnus-select-frame-set-input-focus):
5650         Use select-frame-set-input-focus if it is available in XEmacs; use
5651         definition defined in Emacs 22 for old Emacsen.
5652
5653         * dgnushack.el: Autoload unmorse-region for XEmacs.
5654
5655         * lpath.el: Bind cursor-in-non-selected-windows and
5656         select-frame-set-input-focus for XEmacs.
5657
5658 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5661
5662 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * gnus-registry.el (gnus-registry-cache-save): Remove text
5665         properties when saving via the temp buffer.
5666
5667 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * message.el (message-generate-hashcash): Honor custom type.
5670
5671 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * message.el (message-generate-hashcash): Default to non-nil when
5674         hashcash is found.
5675
5676         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5677         (gnus-refer-thread-limit): Increase default to 500.
5678
5679         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5680
5681         * flow-fill.el (fill-flowed): Allow delete-space.
5682
5683 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5686         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5687         Remove autoloads.
5688
5689 2006-04-18  Simon Josefsson  <jas@extundo.com>
5690
5691         * message.el (message-generate-hashcash): Default to.
5692
5693 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5696         concatenating segments rather than before concatenating them.
5697
5698 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5701
5702 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5705
5706         * message.el (message-forward-make-body-plain): Allow
5707         message-forward-ignored-headers to be a list.
5708         (message-remove-ignored-headers): Factor out into function.
5709         (message-forward-make-body-mml): Use it.
5710
5711         * imap.el (imap-quote-specials): New function.
5712         (imap-login-auth): Quote specials.
5713
5714         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5715         (rfc2231-parse-string): Allow concatanation of parameters that
5716         aren't contiguous.  The test case is
5717           (mail-header-parse-content-type "message/external-body;
5718             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5719             access-type=LOCAL-FILE;
5720             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5721
5722 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * nntp.el (nntp-accept-process-output): Return the value of
5725         `nnheader-accept-process-output'.
5726
5727 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5730         (gnus-button-alist): Recognize more diff formats.
5731         (gnus-button-patch): Strip directory.
5732
5733 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5736         Emacs 22 when setting focus.
5737
5738 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus-art.el (gnus-article-treat-types): Do treatment of
5741         text/x-verbatim parts.
5742         (gnus-button-patch): New command.
5743
5744         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5745         addresses that contain invalid characters.
5746
5747 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * message.el (message-put-addresses-in-ecomplete): Use
5750         gnus-replace-in-string.
5751         (message-is-yours-p): Use the more correct
5752         mail-header-parse-address instead of
5753         mail-extract-address-components.
5754         (message-put-addresses-in-ecomplete): Fix typo.
5755
5756         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5757         keystroke.
5758
5759         * gnus-art.el (gnus-treatment-function-alist): Change order of
5760         newsgroups/generic header folding to avoid double-folding.
5761
5762         * message.el (message-hidden-headers): Add X-Draft-From.
5763
5764         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5765         command.
5766         (gnus-summary-repeat-search-article-backward): New command.
5767
5768         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5769         groups in the parent topic.
5770
5771 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5772
5773         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5774         (spam-extra-header-to-number): Return the CRM114 number as a
5775         number instead of a string.
5776
5777 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * gnus-art.el (gnus-face-properties-alist): Moved here from
5780         gnus-fun.
5781
5782         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5783
5784 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * message.el (message-strip-forbidden-properties): Only display on
5787         self-insert-command.
5788
5789         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5790         reindent.
5791         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5792
5793 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5794
5795         * smiley.el (smiley-style): Fix typo.
5796
5797 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * hashcash.el (hashcash-insert-payment-async-2): Use
5800         message-goto-eoh instead of doing it manually.
5801         (mail-add-payment): Use message-narrow-to-header instead of trying
5802         to do the same itself.
5803
5804         * message.el (message-hidden-headers): Add Face.
5805
5806         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5807         reparenting code.
5808         (gnus-summary-reparent-children): Refactored out code.
5809         (gnus-summary-thread-map): New keystroke.
5810         (gnus-summary-reparent-children): Make into command.
5811
5812         * smiley.el (smiley-style): Default to `medium' if using a large
5813         font.
5814
5815         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5816         does it itself.
5817
5818         * message.el (message-point-in-header-p): Simplify definition.
5819
5820 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * nnagent.el (nnagent-request-set-mark): Silence log file
5823         writing.
5824         (nnagent-request-set-mark): Use write-region instead of
5825         append-to-file.
5826
5827         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5828         strange select method.
5829
5830         * ecomplete.el (ecomplete-display-matches): Get highlightling
5831         right.
5832         (ecomplete-display-matches): Use literals.
5833         (ecomplete-display-matches): Disable message logging.
5834
5835         * message.el (message-display-abbrev): Small optimization.
5836
5837         * ecomplete.el (ecomplete-display-matches): Allow automatic
5838         display.
5839
5840         * message.el (message-strip-forbidden-properties): Display
5841         abbrevs.
5842         (message-display-abbrev): Get automatic display right.
5843
5844         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5845         keystrokes.
5846
5847 2006-04-13  Romain Francoise  <romain@orebokech.com>
5848
5849         TODO: Backport to v5-10!
5850
5851         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5852         Moved here (and renamed) from gnus-registry.el.
5853
5854         * gnus-registry.el: Require gnus-util.
5855         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5856
5857 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-group.el (gnus-group-catchup-current): Change
5860         if-then-else-if-then-else into cond.
5861         (gnus-group-catchup): Indent.
5862         (group-name-at-point): New function.
5863         (gnus-fetch-group): Provide default from thing at point.
5864
5865 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * message.el (message-display-abbrev): Fix regexp.
5868
5869         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5870         choosing.
5871         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5872         dead variables.
5873
5874         * message.el (message-newline-and-indent): Remove debugging.
5875         (message-display-abbrev): Use new implementation.
5876
5877 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * gnus-art.el (gnus-article-mode): Set
5880         cursor-in-non-selected-windows to nil.
5881
5882         * smiley.el: Revert previous change.
5883         (smiley-data-directory): defvar it before using it in the
5884         defcustom of `smiley-style'.
5885
5886 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * message.el (message-newline-and-indent): New function.
5889
5890         * ecomplete.el: Implement more bits.
5891
5892         * message.el (message-put-addresses-in-ecomplete): Clean up the
5893         string.
5894
5895         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5896
5897         * gnus-sum.el (gnus-summary-save-parts): Bind
5898         gnus-summary-save-parts-counter and use it to make unique file
5899         names.
5900
5901         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5902
5903         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5904         parameter to say whether to actually parse the individual
5905         addresses.
5906
5907         * message.el (message-put-addresses-in-ecomplete): New function.
5908         (ecomplete): Require.
5909         (message-mail-alias-type): Add ecomplete as an option.
5910
5911 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5912
5913         * flow-fill.el (fill-flowed): Remove trailing space from blank
5914         quoted lines.
5915
5916 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * smiley.el (smiley-style): Move definition later to avoid a
5919         compilation warning.
5920
5921 2006-04-12  Kenichi Handa  <handa@m17n.org>
5922
5923         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5924         buffer and then decode the buffer text if necessary.
5925         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5926         first, and after mm-encode-body, change the buffer to unibyte.
5927         Use mm-disable-multibyte instead of set-buffer-multibyte.
5928
5929 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5932         Content-Type header instead of Content-Disposition header.
5933         (gnus-mime-inline-part): Ditto.
5934         (gnus-mime-view-part-as-charset): Ignore charset that the part
5935         specifies.
5936
5937         * mm-decode.el (mm-display-part): Work with external parts and
5938         usual parts similarly.
5939
5940         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5941         instead of gnus-display-mime.
5942
5943         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5944         instead of with-temp-buffer.
5945
5946         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5947         tag to summarized topics part in order to encode non-ASCII text.
5948
5949 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * smiley.el (smiley-style): New variable.
5952         (smiley-directory): New function.
5953         (smiley-data-directory): Derive from `smiley-style' using
5954         `smiley-directory'.
5955         (smiley-regexp-alist): Add new entries.
5956
5957         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5958         (gnus-article-browse-delete-temp): Add :version.
5959
5960 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5961
5962         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5963         the sieve region.
5964
5965 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966
5967         * gnus.el (gnus-version-number): Bump version.
5968
5969 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * gnus.el: No Gnus v0.4 is released.
5972
5973 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5976         layout.
5977
5978         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5979         unknown charset.
5980
5981         * message.el (message-header-synonyms): Add Original-To to the
5982         default.
5983
5984         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5985         optional parameter.
5986
5987 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * gnus-fun.el (gnus): Require it for gnus-directory.
5990
5991 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5994
5995 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5996
5997         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5998
5999 2006-04-05  Simon Josefsson  <jas@extundo.com>
6000
6001         * password.el (password-reset): New function.
6002
6003 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6004
6005         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6006         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6007
6008 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6009
6010         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6011         Some whitespace was matched into the url, which broke browsing hits
6012         > 100 when mm-url-use-external was nil.
6013
6014 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6017         gnus-extra-headers for 'Newsgroups.
6018
6019         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6020         bound.
6021
6022 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6023
6024         * pgg-gpg.el: Clean up process buffers every time gpg processes
6025         complete.
6026
6027 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6030         doc string.
6031
6032 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6033
6034         * pgg-gpg.el (pgg-gpg-process-filter)
6035         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6036
6037         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6038         lines, temporary fix.
6039
6040 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6043
6044 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6047         default-enable-multibyte-characters.  This reverts the change from
6048         revision 6.17 which is no longer necessary because the passphrase
6049         is sent separately now.  GnuPG messages are unreadable under
6050         multibyte locales with default-enable-multibyte-characters set to
6051         nil.
6052
6053 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * message.el (message-tool-bar-gnome): Move "spell".
6056
6057 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6060         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6061         instead.
6062
6063 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6064
6065         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6066         newsgroups handling for NNTP overviews which don't include
6067         Newsgroups.
6068
6069 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6070
6071         * message.el (message-resend): Bind message-generate-hashcash to nil.
6072
6073 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6074
6075         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6076         when searching for already-paid recipients.
6077
6078 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6079
6080         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6081         passphrases when it is not needed.
6082         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6083         passphrase stuff from gpg, should only be necessary when you use
6084         gpg with a smartcard.
6085
6086 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * mml.el (mml-insert-mime): Ignore cached contents of
6089         message/external-body part.
6090
6091         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6092         (mm-insert-part): Ditto.
6093
6094 2006-03-23  Simon Josefsson  <jas@extundo.com>
6095
6096         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6097         Reiner.
6098         (pgg-gpg-use-agent-p): Use it again.
6099
6100 2006-03-23  Simon Josefsson  <jas@extundo.com>
6101
6102         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6103         older emacsen.
6104         (pgg-gpg-use-agent-p): Don't use it.
6105
6106 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6109         if we can.
6110
6111 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6112
6113         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6114         (pgg-gpg-update-agent): New function.
6115         (pgg-gpg-use-agent-p): New function.
6116         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6117         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6118         (pgg-gpg-sign-region): Use it.
6119
6120 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6123         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6124
6125 2006-03-21  Simon Josefsson  <jas@extundo.com>
6126
6127         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6128         <wilde@sha-bang.de>.
6129         (pgg-gpg-use-agent): New variable.
6130         (pgg-gpg-process-region): Use it.
6131         (pgg-gpg-encrypt-region): Likewise.
6132         (pgg-gpg-encrypt-symmetric-region): Likewise.
6133         (pgg-gpg-decrypt-region): Likewise.
6134         (pgg-gpg-sign-region): Likewise.
6135         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6136
6137 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6140
6141         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6142         Add comment on version.
6143
6144 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * smiley.el: Add missing test smiley.
6147
6148 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mm-decode.el (mm-with-part): New macro.
6151         (mm-get-part): Use it; work with message/external-body as well.
6152         (mm-save-part): Treat name and filename equally.
6153
6154         * mm-extern.el (mm-extern-cache-contents): New function.
6155         (mm-inline-external-body): Use it; force the part to be displayed;
6156         move undisplayer added to the cached handle to the parent.
6157
6158         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6159         (gnus-mime-view-part-as-type): Work with message/external-body.
6160
6161         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6162
6163 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6166         images in image-load-path.  [Sync with image.el, revision 1.60, in
6167         Emacs.]
6168
6169 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6172         path rather than symbol.  Always return list of directories.
6173         Guarantee that image directory comes first.  [Sync with image.el,
6174         revision 1.59, in Emacs.]
6175
6176         * message.el (message-make-tool-bar): Adjust to new API of
6177         `gmm-image-load-path-for-library'.
6178
6179         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6180
6181         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6182
6183 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6184
6185         * gnus-art.el (gnus-article-only-boring-p):
6186         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6187         intangible text.
6188         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6189
6190 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6193         `defun' instead of `gmm-defun-compat'.
6194
6195 2006-03-14  Simon Josefsson  <jas@extundo.com>
6196
6197         * message.el (message-unique-id): Don't use message-number-base36
6198         if (user-uid) is a float.
6199         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6200
6201 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6204
6205         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6206         empty line between a part and a message part.
6207
6208 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * smiley.el: Add more test smileys.
6211         (smiley-data-directory, smiley-regexp-alist)
6212         (gnus-smiley-file-types): Fix doc strings.
6213         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6214         adding new elements.
6215         (smiley-mouse-map): Unused code.  Make it a comment.
6216
6217 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6220         scan latest NoCeM messages instead of old ones.
6221         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6222         delimiters that are recently used.
6223         (gnus-nocem-load-cache): Add autoload cookie.
6224
6225         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6226
6227         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6228         level which is larger than gnus-use-nocem is specified.
6229
6230         * gnus-group.el (gnus-group-get-new-news): Ditto.
6231
6232 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * gnus-util.el (gnus-tool-bar-update): New function.
6235
6236         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6237         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6238
6239         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6240
6241         * gnus-group.el (gnus-group-redraw-when-idle)
6242         (gnus-group-redraw-check): Remove.
6243         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6244
6245 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6248         if optional last element is specified in splits (FIELD VALUE...).
6249
6250 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6253         to gmm-image-load-path-for-library.  Call with no-error argument.
6254         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6255
6256         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6257
6258         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6259
6260         * gmm-utils.el (gmm-image-load-path): Remove alias.
6261
6262 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gmm-utils.el (gmm-image-load-path): Add alias.
6265
6266         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6267         nnml-generate-nov-databases-1.
6268         (nnml-generate-nov-databases): Use it.
6269         (nnml-generate-nov-databases-directory): Document no-active
6270         argument.
6271
6272         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6273         directory if path is t.  Add no-error.
6274
6275         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6276         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6277
6278         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6279         resetting gnus-article-browse-html-temp-list.
6280
6281         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6282         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6283         Add example to docstring.  Rename local variables.  Move error
6284         checks to default case in cond and simplify.
6285
6286 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6289         handle is multipart when calling it recursively.
6290         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6291
6292 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6293
6294         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6295         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6296
6297 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6300         is loaded.
6301
6302         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6303         loaded.
6304
6305 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6308         to "Emacs 23 (unicode)" in doc string.
6309
6310         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6311         "Emacs 23 (unicode)" in comment.
6312
6313 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6316
6317         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6318         characters 160 through 255 in Emacs 23.
6319
6320 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6323         gnus-article-browse-html-temp.
6324         (gnus-article-browse-delete-temp): Make it customizable.  Add
6325         `file'.  Adjust doc string.
6326         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6327         query for each file.  Adjust doc string.
6328         (gnus-article-browse-html-parts): Add
6329         `gnus-article-browse-delete-temp-files' to
6330         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6331
6332 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6333
6334         * gnus-art.el (gnus-article-browse-html-temp)
6335         (gnus-article-browse-delete-temp): New variables.
6336         (gnus-article-browse-delete-temp-files): New function.
6337         (gnus-article-browse-html-parts): Use it.
6338
6339 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6342
6343         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6344         string.
6345
6346         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6347         gnus-summary-insert-new-articles when unplugged.  Remove
6348         gnus-summary-search-article-forward.
6349
6350         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6351         display-visual-class instead of display-color-cells.
6352
6353 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * dgnushack.el: Autoload customize-group for XEmacs.
6356
6357         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6358         message/* containing non-ASCII text properly.
6359
6360 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * message.el: Require gmm-utils, remove autoloads.
6363         (message-tool-bar): Set default based on
6364         gmm-tool-bar-style.
6365         (message-tool-bar-gnome): Add gmm-customize-mode.
6366
6367         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6368         gmm-tool-bar-style.
6369         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6370
6371         * gnus-group.el (gnus-group-tool-bar): Set default based on
6372         gmm-tool-bar-style.
6373         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6374
6375         * gmm-utils.el (gmm-image-directory): Rename variable from
6376         gmm-image-load-path.
6377         (gmm-image-load-path): Use gmm-image-directory.
6378         (gmm-customize-mode): New function.
6379         (gmm-tool-bar-style): New variable.
6380
6381         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6382         gnus-group-redraw-line-number.
6383         (gnus-group-redraw-check): Simplify.
6384         (gnus-group-tool-bar-update): Remove redraw check.
6385         (gnus-group-make-tool-bar): Add redraw check.
6386
6387 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6388
6389         * gnus-art.el (gnus-button): Add missing parentheses.
6390
6391 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * lpath.el: Fbind line-number-at-pos.
6394
6395 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6398
6399 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gnus-art.el (gnus-button): New face.
6402         (gnus-article-button-face): Use it.
6403
6404         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6405         gnus-summary-next-page.  Re-order.
6406
6407         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6408         next-node are now included.
6409         (gnus-group-redraw-line-number): New internal variable.
6410         (gnus-group-redraw-check): Helper function for updating the tool
6411         bar.
6412         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6413
6414         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6415
6416         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6417         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6418         Use it to match format of Spamassassin 3.0 and later.  Reported by
6419         IRIE Tetsuya <irie@t.email.ne.jp>.
6420         (spam-check-bogofilter)
6421         (spam-bogofilter-register-with-bogofilter): Fix args of
6422         `gnus-error' calls.
6423
6424 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6427         unnecessary interaction when sending queued mails.  Reported by
6428         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6429
6430 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6433         first or last are nil.
6434
6435 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6436
6437         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6438
6439 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6442
6443 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * dns.el (query-dns): Protect more against buggy tcp output.
6446
6447 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6450         nov.php.
6451
6452 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6453
6454         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6455         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6456         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6457         output on the server side.
6458         (nnweb-google-create-mapping): Update regexps and add some
6459         progress indication.
6460
6461 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6464         gnus-agent-toggle-plugged.  Re-order icons.
6465         (gnus-group-tool-bar-gnome): Add
6466         gnus-group-{prev,next}-unread-group.
6467         (gnus-group-tool-bar-gnome): Re-order icons.
6468
6469         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6470         gnus-summary-insert-new-articles.
6471
6472         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6473         comments.
6474
6475         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6476         also available in Emacs 21.3.
6477
6478         * message.el (message-fix-before-sending): Change "Emacs 22" to
6479         "Emacs 23 (unicode)" in comment.
6480
6481         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6482         "Emacs 23 (unicode)" in comment.
6483
6484         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6485         comment.
6486         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6487
6488         * mm-view.el (mm-fill-flowed): Add :version.
6489
6490 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6493         and load-path.
6494
6495 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * message.el: Autoload gmm-image-load-path.
6498         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6499         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6500         consitency.
6501
6502         * gmm-utils.el (gmm-image-load-path): Also search in
6503         "../etc/images".  Don't set gmm-image-load-path if we don't find
6504         the image.
6505
6506 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gmm-utils.el (gmm-image-load-path): Don't make
6509         `gmm-image-load-path' include subdirectories which the second arg
6510         `image' might specify.
6511
6512         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6513         subdirectory to icon file names.
6514
6515         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6516
6517 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6520         gmm-image-load-path calls.
6521
6522         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6523
6524         * message.el (message-make-tool-bar): Ditto.
6525
6526         * mml.el (mml-preview): Added comment concerning tool bar icons.
6527
6528         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6529         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6530
6531         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6532         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6533
6534         * message.el (message-tool-bar-gnome): Use new icon names.
6535         (message-make-tool-bar): Use `gmm-image-load-path'.
6536
6537         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6538         functions from MH-E.
6539         (gmm-image-load-path): New variable from MH-E.
6540         (gmm-image-load-path): New function from MH-E.  Added arguments
6541         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6542         *-image-load-path-called-flag.
6543
6544 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6545
6546         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6547
6548 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6549
6550         * nnimap.el (nnimap-request-move-article): Change folder back to
6551         source group before deleting.
6552
6553 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6556
6557         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6558         mm-url.
6559
6560         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6561
6562 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6565         coding system which mm-charset-to-coding-system returns for a
6566         given charset is valid.
6567
6568 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6569
6570         * html2text.el (html2text-remove-tag-list):
6571         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6572
6573 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6574
6575         * gnus-cus.el: Revert 2005-10-17 change.
6576
6577 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-art.el (article-strip-banner): Call
6580         article-really-strip-banner only when the regexp match is made.
6581
6582 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-art.el (article-strip-banner): Use
6585         gnus-extract-address-components instead of
6586         mail-header-parse-addresses to make it work with non-ASCII text;
6587         remove mail-encode-encoded-word-string.
6588
6589         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6590         values which are surrounded with \"...\"; make it never cause a
6591         Lisp error; give up parsing of parameters if it failed in
6592         extracting type.
6593
6594 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6595
6596         * smime.el (smime-cert-by-ldap-1): Fix bug where
6597         `smime-ldap-search' returns results without userCertificates.
6598
6599 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6602
6603 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * spam.el (spam-check-spamassassin-headers): Adapt format for
6606         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6607         <ari@mbf.ocn.ne.jp>.
6608         (spam-list-of-processors): Add spam-use-gmane.
6609
6610 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6613         make-temp-file; make it work with XEmacs as well.
6614
6615         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6616         mm-make-temp-file.
6617
6618         * mm-decode.el (mm-display-external): Use the 3rd arg of
6619         mm-make-temp-file.
6620         (mm-create-image-xemacs): Ditto.
6621
6622 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6625         with message-narrow-to-headers.
6626         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6627         (gnus-draft-check-draft-articles): New function.
6628         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6629
6630 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6631
6632         * gnus-art.el (gnus-article-browse-html-parts):
6633         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6634         Don't use suffix argument for mm-make-temp-file for Emacs 21
6635         compatibility.  Remove useless `format'.
6636
6637 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6638
6639         * nnweb.el (nnweb-google-wash-article): Update regexps.
6640         (nnweb-group-alist): Use defvoo instead of defvar.
6641
6642 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6645         re-loading nn* modules.
6646
6647 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6650         for `tool-bar-mode' and don't check it's default-value.
6651
6652         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6653
6654         * message.el (message-make-tool-bar): Ditto.
6655
6656         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6657         `substring'.  Shorten tmp-file name.
6658
6659         * gnus.el: Remove bogus comment.
6660
6661 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6662
6663         * gnus-art.el (gnus-article-browse-html-parts): New function.
6664         (gnus-article-browse-html-article): New function for viewing html
6665         articles with a browser.
6666
6667 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6668
6669         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6670         in elisp.
6671         (pgg-gpg-encrypt-symmetric-region): Ditto.
6672         (pgg-gpg-sign-region): Ditto.
6673
6674         * pgg-def.el (pgg-text-mode): New variable.
6675
6676         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6677         (mml2015-pgg-encrypt): Ditto.
6678
6679         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6680         (mml1991-pgg-encrypt): Ditto.
6681
6682 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6685         message-make-date instead of current-time-string.
6686
6687         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6688         to gnus-decoded which mm-uu might set.
6689
6690 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6693         don't decode quoted parameters; remove misimported Emacs code.
6694         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6695         (rfc2231-decode-encoded-string): Don't use split-string which
6696         behaves differently according to Emacs version; use
6697         mm-decode-coding-region to convert charset to coding-system.
6698         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6699         (rfc2231-encode-string): Remove misimported Emacs code.
6700
6701 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6704         when calling mail-header-parse-content-type.
6705         (article-de-quoted-unreadable): Ditto.
6706         (article-de-base64-unreadable): Ditto.
6707         (article-wash-html): Ditto.
6708
6709         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6710         calling mail-header-parse-content-type and
6711         mail-header-parse-content-disposition.
6712         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6713         mail-header-parse-content-type.
6714
6715         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6716         insert charset and format parameters; encode description after
6717         inserting it to buffer.
6718         (mml-insert-parameter): Fold lines properly even if a parameter is
6719         segmented into two or more lines; change the max column to 76.
6720
6721         * rfc1843.el (rfc1843-decode-article-body): Don't use
6722         ignore-errors when calling mail-header-parse-content-type.
6723
6724         * rfc2231.el (rfc2231-parse-string): Return at least type if
6725         possible; don't cause an error even if it fails in parsing of
6726         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6727         (rfc2231-encode-string): Don't break lines at the beginning, leave
6728         it to mml-insert-parameter.
6729
6730         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6731         calling mail-header-parse-content-type.
6732
6733 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * spam-report.el (spam-report-gmane-use-article-number):
6736         Improve doc string.
6737         (spam-report-gmane-internal): Check if a suitable header was found
6738         in the article.
6739
6740 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6743         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6744
6745 2006-02-05  Romain Francoise  <romain@orebokech.com>
6746
6747         Update copyright notices of all files in the gnus directory.
6748
6749 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6750
6751         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6752
6753 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6756         segmented lines of parameter value to cope with Thunderbird 1.5
6757         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6759         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6760
6761 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6762
6763         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6764         parts.
6765
6766 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6767
6768         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6769         there's only one active file for all servers.
6770         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6771         solid groups.  Gnus might have used a FAST request to select the group.
6772         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6773         and nnweb-search redundantly in the active file.
6774         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6775         (nnweb-request-create-group): Don't use ARGS.
6776         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6777         initialisations.  Let nnoo do the work.
6778
6779 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6782         Say the part has been decoded.
6783
6784         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6785
6786 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6787
6788         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6789         mailcap-viewer-test-cache when there's no 'test clause, since that
6790         will invert the meaning of a "nil" test previously determined by
6791         mailcap-mailcap-entry-passes-test.
6792
6793 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6796         compiling.
6797
6798         * gnus-sum.el: Ditto.
6799
6800         * message.el: Don't bind tool-bar-map when compiling.
6801
6802 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6805
6806 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6807
6808         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6809         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6810         current Google Groups.
6811
6812 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6815         and tool-bar-mode.
6816
6817         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6818         and tool-bar-mode.
6819
6820         * message.el (message-tool-bar-update): Simplify.
6821         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6822
6823         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6824         gnus-summary-buffer.
6825         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6826         gnus-summary-reply.
6827
6828         * gmm-utils.el (gmm): Add :version.
6829
6830 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * Makefile.in (clean): New rule.
6833         (distclean): Use it.
6834
6835 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6836
6837         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6838         autoload.
6839
6840 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gmm-utils.el (gmm-verbose): Add :group.
6843
6844 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * message.el: Change some comments WRT tool-bars.
6847
6848         * gnus-sum.el (gnus-summary-tool-bar)
6849         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6850         (gnus-summary-tool-bar-zap-list): New variables.
6851         (gnus-summary-make-tool-bar): Complete rewrite using
6852         `gmm-tool-bar-from-list'.
6853
6854         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6855         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6856         variables.
6857         (gnus-group-make-tool-bar): Complete rewrite using
6858         `gmm-tool-bar-from-list'.
6859         (gnus-group-tool-bar-update): New function.
6860
6861         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6862
6863 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6866         is dissected into a single part of which the type is the same as
6867         the given one; decode charset.
6868
6869 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6870
6871         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6872         into alists as symbol not string, since that's what
6873         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6874         look for.
6875
6876 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6879         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6880
6881         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6882
6883 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6886         (gnus-xmas-mime-security-button-menu): New function.
6887
6888         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6889         (gnus-mime-security-button-menu): New definition.
6890         (gnus-mime-security-button-map): Use them.
6891         (gnus-mime-security-button-menu): New function.
6892         (gnus-insert-mime-security-button): Addition to help echo.
6893         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6894         (gnus-mime-security-pipe-part): New functions.
6895
6896         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6897         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6898
6899         * mm-decode.el (mm-handle-set-disposition): Remove.
6900         (mm-handle-set-description): Remove.
6901
6902 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6905         (mm-w3m-standalone-supports-m17n-p): New function.
6906         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6907         w3m usage.
6908
6909         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6910         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6911
6912 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * message.el (message-tool-bar-zap-list): Use
6915         gmm-tool-bar-zap-list as custom type.
6916         (message-tool-bar-update): New function.
6917         (message-tool-bar, message-tool-bar-gnome)
6918         (message-tool-bar-retro): Add message-tool-bar-update.
6919         (message-tool-bar-gnome): Add flyspell-buffer.
6920
6921         * gnus-util.el (gnus-error): Describe `args'.
6922
6923         * gmm-utils.el (gmm-error): Describe `args'.
6924         (gmm-tool-bar-zap-list): New widget.
6925         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6926
6927 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6930         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6931         the number of recursive calls.
6932
6933         * mm-decode.el (mm-handle-set-disposition): New macro.
6934         (mm-handle-set-description): New macro.
6935
6936 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6939         encoding.
6940
6941 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * message.el (message-tool-bar-zap-list, message-tool-bar)
6944         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6945         (message-tool-bar-local-item-from-menu): Remove.
6946         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6947         (message-make-tool-bar): New function.
6948         (message-mode): Use `message-make-tool-bar'.
6949
6950         * gmm-utils.el: New file.
6951         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6952         (gmm-lazy): New widget copied from `nnmail.el'.
6953         (gmm-tool-bar-from-list): New function for creating customizable
6954         tool bars.
6955         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6956         output.
6957         (gmm): Add :prefix to defgroup.
6958
6959 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6960
6961         * gmm-utils.el (gmm-widget-p): New function.
6962
6963 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * mml.el (mml-attach-file): Describe `description' in doc string.
6966         (mml-menu): Add Emacs MIME manual and PGG manual.
6967
6968 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6969
6970         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6971
6972 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6973
6974         * nntp.el (nntp-end-of-line): Doc fix.
6975
6976 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6977
6978         * imap.el (imap-open): Handle case where buffer is a buffer
6979         object.
6980
6981 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * gnus-delay.el (gnus-delay): Don't autoload.
6984         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6985         to be re-loaded when customizing the `gnus-delay' group.
6986
6987 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6988
6989         * message.el (message-insert-citation-line): Use newlines.
6990
6991 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6992
6993         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6994         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6995         these routines, so the passphrase can be managed externally and
6996         passed in to the system.
6997         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6998         pgg-add-passphrase-to-cache function.
6999
7000         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7001         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7002         these routines, so the passphrase can be managed externally and
7003         passed in to the system.
7004         (pgg-pgp5-sign-region): Use new name of
7005         pgg-add-passphrase-to-cache function.
7006
7007 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7008
7009         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7010         part of the decoded armor to find the key-identifier.
7011         (pgg-gpg-lookup-key-owner): New function to return the
7012         human-readable identifier of a key owner.
7013         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7014         itself.
7015         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7016         the key value) if we have a key and can match it against a secret
7017         key.  Also, added a note pointing out fact that the prompt only
7018         indicates the first matching key.
7019
7020         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7021         pgg-decrypt-region.
7022         (pgg-add-passphrase-to-cache): Rename from
7023         `pgg-add-passphrase-cache' to reduce confusion (all callers
7024         changed).
7025         (pgg-remove-passphrase-from-cache): Rename from
7026         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7027         changed).
7028         (pgg-read-passphrase, pgg-add-passphrase-cache)
7029         (pgg-remove-passphrase-cache): Add informative docstrings.
7030         (pgg-decrypt): Convey provided passphrase in subordinate call to
7031         pgg-decrypt-region.
7032
7033 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7034
7035         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7036         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7037         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7038         'passphrase' argument, so the passphrase can be managed externally
7039         and then passed in to the system.
7040
7041         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7042         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7043         so the passphrase cache can be used reliably with identifiers
7044         besides a pgp packet's key id.
7045
7046         * pgg-gpg.el (pgg-gpg-encrypt-region)
7047         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7048         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7049         these routines, so the passphrase can be managed externally and
7050         passed in to the system.
7051
7052         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7053         'notruncate' argument, so the passphrase cache can be used
7054         reliably with identifiers besides a pgp packet's key id.
7055
7056 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7057
7058         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7059         symmetric encryption.
7060         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7061         encrypted session key.
7062         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7063         message ask for the passphrase in a proper way.
7064
7065         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7066         New user commands for symmetric encryption.
7067
7068 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7071
7072         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7073
7074 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7075
7076         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7077
7078 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * mm-decode.el (mm-inlined-types): Add application/pgp.
7081         (mm-automatic-display): Ditto.
7082
7083         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7084         part as text.
7085
7086 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * nnrss.el: Update copyright.
7089         (nnrss-opml-import): Query whether to subscribe to each entry.
7090
7091         * gnus-art.el:
7092         * gnus-sum.el:
7093         * gnus-xmas.el:
7094         * messagexmas.el:
7095         * mm-uu.el:
7096         * mm-view.el: Update copyright.
7097
7098 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * message.el (message-info): New function.
7101         (message-mode-menu): Add it.
7102         Update copyright.
7103
7104         * ChangeLog: Fix and update copyright.
7105
7106 2006-01-13  Romain Francoise  <romain@orebokech.com>
7107
7108         * message.el (message-forward-subject-name-subject): Prefer the
7109         address to 'nowhere' if the sender has no name.
7110         Fix typo.  Update copyright year.
7111
7112 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-art.el (article-wash-html): Use
7115         gnus-summary-show-article-charset-alist if a numeric arg is given.
7116         (gnus-article-wash-html-with-w3m-standalone): New function.
7117
7118         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7119         mm-inline-text-html-render-with-w3m-standalone.
7120         (mm-text-html-washer-alist): Map w3m-standalone to
7121         gnus-article-wash-html-with-w3m-standalone.
7122         (mm-inline-text-html-render-with-w3m-standalone): New function.
7123
7124 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7127         Improve LaTeX.
7128
7129 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7132         (nnrss-request-article): Render text/plain parts as HTML.
7133
7134         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7135         the buffer.
7136
7137 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7140         custom definition of `gnus-posting-styles'.
7141
7142         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7143         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7144
7145 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7148         Use nntp for bug archive.
7149
7150 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7153         parts.
7154         (nnrss-normalize-date): New function converts ISO 8601 date into
7155         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7156         (nnrss-check-group): Use it.
7157
7158 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7161
7162         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7163         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7164         (nnrss-insert-w3): Ditto.
7165
7166 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7169         the articles to be forwarded including the case where neither a
7170         number of articles nor a region is specified.
7171
7172 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * nnrss.el (nnrss-request-article): Fix last change; fill
7175         text/plain parts.
7176
7177 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7180         in text/plain part.
7181         (nnrss-check-group): Don't add excessive newline to dc:subject.
7182
7183 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7184
7185         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7186         article.
7187
7188 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7191         (nnml-use-compressed-files, nnml-save-mail): Support other
7192         comression programs such as bzip2.
7193
7194 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * dns.el (query-dns): Make sure we check the buffer size before
7197         removing tcp headers.
7198
7199 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7202         remove MIME buttons associated with multipart/alternative parts.
7203         (gnus-mime-display-alternative): Tag buttons using `article-type'
7204         text property.
7205
7206         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7207         associated with multipart/alternative parts.
7208
7209         * gnus-art.el (gnus-signature-separator): Fix custom type.
7210
7211         * mm-decode.el (mm-inlined-types): Fix custom type.
7212         (mm-keep-viewer-alive-types): Ditto.
7213         (mm-automatic-display): Ditto.
7214         (mm-attachment-override-types): Ditto.
7215         (mm-inline-override-types): Ditto.
7216         (mm-automatic-external-display): Ditto.
7217
7218 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * spam-report.el (spam-report-user-mail-address)
7221         (spam-report-user-agent): New variables.
7222         (spam-report-url-ping-plain): Use spam-report-user-agent.
7223
7224 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7225
7226         * gnus-art.el (gnus-button-handle-custom): Do not just use
7227         `customize-apropos' for any "M-x customize-*" button but the
7228         function called for.  Accept both the function name and its
7229         argument in order to achieve this.
7230         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7231         function name to `gnus-button-handle-custom' in case of "M-x
7232         customize-*" buttons.
7233
7234 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7237         multipart/alternative and add xref to mm-discouraged-alternatives
7238         in doc string.
7239
7240         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7241         gnus-buttonized-mime-types in doc string.
7242
7243 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7246         Suggest image/.* in the doc string.
7247
7248 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7251         message-marks (Debian bug #342521).
7252
7253 2005-12-12  Simon Josefsson  <jas@extundo.com>
7254
7255         * password.el (password-read-from-cache): Add.
7256         (password-read): Use it.
7257
7258 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7261         us-ascii as a MIME charset.
7262
7263         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7264         against the case where the 2nd arg TYPE is nil.
7265
7266 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * pop3.el (pop3-stream-type): Fix custom version.
7269
7270         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7271
7272 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7273
7274         * mm-decode.el (mm-display-external): Add missing cdr.
7275
7276 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7279         RFC1524) if it is in mailcap or add a suffix according to
7280         mailcap-mime-extensions when generating a temp filename; postpone
7281         deleting a temp file for 2 seconds for some wrappers, shell
7282         scripts, and so on, which might exit right after having started a
7283         viewer command as a background job.
7284
7285 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * nntp.el (nntp-marks-directory): Fix custom group.
7288
7289         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7290         steps when < 10.
7291
7292         * gnus-start.el (gnus-no-server-1): Mention
7293         `gnus-level-default-subscribed' in doc string.
7294
7295 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7296
7297         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7298         parens.
7299
7300 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-xmas.el (gnus-use-toolbar): Revert.
7303         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7304         gnus-use-toolbar is default.
7305
7306         * messagexmas.el (message-use-toolbar): Revert.
7307         (message-setup-toolbar): Use global default-toolbar if
7308         message-use-toolbar is default.
7309
7310 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7313         according to default-toolbar-visible-p.
7314
7315         * messagexmas.el (message-use-toolbar): Ditto.
7316
7317 2005-11-26  Dave Love  <fx@gnu.org>
7318
7319         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7320         (tls-program, tls-success): Provide openssl alternative.
7321
7322         * starttls.el: Doc fixes.
7323         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7324         SERVICE to PORT.
7325
7326         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7327         port null or service name.
7328         (starttls-negotiate): Autoload.
7329
7330 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * message.el (message-kill-to-signature): Fix interactive spec.
7333
7334 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * pop3.el (pop3-open-server): Recognize a string as a service name.
7337
7338 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7339
7340         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7341
7342 2005-11-23  Dave Love  <fx@gnu.org>
7343
7344         Add pop3s, pop3/starttls.
7345
7346         * pop3.el (pop3-authentication-scheme): Clarify doc.
7347         (open-tls-stream, starttls-open-stream): Autoload.
7348         (pop3-stream-type): New.
7349         (pop3-open-server): Use it.
7350
7351         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7352         for POP.
7353         (mail-source-keyword-map): Add :stream for POP.
7354         (mail-source-fetch-pop): Use pop3-stream-type.
7355
7356 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7359         of current-time-string.
7360
7361 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7362
7363         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7364         date header.
7365
7366 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7367
7368         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7369         it can seriously impact performance as it bypasses the agent's
7370         local caches.
7371
7372 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7373
7374         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7375         must be explicitly online rather than "not explicitly offline" for
7376         its flags to be synchronized.
7377
7378         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7379         that gnus-uu-unmark-thread will function correctly.
7380
7381         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7382         1024K is instead displayed as 1M.
7383
7384 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7387
7388 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7389
7390         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7391
7392 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7393
7394         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7395         error message to display actual error condition.
7396         (gnus-agent-save-local): Avoid saving symbols that are bound to
7397         nil as they simply result in a warning message in
7398         gnus-agent-read-local.
7399
7400 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7403         rather than make-variable-buffer-local for file-precious-flag.
7404
7405 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7406
7407         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7408         for duplicates which are removed.  The invalid sort check then
7409         triggers a rescan after the sort as sorting may have moved
7410         duplicate entries such that they can be cheaply detected.
7411
7412 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7415
7416 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7417
7418         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7419         internal variable to a custom variable.  Changed default value
7420         from compressed(2) to uncompressed(1).
7421         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7422         support for uncompressed agentview files.  Taken together, reading
7423         the agentview file should now be 6-7 times faster.
7424
7425 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7426
7427         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7428         as a buffer-local variable.  This avoids creating truncated
7429         dribble files as a result of a hang up, eg.
7430
7431 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7432
7433         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7434         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7435         XEmacs.
7436
7437 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus-start.el (gnus-start-draft-setup): Enforce
7440         `gnus-draft-mode' for nndraft:drafts at startup.
7441
7442         * gnus.el (gnus-splash): Change custom group.
7443         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7444         allow-list argument.
7445
7446         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7447         string.
7448
7449 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-art.el (gnus-default-article-saver): Add user-defined
7452         `function' to custom type.
7453
7454 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7455
7456         * imap.el (imap-open): Handle case where buffer is a buffer
7457         object.
7458
7459 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7462         long lines.
7463         (gnus-cache-delete-group): Wrap doc strings.
7464
7465         * gnus-agent.el (gnus-agent-rename-group)
7466         (gnus-agent-delete-group): Wrap doc strings.
7467
7468 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * messagexmas.el (message-use-toolbar): Change the valid values
7471         into default, top, bottom, left, and right.
7472         (message-toolbar-thickness): New variable.
7473         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7474         well.
7475         (message-setup-toolbar): Make it work.
7476
7477         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7478         (gnus-use-toolbar): Change the valid values into default, top,
7479         bottom, left, and right.
7480         (gnus-toolbar-thickness): New variable.
7481         (gnus-xmas-setup-toolbar): New function.
7482         (gnus-xmas-setup-group-toolbar): Use it.
7483         (gnus-xmas-setup-summary-toolbar): Use it.
7484
7485 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * gnus-start.el (gnus-1): Add "native" to
7488         gnus-predefined-server-alist.
7489
7490         * gnus.el (gnus-method-to-server): Don't add "native" to the
7491         lists here, because that leads to problems when
7492         gnus-select-method is bound.
7493
7494 2005-11-09  Simon Josefsson  <jas@extundo.com>
7495
7496         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7497         use (not sort-by-date) instead.
7498
7499 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * gnus-delay.el (gnus-delay-group): Don't autoload.
7502         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7503         to be re-loaded when customizing the `gnus-delay' group.
7504
7505 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7506
7507         * message.el: Revert last changes.
7508         (message-insert-citation-line): Use newlines.
7509
7510 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7511
7512         * message.el (message-courtesy-message)
7513         (message-mark-insert-begin, message-mark-insert-end)
7514         (message-elide-ellipsis, message-cancel-message)
7515         (message-add-header, message-change-subject)
7516         (message-cross-post-followup-to-header)
7517         (message-cross-post-insert-note, message-reduce-to-to-cc)
7518         (message-widen-reply, message-delete-not-region)
7519         (message-kill-to-signature, message-insert-signature)
7520         (message-insert-importance-high, message-insert-importance-low)
7521         (message-insert-or-toggle-importance)
7522         (message-insert-disposition-notification-to)
7523         (message-indent-citation, message-yank-original)
7524         (message-cite-original-without-signature, message-cite-original)
7525         (message-insert-citation-line, message-position-on-field)
7526         (message-fix-before-sending, message-send-mail-partially)
7527         (message-send-mail, message-send-mail-with-sendmail)
7528         (message-send-mail-with-qmail, message-send-news)
7529         (message-check-news-header-syntax, message-generate-headers)
7530         (message-insert-courtesy-copy, message-fill-address)
7531         (message-fill-header, message-shorten-references)
7532         (message-setup-1, message-cancel-news)
7533         (message-forward-make-body-plain, message-forward-make-body-mime)
7534         (message-forward-make-body-mml, message-encode-message-body)
7535         (message-forward-make-body-digest-plain)
7536         (message-forward-make-body-digest-mime)
7537         (message-use-alternative-email-as-from): Insert `hard-newline'
7538         instead of ordinary newlines.
7539
7540 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * message.el (message-generate-headers): Downcase the argument
7543         given to message-check-element.
7544
7545 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7546
7547         * nntp.el (nntp-authinfo-rejected): New error condition.
7548         (nntp-wait-for): Use new error condition to signal authentication
7549         error.
7550         (nntp-retrieve-data): Rethrow new error condition to break out of
7551         recursive call to nntp-send-authinfo.
7552
7553 2005-11-08  Romain Francoise  <romain@orebokech.com>
7554
7555         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7556         (gnus-summary-exit-map): Bind to `Z p'.
7557         (gnus-summary-make-menu-bar): Add menu item.
7558
7559 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7562         (gnus-treat-*): Add `first' in all doc strings.
7563
7564         * gnus-group.el (gnus-group-compact-group): Fix typo.
7565
7566 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus.el (gnus-parameters-case-fold-search): New variable.
7569         (gnus-parameters-get-parameter): Use it.
7570
7571         * gnus-score.el (gnus-home-score-file): Doc fix.
7572
7573 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7574
7575         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7576
7577 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * mm-util.el (mm-special-display-p): New function.
7580
7581         * mml.el (mml-preview): Use it; doc fix.
7582
7583 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7584
7585         * imap.el (imap-open): Handle case where buffer is a buffer object.
7586
7587 2005-10-29  Romain Francoise  <romain@orebokech.com>
7588
7589         * message.el (message-fix-before-sending): Fix comment.
7590
7591 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7592
7593         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7594
7595 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7596
7597         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7598         Used in gnus-score.el.
7599
7600 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7603
7604 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7607         whitespace removed in revision 7.8.  Use concatenated string to
7608         protect trailing whitespace.
7609
7610 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7611
7612         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7613         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7614         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7615         Courier IMAP ("some version from 2004").  Mostly based on similar
7616         code in the same function.
7617
7618 2005-10-26  Didier Verna  <didier@xemacs.org>
7619
7620         * gnus-group.el (gnus-group-compact-group): Invalidate original
7621         article buffer.
7622         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7623         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7624         NOV database and in article itself.
7625         Invalidate article backlog.
7626
7627 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7630
7631 2005-10-26  Simon Josefsson  <jas@extundo.com>
7632
7633         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7634         part of 2004-07-25 change.
7635
7636 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * message.el (message-display-completion-list): New function.
7639         (message-expand-group): Use it; make sure the Completions buffer
7640         is modifiable.
7641 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7642
7643         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7644         user-mail-name is an empty string.
7645
7646 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7649         depending on gnus-score-decay-constant.
7650
7651         * encrypt.el (encrypt-insert-file-contents)
7652         (encrypt-write-file-contents): Don't use `gnus-message'.
7653
7654         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7655         arguments.
7656         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7657         arguments to mm-uu-verbatim-marks-extract.
7658         (mm-uu-hide-markers): New variable.
7659         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7660
7661         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7662         (gnus-convert-image-to-face-command): Use "convert" by default to
7663         allow other input image formats.
7664         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7665         accordingly.
7666
7667 2005-10-23  Simon Josefsson  <jas@extundo.com>
7668
7669         * imap.el (imap-gssapi-program): Align command line parameters
7670         with latest GNU SASL.
7671         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7672
7673 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7676         HTML.
7677         (nnslashdot-request-article): Ditto.
7678
7679         * lpath.el (featurep): Add nobreak-char-display.
7680
7681 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7682
7683         * mail-source.el (mail-source-fetch-pop): Require pop3.
7684         (mail-source-check-pop): Ditto.
7685
7686 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7689         errors.
7690
7691 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7694         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7695
7696         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7697
7698         * mm-bodies.el (mm-decode-string): Call
7699         `mm-charset-to-coding-system' with allow-override argument.
7700
7701 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7704         (rfc2047-charset-to-coding-system): New function.
7705         (rfc2047-decode-encoded-words): New function.
7706         (rfc2047-decode-region): Use them.
7707         (rfc2047-decode-cte): Remove.
7708         (rfc2047-parse-and-decode): Remove.
7709         (rfc2047-decode): Remove.
7710
7711 2005-10-15  Kenichi Handa  <handa@m17n.org>
7712
7713         * rfc2047.el (rfc2047-decode-cte): New function.
7714         (rfc2047-decode-region): Change the way to decode successive
7715         encoded-words: decode B- or Q-encoding in each encoded-word,
7716         concatenate them, and decode it as charset.
7717
7718 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * lpath.el: Fbind codepage-setup for XEmacs.
7721
7722 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7723
7724         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7725         widget-move-and-invoke.
7726         (gnus-custom-mode): Use gnus-custom-map.
7727
7728 2005-10-15  Bill Wohler  <wohler@newt.com>
7729
7730         * message.el (message-tool-bar-map): Renamed image file from
7731         mail_send to mail/send.
7732
7733 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7734
7735         * message.el (message-expand-group): Pass the common
7736         prefix substring of completion to `display-completion-list'.
7737
7738 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * mml-sec.el (mml-secure-method): New internal variable.
7741         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7742         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7743         functions using mml-secure-method.
7744
7745         * mml.el (mml-mode-map): Add key bindings for those functions.
7746         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7747         Harder <harder@myrealbox.com>.
7748         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7749         end of message if point is the headers of the message.
7750
7751         * message.el (message-in-body-p): New function.
7752
7753         * assistant.el: Autoload gnus-util and netrc.
7754
7755         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7756         Use `mm-charset-override-alist' only when decoding.
7757
7758         * mm-bodies.el (mm-decode-body): Call
7759         `mm-charset-to-coding-system' with allow-override argument.
7760
7761         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7762         `filename' from Content-Disposition if Content-Type doesn't
7763         provide `name'.
7764         (gnus-mime-view-part-as-type): Set default instead of
7765         initial-input.
7766
7767 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7768
7769         * format-spec.el (format-spec): Propagate text properties of % spec.
7770
7771 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-art.el (gnus-treat-predicate): Add `first'.
7774
7775 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7778         (mm-charset-override-alist): New variable.
7779         (mm-charset-to-coding-system): Use it.
7780         (mm-codepage-setup): New helper function.
7781         (mm-charset-eval-alist): New variable.
7782         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7783         about unknown charsets.
7784
7785         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7786
7787 2005-10-04  David Hansen  <david.hansen@gmx.net>
7788
7789         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7790         (nnrss-check-group): Ditto.
7791
7792 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7795         Rename x-gnus-verbatim to x-verbatim.
7796         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7797
7798         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7799         x-verbatim.
7800
7801         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7802
7803         * gnus-util.el (gnus-remove-duplicates): Remove.
7804
7805         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7806         instead of gnus-remove-duplicates.
7807
7808         * message.el (message-remove-duplicates): Remove.
7809         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7810         message-remove-duplicates.
7811
7812         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7813         available, else use implementation from `delete-dups'.
7814
7815         * message.el (message-insert-expires): New function.
7816         (message-mode-map): Add key binding.
7817         (message-mode-field-menu): Add menu entry.
7818         (message-mode): Document it.
7819         (message-make-expires-date): Use `message-make-date'.
7820
7821 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7822
7823         * message.el (message-make-expires-date): New function.
7824
7825 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * Makefile.in (list-installed-shadows): New entry.
7828         (install): Use it.
7829         (remove-installed-shadows): New entry.
7830
7831         * dgnushack.el (dgnushack-default-load-path): New variable.
7832         (dgnushack-find-lisp-shadows): New function.
7833         (dgnushack-remove-lisp-shadows): New function.
7834
7835 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * Makefile.in (install-el-elc): New entry.
7838         (install): Use it so that .el files are necessarily installed.
7839
7840 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7843
7844 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7847         function rather than the diff-mode.el package.
7848         (mm-display-external): Use with-current-buffer.
7849         (mm-viewer-completion-map, mm-viewer-completion-map):
7850         Move initialization inside declaration.
7851
7852 2005-09-29  Simon Josefsson  <jas@extundo.com>
7853
7854         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7855         autoload mail-check-payment.
7856         (spam-check-hashcash): Define unconditionally, since hashcash.el
7857         is part of Gnus now.  Ignore errors from payment checking.
7858
7859 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * message.el (message-bold-region, message-unbold-region): Rename
7862         from `bold-region' and `unbold-region'.
7863
7864         * message.el: Remove useless autoloads.
7865
7866 2005-09-28  Simon Josefsson  <jas@extundo.com>
7867
7868         * message.el (message-use-idna): Default to t.
7869         (message-use-idna): Test whether encoding works too.  Doc fix.
7870
7871 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * nntp.el (nntp-warn-about-losing-connection): Remove.
7874
7875 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7878         customizable.  Change default value.
7879         (mm-uu-diff-groups-regexp): Change default value.
7880         (mm-uu-type-alist): Add doc string.
7881         (mm-uu-configure): Add doc string.  Make it interactive.
7882         (mm-uu-tex-groups-regexp): New variable.
7883         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7884         (mm-uu-type-alist): Add LaTeX documents.
7885         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7886         of "text/verbatim".
7887         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7888
7889         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7890         instead of "text/verbatim".
7891
7892         * message.el (message-mark-inserted-region)
7893         (message-mark-insert-file): Use slrn style marks when called with
7894         prefix argument.
7895
7896 2005-09-27  Simon Josefsson  <jas@extundo.com>
7897
7898         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7899
7900 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7901
7902         * message.el (message-remove-duplicates): New function.
7903         Implementation borrowed from `gnus-remove-duplicates'.
7904         (message-idna-to-ascii-rhs): Also encode idna addresses in
7905         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7906         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7907         only ask about the same idna domain once per header and also tell
7908         in what header to replace the idna domain.
7909
7910         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7911         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7912         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7913         a header is decoded and not just the last one.
7914
7915 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7918         has been decoded.
7919
7920         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7921         (mm-insert-part): Don't modify text if it has been decoded.
7922
7923         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7924         decoded.
7925
7926         * mm-view.el (mm-inline-text): Don't strip text props unless
7927         decoding enriched or richtext parts.
7928
7929 2005-09-25  Romain Francoise  <romain@orebokech.com>
7930
7931         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7932         * gnus-start.el (gnus-subscribe-interactively):
7933         * gnus-uu.el (gnus-uu-grab-articles):
7934         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7935         space.
7936
7937 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7938
7939         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7940         * mm-view.el (mm-view-pkcs7-decrypt):
7941         * gnus-sum.el (gnus-summary-limit-to-extra)
7942         (gnus-summary-respool-article, gnus-read-move-group-name):
7943         * gnus-score.el (gnus-summary-increase-score):
7944         * gnus-util.el (gnus-completing-read-with-default):
7945         * gnus-art.el (gnus-read-save-file-name)
7946         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7947         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7948         * message.el (message-check-news-header-syntax):
7949         Follow convention for reading with the minibuffer.
7950
7951 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * spam-report.el (spam-report-url-ping-plain):
7954         Use gnus-extended-version as User-Agent.
7955
7956         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7957         default value is nil.
7958
7959         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7960         (mm-uu-verbatim-marks-extract): New function.
7961         (mm-uu-extract): New face.
7962         (mm-uu-copy-to-buffer): Use it.
7963
7964         * spam-report.el (spam-report-gmane-ham): Renamed from
7965         `spam-report-gmane-unspam'.
7966         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7967         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7968
7969         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7970         Autoload.
7971         (spam-report-gmane-unregister-routine): Renamed
7972         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7973
7974 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7977         (spam-report-gmane-unregister-routine): Add support for gmane
7978         unregistration.
7979
7980         * spam-report.el (spam-report-gmane-unspam)
7981         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7982         (spam-report-gmane): Change to take a single article and do unspam
7983         registration.
7984
7985 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * mm-url.el (mm-url-decode-entities): Fix regexp.
7988
7989 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990
7991         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7992         default to nil, to be able to use Gnus at all.  If the default
7993         switches to something else, then the function should be fixed not
7994         be exceedingly slow.
7995
7996 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7999         fail hard.
8000
8001         * spam-report.el: Add better Keywords line.
8002
8003         * spam.el: Add Maintainer and better Keywords line.
8004
8005 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-art.el (gnus-article-replace-part)
8008         (gnus-mime-replace-part): New functions.
8009         (gnus-mime-action-alist, gnus-mime-button-commands)
8010         (gnus-mime-save-part-and-strip): Added file argument.
8011         (gnus-article-part-wrapper): Added interactive argument.
8012
8013         * gnus-sum.el (gnus-summary-mime-map): Add
8014         `gnus-article-replace-part'.
8015
8016 2005-09-19  Didier Verna  <didier@xemacs.org>
8017
8018         The nnml compaction feature:
8019         * nnml.el (nnml-request-compact-group): New function.
8020         * nnml.el (nnml-request-compact): New function.
8021         * gnus-int.el (gnus-request-compact-group): New function.
8022         * gnus-int.el (gnus-request-compact): New function.
8023         * gnus-group.el (gnus-group-compact-group): New function.
8024         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8025         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8026         * gnus-srvr.el (gnus-server-compact-server): New function.
8027         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8028         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8029
8030 2005-09-18  Deepak Goel  <deego@gnufans.org>
8031
8032         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8033         format spec.
8034
8035 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8038
8039 2005-09-15  Romain Francoise  <romain@orebokech.com>
8040
8041         * message.el (message-fill-paragraph): Clarify docstring.
8042
8043 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-art.el (gnus-mime-display-part): Protect against broken
8046         MIME messages.
8047
8048 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8051         before parsing header.
8052
8053 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8054
8055         * html2text.el (html2text-replace-list): Add new entities.
8056
8057 2005-09-11  Romain Francoise  <romain@orebokech.com>
8058
8059         * message.el (message-alternative-emails): Improve docstring.
8060         (message-setup-1): Call `message-use-alternative-email-as-from'
8061         after `message-setup-hook' to give it precedence over posting
8062         styles, etc.
8063         (message-use-alternative-email-as-from): Add docstring.  Remove
8064         the original From header if present.
8065
8066         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8067         (nnml-save-mail): Use it.
8068
8069         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8070         articles.  Add new argument `silent'.
8071         (gnus-uu-mark-all): Report the total number of marked articles.
8072
8073 2005-09-10  Romain Francoise  <romain@orebokech.com>
8074
8075         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8076         (gnus-uu-mark-series): Likewise.
8077
8078 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * spam-report.el (spam-report-gmane): Fix generation of spam
8081         report URL.
8082
8083 2005-09-10  Simon Josefsson  <jas@extundo.com>
8084
8085         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8086         t, based on discussion on the ding list with Robert Epprecht
8087         <epprecht@solnet.ch>.
8088
8089 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * spam-report.el (spam-report-gmane): Make it work without
8092         X-Report-Spam header.  Gmane now only provides Archived-At.
8093         This is only used if `spam-report-gmane-use-article-number' is nil.
8094         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8095
8096         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8097         make `gnus-summary-sort-by-recipient' work with threading.
8098
8099         * nnweb.el (nnweb-google-wash-article): Print a message if article
8100         is not available.
8101
8102 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8103
8104         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8105         change.  Decode text/* parts content before displaying.
8106
8107 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8110
8111 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8114
8115         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8116         url-package-name, url-package-version,
8117         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8118         w3m-display-inline-images, and w3m-minor-mode-map.
8119
8120 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * message.el (message-tab-body-function): Fix mismatched custom type.
8123
8124         * gnus.el (gnus-group-change-level-function): Ditto.
8125
8126         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8127
8128         * gnus-art.el (gnus-signature-limit)
8129         (gnus-article-mime-part-function): Ditto.
8130
8131 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * mml.el (mml-mode): Silence the byte compiler.
8134
8135         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8136         using `(sit-for 0)' before moving the point to the specified part;
8137         skip unbuttonized parts.
8138         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8139         return to the summary window if gnus-auto-select-part is non-nil.
8140
8141 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8144         variables.
8145         (mml-dnd-attach-file, mml-mode): Use them.
8146
8147         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8148         Make fetching article by MID work again for Google Groups.  Added
8149         FIXME concerning gnus-group-make-web-group.
8150
8151         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8152         Don't depend on Gnus by using mail-extract-address-components if
8153         gnus-extract-address-components is not bound.
8154
8155 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-art.el (gnus-mime-display-security): Don't display the
8158         signature, but only the signed part.
8159
8160 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8163
8164         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8165         list, not listp.
8166
8167 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8168
8169         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8170         when encoding.
8171
8172         * mm-bodies.el (mm-decode-content-transfer-encoding):
8173         De-canonicalize CRLF for all text content types, not just
8174         text/plain.
8175
8176 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8179         valid article; point arrow and cursor at the MIME button.
8180
8181 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8184         Suggested by Dan Christensen <jdc@uwo.ca>.
8185
8186         * mm-decode.el (mm-save-part): Enable change of prompt.
8187
8188 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8189
8190         * gnus-msg.el (gnus-inews-add-send-actions): Made
8191         `message-post-method' lambda parameter ARG `&optional'.
8192
8193 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * gnus-sum.el (gnus-summary-mime-map): Added
8196         gnus-article-save-part-and-strip, gnus-article-delete-part and
8197         gnus-article-jump-to-part.
8198
8199         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8200         (gnus-article-edit-part): Use it.
8201         (gnus-article-part-wrapper): Added no-handle argument.
8202         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8203         functions.
8204
8205 2005-08-29  Romain Francoise  <romain@orebokech.com>
8206
8207         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8208         docstring.
8209         (gnus-face-from-file): Likewise.
8210
8211 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8214         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8215         non-nil.
8216         (gnus-auto-select-part): New variable.
8217         (gnus-article-jump-to-part): New function.
8218         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8219         (gnus-mime-delete-part): Allow selecting specified part after
8220         deleting or stripping parts.
8221         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8222         part if argument is bogus.
8223
8224 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8225
8226         * gnus-art.el (w3m-minor-mode-map):
8227         * gnus-spec.el (gnus-newsrc-file-version):
8228         * gnus-util.el (nnmail-active-file-coding-system)
8229         (gnus-original-article-buffer, gnus-user-agent):
8230         * gnus.el (gnus-ham-process-destinations)
8231         (gnus-parameter-ham-marks-alist)
8232         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8233         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8234         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8235         * mm-decode.el (gnus-current-window-configuration):
8236         * mm-extern.el (gnus-article-mime-handles):
8237         * mm-url.el (url-current-object, url-package-name)
8238         (url-package-version):
8239         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8240         (smime-keys, w3m-cid-retrieve-function-alist)
8241         (w3m-current-buffer, w3m-display-inline-images)
8242         (w3m-minor-mode-map):
8243         * mml-smime.el (gnus-extract-address-components):
8244         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8245         (gnus-newsrc-hashtb, message-default-charset)
8246         (message-deletable-headers, message-options)
8247         (message-posting-charset, message-required-mail-headers)
8248         (message-required-news-headers):
8249         * mml1991.el (mc-pgp-always-sign):
8250         * mml2015.el (mc-pgp-always-sign):
8251         * nnheader.el (nnmail-extra-headers):
8252         * rfc1843.el (gnus-decode-encoded-word-function)
8253         (gnus-decode-header-function, gnus-newsgroup-name):
8254         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8255
8256 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8257
8258         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8259         the end of the date treatments.
8260
8261 2005-08-15  Simon Josefsson  <jas@extundo.com>
8262
8263         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8264         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8265         Capello and Romain Francoise.
8266         (pgg-fetch-key-function): Removed, not used?
8267         (pgg-insert-url-with-w3): Require url, to get
8268         url-insert-file-contents regardless of where it is defined.
8269
8270 2005-08-13  Romain Francoise  <romain@orebokech.com>
8271
8272         * message.el (message-cite-original-1): New function.
8273         (message-cite-original): Use it.
8274         (message-cite-original-without-signature): Ditto.
8275
8276 2005-08-08  Romain Francoise  <romain@orebokech.com>
8277
8278         * message.el (message-yank-empty-prefix): New variable.
8279         (message-indent-citation): Use it.
8280         (message-cite-original-without-signature): Respect X-No-Archive.
8281
8282 2005-08-08  Simon Josefsson  <jas@extundo.com>
8283
8284         * pgg.el: Autoload url-insert-file-contents instead of loading
8285         w3/url.
8286         (pgg-insert-url-with-w3): Don't load url here.
8287
8288 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8289
8290         * message.el (message-kill-to-signature): Don't insert newline at
8291         bol.
8292         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8293
8294 2005-08-06  Romain Francoise  <romain@orebokech.com>
8295
8296         * message.el (message-user-fqdn): Fix typo in docstring.
8297
8298 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8299
8300         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8301
8302         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8303
8304 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-bodies.el (mm-encode-body): Use coding system rather than
8307         charset to encode text.
8308
8309         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8310         number of charsets if utf-8 is available (XEmacs).
8311
8312 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8315         taken from `gnus-button-mid-or-mail-regexp'.
8316         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8317         (gnus-button-alist): Improve regexp for domain part of the MIDs
8318         for news:localpart@domain buttons.
8319         (gnus-button-ctan-directory-regexp): Update.
8320
8321 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * sieve-manage.el (sieve-manage-interactive-login): Use
8324         make-local-variable rather than make-variable-buffer-local.
8325         (sieve-manage-open): Ditto.
8326         (sieve-manage-authenticate): Ditto.
8327
8328         * mml.el (mml-generate-mime-1): Make the content type default to
8329         text/plain if the filename is not specified.
8330
8331 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8334         instead of insert-buffer.
8335
8336         * message.el (message-yank-original): Ditto; set the mark at the
8337         end of the yanked message.
8338
8339 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8342         lines to scroll rather than to stop it.
8343
8344         * mml.el (mml-generate-default-type): Add doc string.
8345         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8346         default to application/octet-stream when determining the content
8347         type if it is not specified for the part or the mml contents; add
8348         a comment about mml-generate-default-type.
8349
8350 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8353         make it default to application/octet-stream when determining the
8354         content type if it is not specified for the external contents.
8355
8356 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8359         segmented parameter but also other parameters might be there.
8360
8361 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * mm-decode.el (mm-display-external): Delete temp file, directory
8364         and buffer immediately if the external process is exited.
8365
8366 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8369         fewer lines than that of scroll-margin.
8370         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8371
8372 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-art.el (gnus-article-next-page): Revert.
8375         (gnus-article-beginning-of-window): New macro.
8376         (gnus-article-next-page-1): Use it.
8377         (gnus-article-prev-page): Ditto.
8378         (gnus-article-edit-part): Use insert-buffer-substring instead of
8379         insert-buffer.
8380         (gnus-article-edit-exit): Ditto.
8381
8382         * gnus-util.el (gnus-beginning-of-window): Remove.
8383         (gnus-end-of-window): Remove.
8384
8385         * lpath.el: Don't bind header-line-format and scroll-margin.
8386
8387 2005-07-25  Simon Josefsson  <jas@extundo.com>
8388
8389         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8390         to have the url package without w3.  Reported by Daiki Ueno
8391         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8392
8393 2005-07-20  Didier Verna  <didier@xemacs.org>
8394
8395         * gnus-diary.el: Remove the description comment (nndiary is now
8396         properly documented in the Gnus manual).
8397         Fix the spelling of "Back End".
8398         * nndiary.el: Ditto.
8399         Fix the copyright notice.
8400
8401 2005-07-18  Romain Francoise  <romain@orebokech.com>
8402
8403         * gnus-sum.el (gnus-summary-to-prefix)
8404         (gnus-summary-newsgroup-prefix): New variables.
8405         (gnus-summary-from-or-to-or-newsgroups): Use them.
8406
8407 2005-07-17  Romain Francoise  <romain@orebokech.com>
8408
8409         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8410         space as it's generally not especially interesting to the user.
8411
8412 2005-07-16  Romain Francoise  <romain@orebokech.com>
8413
8414         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8415         nil to avoid prompting and file modification if one of the
8416         messages at the top of the nnfolder file contains a copyright
8417         notice.
8418         Update copyright notice.
8419
8420         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8421         instead of `current-time-string' as the latter creates a time
8422         string that is not RFC 2822 compliant (it lacks the zone).
8423         Update copyright notice.
8424
8425 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8426
8427         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8428         for text/rtf.  Display default in prompt.  Pass default for M-n.
8429
8430         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8431
8432 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * gnus-msg.el (gnus-button-mailto): Remove
8435         save-selected-window-window hackery because it relies on
8436         save-selected-window internals.
8437
8438 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8441         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8442         (gnus-article-prev-page): Ditto.
8443
8444         * gnus-util.el (gnus-beginning-of-window): New function.
8445         (gnus-end-of-window): New function.
8446
8447         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8448
8449 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8450
8451         * gnus-score.el (gnus-score-edit-all-score): Set
8452         gnus-score-edit-exit-function to gnus-score-edit-done and call
8453         gnus-message.
8454
8455 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * gnus-msg.el (gnus-button-mailto): Remove
8458         save-selected-window-window hackery because it relies on
8459         save-selected-window internals.
8460
8461 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8464         add-minor-mode.
8465         (gnus-binary-mode): Ditto.
8466
8467         * gnus-topic.el (gnus-topic-mode): Ditto.
8468
8469 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8470
8471         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8472         (gnus-article-prev-page): Take scroll-margin into consideration.
8473
8474 2005-07-04  Lute Kamstra  <lute@gnu.org>
8475
8476         Update FSF's address in GPL notices.
8477
8478 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8479
8480         * gnus.el (gnus-exit):
8481         * gnus-group.el (gnus-group-icons):
8482         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8483
8484         * gnus-nocem.el (gnus-nocem):
8485         * message.el (message-various, message-buffers, message-sending)
8486         (message-interface, message-forwarding, message-insertion)
8487         (message-headers, message-news, message-mail):
8488         * pgg-gpg.el (pgg-gpg):
8489         * pgg-parse.el (pgg-parse):
8490         * pgg-pgp.el (pgg-pgp):
8491         * pgg-pgp5.el (pgg-pgp5):
8492         * pop3.el (pop3): Finish `defgroup' description with period.
8493
8494 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-art.el (article-display-face): Improve the efficiency.
8497         (article-display-x-face): Ditto; remove grey x-face stuff.
8498
8499 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (article-display-face): Correct the position in
8502         which Faces are inserted.
8503
8504 2005-06-29  Didier Verna  <didier@xemacs.org>
8505
8506         * gnus-art.el (article-display-face): Display faces in correct
8507         order.
8508
8509 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8512         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8513         (gnus-nocem-check-article): Fetch the Type header.
8514         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8515         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8516         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8517         make sure gnus-nocem-hashtb is initialized.
8518         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8519         (gnus-nocem-unwanted-article-p): Ditto.
8520
8521         * pgg.el (pgg-verify): Return the verification result.
8522
8523 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8526         is ascii.
8527
8528 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8529
8530         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8531         `show-nonbreak-escape'.
8532
8533 2005-06-23  Lute Kamstra  <lute@gnu.org>
8534
8535         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8536
8537         * dig.el (dig-mode):
8538         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8539
8540 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8541
8542         * nnimap.el (nnimap-split-download-body): Fix spellings.
8543
8544 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8545
8546         * gnus-art.el (gnus-article-encrypt-body):
8547         * gnus-cus.el (gnus-score-customize):
8548         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8549         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8550
8551 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8552
8553         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8554         header by looking for magic "MII" at the beginnig.
8555
8556 2005-06-16  Miles Bader  <miles@gnu.org>
8557
8558         * gnus-xmas.el (gnus-xmas-group-startup-message):
8559         Use renamed gnus-splash face.
8560
8561         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8562         (assistant-field-face): New backward-compatibility alias for renamed
8563         face.
8564         (assistant-render-text): Use renamed assistant-field face.
8565
8566         * spam.el (spam): Remove "-face" suffix from face name.
8567         (spam-face): New backward-compatibility alias for renamed face.
8568         (spam-face, spam-initialize): Use renamed spam face.
8569
8570         * message.el (message-header-to, message-header-cc)
8571         (message-header-subject, message-header-newsgroups)
8572         (message-header-other, message-header-name)
8573         (message-header-xheader, message-separator, message-cited-text)
8574         (message-mml): Remove "-face" suffix from face names.
8575         (message-header-to-face, message-header-cc-face)
8576         (message-header-subject-face, message-header-newsgroups-face)
8577         (message-header-other-face, message-header-name-face)
8578         (message-header-xheader-face, message-separator-face)
8579         (message-cited-text-face, message-mml-face):
8580         New backward-compatibility aliases for renamed faces.
8581         (message-font-lock-keywords): Use renamed message faces.
8582
8583         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8584         (sieve-test-commands, sieve-tagged-arguments):
8585         Remove "-face" suffix from face names.
8586         (sieve-control-commands-face, sieve-action-commands-face)
8587         (sieve-test-commands-face, sieve-tagged-arguments-face):
8588         New backward-compatibility aliases for renamed faces.
8589         (sieve-control-commands-face, sieve-action-commands-face)
8590         (sieve-test-commands-face, sieve-tagged-arguments-face):
8591         Use renamed sieve faces.
8592
8593         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8594         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8595         (gnus-group-news-3-empty, gnus-group-news-4)
8596         (gnus-group-news-4-empty, gnus-group-news-5)
8597         (gnus-group-news-5-empty, gnus-group-news-6)
8598         (gnus-group-news-6-empty, gnus-group-news-low)
8599         (gnus-group-news-low-empty, gnus-group-mail-1)
8600         (gnus-group-mail-1-empty, gnus-group-mail-2)
8601         (gnus-group-mail-2-empty, gnus-group-mail-3)
8602         (gnus-group-mail-3-empty, gnus-group-mail-low)
8603         (gnus-group-mail-low-empty, gnus-summary-selected)
8604         (gnus-summary-cancelled, gnus-summary-high-ticked)
8605         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8606         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8607         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8608         (gnus-summary-low-undownloaded)
8609         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8610         (gnus-summary-low-unread, gnus-summary-normal-unread)
8611         (gnus-summary-high-read, gnus-summary-low-read)
8612         (gnus-summary-normal-read, gnus-splash):
8613         Remove "-face" suffix from face names.
8614         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8615         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8616         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8617         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8618         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8619         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8620         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8621         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8622         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8623         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8624         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8625         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8626         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8627         (gnus-summary-normal-ticked-face)
8628         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8629         (gnus-summary-normal-ancient-face)
8630         (gnus-summary-high-undownloaded-face)
8631         (gnus-summary-low-undownloaded-face)
8632         (gnus-summary-normal-undownloaded-face)
8633         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8634         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8635         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8636         (gnus-splash-face):
8637         New backward-compatibility aliases for renamed faces.
8638         (gnus-group-startup-message): Use renamed gnus faces.
8639
8640         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8641         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8642         (gnus-server-agent): Remove "-face" suffix from face names.
8643         (gnus-server-agent-face, gnus-server-opened-face)
8644         (gnus-server-closed-face, gnus-server-denied-face)
8645         (gnus-server-offline-face):
8646         New backward-compatibility aliases for renamed faces.
8647         (gnus-server-agent-face, gnus-server-opened-face)
8648         (gnus-server-closed-face, gnus-server-denied-face)
8649         (gnus-server-offline-face): Use renamed gnus faces.
8650
8651         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8652         Remove "-face" suffix from face names.
8653         (gnus-picon-xbm-face, gnus-picon-face):
8654         New backward-compatibility aliases for renamed faces.
8655
8656         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8657         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8658         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8659         (gnus-cite-11): Remove "-face" suffix from face names.
8660         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8661         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8662         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8663         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8664         New backward-compatibility aliases for renamed faces.
8665         (gnus-cite-attribution-face, gnus-cite-face-list)
8666         (gnus-article-boring-faces): Use renamed gnus faces.
8667
8668         * gnus-art.el (gnus-signature, gnus-header-from)
8669         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8670         (gnus-header-content): Remove "-face" suffix from face names.
8671         (gnus-signature-face, gnus-header-from-face)
8672         (gnus-header-subject-face, gnus-header-newsgroups-face)
8673         (gnus-header-name-face, gnus-header-content-face):
8674         New backward-compatibility aliases for renamed faces.
8675         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8676
8677         * gnus-sum.el (gnus-summary-selected-face)
8678         (gnus-summary-highlight): Use renamed gnus faces.
8679         * gnus-group.el (gnus-group-highlight): Likewise.
8680
8681 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8682
8683         * gnus-sieve.el (gnus-sieve-article-add-rule):
8684         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8685         * spam-stat.el (spam-stat-buffer-change-to-spam)
8686         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8687
8688         * message.el (message-is-yours-p):
8689         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8690
8691 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * mm-view.el (mm-inline-text): Withdraw the last change.
8694
8695 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8698         executing enriched-decode.
8699
8700 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8703         charset of tar files.
8704
8705 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8706
8707         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8708
8709 2005-06-04  Lute Kamstra  <lute@gnu.org>
8710
8711         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8712         information is never recorded.
8713
8714 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8715
8716         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8717
8718 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * pop3.el (pop3-apop): Run md5 in the binary mode.
8721
8722         * starttls.el (starttls-set-process-query-on-exit-flag):
8723         Use eval-and-compile.
8724
8725 2005-05-31  Simon Josefsson  <jas@extundo.com>
8726
8727         * smime.el (smime-replace-in-string): Define.
8728         (smime-cert-by-ldap-1): Use it.
8729
8730 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-art.el (article-display-x-face): Replace
8733         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8734
8735         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8736         set-process-query-on-exit-flag or process-kill-without-query.
8737
8738         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8739         loop instead of replace-regexp.
8740
8741         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8742         instead of process-kill-without-query if it is available.
8743
8744         * lpath.el: Fbind ldap-search-entries.
8745
8746         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8747         instead of find-file-hooks if it is available.
8748
8749         * mml1991.el: Bind pgg-default-user-id when compiling.
8750
8751         * mml2015.el: Bind pgg-default-user-id when compiling.
8752
8753         * nndraft.el (nndraft-request-associate-buffer):
8754         Use write-contents-functions instead of write-contents-hooks if it is
8755         available.
8756
8757         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8758         instead of find-file-hooks if it is available.
8759
8760         * nntp.el (nntp-open-connection): Replace
8761         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8762         (nntp-open-ssl-stream): Ditto.
8763         (nntp-open-tls-stream): Ditto.
8764
8765         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8766         set-process-query-on-exit-flag or process-kill-without-query.
8767         (starttls-open-stream-gnutls): Use it instead of
8768         process-kill-without-query.
8769         (starttls-open-stream): Ditto.
8770
8771 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8772
8773         * smime.el (smime-cert-by-ldap-1): Don't use
8774         replace-regexp-in-string.
8775
8776 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8777
8778         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8779
8780         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8781         in PEM format.  Adjust to the XEmacs compability.
8782
8783 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8786         by `string-to-number'.
8787         * gnus-agent.el (gnus-agent-regenerate-group)
8788         (gnus-agent-fetch-articles): Ditto.
8789         * gnus-art.el (gnus-button-fetch-group): Ditto.
8790         * gnus-cache.el (gnus-cache-generate-active)
8791         (gnus-cache-articles-in-group): Ditto.
8792         * gnus-group.el (gnus-group-set-current-level)
8793         (gnus-group-insert-group-line): Ditto.
8794         * gnus-score.el (gnus-score-set-expunge-below)
8795         (gnus-score-set-mark-below, gnus-summary-score-effect)
8796         (gnus-summary-score-entry): Ditto.
8797         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8798         (gnus-soup-pack): Ditto.
8799         * gnus-spec.el (gnus-xmas-format): Ditto.
8800         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8801         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8802         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8803         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8804         * nndb.el (nndb-get-remote-expire-response): Ditto.
8805         * nndiary.el (nndiary-parse-schedule-value)
8806         (nndiary-string-to-number, nndiary-request-replace-article)
8807         (nndiary-request-article): Ditto.
8808         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8809         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8810         * nneething.el (nneething-make-head): Ditto.
8811         * nnfolder.el (nnfolder-request-article)
8812         (nnfolder-retrieve-headers): Ditto.
8813         * nnheader.el (nnheader-file-to-number): Ditto.
8814         * nnkiboze.el (nnkiboze-request-article): Ditto.
8815         * nnmail.el (nnmail-process-unix-mail-format)
8816         (nnmail-process-babyl-mail-format): Ditto.
8817         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8818         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8819         (nnmh-request-create-group, nnmh-request-list-1)
8820         (nnmh-request-group, nnmh-request-article): Ditto.
8821         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8822         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8823         * nnsoup.el (nnsoup-make-active): Ditto.
8824         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8825         * nntp.el (nntp-find-group-and-number)
8826         (nntp-retrieve-headers-with-xover): Ditto.
8827         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8828         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8829         (pgg-format-key-identifier): Ditto.
8830         * pop3.el (pop3-last, pop3-stat): Ditto.
8831         * qp.el (quoted-printable-decode-region): Ditto.
8832
8833         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8834         of concat.
8835
8836 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8839
8840         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8841
8842         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8843
8844         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8845
8846         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8847
8848         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8849
8850         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8851         (gnus-carpal-mode): Ditto.
8852
8853         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8854         (gnus-browse-mode): Ditto.
8855
8856         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8857
8858         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8859
8860 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8861
8862         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8863
8864 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-util.el (gnus-run-mode-hooks): New function.
8867
8868         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8869
8870         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8871         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8872
8873 2005-05-27  Lute Kamstra  <lute@gnu.org>
8874
8875         * dns-mode.el (dns-mode): Specify customization group.
8876
8877 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8878
8879         * gnus-agent.el (gnus-agent-make-mode-line-string):
8880         Use mode-line-highlight as mouse-face.
8881
8882 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * canlock.el (canlock): Change the parent group to news.
8885
8886         * deuglify.el (gnus-outlook-deuglify): Add :group.
8887
8888         * dig.el (dig): Add :group.
8889
8890         * dns-mode.el (dns-mode): Add :group.
8891
8892         * encrypt.el (encrypt): Add :group.
8893
8894         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8895         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8896         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8897         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8898         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8899
8900         * gnus-diary.el (gnus-diary): Add :group.
8901
8902         * gnus.el (gnus-group-news-1-face): Add :group.
8903         (gnus-group-news-1-empty-face): Ditto.
8904         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8905         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8906         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8907         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8908         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8909         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8910         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8911         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8912         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8913         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8914         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8915         (gnus-summary-high-ticked-face): Ditto.
8916         (gnus-summary-low-ticked-face): Ditto.
8917         (gnus-summary-normal-ticked-face): Ditto.
8918         (gnus-summary-high-ancient-face): Ditto.
8919         (gnus-summary-low-ancient-face): Ditto.
8920         (gnus-summary-normal-ancient-face): Ditto.
8921         (gnus-summary-high-undownloaded-face): Ditto.
8922         (gnus-summary-low-undownloaded-face): Ditto.
8923         (gnus-summary-normal-undownloaded-face): Ditto.
8924         (gnus-summary-high-unread-face): Ditto.
8925         (gnus-summary-low-unread-face): Ditto.
8926         (gnus-summary-normal-unread-face): Ditto.
8927         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8928         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8929
8930         * hashcash.el (hashcash): New custom group.
8931         (hashcash-default-payment): Add :group.
8932         (hashcash-payment-alist): Ditto.
8933         (hashcash-default-accept-payment): Ditto.
8934         (hashcash-accept-resources): Ditto.
8935         (hashcash-path): Ditto.
8936         (hashcash-extra-generate-parameters): Ditto.
8937         (hashcash-double-spend-database): Ditto.
8938         (hashcash-in-news): Ditto.
8939
8940         * message.el (message-minibuffer-local-map): Add :group.
8941
8942         * netrc.el (netrc): Add :group.
8943
8944         * sieve-manage.el (sieve-manage-log): Add :group.
8945         (sieve-manage-default-user): Diito.
8946         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8947         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8948         (sieve-manage-authenticators): Ditto.
8949         (sieve-manage-authenticator-alist): Ditto.
8950         (sieve-manage-default-port): Ditto.
8951
8952         * sieve-mode.el (sieve-control-commands-face): Add :group.
8953         (sieve-action-commands-face): Ditto.
8954         (sieve-test-commands-face): Ditto.
8955         (sieve-tagged-arguments-face): Ditto.
8956
8957         * smime.el (smime): Add :group.
8958
8959         * spam-report.el (spam-report): Add :group.
8960
8961         * spam.el (spam, spam-face): Add :group.
8962
8963 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8966         return \n.\n.\n at the end of articles.  Protect against that.
8967         (nntp-with-open-group): Allow debugging.
8968
8969         * nnheader.el (mail-header-set-extra): Make into a function
8970         because I just could't understand how to quote the list properly.
8971
8972         * dns.el (query-dns-cached): New function.
8973
8974 2005-05-26  Lute Kamstra  <lute@gnu.org>
8975
8976         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8977
8978 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8981
8982         * gnus-art.el: Don't autoload mail-extract-address-components.
8983
8984         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8985         eval-and-compile to evaluate it.
8986
8987         * hashcash.el: Don't autoload executable-find.
8988
8989         * nndb.el: Don't declare the nndb back end two or more times; don't
8990         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8991
8992         * nntp.el: Autoload format-spec instead of format; use
8993         eval-and-compile to evaluate autoload forms.
8994
8995 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8996
8997         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8998
8999 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * gnus.el (gnus-version-number): Bump version.
9002
9003 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9004
9005         * gnus.el: No Gnus v0.3 is released.
9006
9007 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * lpath.el (featurep): Bind show-nonbreak-escape.
9010
9011 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-art.el (gnus-article-edit-part): Disable undo.
9014
9015 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9018         gnus-article-date-lapsed-new-header is t if date timer is active;
9019         skip headers in which the original date value is empty.
9020         (gnus-article-save-original-date): Redefine it as a macro.
9021         (gnus-display-mime): Use it.
9022
9023 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-art.el (article-date-ut): Support converting date in
9026         forwarded parts as well.
9027         (gnus-article-save-original-date): New function.
9028         (gnus-display-mime): Use it.
9029
9030 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9031
9032         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9033         enclosure element of <item>.
9034
9035 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * message.el (message-kill-buffer-query): Renamed from
9038         `message-kill-buffer-query-if-modified'.  Added :version.
9039
9040 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9043         window layout.
9044
9045 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * mml.el: Autoload dnd when compiling.
9048
9049 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9052         x-dnd-*.
9053
9054 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * qp.el (quoted-printable-encode-region): Save excursion.
9057
9058 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * message.el (message-kill-buffer-query-if-modified): Add new variable
9061         so the user can kill a modified message buffer quickly.
9062         (message-kill-buffer): Use it.
9063
9064 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * lpath.el: Fbind display-time-event-handler; don't fbind
9067         string-to-multibyte.
9068
9069         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9070
9071 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9074         contained in text because xml.el decodes entities) with LFs.
9075
9076 2005-04-11  Lute Kamstra  <lute@gnu.org>
9077
9078         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9079         differently.
9080
9081 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9082
9083         * mm-util.el (mm-detect-coding-region): Typo.
9084
9085 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9088
9089 2005-04-06  Deepak Goel  <deego@gnufans.org>
9090
9091         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9092         user-function allow user modifications of the scores.
9093         (spam-stat-score-buffer-user): New function, to allow
9094         user-computed modifications to the score.
9095         (spam-stat-score-buffer-user-functions): List of additional
9096         scoring functions.
9097         (spam-stat-error-holder): Global temporary error holder.
9098         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9099         variable.
9100
9101 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9102
9103         * gnus-registry.el (gnus-registry-clean-empty-function)
9104         (gnus-registry-trim, gnus-registry-fetch-groups)
9105         (gnus-registry-delete-group): Groups that match
9106         `gnus-registry-ignored-groups' are removed from the registry
9107         entries, not just ignored for splitting.  This helps clean up the
9108         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9109         to get all the groups a message ID is in.
9110
9111         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9112         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9113         (spam-stat-score-buffer-user-functions): Add :number custom type.
9114
9115 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9118         argument in XEmacs.
9119
9120         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9121         (nnrss-request-group): Decode group name first.
9122         (nnrss-request-article): Make a text/plain article if mml-to-mime
9123         failed.
9124         (nnrss-get-encoding): Return a compatible encoding according to
9125         nnrss-compatible-encoding-alist.
9126         (nnrss-find-el): Use consp instead of listp.
9127         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9128
9129 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9132         which Emacs 20 doesn't support.
9133         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9134
9135 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9138         silence the byte compiler inside the defun.
9139
9140         * gnus-demon.el (parse-time-string): Add autoload.
9141
9142         * gnus-delay.el (parse-time-string): Add autoload.
9143
9144         * gnus-art.el (parse-time-string): Add autoload.
9145
9146         * nnultimate.el (parse-time): Require for `parse-time-string'.
9147
9148 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9151
9152         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9153
9154         * smime.el (smime-ldap-host-list): Add :version.
9155
9156 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9159         pass it to `gnus-browse-read-group'.
9160         (gnus-browse-read-group): Add NUMBER argument and pass it to
9161         `gnus-group-read-ephemeral-group'.
9162
9163         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9164         argument and pass it to `gnus-group-read-group'.
9165
9166 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9167
9168         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9169         mm-xemacs-find-mime-charset-1 if we have the mule feature
9170         available at runtime.
9171
9172 2005-03-25  Werner Lemberg  <wl@gnu.org>
9173
9174         * nnmaildir.el: Replace `illegal' with `invalid'.
9175
9176 2005-03-23  Lute Kamstra  <lute@gnu.org>
9177
9178         * time-date.el: Add comment on time value formats.
9179         Don't require parse-time.
9180         (with-decoded-time-value): New macro.
9181         (encode-time-value): New function.
9182         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9183         (days-to-time): Return a valid time value when arg is huge.
9184         (time-since): Use time-subtract.
9185         (time-to-number-of-days): Use time-to-seconds.
9186
9187 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9188
9189         * gnus-start.el (gnus-display-time-event-handler):
9190         Check display-time-timer at runtime rather than only at load time
9191         in case display-time-mode is turned off in the mean time.
9192
9193 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9196         used.
9197
9198         * nneething.el (nneething-map-file-directory): Derive from
9199         `gnus-directory'.
9200
9201         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9202         the To/Cc button.
9203
9204 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * nnmaildir.el (nnmaildir-request-accept-article):
9207         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9208
9209 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9210
9211         * gnus-async.el: Require timer-funcs at compile time when in
9212         XEmacs for `run-with-idle-timer'.
9213
9214 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9215
9216         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9217         autoloaded function.
9218
9219 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9220
9221         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9222
9223 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9224
9225         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9226
9227 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9230         gnus-expert-user to default.
9231
9232 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9233
9234         * nnimap.el (nnimap-open-server): Ditto.
9235
9236         * imap.el (imap-authenticate): Fix typo.
9237
9238 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9239
9240         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9241         buffer (since IMAP server might return FETCH response out of
9242         order, and the nntp buffer must be sorted).
9243
9244 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9245
9246         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9247         comparison on string.
9248
9249         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9250         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9251         (gnus-agent-summary-fetch-series): Modified to protect against
9252         gnus-agent-summary-fetch-group clearing processable flags.
9253         (gnus-agent-synchronize-group-flags): Update live group buffer as
9254         synchronization may occur due to the user toggle the plugged
9255         status.
9256         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9257         successfully downloaded.
9258         (gnus-agent-expire-group-1): Avoid using markers when the overview
9259         is in ascending order; greatly improves performance.
9260         (gnus-agent-regenerate-group): Use
9261         gnus-agent-synchronize-group-flags to reset read status in both
9262         gnus and server.
9263         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9264
9265 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * message.el: Don't autoload former message-utils variables.
9268         (message-strip-subject-trailing-was): Change doc string.
9269
9270         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9271         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9272         (nnweb-google-search): Add "hl=en" here.
9273         (nnweb-google-parse-1, nnweb-google-create-mapping):
9274         Don't hardcode URL.
9275
9276 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * message.el (message-get-reply-headers, message-followup):
9279         Mention related variables `message-use-followup-to' and
9280         `message-use-mail-followup-to', in the information buffer.
9281
9282         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9283         of broken groups(-beta).google.com.
9284
9285 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9288         parameter to invoked gnus-request-move-article; remove the
9289         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9290         all at once instead of once per article.
9291         (gnus-summary-remove-process-mark): Accept a list of articles as
9292         well as a single article for processing.
9293
9294         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9295         parameter.
9296
9297         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9298
9299         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9300
9301         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9302         parameter.
9303
9304         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9305         parameter.
9306
9307         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9308         parameter and remove the gnus-sum-hint-move-is-internal variable.
9309
9310         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9311         parameter.
9312
9313         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9314         parameter.
9315
9316         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9317         parameter.
9318
9319         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9320
9321         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9322         parameter.
9323
9324         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9325         parameter.
9326
9327 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9328
9329         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9330         a more conservative way.
9331
9332 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9333
9334         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9335         buffer, so it moves the window's cursor.
9336
9337 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9338
9339         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9340         `mm-dissect-multipart' and receive the from field as an (optional)
9341         argument from `mm-dissect-multipart'.
9342         (mm-dissect-multipart): Receive the from field as an argument and
9343         pass it on when we call `mm-dissect-buffer' on MIME parts.
9344         Fixes verification/decryption of signed/encrypted MIME parts.
9345
9346 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9347
9348         * gnus-sum.el (gnus-summary-move-article): Set
9349         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9350         whatever it calls (right now, only nnimap-request-move article
9351         respects it).
9352
9353         * nnimap.el (nnimap-request-move-article): When
9354         gnus-sum-hint-move-is-internal is set, don't do the extra
9355         nnimap-request-article.
9356
9357 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9360
9361         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9362         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9363
9364         * gnus-sum.el (gnus-summary-caesar-message):
9365         Apply `gnus-treat-article' after rotation.
9366
9367         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9368         doc string.
9369
9370 2005-02-22  Simon Josefsson  <jas@extundo.com>
9371
9372         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9373         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9374         <arne@arnested.dk>.
9375         (encrypt): Add password-cache and password-cache-expiry as group
9376         members.
9377
9378 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9379
9380         * smime.el (smime-ldap-host-list): Doc fix.
9381         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9382         cache) password.
9383         (smime-sign-region): Use it.
9384         (smime-decrypt-region): Use it.
9385         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9386         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9387         fails.
9388         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9389         certificate from DER to PEM format rather than calling openssl.
9390
9391         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9392
9393         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9394         for signing/encryption.
9395
9396         * mml.el (mml-parse-1): Use them.
9397
9398 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9399
9400         * nnrss.el (nnrss-verbose): Removed.
9401         (nnrss-request-group): Use `nnheader-message' instead.
9402
9403 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9404
9405         * nnrss.el (nnrss-verbose): New variable.
9406         (nnrss-request-group): Make it say nnrss is requesting a group.
9407
9408 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9411         Handle news URL with given port correctly.
9412
9413 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9416         containing special characters.
9417
9418         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9419
9420         * mml.el (mime-to-mml): Ditto.
9421
9422         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9423         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9424         (rfc2047-decode-region): Quote decoded words containing special
9425         characters when rfc2047-quote-decoded-words-containing-tspecials
9426         is non-nil.
9427
9428 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9431
9432         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9433
9434 2005-02-15  Simon Josefsson  <jas@extundo.com>
9435
9436         * nnimap.el (nnimap-debug): Doc fix.
9437
9438         * imap.el (imap-debug): Doc fix.
9439
9440 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9443
9444 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * gnus.el (spam-contents): Improve docs for spam-contents
9447         parameter in its variable incarnation.
9448
9449 2005-02-14  Simon Josefsson  <jas@extundo.com>
9450
9451         * smime-ldap.el: Use require instead of load-library for ldap.
9452         (smime-ldap-search): Indent.
9453         (smime-ldap-search-internal): Shorten line.
9454
9455         * smime.el (smime-cert-by-dns): Add doc-string.
9456         (smime-cert-by-ldap-1): Indent.
9457
9458         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9459         mml-smime-get-dns-ldap.
9460         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9461
9462 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9463
9464         * smime.el: Require smime-ldap.
9465         (smime-ldap-host-list): New variable.
9466         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9467
9468         * mml-smime.el (mml-smime-encrypt-query): New function.
9469         (mml-smime-encrypt-query): Use it.
9470
9471         * smime-ldap.el: New file.
9472
9473 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9476
9477 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9480         argument in doc string.  Make query for type more clear.
9481
9482 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * gnus.el (gnus-group-startup-message): Search for gnus images in
9485         etc/images/gnus.
9486         * mm-util.el (mm-image-load-path): Likewise.
9487         * smiley.el (smiley-data-directory): Search for smilies in
9488         etc/images/smilies.
9489
9490 2005-02-09  Kim F. Storm  <storm@cua.dk>
9491
9492         Change Emacs release version from 21.4 to 22.1 throughout.
9493         Change Emacs development version from 21.3.50 to 22.0.50.
9494
9495 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9498
9499         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9500         non-Mule XEmacs as well.
9501         (mm-decompress-buffer): Signal an error intentionally if it does
9502         not decompress compressed data because auto-compression-mode is
9503         disabled.
9504
9505 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9506
9507         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9508         an ID in the registry even if it has no groups.
9509
9510 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9513         merge it into mm-decompress-buffer.
9514         (gnus-mime-copy-part): Use the MIME part charset, the value which
9515         a user specified or gnus-newsgroup-charset for decoding, like
9516         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9517         save-buffer what was used.  Suggested by Kevin Ryde
9518         <user42@zip.com.au>.
9519         (gnus-mime-inline-part): Allow the name parameter as well as the
9520         filename parameter; force decompressing of compressed data; always
9521         display contents being not decoded as unibyte.
9522
9523         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9524         as well as the filename parameter.
9525
9526         * mm-util.el (mm-decompress-buffer): Merge
9527         gnus-mime-jka-compr-maybe-uncompress.
9528         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9529         of compressed data.
9530
9531 2005-02-08  Simon Josefsson  <jas@extundo.com>
9532
9533         * imap.el (imap-log): Doc fix.
9534
9535 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9538         the coding cookies; decompress compressed parts.
9539
9540         * mml.el (mml-generate-mime-1): Add the charset parameter according
9541         to the value which a user specified manually or the coding cookie.
9542
9543         * mm-util.el (mm-string-to-multibyte): New function.
9544         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9545         (mm-coding-system-to-mime-charset): New function.
9546         (mm-decompress-buffer): New function.
9547         (mm-find-buffer-file-coding-system): New function.
9548
9549         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9550         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9551         parts.
9552
9553 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9554
9555         * mm-view.el (mm-display-inline-fontify): Decode a part according
9556         to the charset parameter.
9557
9558 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9561         prefix arg is neither nil nor a number, as info specifies.
9562
9563 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9566         timestamps.
9567
9568 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9569
9570         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9571         groups error checking and notify user.
9572
9573 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9574
9575         * message.el (message-send-mail-function): Check existence of
9576         sendmail-program first before using default value
9577         `message-send-mail-with-sendmail'.  Otherwise use more generic
9578         `smtpmail-send-it'.
9579
9580 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * nntp.el (nntp-request-update-info): Always return nil.
9583
9584 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9585
9586         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9587
9588 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9589
9590         * message.el (message-beginning-of-line): Change the behavior when
9591         invoked between BOL and : so that it first moves backward.
9592
9593 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9596         article buffer when editing of the article is discarded.
9597         (gnus-article-prepare): Revert.
9598
9599 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-art.el (gnus-article-prepare):
9602         Remove message-strip-forbidden-properties from the local hook.
9603
9604 2005-01-27  Simon Josefsson  <jas@extundo.com>
9605
9606         * password.el (password-cache-add): Only start one timer per key.
9607         Reported by Derek Atkins <warlord@MIT.EDU>.
9608
9609 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9610
9611         * run-at-time.el: Removed.  It is no longer needed as
9612         timer-funcs.el in the xemacs-base package has a working version of
9613         `run-at-time'.
9614
9615         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9616
9617         * password.el: Require timer-funcs instead of run-at-time in
9618         XEmacs.
9619         Remove `password-run-at-time' macro.
9620         (password-cache-add): Use `run-at-time' instead of
9621         `password-run-at-time'.
9622
9623         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9624         Remove `nnheader-cancel-function-timers' alias,
9625         `cancel-function-timers' exists in XEmacs in timer-funcs.
9626
9627         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9628         for `run-with-idle-timer'.
9629
9630         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9631         for `run-at-time'.
9632
9633         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9634         for `with-timeout'.
9635
9636         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9637         the same as for XEmacs 21.4.
9638         No need to ignore `run-with-idle-timer', this function exists in
9639         XEmacs now in timer-funcs.el in the xemacs-base package.
9640         (dgnushack-compile): No need to delete
9641         run-at-time.el from the list of files to compile because it
9642         doesn't exist anymore.
9643
9644 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9647         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9648
9649 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9650
9651         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9652         sensitively.
9653
9654 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9655
9656         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9657
9658 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9661         which will be inserted according to the multibyteness of a buffer
9662         rather than the type of contents.  Suggested by ARISAWA Akihiro
9663         <ari@mbf.ocn.ne.jp>.
9664
9665         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9666         of string which old xml.el may return rather than a string.
9667
9668 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9671
9672 2005-01-16  Simon Josefsson  <jas@extundo.com>
9673
9674         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9675         idn/idna.el isn't available.
9676         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9677         <michael@waxrat.com>.
9678
9679         * hashcash.el: Remove non-FSF copyright header.
9680
9681         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9682         (hashcash-generate-payment): Use it.
9683         (hashcash-generate-payment-async): Use it.
9684
9685 2005-01-15  Simon Josefsson  <jas@extundo.com>
9686
9687         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9688         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9689
9690         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9691         gnus-summary-idna-message.
9692         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9693         (gnus-summary-idna-message): New function.
9694
9695 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9698         gnus-novice-user.
9699
9700 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnrss.el (nnrss-request-delete-group): Delete entries in
9703         nnrss-group-alist as well.
9704         (nnrss-save-server-data): Insert newline.
9705
9706 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus.el (gnus-user-agent): Use list of symbols instead of
9709         symbols.  Display full version number for (S)XEmacs.  Optionally
9710         display (S)XEmacs codename.
9711
9712         * gnus-util.el (gnus-emacs-version): Update for new
9713         `gnus-user-agent'.
9714
9715         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9716         Gnus version.
9717
9718 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9721         which is unreadable in some setups.
9722
9723 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-spec.el (gnus-update-format-specifications): Flush the
9726         group format spec cache if it doesn't support decoded group names.
9727
9728 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9731         Allow to apply decay on score files matching a regexp.
9732
9733 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9736         compatibility in %g and %c.
9737
9738 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9741         name for only %g and %c.
9742         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9743         of gnus-tmp-group to decoded group name.
9744         (gnus-group-make-rss-group): Exclude `/'s from group names.
9745
9746 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * nnrss.el (nnrss-get-encoding): Fix regexp.
9749
9750 2004-12-27  Simon Josefsson  <jas@extundo.com>
9751
9752         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9753         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9754         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9755
9756 2004-12-17  Kim F. Storm  <storm@cua.dk>
9757
9758         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9759
9760         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9761
9762 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9763
9764         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9765
9766 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * nnrss.el: Require rfc2047 and mml.
9769         (nnrss-file-coding-system): New variable.
9770         (nnrss-format-string): Redefine it as an inline function.
9771         (nnrss-decode-group-name): New function.
9772         (nnrss-string-as-multibyte): Remove.
9773         (nnrss-retrieve-headers): Decode group name; don't use
9774         nnrss-format-string.
9775         (nnrss-request-group): Decode group name.
9776         (nnrss-request-article): Decode group name; allow a Message-ID as
9777         well as an article number; don't use nnrss-format-string; encode a
9778         Message-ID string which may contain non-ASCII characters; use
9779         mml-to-mime to compose a MIME article.
9780         (nnrss-request-expire-articles): Decode group name.
9781         (nnrss-request-delete-group): Decode group name.
9782         (nnrss-fetch): Clarify error message.
9783         (nnrss-read-server-data): Use insert-file-contents instead of load;
9784         bind file-name-coding-system; use multibyte buffer.
9785         (nnrss-save-server-data): Bind coding-system-for-write to the
9786         value of nnrss-file-coding-system; bind file-name-coding-system;
9787         add coding cookie.
9788         (nnrss-read-group-data): Use insert-file-contents instead of load;
9789         bind file-name-coding-system; use multibyte buffer.
9790         (nnrss-save-group-data): Bind coding-system-for-write to the
9791         value of nnrss-file-coding-system; bind file-name-coding-system.
9792         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9793         make it work with non-ASCII text.
9794         (nnrss-find-el): Make it work with old xml.el as well.
9795
9796 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9797
9798         * nnrss.el (nnrss-get-encoding): New function.
9799         (nnrss-fetch): Use unibyte buffer initially; bind
9800         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9801         decode contents according to the encoding attribute.
9802         (nnrss-save-group-data): Add coding cookie.
9803         (nnrss-mime-encode-string): New function.
9804         (nnrss-check-group): Use it to encode subject and author.
9805
9806 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9807
9808         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9809         imaginary variable.
9810
9811 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9814         correctly even if there are wide characters.
9815
9816 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9817
9818         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9819         downcased symbol names; make a new cache instead of reusing
9820         bbdb-hashtable.
9821
9822 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9825         concatenating segments rather than before concatenating them.
9826         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9827
9828         * message.el (message-get-reply-headers): Bind `extra'.
9829
9830 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * message.el (message-extra-wide-headers): New variable.
9833         (message-get-reply-headers): Use it.
9834
9835 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9838         (gnus-agent-group-pathname): Ditto.
9839
9840         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9841
9842         * gnus-group.el (gnus-group-make-group): Decode group name.
9843         (gnus-group-make-rss-group): Register the group data after opening
9844         the nnrss group.
9845
9846 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9847
9848         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9849         by expiry now get marked as read.
9850
9851 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9854
9855 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9856
9857         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9858         unify Latin characters in XEmacs.
9859         (mm-find-mime-charset-region): Use it.
9860
9861 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-util.el (gnus-delete-directory): New function.
9864
9865         * gnus-agent.el (gnus-agent-delete-group): Use it.
9866
9867         * gnus-cache.el (gnus-cache-delete-group): Use it.
9868
9869 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9872         names.
9873
9874 2004-12-16  Simon Josefsson  <jas@extundo.com>
9875
9876         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9877
9878 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9881
9882         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9883         (gnus-group-set-current-level): Decode group name.
9884
9885 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9886
9887         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9888         failed.
9889
9890 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-group.el (gnus-group-delete-group): Decode group name.
9893         (gnus-group-make-rss-group): Encode group name.
9894         (gnus-group-catchup-current): Decode group name.
9895         (gnus-group-kill-group): Decode group name.
9896
9897 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9898
9899         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9900
9901 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus-group.el (gnus-group-make-rss-group):
9904         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9905
9906         * gnus-start.el (gnus-setup-news): Honor user's setting to
9907         gnus-message-archive-method.  Suggested by Lute Kamstra
9908         <lute@gnu.org>.
9909
9910 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9911
9912         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9913         global counterparts of the buffer-local variables.
9914
9915 2004-11-16  Romain Francoise  <romain@orebokech.com>
9916
9917         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9918         counterparts of the buffer-local variables.
9919
9920 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * message.el (message-forbidden-properties): Fixed typo in doc
9923         string.
9924
9925 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-util.el (gnus-replace-in-string): Added doc string.
9928
9929         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9930         to avoid problems when splitting mails with many recipients.
9931
9932 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9933
9934         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9935         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9936
9937 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9938
9939         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9940         if there is no hashtable in memory or file modification time is
9941         newer than cached timestamp.
9942
9943 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9946         not-matching option.
9947
9948 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9951         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9952         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9953         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9954         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9955         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9956
9957 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * message.el (message-forward-make-body-mml): Remove headers
9960         according to message-forward-ignored-headers if a message is decoded.
9961
9962 2004-12-02  Romain Francoise  <romain@orebokech.com>
9963
9964         * message.el (message-forward-make-body-plain): Always remove
9965         headers according to message-forward-ignored-headers.
9966
9967 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * spam.el (spam-summary-prepare-exit): Remove the
9970         gnus-summary-limit pop for now, it has problems with ham marks for
9971         me.
9972
9973 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9976         correctly.
9977
9978 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9979
9980         * format-spec.el (format-spec): Message the char.
9981
9982 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * gnus-art.el (gnus-split-methods): Reformat comments.
9985
9986         * spam.el (spam-summary-prepare-exit): Remove article limits
9987         before exiting the summary buffer.
9988
9989 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9992         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9993
9994         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9995         order to silence the byte compiler.
9996
9997         * spam.el: Fix the way to silence the byte compiler, which
9998         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9999         bbdb-search-simple, spam-BBDB-register-routine,
10000         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10001         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10002         spam-stat-buffer-is-spam, spam-stat-load,
10003         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10004         spam-stat-save and spam-stat-split-fancy.
10005
10006 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10009         which may confuse users.
10010         (canlock-password-for-verify): Ditto.
10011
10012         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10013
10014         * gnus-art.el (gnus-emphasis-alist): Ditto.
10015
10016         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10017
10018         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10019
10020         * gnus-start.el (gnus-save-killed-list): Ditto.
10021
10022         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10023         (gnus-sum-thread-tree-root): Ditto.
10024         (gnus-sum-thread-tree-false-root): Ditto.
10025         (gnus-sum-thread-tree-single-indent): Ditto.
10026
10027         * message.el (message-courtesy-message): Ditto.
10028         (message-archive-note): Ditto.
10029         (message-subscribed-address-file): Ditto.
10030         (message-user-fqdn): Ditto.
10031
10032         * spam-report.el (spam-report-gmane-regex): Ditto.
10033
10034         * spam.el (spam-blackhole-good-server-regex): Ditto.
10035
10036 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * mml.el (mml-preview): Widen the message buffer before copying
10039         the contents to the preview buffer; sort headers before previewing.
10040
10041         * message.el (message-hidden-headers): Fix the way to avoid a bug
10042         in the `repeat' widget in Emacs 21.3 or earlier.
10043
10044 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * message.el (message-hidden-headers): Default to "^References:".
10047         Improve customization type.  Suggested by Reiner Steib
10048         <Reiner.Steib@gmx.de>.
10049
10050 2004-11-25  Romain Francoise  <romain@orebokech.com>
10051
10052         * message.el (message-strip-forbidden-properties): Remove check for
10053         obsolete `message-hidden' text property, hidden headers are not
10054         accessible in the buffer anymore.
10055
10056 2004-11-22  Romain Francoise  <romain@orebokech.com>
10057
10058         * message.el (message-header-format-alist): Add `From' in list
10059         so that it can be sorted.
10060         (message-fix-before-sending): Widen and sort headers before
10061         sending.
10062         (message-hide-headers): Use narrowing to hide headers by moving
10063         them to the top of the buffer and narrowing to the region
10064         underneath.
10065
10066 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067
10068         * message.el (message-strip-forbidden-properties): Bind
10069         buffer-read-only (etc) to nil.
10070
10071 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10074         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10075
10076 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10077
10078         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10079
10080 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * dns.el (query-dns): Use sit-for to time instead of
10083         accept-process-output, since that doesn't seem to work on udp
10084         sockets.
10085
10086 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10089
10090 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10091
10092         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10093         doc string.  Improve doc string.
10094
10095 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * nntp.el (nntp-request-update-info): Return nil if
10098         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10099         may not call gnus-activate-group which uselessly issues the GROUP
10100         commands for all nntp groups and wastes time.  Reported by Romain
10101         Francoise <romain@orebokech.com>.
10102
10103         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10104
10105 2004-11-15  Simon Josefsson  <jas@extundo.com>
10106
10107         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10108         headers separately.
10109         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10110         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10111
10112 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * gnus-start.el (gnus-convert-old-newsrc):
10115         Assign legacy-gnus-agent to 5.10.7.
10116
10117 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10120         start of the lines.
10121
10122 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10123
10124         * hashcash.el (hashcash-default-payment): Change default to 20
10125         (hashcash-default-accept-payment): Change default to 20
10126         (hashcash-process-alist): New variable
10127         (hashcash-generate-payment-async): Add
10128         (hashcash-already-paid-p): Add
10129         (hashcash-insert-payment): Don't generate payments twice
10130         (hashcash-insert-payment-async): Add
10131         (hashcash-insert-payment-async-2): Add
10132         (hashcash-cancel-async): Add
10133         (hashcash-wait-async): Add
10134         (hashcash-processes-running-p): Add
10135         (hashcash-wait-or-cancel): Add
10136         (mail-add-payment): New optional argument.  Conditionally start
10137         asynchronous calculation.
10138         (mail-add-payment-async): Add
10139
10140         * message.el (message-send-mail): Wait for asynchronous hashcash
10141         results.  Don't clobber existing X-Hashcash headers.
10142         (message-setup-1): Call mail-add-payment-async when
10143         message-generate-hashcash is non-nil.
10144
10145 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10146
10147         * message.el (message-use-alternative-email-as-from): Examine the
10148         From header as well; use message-make-from in order to include a
10149         user's full name.
10150
10151 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10154         default; improve customization type.
10155         (gnus-emphasis-custom-with-format): New macro.
10156         (gnus-emphasis-custom-value-to-external): New function.
10157         (gnus-emphasis-custom-value-to-internal): New function.
10158
10159 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * dns.el (query-dns): Resolve reverse addresses.
10162
10163 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-group.el (gnus-group-get-new-news): Use it.
10166
10167         * gnus-start.el (gnus-check-reasonable-setup): New function.
10168
10169 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10172         "Args out of range" error.  Reported by Arnaud Giersch
10173         <arnaud.giersch@free.fr>.
10174
10175 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10176
10177         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10178
10179 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10180
10181         * spam.el (spam group): Add :version.
10182
10183         * pgg-def.el (pgg group): Add :version.
10184
10185 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-art.el (gnus-article-edit-article): Don't associate the
10188         article buffer with a draft file.  This is a temporary measure
10189         against the 2004-08-22 change to gnus-article-edit-mode.
10190
10191 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10194         (html2text-format-tags): Remove unused variable `attr'.
10195
10196 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10199
10200         * tls.el (tls-process-connection-type, tls-success)
10201         (tls-certtool-program): Add :version.
10202
10203         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10204         (starttls-extra-arguments, starttls-process-connection-type)
10205         (starttls-connect, starttls-failure, starttls-success): Add :version.
10206
10207         * spam-stat.el (spam-stat): Add :version.
10208
10209         * sieve.el (sieve): Add :version.
10210
10211         * sha1.el (sha1): Add :version.
10212         (sha1-use-external): Remove redundant version.
10213
10214         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10215         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10216         (nnmail-split-fancy-match-partial-words)
10217         (nnmail-split-lowercase-expanded): Add :version.
10218
10219         * nndiary.el (nndiary): Add :version.
10220
10221         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10222
10223         * mml-sec.el (mml-default-sign-method)
10224         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10225         Add :version.
10226
10227         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10228
10229         * mm-url.el (mm-url-use-external, mm-url-program)
10230         (mm-url-arguments): Add :version.
10231
10232         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10233         (mm-attachment-file-modes, mm-decrypt-option)
10234         (mm-w3m-safe-url-regexp): Add :version.
10235
10236         * message.el (message-cite-prefix-regexp)
10237         (message-sendmail-envelope-from, message-minibuffer-local-map)
10238         (message-user-fqdn, message-completion-alist): Add :version.
10239
10240         * gnus-win.el (gnus-configure-windows-hook)
10241         (gnus-use-frames-on-any-display): Add :version.
10242
10243         * gnus-art.el (gnus-article-address-banner-alist)
10244         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10245         (gnus-treat-from-picon, gnus-treat-mail-picon)
10246         (gnus-treat-x-pgp-sig): Add :version.
10247
10248         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10249         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10250         (gnus-summary-article-delete-hook)
10251         (gnus-summary-display-while-building): Add :version.
10252
10253         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10254         (gnus-get-top-new-news-hook): Add :version.
10255
10256         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10257         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10258
10259         * gnus-registry.el (gnus-registry): Add :version.
10260
10261         * gnus-spec.el (gnus-use-correct-string-widths)
10262         (gnus-make-format-preserve-properties): Add :version.
10263
10264         * gnus.el (gnus-group-charter-alist)
10265         (gnus-group-fetch-control-use-browse-url)
10266         (gnus-install-group-spam-parameters): Add :version.
10267
10268         * gnus-diary.el (gnus-diary): Add :version.
10269
10270         * gnus-delay.el (gnus-delay): Add :version.
10271
10272         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10273         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10274         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10275         Add :version.
10276
10277         * gnus-agent.el (gnus-agent-max-fetch-size)
10278         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10279         (gnus-agent-prompt-send-queue): Add :version.
10280
10281         * deuglify.el (gnus-outlook-deuglify): Add :version.
10282
10283         * html2text.el: Beautify code.  Improve doc strings.  Some
10284         checkdoc cleanup.
10285         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10286
10287 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10288
10289         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10290
10291 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10294         when package is loaded.
10295
10296         * spam.el (spam-summary-score-preferred-header): Add global preference
10297         for people who want to override the default SpamAssassin over
10298         Bogofilter preference (when both are set).
10299         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10300         (spam-user-format-function-S): Check
10301         spam-summary-score-preferred-header.
10302         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10303         (spam-user-format-function-S): Format the score correctly.
10304
10305 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10308         signature file.  Suggested by Manoj Srivastava
10309         <srivasta@golden-gryphon.com>.
10310
10311         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10312         iso-2022-jp even in the Japanese language environment.
10313         Suggested by Jason Rumney <jasonr@gnu.org>.
10314
10315 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10318         use the same characters as the dummy marks; make it free from
10319         getting affected by the language environment.
10320         (gnus-summary-read-group-1): Update mark positions only when the
10321         format spec is updated.
10322
10323         * gnus-spec.el (gnus-update-format-specifications): Return a list
10324         of updated types.
10325
10326 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10329         of boundp to check if display-warning is available.
10330
10331 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10332
10333         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10334
10335 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * nnspool.el (nnspool-spool-directory): Use news-path if the
10338         news-directory variable is not bound.
10339
10340         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10341         function instead of display-warning if it is not available.
10342
10343 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10346         v5-10: Use `point-at-bol'.
10347
10348 2004-10-26  Simon Josefsson  <jas@extundo.com>
10349
10350         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10351         <chenggao@gmail.com>.
10352
10353 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10356         instead.
10357
10358 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10359
10360         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10361         to remove a server from the nnimap-server-buffer-alist.
10362         (nnimap-open-connection, nnimap-close-server): Use it.
10363
10364         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10365
10366 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10369         running the major-mode function.
10370
10371 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10374         dummy marks in the right way.
10375
10376 2004-10-18  David Edmondson  <dme@dme.org>
10377
10378         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10379         excessively.
10380
10381 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10382
10383         * gnus-util.el (gnus-split-references): Accept a nil references
10384         string and go on blissfully.
10385
10386         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10387         cases where the references string is non-nil but has no references.
10388
10389         * encrypt.el: Add autoload tags.
10390
10391         * spam.el (spam-resolve-registrations-routine): Remove article
10392         from unregistration list too.  Reported by David Hanak
10393         <dhanak@isis.vanderbilt.edu>
10394
10395 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10398         nil.  Changed custom type.
10399
10400 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10403
10404         * gnus-sum.el (gnus-summary-move-article): Use it.
10405
10406 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10407
10408         * encrypt.el: Add autoload cookies.
10409
10410         * spam.el (spam-backend-article-list-property)
10411         (spam-backend-get-article-todo-list)
10412         (spam-backend-put-article-todo-list)
10413         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10414         Resolve registrations separately.
10415         (spam-register-routine): Format comments.
10416         (spam-unregister-routine, spam-register-routine): Always call with
10417         specific-articles, no default list.
10418         (spam-summary-prepare-exit): Use the spam-classifications function.
10419
10420         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10421         gnus-encrypt.el.
10422
10423         * encrypt.el: Copied from gnus-encrypt.el.
10424
10425         * gnus-encrypt.el: Commented that it's obsolete.
10426
10427 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10430         (gnus-score-save): Use it.
10431
10432         * message.el (message-bury): Use `window-dedicated-p'.
10433
10434 2004-10-15  Simon Josefsson  <jas@extundo.com>
10435
10436         * pop3.el (top-level): Don't require nnheader.
10437         (pop3-read-timeout): Add.
10438         (pop3-accept-process-output): Add.
10439         (pop3-read-response, pop3-retr): Use it.
10440
10441 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10442
10443         * spam.el (spam-register-routine): Move comment.
10444         (spam-verify-bogofilter): Use 'unknown for the initial
10445         spam-bogofilter-valid state, not 'never.
10446
10447         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10448         for netrc-machine.
10449
10450         * nnimap.el (nnimap-open-connection): Use
10451         netrc-machine-user-or-password.
10452
10453 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10454
10455         * gnus-registry.el (gnus-registry-unload-hook):
10456         Set as a variable with add-hook.
10457
10458         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10459         of news-path.
10460
10461         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10462
10463         * spam.el: Delete duplicate `provide'.
10464         (spam-unload-hook): Set as a variable with add-hook.
10465
10466 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10469         in the doc string.
10470
10471         * message.el (message-ignored-news-headers)
10472         (message-ignored-supersedes-headers)
10473         (message-ignored-resent-headers)
10474         (message-forward-ignored-headers): Improve custom type.
10475
10476 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * message.el (message-tokenize-header): Fix 2004-09-06 change
10479         which used point-min in the wrong place.
10480
10481 2004-10-12  Simon Josefsson  <jas@extundo.com>
10482
10483         * tls.el (tls-certtool-program): New variable.
10484         (tls-certificate-information): New function, based on
10485         ssl-certificate-information.
10486
10487 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * compface.el: Move the version of ELisp-based uncompface program
10490         to the contrib directory because of the copyright problem.
10491
10492 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * message.el (message-kill-buffer): Raise the current frame.
10495
10496 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10499
10500         * gnus.el (message-y-or-n-p): Autoload.
10501
10502         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10503         (pop3-password-required, pop3-authentication-scheme)
10504         (pop3-leave-mail-on-server): Made customizable.
10505         (pop3): New custom group.
10506         (pop3-retr): Remove `sleep-for' statements.
10507         Suggested by Dave Love <fx@gnu.org>.
10508
10509         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10510         Windows/DOS.
10511
10512         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10513         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10514         Dave Love <fx@gnu.org>.
10515
10516         * mml.el (mml-minibuffer-read-disposition): Require match.
10517         Suggested by Dave Love <fx@gnu.org>.
10518
10519 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10522         doc string.
10523
10524 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10527
10528 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10529
10530         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10531         instead of calling `mm-insert-inline', to decode text/* parts
10532         before displaying them.
10533
10534 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * mm-uu.el (mm-uu-text-plain-type): New variable.
10537         (mm-uu-pgp-signed-extract-1): Use it.
10538         (mm-uu-pgp-encrypted-extract-1): Use it.
10539         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10540         bind mm-uu-text-plain-type with that value.
10541         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10542         mm-uu-dissect.
10543
10544 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-group.el (gnus-update-group-mark-positions):
10547         * gnus-sum.el (gnus-update-summary-mark-positions):
10548         * message.el (message-check-news-body-syntax):
10549         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10550         of string-as-multibyte.
10551
10552 2004-10-05  Juri Linkov  <juri@jurta.org>
10553
10554         * gnus-group.el (gnus-update-group-mark-positions):
10555         * gnus-sum.el (gnus-update-summary-mark-positions):
10556         * message.el (message-check-news-body-syntax):
10557         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10558         8-bit unibyte values to a multibyte string for search functions.
10559
10560 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10563         (mm-uu-dissect-text-parts): New function.
10564
10565         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10566         dissect text parts.
10567
10568         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10569         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10570
10571         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10572
10573         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10574         gnus-current-topics instead of gnus-current-topic.
10575
10576 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10577
10578         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10579
10580 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10581
10582         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10583         where approriate.
10584
10585         * nnml.el (nnml-generate-active-info): do.
10586
10587         * nndiary.el (nndiary-generate-active-info): do.
10588
10589         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10590         (gnus-topic-move): do.
10591
10592         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10593         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10594
10595         * gnus-srvr.el (gnus-server-prepare)
10596         (gnus-server-open-all-servers): do.
10597
10598         * gnus-msg.el (gnus-summary-cancel-article)
10599         (gnus-summary-resend-message)
10600         (gnus-summary-mail-crosspost-complaint): do.
10601
10602         * gnus-move.el (gnus-change-server): do.
10603
10604         * gnus-group.el (gnus-group-unmark-all-groups)
10605         (gnus-group-set-current-level): do.
10606
10607 2004-10-04  Simon Josefsson  <jas@extundo.com>
10608
10609         * message.el (message-generate-hashcash): Doc fix.
10610
10611 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10612
10613         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10614         avoid infinite recursion via gnus-get-function.
10615
10616 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10617
10618         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10619
10620         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10621
10622         * nnmail.el (nnmail-split-history): do.
10623
10624         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10625         (nnml-request-delete-group): do.
10626
10627         * nnslashdot.el (nnslashdot-read-groups): do.
10628
10629         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10630         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10631
10632         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10633         (nnspool-sift-nov-with-sed): Use last
10634         (nnspool-retrieve-headers-with-nov): Use mapc.
10635         (nnspool-request-newgroups): Use dolist.
10636         (nnspool-request-group): Use last.
10637
10638         * nntp.el (nntp-read-server-type): Use dolist.
10639
10640         * nnvirtual.el (nnvirtual-create-mapping)
10641         (nnvirtual-update-read-and-marked): Use dolist.
10642         (nnvirtual-convert-headers): Simplify.
10643
10644 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10645
10646         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10647         support for sync'ing tick marks.
10648
10649 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10652         there's no visible header.
10653
10654 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10655
10656         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10657         necessary, pass full group name to gnus-request-set-marks.
10658
10659 2004-10-01  Simon Josefsson  <jas@extundo.com>
10660
10661         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10662         acroread.
10663
10664 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * spam-report.el (spam-report-gmane): Fix interactive.
10667
10668         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10669
10670         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10671         when writing file.
10672         (gnus-agent-synchronize-flags): Don't default to being
10673         interactive.
10674
10675 2004-09-30  Simon Josefsson  <jas@extundo.com>
10676
10677         * message.el (message-generate-hashcash): Add.
10678         (message-send-mail): Use it, call mail-add-payment.
10679
10680 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10681
10682         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10683
10684 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10685
10686         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10687         gnus-requst-update-info with explicit code to sync the in-memory
10688         info read flags with the marks being sync'd to the backend.
10689
10690         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10691
10692 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10693
10694         * spam.el (spam-verify-bogofilter): Add new function.
10695         (spam-check-bogofilter)
10696         (spam-bogofilter-register-with-bogofilter): Use it.
10697         (spam-verify-bogofilter): Add small fixes.
10698
10699 2004-09-28  Simon Josefsson  <jas@extundo.com>
10700
10701         * hashcash.el (hashcash-generate-payment): Revert.
10702
10703 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10706         gnus-extract-references instead of gnus-split-references.
10707
10708         * gnus-util.el (gnus-extract-references): Add new function, analogous
10709         to gnus-split-references but extracts only the message-ID without
10710         anything extra.
10711
10712         * hashcash.el (hashcash-generate-payment)
10713         (hashcash-check-payment): Do the right thing if hashcash-path is
10714         nil (because the hashcash program could not be found).
10715
10716         * spam.el (spam-use-hashcash): Remove comment.
10717
10718 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10719
10720         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10721         (gnus-cache-enter-article, gnus-cache-remove-article)
10722         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10723
10724         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10725
10726         * gnus-art.el (article-hide-boring-headers)
10727         (article-translate-strings, article-display-face)
10728         (gnus-article-mime-match-handle-first)
10729         (gnus-article-highlight-headers)
10730         (gnus-article-add-buttons-to-head): do.
10731
10732 2004-09-27  Simon Josefsson  <jas@extundo.com>
10733
10734         * hashcash.el: New version, from
10735         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10736         ../contrib/.
10737
10738 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10741
10742 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10743
10744         * gnus-dup.el (gnus-dup-open): Use mapc.
10745         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10746
10747         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10748         Reported by Stefan Wiens <s.wi@gmx.net>.
10749
10750         * gnus.el (gnus-shutdown): Use dolist.
10751
10752         * gnus-undo.el (gnus-undo): Use mapc.
10753
10754         * nnrss.el (nnrss-generate-active): do.
10755
10756         * message.el (message-cite-original-without-signature)
10757         (message-cite-original): Use mapc.
10758         (message-do-actions, message-make-forward-subject): Use dolist.
10759
10760 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10761
10762         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10763         deletion to remove entire duplicate line.  Fixes merged article
10764         number bug.
10765
10766 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10767
10768         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10769         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10770         first ask if you want to open a server and then, even when you
10771         responded with no, asking if you want to synchronize the server's
10772         flags.
10773         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10774         multi-line expressions.
10775         (gnus-agent-synchronize-group-flags): New internal function.
10776         Updates marks in memory (in the info structure) AND in the
10777         backend.
10778
10779         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10780
10781         * nnagent.el (nnagent-request-set-mark): Use
10782         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10783         method, to ensure that synchronization updates marks in the
10784         backend and in the info (in memory) structure.
10785
10786 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10789         convention fully; don't miss the root article of a thread; make
10790         the X-Draft-From header with correct article numbers.
10791
10792 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10793
10794         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10795         unless plugged.  Disable the agent so that an open failure causes
10796         an error.
10797
10798         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10799         Reverted 2004-09-21 change.  The backend must be opened while
10800         synchronizing flags even when the backend stores the flags
10801         locally.
10802
10803 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10806         in `header' match.  Reported by Svend Tollak Munkejord.
10807
10808         * message.el (message-cite-original): Fix use of
10809         `message-cite-articles-with-x-no-archive'.
10810
10811 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10814         (gnus-window-to-buffer): Ditto.
10815
10816         * mml.el (mml-preview-buffer): New variable.
10817         (mml-preview): Manage window layout with gnus-buffer-configuration.
10818
10819         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10820         X-Draft-From header even if those articles aren't quoted.
10821
10822 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10823
10824         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10825         (gnus-request-set-mark, gnus-request-update-mark): Use new
10826         g-s-t-u-l-m to decide to use backend even when unplugged.
10827
10828 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10831         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10832
10833 2004-09-20  Simon Josefsson  <jas@extundo.com>
10834
10835         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10836         "utf-16-le".
10837
10838 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10839
10840         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10841
10842 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * uudecode.el (uudecode-use-external): Add :version.
10845
10846         * smime.el (smime-CA-file, smime-encrypt-cipher)
10847         (smime-dns-server): Add :version.
10848
10849         * smiley.el (gnus-smiley-file-types): Add :version.
10850
10851         * sha1.el (sha1-use-external): Add :version.
10852
10853         * pgg-def.el (pgg-query-keyserver): Add :version.
10854
10855         * nnmail.el (nnmail-fancy-expiry-targets)
10856         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10857         Add :version.
10858
10859         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10860         (nnimap-retrieve-groups-asynchronous): Add :version.
10861         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10862
10863         * mml.el (mml-content-disposition-parameters)
10864         (mml-insert-mime-headers-always): Add :version.
10865
10866         * mm-util.el (mm-coding-system-priorities): Add :version.
10867
10868         * mm-decode.el (mm-inline-text-html-with-images)
10869         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10870         (mm-verify-option): Add :version.
10871         (mm-text-html-renderer): Change :version.
10872
10873         * message.el (message-fcc-externalize-attachments)
10874         (message-required-headers, message-draft-headers)
10875         (message-subject-trailing-was-query)
10876         (message-subject-trailing-was-ask-regexp)
10877         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10878         (message-mark-insert-end, message-archive-header)
10879         (message-archive-note, message-cross-post-default)
10880         (message-cross-post-note, message-followup-to-note)
10881         (message-cross-post-note-function, message-use-mail-followup-to)
10882         (message-subscribed-address-functions)
10883         (message-subscribed-address-file, message-subscribed-addresses)
10884         (message-subscribed-regexps, message-allow-no-recipients)
10885         (message-yank-cited-prefix, message-signature-insert-empty-line)
10886         (message-hidden-headers, message-hierarchical-addresses)
10887         (message-mail-user-agent, message-use-idna)
10888         (message-valid-fqdn-regexp)
10889         (message-strip-special-text-properties, message-header-synonyms)
10890         (message-beginning-of-line, message-tab-body-function): Add :version.
10891         (message-insert-canlock, message-wide-reply-confirm-recipients):
10892         Change :version.
10893
10894         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10895         and :version.
10896         (mail-source-delete-old-incoming-confirm)
10897         (mail-source-movemail-program): Add :version.
10898
10899         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10900         (gnus-agent-cache, gnus-agent): Change :version.
10901
10902         * gnus-util.el (gnus-use-byte-compile): Change :version.
10903
10904         * gnus-sum.el (gnus-summary-make-false-root-always)
10905         (gnus-summary-default-high-score)
10906         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10907         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10908         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10909         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10910         (gnus-sum-thread-tree-single-indent)
10911         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10912         (gnus-sum-thread-tree-leaf-with-other)
10913         (gnus-sum-thread-tree-single-leaf): Add :version.
10914         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10915         (gnus-article-loose-mime): Change :version.
10916
10917         * gnus-start.el (gnus-backup-startup-file)
10918         (gnus-save-startup-file-via-temp-buffer): Add :version.
10919
10920         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10921         (gnus-server-offline-face): Add :version.
10922
10923         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10924
10925         * gnus-msg.el (gnus-gcc-externalize-attachments)
10926         (gnus-debug-files, gnus-debug-exclude-variables)
10927         (gnus-discouraged-post-methods): Change :version.
10928         (gnus-confirm-mail-reply-to-news)
10929         (gnus-confirm-treat-mail-like-news): Add :version.
10930
10931         * gnus-int.el (gnus-server-unopen-status): Add :version.
10932
10933         * gnus-group.el (gnus-group-jump-to-group-prompt)
10934         (gnus-large-ephemeral-newsgroup)
10935         (gnus-fetch-old-ephemeral-headers): Add :version.
10936
10937         * gnus-fun.el (gnus-x-face-directory)
10938         (gnus-convert-pbm-to-x-face-command)
10939         (gnus-convert-image-to-x-face-command)
10940         (gnus-convert-image-to-face-command): Add :version.
10941
10942         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10943
10944         * gnus-cite.el (gnus-cite-blank-line-after-header)
10945         (gnus-article-boring-faces): Add :version.
10946
10947         * gnus-art.el (gnus-buttonized-mime-types)
10948         (gnus-inhibit-mime-unbuttonizing)
10949         (gnus-treat-display-face)
10950         (gnus-treat-body-boundary): Change :version.
10951         (gnus-body-boundary-delimiter, gnus-picon-databases)
10952         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10953         (gnus-treat-date-english, gnus-treat-fold-headers)
10954         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10955         (gnus-treat-mail-picon, gnus-treat-wash-html)
10956         (gnus-article-encrypt-protocol)
10957         (gnus-use-idna, gnus-article-over-scroll)
10958         (gnus-mime-display-multipart-alternative-as-mixed)
10959         (gnus-mime-display-multipart-related-as-mixed)
10960         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10961         (gnus-ctan-url, gnus-button-ctan-handler)
10962         (gnus-button-handle-ctan-bogus-regexp)
10963         (gnus-button-ctan-directory-regexp)
10964         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10965         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10966         (gnus-button-man-level, gnus-button-emacs-level)
10967         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10968
10969         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10970         (gnus-agent-go-online): Change :version.
10971         (gnus-agent-expire-unagentized-dirs)
10972         (gnus-agent-auto-agentize-methods): Add :version.
10973
10974         * flow-fill.el (fill-flowed-display-column)
10975         (fill-flowed-encode-column): Add :version.
10976
10977         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10978         (gnus-outlook-deuglify-unwrap-max)
10979         (gnus-outlook-deuglify-cite-marks)
10980         (gnus-outlook-deuglify-unwrap-stop-chars)
10981         (gnus-outlook-deuglify-no-wrap-chars)
10982         (gnus-outlook-deuglify-attrib-cut-regexp)
10983         (gnus-outlook-deuglify-attrib-verb-regexp)
10984         (gnus-outlook-deuglify-attrib-end-regexp)
10985         (gnus-outlook-display-hook): Add :version.
10986
10987         * binhex.el (binhex-use-external): Add :version.
10988
10989 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10992         and `invisible'.
10993
10994 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10995
10996         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10997         in gnus-registry-trim.
10998
10999 2004-09-13  Simon Josefsson  <jas@extundo.com>
11000
11001         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11002
11003         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11004
11005         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11006         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11007         <yamaoka@jpl.org>.
11008         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11009         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11010         <yamaoka@jpl.org>.
11011
11012         * sieve.el (sieve-manage-mode): Ditto.
11013
11014 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11017
11018 2004-09-11  Simon Josefsson  <jas@extundo.com>
11019
11020         * dns-mode.el: Add.
11021
11022         * mm-view.el (mm-display-dns-inline): Add.
11023
11024         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11025         (mm-automatic-display): Ditto.
11026
11027         * mailcap.el (mailcap-mime-data): Add text/dns.
11028         (mailcap-mime-extensions): Map .soa to text/dns.
11029
11030 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11031
11032         * gnus-art.el (article-decode-mime-words, article-babel)
11033         (gnus-article-highlight-signature, gnus-article-add-buttons)
11034         (gnus-signature-toggle): Remove unnecessary bindings of
11035         `inhibit-read-only' inherited from v5.10 merge.
11036
11037 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * nntp.el (nntp): New customization group.
11040         (nntp-authinfo-file): Add customization group.
11041
11042         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11043
11044         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11045
11046         * gnus.el (to-address, to-list, subscribed)
11047         (large-newsgroup-initial): Ditto.
11048
11049         * flow-fill.el (fill-flowed-display-column)
11050         (fill-flowed-encode-column): Ditto.
11051
11052 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11053
11054         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11055         Use point-min rather than 1.
11056         (message-send-mail): Use buffer-size rather than point-max.
11057
11058         * gnus-sum.el (gnus-summary-search-article-forward):
11059         Signal a specific `search-failed' rather than a generic `error'.
11060
11061         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11062         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11063         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11064
11065 2004-09-10  Simon Josefsson  <jas@extundo.com>
11066
11067         * nndb.el (require): Remove tcp and duplicate cl.
11068
11069 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-agent.el (directory-files-and-attributes): Move forward.
11072
11073 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11074
11075         * gnus-agent.el (directory-files-and-attributes): Optionally
11076         defined to support XEmacs.
11077
11078 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11079
11080         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11081         to avoid run-time CL dependencies.
11082         (gnus-agent-unfetch-articles): New function.
11083         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11084         article numbers even when local .overview file is missing.
11085         (gnus-agent-read-article-number): New function.  Only accepts
11086         27-bit article numbers.
11087         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11088         gnus-agent-read-article-number.
11089         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11090         from backend while recognizing that article numbers in .overview
11091         must be valid.
11092         (gnus-agent-update-files-total-fetched-for): Use
11093         directory-files-and-attributes to improve performance.
11094         * gnus-int.el (gnus-request-move-article): Use
11095         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11096         improve performance.
11097
11098         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11099         some users confused by references to .newsrc when they only have a
11100         .newsrc.eld file.
11101         (gnus-convert-mark-converter-prompt)
11102         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11103         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11104         New function.  Used internally to only display 'gnus converting
11105         files' message when actually necessary.
11106
11107         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11108         methods now autoloaded.
11109
11110 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11113         identifiers.
11114
11115 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-picon.el: Fix indentation and closing parenthesis.
11118
11119 2004-09-01  Simon Josefsson  <jas@extundo.com>
11120
11121         * message.el (message-canlock-generate): Require sha1, not
11122         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11123         to require within a function.  Sadly, if sha1.el isn't loaded, the
11124         let binding in m-c-g will hide the defcustom definition, which is
11125         bad.)
11126
11127         * canlock.el: Require sha1, not sha1-el.
11128
11129         * message.el: Don't autoload sha1 (there is a autoload cookie in
11130         sha1.el).
11131
11132         * sha1-el.el: Renamed to sha1.el.
11133
11134 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11135
11136         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11137
11138 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11139
11140         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11141
11142 2004-08-30  Kim F. Storm  <storm@cua.dk>
11143
11144         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11145
11146         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11147         Add :group 'nnimap.
11148
11149 2004-08-30  Andreas Schwab  <schwab@suse.de>
11150
11151         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11152         ?* and ?\;.
11153
11154         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11155         and ?\' to symbol instead of whitespace.
11156
11157 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11160
11161         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11162         instead of re-search-forward.
11163
11164         * gnus-uu.el (gnus-uu-save-article): Ditto.
11165         (gnus-uu-post-encode-uuencode): Ditto.
11166
11167         * html2text.el (html2text-clean-list-items): Ditto.
11168         (html2text-clean-dtdd): Ditto.
11169         (html2text-format-tags): Ditto.
11170
11171         * message.el (message-send-mail-with-sendmail): Fix regexp.
11172         (message-fill-field-general): Use search-forward instead of
11173         re-search-forward.
11174         (unbold-region): Ditto.
11175
11176         * nnrss.el (nnrss-request-article): Ditto.
11177
11178         * nnslashdot.el (nnslashdot-request-article): Ditto.
11179
11180         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11181
11182         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11183         "Unrecognized menu descriptor" error in XEmacs.
11184
11185 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11186
11187         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11188         parent article of a sparse article in the thread hashtb.
11189
11190 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11191
11192         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11193         (nnmail-expand-newtext): Lowercase expanded entries if
11194         nnmail-split-lowercase-expanded is non-nil.
11195
11196 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11199
11200         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11201         of gnus-tmp-news-method into string under XEmacs.  It will be
11202         passed to gnus-correct-length which takes only a string argument.
11203
11204 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-util.el (gnus-bind-print-variables): New macro.
11207         (gnus-prin1): Use it.
11208         (gnus-prin1-to-string): Use it.
11209         (gnus-pp): New function.
11210         (gnus-pp-to-string): New function.
11211
11212         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11213         Replace pp-to-string with gnus-pp-to-string.
11214         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11215         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11216         * gnus-msg.el (gnus-debug): Ditto.
11217         * gnus-score.el (gnus-score-save): Ditto.
11218         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11219         gnus-pp-to-string.
11220         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11221         with gnus-pp.
11222         * score-mode.el (gnus-score-pretty-print): Ditto.
11223         * webmail.el (webmail-debug): Ditto.
11224
11225 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (article-display-face, article-display-x-face):
11228         Use buffer-read-only.
11229
11230 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (article-hide-list-identifiers):
11233         Bind inhibit-read-only as t.
11234
11235 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11238
11239 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11240
11241         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11242         (gnus-narrow-to-page): Don't assume point-min == 1.
11243         (gnus-article-edit-mode): Derive from message-mode.
11244
11245         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11246         point-min == 1.
11247
11248         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11249         Disable incorrect use of `assert'.
11250
11251         * message.el (message-mode): Set comment-start-skip.
11252
11253
11254 2004-08-22  Sam Steingold  <sds@gnu.org>
11255
11256         * pop3.el (pop3-leave-mail-on-server): New user variable.
11257         (pop3-movemail): Delete mail only when it is nil.
11258
11259 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11262
11263         * mml.el (mml-preview): Use `pop-to-buffer'.
11264
11265         * message.el (message-goto-mail-followup-to): Insert after "To".
11266         (message-carefully-insert-headers): Add comment.
11267
11268         * gnus.el: Remove unused variable `gnus-article-check-size'.
11269
11270         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11271
11272         * gnus-art.el (gnus-button-alist): Improve
11273         `gnus-button-handle-library' entry.
11274
11275 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11276
11277         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11278         downcase, since XEmacs capitalizes error messages differently.
11279
11280 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11281
11282         * nntp.el: Add (require 'gnus) due to reference to
11283         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11284
11285 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11286
11287         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11288         `mm-fill-flowed'.
11289
11290         * mm-decode.el (mm-dissect-singlepart): Check it.
11291
11292 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11295         'imap' for netrc parsing.
11296
11297 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * mailcap.el (mailcap-mime-data): Mark as risky.
11300
11301 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11304         may be included in the encoded word.
11305         (rfc2047-encode): Don't append a space if the encoded word
11306         includes close parenthesis.
11307
11308 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11311         of text within parentheses.
11312
11313 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11316         (gnus-encrypt-write-file-contents): Make the password key the file
11317         name PLUS the cipher, not just the cipher.  Also remove failed
11318         passwords from the cache.
11319
11320 2004-08-06  Simon Josefsson  <jas@extundo.com>
11321
11322         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11323         fix.
11324
11325 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11328         LWSP.
11329
11330 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11331
11332         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11333         to append in-reply-to: data to the references: header.
11334
11335         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11336         (netrc-parse): Use gnus-encrypt.el functions.
11337
11338         * gnus-encrypt.el: Add new file for encryption support; currently
11339         does only a few GPG ciphers and an internal XOR cipher.
11340
11341         * password.el: Add comments on using password-read-and-add.
11342         (password-read-and-add): Add function to read and add the
11343         password to the cache at once.
11344
11345 2004-07-28  Simon Josefsson  <jas@extundo.com>
11346
11347         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11348         parameter (but don't use it, for now).
11349
11350         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11351         instead of hard coding to nil.
11352
11353 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11356         as mm-inline-image-xemacs does.
11357
11358 2004-07-26  Simon Josefsson  <jas@extundo.com>
11359
11360         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11361         Revert part of 2004-07-17 change below.
11362
11363 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11366         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11367
11368 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11371         quotes that actually start with ">" at the beginning of the
11372         lines.
11373
11374 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * rfc2047.el (rfc2047-encode-region): Fix last change.
11377         (rfc2047-encode-parameter): Remove useless concat.
11378
11379 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11382         encode special characters; fix some kind of misconfigured headers;
11383         signal a real error if debug-on-quit or debug-on-error is non-nil.
11384         (rfc2047-encode-max-chars): New variable.
11385         (rfc2047-encode-1): Use it.
11386         (rfc2047-encode-parameter): New function.
11387
11388         * mml.el (mml-insert-parameter): Remove an excessive space.
11389
11390 2004-07-17  Simon Josefsson  <jas@extundo.com>
11391
11392         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11393         Kai Grossjohann <kai@emptydomain.de>.
11394         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11395         (gnus-group-make-menu-bar): Ditto.
11396
11397         * gnus-util.el (gnus-group-server): Add.
11398
11399 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11400
11401         * message.el (message-clone-locals): Clone sendmail and smtp
11402         variables.
11403
11404 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * rfc2047.el (rfc2047-encode-region): Fix last change.
11407
11408 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11411         characters as non-special.
11412
11413 2004-07-09  Simon Josefsson  <jas@extundo.com>
11414
11415         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11416         Users will lose all flag changes made while unplugged with
11417         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11418         good default.  See numerous reports on ding mailing list.
11419
11420 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11423         add generate-head-function and generate-article-function to the
11424         rfc822-forward entry.
11425         (nndoc-rfc822-forward-generate-article): New function.
11426         (nndoc-rfc822-forward-generate-head): New function.
11427
11428         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11429
11430 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11431
11432         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11433         respect display group parameter and gnus-summary-expunge-below.
11434         (gnus-articles-to-read): Remove unused reference to display group
11435         parameter.
11436
11437 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * nnheader.el (nnheader-uniquify-message-id): New experimental
11440         variable.
11441         (nnheader-nov-read-message-id): Use it.
11442
11443         * spam-report.el (spam-report-gmane): Add interactive.
11444
11445 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11448         qp-or-base64 for the application/* types.
11449
11450 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11451
11452         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11453
11454 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11455
11456         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11457         trim value.
11458
11459 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11460
11461         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11462         New macro and function.
11463         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11464
11465 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11468         after-load-alist.
11469
11470 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471
11472         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11473         update info that isn't there.
11474
11475 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11476
11477         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11478         entry.
11479
11480 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-view.el (mm-inline-render-with-function): Use multibyte
11483         buffer; decode html source by charset.
11484
11485         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11486
11487         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11488         Mule-UCS is loaded under XEmacs.
11489         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11490
11491 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11492
11493         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11494
11495 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * mm-util.el (mm-coding-system-p): Return a coding-system.
11498         (mm-mime-mule-charset-alist): Use shift_jis instead of
11499         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11500         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11501         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11502         instead of japanese-shift-jis and iso-latin-1 respectively in
11503         order to share the default value with both Emacs and XEmacs-mule.
11504         (mm-mule-charset-to-mime-charset): Make
11505         mm-coding-system-priorities effective.
11506         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11507         while predicating of candidates upon the priorities.
11508
11509 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11510
11511         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11512         gnus-uu-invert-processable.
11513
11514         * gnus.el: Autoload gnus-uu-invert-processable.
11515
11516 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mm-util.el (mm-with-multibyte-buffer): New macro.
11519
11520         * rfc2047.el (rfc2047-encode-string): Use it.
11521         (rfc2047-encode-region): Move point to the end of the region after
11522         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11523
11524 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11527         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11528
11529 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11532         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11533         Karl Chen <quarl@nospam.quarl.org>.
11534
11535 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11536
11537         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11538         invalid addresses.
11539
11540 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11541
11542         * spam.el: Change section markers, revise TODO list.
11543         (spam-backends): Make new master list of all installed backends.
11544         (spam-summary-exit-behavior): Add new variable to determine how
11545         messages moves are done at summary exit.
11546         (spam-move-spam-nonspam-groups-only)
11547         (spam-process-ham-in-nonham-groups)
11548         (spam-process-ham-in-spam-groups): Remove variables, the
11549         spam-summary-exit-behavior variable should be used to manage this
11550         behavior.
11551         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11552         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11553         and spam-old-spam-articles.
11554         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11555         Add empty variables, placeholders for the backends they represent.
11556         (spam-set-difference): Move, unchanged.
11557         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11558         unless the user has a processor variable.
11559         (spam-classifications, spam-classification-valid-p)
11560         (spam-backend-properties, spam-backend-property-valid-p)
11561         (spam-backend-function-type-valid-p)
11562         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11563         (spam-report-articles-gmane, spam-report-articles-resend):
11564         Remove functions, they are not needed.
11565         (spam-install-backend-super, spam-backend-list)
11566         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11567         (spam-backend-function, spam-backend-ham-registration-function)
11568         (spam-backend-spam-registration-function)
11569         (spam-backend-ham-unregistration-function)
11570         (spam-backend-spam-unregistration-function)
11571         (spam-backend-statistical-p, spam-backend-mover-p)
11572         (spam-install-backend-alias, spam-install-checkonly-backend)
11573         (spam-install-mover-backend, spam-install-nocheck-backend)
11574         (spam-install-backend, spam-install-statistical-backend)
11575         (spam-install-statistical-checkonly-backend): Add backend installation
11576         support.
11577         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11578         (spam-group-processor-p): Use the new backend code and respect the
11579         summary exit behavior.
11580         (spam-mark-spam-as-expired-and-move-routine): Remove.
11581         (spam-summary-prepare): Change to use the new spam-old-articles
11582         variable.
11583         (spam-copy-or-move-routine, spam-copy-spam-routine)
11584         (spam-move-spam-routine, spam-copy-ham-routine)
11585         (spam-move-ham-routine): Add code to copy/move ham or spam.
11586         (spam-fetch-field-fast): Improve doc and code, plus allow the
11587         'number request.
11588         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11589         variables.
11590         (spam-split, spam-find-spam): Use the new backend code.
11591         (spam-registration-functions): Remove variable.
11592         (spam-unregister-routine): Add convenience wrapper.
11593         (spam-log-undo-registration, spam-register-routine)
11594         (spam-log-processing-to-registry)
11595         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11596         where possible.
11597         (spam-check-gmane-xref, spam-check-regex-headers)
11598         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11599         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11600         (spam-check-bogofilter-headers, spam-check-spamoracle)
11601         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11602         (spam-check-crm114-headers): Use the spam-split-group that
11603         spam-split prepares, no need to determine it every time.
11604
11605         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11606         to the nnheader-parse-naked-head call.
11607
11608         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11609
11610         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11611         the nnheader-nov-read-message-id call.
11612
11613 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11616         gnus-activate-group twice.  Suggested by Markus Peter
11617         <warp@spin.de>.
11618
11619 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (gnus-article-time-format): Exchange the order of
11622         day and month in the default value; fix customization type.
11623         (article-date-ut): Use add-text-properties.
11624         (article-make-date-line): Use message-make-date instead of
11625         current-time-string.
11626
11627         * message.el (message-fetch-field): Don't use set-text-properties.
11628         (message-make-date): Simplify.
11629
11630         * messagexmas.el (message-xmas-make-date): New function.
11631         (message-xmas-redefine): Defalias message-make-date to it.
11632
11633 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11636         (rfc2047-encode-region): Treat text within parentheses as special;
11637         show the original text when error has occurred.
11638
11639         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11640         already-computed method to gnus-activate-group.
11641
11642         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11643         same select-methods identical Lisp objects.
11644
11645         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11646         object when modifying the info.
11647
11648 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11651         gnus-opened-servers since it has never been opened with the new
11652         configuration yet.
11653
11654 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11657         arg to nnheader-generate-fake-message-id.
11658
11659 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11662         number and build a fake message ID localized to a group and
11663         article number (so it's repeatable from that point on).
11664         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11665         ID format.
11666
11667         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11668         nnheader-generate-fake-message-id with the article number.
11669
11670 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11671
11672         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11673         end-of-buffer.
11674
11675 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * message.el (message-ignored-supersedes-headers): Add Approved.
11678
11679 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11682         goto-char.
11683         (rfc2047-encode): Fold the line before encoding.
11684
11685 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11688         folding -- not all headers can be folded, and this should be done
11689         by the message composition mode.  Probably.  I think.
11690
11691 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11694         fast.
11695
11696         * gnus-ems.el (gnus-remove-image): Don't use
11697         message-text-with-property; remove only the image found first.
11698
11699         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11700         found first.
11701
11702 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11703
11704         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11705
11706 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * message.el (message-text-with-property): Make it fast and accept
11709         optional arguments.
11710         (message-strip-forbidden-properties): Use it.
11711         (message-fix-before-sending): Follow the m-t-w-p change.
11712
11713         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11714
11715 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-art.el (article-hide-headers): Don't change the buffer
11718         mistakenly when performing mml-preview even if
11719         gnus-single-article-buffer is nil.
11720
11721 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11722
11723         * message.el (message-expand-name-databases): New user option.
11724         (message-expand-name): Use it.
11725
11726 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11727
11728         * spam.el (spam-report-articles-resend)
11729         (spam-report-resend-register-routine): Allow ham reporting.
11730         (spam-report-resend-register-ham-routine): Add wrapper.
11731         (spam-registration-functions): Add ham resending functions.
11732         (spam-list-of-processors): Add ham resend processor.
11733
11734         * gnus.el (ham-resend-to): Add new group parameter.
11735         (spam-process): Add ham resend option.
11736
11737         * spam-report.el (spam-report-resend): Allow reporting ham.
11738         (spam-report-resend-ham): Add wrapper.
11739
11740 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11741
11742         * message.el (message-cite-articles-with-x-no-archive): New
11743         variable.
11744         (message-cite-original): Use it.
11745
11746 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * message.el (message-cite-original): Respect X-No-Archive.
11749
11750 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-art.el (article-hide-headers): Refer to the values for
11753         gnus-ignored-headers and gnus-visible-headers in the summary
11754         buffer since a user may have set them as group parameters.
11755
11756 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11757
11758         * assistant.el (assistant-node-name): Add convenience function.
11759         (assistant-render-text, assistant-render-node): Add error handling,
11760         plus handle multiple next nodes.
11761         (assistant-find-next-node): Comment out for now.
11762         (assistant-find-next-nodes): Add function, returns list of next
11763         nodes.
11764
11765 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * mail-source.el (mail-source-directory): Fix doc-string.
11768
11769 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11770
11771         * assistant.el (assistant-render-text, assistant-eval): Add :set
11772         widget type, which is different because it takes and returns a
11773         list.  Much hilarity ensues.
11774
11775 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11778
11779         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11780         doc-string.
11781
11782         * gnus-start.el (gnus-activate-group): Added doc-string.
11783
11784 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11787
11788 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * assistant.el (assistant-render-text): Try to add a :set
11791         widget, more to come.
11792
11793         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11794         strings.
11795         (spam-report-articles-resend)
11796         (spam-register-routine): Do registration iff any articles warrant
11797         it.
11798         (spam-summary-prepare-exit): Change log message for nil group
11799         destinations.
11800
11801 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11802
11803         * spam.el (spam-report-resend-register-routine): Allow
11804         spam-report-resend-to to be a group parameter or a global value.
11805
11806 2004-05-26  Simon Josefsson  <jas@extundo.com>
11807
11808         * starttls.el: Merge with my GNUTLS based starttls.el.
11809         (starttls-gnutls-program, starttls-use-gnutls)
11810         (starttls-extra-arguments, starttls-process-connection-type)
11811         (starttls-connect, starttls-failure, starttls-success): New
11812         variables.
11813         (starttls-program, starttls-extra-args): Doc fix.
11814         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11815         functions.
11816         (starttls-negotiate, starttls-open-stream): Check
11817         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11818         function if it is set.
11819
11820 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11823         structured fields.
11824
11825 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11828
11829 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11830
11831         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11832         variable.
11833         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11834         assigning the spam-mark to new messages.
11835
11836 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11837
11838         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11839
11840 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11843
11844         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11845         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11846         default.
11847
11848 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11849
11850         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11851         correct data.
11852
11853 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11854
11855         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11856         (spam-group-processor-p): Fix function.
11857         (spam-group-processor-multiple-p)
11858         (spam-group-spam-processor-report-gmane-p)
11859         (spam-group-spam-processor-report-resend-p)
11860         (spam-group-spam-processor-bogofilter-p)
11861         (spam-group-spam-processor-blacklist-p)
11862         (spam-group-spam-processor-ifile-p)
11863         (spam-group-ham-processor-ifile-p)
11864         (spam-group-spam-processor-spamoracle-p)
11865         (spam-group-spam-processor-crm114-p)
11866         (spam-group-ham-processor-bogofilter-p)
11867         (spam-group-spam-processor-stat-p)
11868         (spam-group-ham-processor-stat-p)
11869         (spam-group-ham-processor-whitelist-p)
11870         (spam-group-ham-processor-BBDB-p)
11871         (spam-group-ham-processor-spamoracle-p)
11872         (spam-group-ham-processor-copy-p): Remove functions with some
11873         prejudice against unneeded code.
11874         (spam-report-articles-resend)
11875         (spam-report-resend-register-routine): Allow the group/topic
11876         spam-resend-to value to override spam-report-resend-to.
11877         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11878         properly now.
11879
11880         * gnus.el (spam-resend-to): Add group/topic parameter.
11881         (spam-process): Move the OBSOLETE processors to the end of the
11882         choices.
11883
11884 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11885
11886         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11887         with resend-to set to nil, and then ask the user if necessary.
11888         (spam-report-resend): spam-report-resend takes a list of articles, not
11889         separate article numbers.
11890
11891 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11894         addition to emacs-w3m.
11895
11896 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * assistant.el (assistant-authinfo-data): New function.
11899         (assistant-eval): Eval for entire assistant.
11900
11901         * netrc.el (netrc-services-file): New variable.
11902         (netrc-parse-services): New function.
11903         (netrc-find-service-name): New function.
11904         (netrc-find-service-number): New function.
11905         (netrc-port-equal): New function.
11906         (netrc-machine): Use it.
11907
11908         * nnimap.el (nnimap-open-connection): Use netrc.
11909
11910         * gnus-util.el (gnus-netrc-get): Remove aliases.
11911
11912         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11913
11914         * assistant.el (wid-edit): Fix compilation.
11915
11916         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11917
11918 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11919
11920         * gnus-util.el (gnus-set-file-modes): New function.  (small
11921         patch).
11922
11923 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11926
11927         * assistant.el (assistant-render-node): Fix up rendering and
11928         read-only text.
11929         (assistant-render-node): Reset.
11930         (assistant-make-read-only): Not sticky.
11931
11932 2004-05-20  Danny Siu  <dsiu@adobe.com>
11933
11934         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11935         centered even when gnus-auto-center-summary is t
11936
11937 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * dns.el (dns-get-txt-answer): New function.
11940         (dns-read-txt): Ditto.
11941         (query-dns): Use it.
11942
11943 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11946         active for foreign groups even if the group level is higher than
11947         the specified value.
11948
11949 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11952         non-active groups.
11953
11954         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11955
11956 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11957
11958         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11959
11960 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11961
11962         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11963         (spam-crm114-header, spam-crm114-spam-switch)
11964         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11965         (spam-crm114-positive-spam-header)
11966         (spam-crm114-database-directory, spam-list-of-processors)
11967         (spam-group-spam-processor-crm114-p)
11968         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11969         (spam-generic-score, spam-list-of-checks)
11970         (spam-list-of-statistical-checks, spam-registration-functions)
11971         (spam-check-crm114-headers, spam-crm114-score)
11972         (spam-check-crm114, spam-crm114-register-with-crm114)
11973         (spam-crm114-register-spam-routine)
11974         (spam-crm114-unregister-spam-routine)
11975         (spam-crm114-register-ham-routine)
11976         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11977         asjo@koldfront.dk (Adam Sjøgren).
11978
11979         * gnus.el: Add spam-use-crm114.
11980
11981         * spam.el (spam-list-of-processors, spam-registration-functions):
11982         Add spam-use-resend.
11983         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11984         (spam-report-articles-gmane): Add doc fix.
11985         (spam-report-articles-resend, spam-report-resend-register-routine):
11986         Add wrappers around spam-report-resend-to.
11987
11988         * spam-report.el (spam-report-resend-to, spam-report-resend):
11989         Add support for resending spam.
11990         (spam-report-gmane): Fix line length >80.
11991
11992         * gnus.el (spam-process): Add spam-use-resend.
11993
11994 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11995
11996         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11997         number of processed spam messages.
11998         (spam-ham-copy-or-move-routine): Return the number of processed
11999         ham messages.
12000         (spam-summary-prepare-exit): Use the above values to decide
12001         whether status messages shouled be displayed.
12002
12003 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12006         `rfc2047-encoding-function-alist' in order to avoid conflicting
12007         with the old version.
12008         (rfc2047-encode-region): Concatenate words containing non-ASCII
12009         characters in structured fields; don't encode space-delimited
12010         ASCII words even in unstructured fields; don't break words at
12011         char-category boundaries.
12012         (rfc2047-encode-1): New function.
12013         (rfc2047-encode): Use it; encode text so that it occupies the
12014         maximum width within 76-column; work correctly on Q encoding for
12015         iso-2022-* charsets.
12016         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12017         sure not to break a line just after the header name.
12018         (rfc2047-b-encode-region): Removed.
12019         (rfc2047-b-encode-string): New function.
12020         (rfc2047-q-encode-region): Removed.
12021         (rfc2047-q-encode-string): New function.
12022
12023         * mm-util.el (mm-replace-in-string): New function.
12024
12025 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12028         get it right.
12029         (gnus-inews-make-draft): Really.
12030
12031 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12032
12033         * nnmh.el (nnmh-request-list-1): Don't check the link count
12034         before descending.  (small patch)
12035
12036 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037
12038         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12039         stuff.
12040
12041         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12042         on real group name.
12043
12044         * gnus-art.el (gnus-signature-limit): Doc fix.
12045
12046         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12047
12048         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12049
12050 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12051
12052         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12053         isn't a string.
12054
12055 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12056
12057         * gnus-draft.el (gnus-draft-send): Bind
12058         rfc2047-encode-encoded-words.
12059
12060         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12061         (rfc2047-encodable-p): Say that =? needs encoding.
12062         (rfc2047-encode-encoded-words): New variable.
12063
12064         * gnus-group.el (gnus-group-select-group): Doc fix.
12065
12066         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12067
12068         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12069         to nil.
12070
12071         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12072
12073         * nnheader.el (nnheader-get-lines-and-char): New function.
12074
12075 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-msg.el (gnus-summary-followup-with-original): Document
12078         yanking of region when active.
12079
12080 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12083         groups if the group level is higher than the specified value.
12084
12085 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12088         (gnus-group-jump-to-group): Added prefix argument using
12089         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12090         non-active group.
12091
12092         * compface.el (uncompface): Be verbose when changing
12093         `uncompface-use-external'.
12094
12095         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12096         handle manual section.
12097
12098 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * gnus-art.el (gnus-button-alist): Revert previous change.
12101
12102 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12105
12106 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12107
12108         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12109         whether backend can accept message.
12110
12111         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12112
12113 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12114
12115         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12116         Avoid creating directory when nntp-marks-is-evil is true.
12117         Reported by Reiner Steib.
12118
12119 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * gnus-picon.el (gnus-picon-style): New variable.
12122         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12123         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12124         Jesper Harder <harder@ifa.au.dk>.
12125
12126 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12127
12128         * message.el (message-fill-field): Return point.
12129         (message-generate-headers): Go to end of field.
12130
12131         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12132         stuff for non-living groups.
12133
12134 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12135
12136         * gnus-art.el (gnus-article-followup-with-original)
12137         (gnus-article-reply-with-original): gnus-mark-active-p ->
12138         gnus-region-active-p.
12139
12140 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12141
12142         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12143         only when there is spam or ham to be processed.
12144
12145 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * mail-source.el (mail-source-delete-crash-box): Refactor.
12148         (mail-source-fetch): Use it.
12149         (mail-source-fetch-file): Ditto.
12150         (mail-source-fetch-directory): Run postscript in loop.
12151         (mail-source-fetch-pop): Delete.
12152         (mail-source-fetch-maildir): Ditto.
12153         (mail-source-fetch-imap): Ditto.
12154
12155         * imap.el (imap-authenticators): Comment out sasl.
12156
12157         * message.el (message-skip-to-next-address): New function.
12158         (message-fill-header-address): Refactor.
12159         (message-fill-address): Use it.
12160         (message-delete-address): Use it.
12161         (message-fill-header-general): Refactor.
12162         (message-fill-field-address): Rename.
12163         (message-narrow-to-field): Find the start of the header.
12164         (message-header-format-alist): Don't pre-fill.
12165         (message-fill-header): Removed.
12166         (message-insert-header): New function.
12167         (message-shorten-references): Use it.
12168
12169         * rfc2047.el (rfc2047-field-value): Strip props.
12170
12171         * mail-parse.el (mail-header-make-address): New alias.
12172
12173         * ietf-drums.el (ietf-drums-make-address): New function.
12174
12175         * imap.el: Add compiler directives.
12176
12177         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12178
12179         * gnus-art.el (article-decode-idna-rhs): Don't use
12180         message-idna-inside-rhs-p.
12181
12182 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * message.el (message-idna-inside-rhs-p): Removed.
12185         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12186
12187         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12188         false positives.
12189
12190 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12191
12192         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12193
12194 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12195
12196         * nneething.el (nneething-file-name): Don't create spurious
12197         files.
12198
12199         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12200         (gnus-inews-do-gcc): Remove sleep.
12201
12202         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12203         part under point.
12204
12205         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12206         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12207
12208 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12209
12210         * spam.el (spam-summary-prepare-exit): Fixed (length).
12211
12212 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12213
12214         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12215         as expired without moving it" message when there are spam
12216         messages left.
12217
12218 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12219
12220         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12221         header is not nil.
12222
12223 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12224
12225         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12226         nntp-possibly-create-directory, not nntp-possibly-change-group.
12227         (nntp-marks-changed-p): New arg SERVER.
12228         (nntp-request-update-info): Adjust caller.
12229
12230 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12231
12232         * nntp.el (nntp-save-marks): Pass missing arg.
12233
12234 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12235
12236         * nntp.el: Support marks.
12237         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12238         (nntp-marks-modtime, nntp-marks-directory): New variables.
12239         (nntp-request-set-mark, nntp-request-update-info)
12240         (nntp-possibly-create-directory, nntp-marks-changed-p)
12241         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12242         functions.
12243
12244 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12245
12246         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12247         (gnus-xmas-redefine): Rename.
12248
12249         * gnus-score.el (gnus-score-insert-help): Use
12250         gnus-select-lowest-window.
12251
12252         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12253         appt-select-lowest-window and rename to gnus-select-lowest-window.
12254
12255         * gnus.el: do.
12256
12257 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12258
12259         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12260         encodings of MIME-encoded words, in order to improve
12261         interoperability with several broken MUAs.
12262
12263 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12264
12265         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12266         tags, only when charsets are not specified in headers.
12267         (mm-inline-text-html-render-with-w3m): Ditto.
12268
12269         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12270         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12271
12272 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12273
12274         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12275         instead of MIME-decoded from fields when checking
12276         `gnus-article-address-banner-alist'.
12277
12278 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12279
12280         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12281         description rather than subject.
12282
12283 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12284
12285         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12286
12287 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * gnus.el (gnus-version-number): Bump.
12290
12291 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12292
12293         * gnus.el: No Gnus v0.2 is released.
12294
12295 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296
12297         * gnus-agent.el (gnus-agent-read-agentview): Inline
12298         gnus-uncompress-range.
12299
12300 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12301
12302         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12303         `exec-installed-p'.
12304
12305 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12306
12307         * gnus.el (spam-process, spam-autodetect-methods): Add
12308         bsfilter and bsfilter-headers.
12309
12310         * spam.el (spam-bsfilter): New customize group.
12311         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12312         (spam-bsfilter-header, spam-bsfilter-probability-header)
12313         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12314         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12315         (spam-bsfilter-database-directory): New options.
12316         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12317         (spam-list-of-statistical-checks, spam-registration-functions):
12318         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12319         (spam-bsfilter-score): New command.
12320         (spam-check-bsfilter-headers, spam-check-bsfilter)
12321         (spam-bsfilter-register-with-bsfilter)
12322         (spam-bsfilter-register-spam-routine)
12323         (spam-bsfilter-unregister-spam-routine)
12324         (spam-bsfilter-register-ham-routine)
12325         (spam-bsfilter-unregister-ham-routine): New functions.
12326         (spam-generic-score): Support bsfilter; Accept an optional argument
12327         to recalcurate spam score even if scoring header has already been
12328         added.
12329         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12330         optional argument to recalcurate spam score even if scoring header
12331         has already been added.
12332
12333 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12334
12335         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12336         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12337         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12338         link is missing.
12339
12340 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12341
12342         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12343         (html2text-get-attr): Rewrite.
12344
12345         * message.el (message-setup-1): Remove redundant put-text-property
12346         on mail-header-separator.
12347
12348 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * gnus-registry.el (gnus-registry-cache-whitespace)
12351         (gnus-registry-action, gnus-registry-spool-action)
12352         (gnus-registry-split-fancy-with-parent): Change message levels
12353         from 5 to 3 or 7, as needed.
12354
12355         * spam.el (spam-summary-prepare-exit)
12356         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12357         (spam-split, spam-find-spam, spam-log-undo-registration)
12358         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12359         level from 5 to 6.
12360
12361 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12364         2004-03-04 change).
12365
12366 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12367
12368         * sieve-manage.el (sieve-manage-open):
12369         * nnweb.el (nnweb-insert-html):
12370         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12371         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12372         * nnspool.el (nnspool-request-group):
12373         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12374         * nnml.el (nnml-request-update-info):
12375         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12376         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12377         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12378         (nnimap-request-set-mark):
12379         * nnfolder.el (nnfolder-request-update-info):
12380         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12381         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12382         * gnus-uu.el (gnus-uu-find-articles-matching):
12383         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12384         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12385         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12386         * gnus-nocem.el (gnus-nocem-scan-groups):
12387         * gnus-int.el (gnus-start-news-server):
12388         * gnus-group.el (gnus-group-make-kiboze-group)
12389         (gnus-group-browse-foreign-server):
12390         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12391         Use mapc when appropriate.
12392
12393 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12394
12395         FIXME: Make separate entries for each person.
12396
12397         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12398         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12399         <shields@msrl.com>:
12400
12401         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12402         may need for spam sorting and scoring.
12403         (spam-user-format-function-S): Add user format function suitable for
12404         general use.
12405         (spam-article-sort-by-spam-status): Add sorting function for summary
12406         sorting.
12407         (spam-extra-header-to-number): Add function to get a score from a
12408         header.
12409         (spam-summary-score): Add function to  get a numeric score from the
12410         headers.
12411         (spam-generic-score): Fix function doc, was in wrong place.
12412         (spam-initialize): Take symbols when it's run, and install the
12413         extra headers that spam-necessary-extra-headers thinks we need.
12414
12415 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12416
12417         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12418         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12419
12420 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12421
12422         * gnus-sum.el (gnus-set-global-variables)
12423         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12424         (gnus-article-get-xrefs, gnus-summary-best-group)
12425         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12426         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12427         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12428         Use with-current-buffer.
12429
12430 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12431
12432         * spam.el (spam-summary-prepare-exit): Simplify logic.
12433         (spam-fetch-article-header): Read the article header if it's not
12434         available.
12435         (spam-list-articles): Simplify logic.
12436         (spam-filelist-register-routine): Fix bug with unregister-list.
12437
12438         * gnus-registry.el: Fix comments at beginning.
12439
12440 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12441
12442         * message.el (message-cater-to-broken-inn): Remove.
12443         (message-shorten-references): Make sure the total folded length of
12444         References is shorter than 998 characters to cater to a bug in INN
12445         2.3.  Also, don't pretend that references aren't folded -- this
12446         hasn't worked for a while.
12447
12448 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12449
12450         * gnus-agent.el (gnus-agentize):
12451         gnus-agent-send-mail-real-function no longer set to current value
12452         of message-send-mail-function but rather a lambda that calls
12453         message-send-mail-function.  The change makes the agent real-time
12454         responsive to user changes to message-send-mail-function.
12455
12456 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12457
12458         * legacy-gnus-agent.el
12459         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12460         help from Florian Weimer <fw@deneb.enyo.de>
12461
12462 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * nnmail.el (nnmail-cache-insert): Revert last change.
12465
12466 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * nnmail.el (nnmail-cache-insert): Always check whether
12469         nnmail-cache-ignore-groups matches a group name.
12470
12471 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12474         (spam-find-spam, spam-log-processing-to-registry)
12475         (spam-log-registered-p, spam-log-unregistration-needed-p)
12476         (spam-log-undo-registration): Use gnus-message instead of
12477         gnus-error, none of these errors are fatal.
12478
12479         * gnus-registry.el (gnus-registry-clean-empty-function)
12480         (gnus-registry-clean-empty): Remove only empty entries without
12481         extra data.
12482
12483 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12484
12485         * spam-stat.el (spam-stat-buffer-change-to-spam)
12486         (spam-stat-buffer-change-to-non-spam): Change (error) to
12487         (gnus-message 8) invocation.
12488
12489 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * nntp.el (nntp-via-netcat-command): New variable.
12492         (nntp-via-netcat-switches): New variable.
12493         (nntp-open-via-rlogin-and-netcat): New function.
12494         (nntp-open-connection-function): Doc fix.
12495         (nntp-telnet-command): Doc fix.
12496         (nntp-end-of-line): Doc fix.
12497         (nntp-via-rlogin-command): Doc fix.
12498         (nntp-via-user-name): Doc fix.
12499         (nntp-via-address): Doc fix.
12500
12501 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12504         error in Emacs 21.1.
12505
12506 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12509
12510 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12511
12512         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12513         (gnus-agent-with-refreshed-group): New macro.
12514         (gnus-agent-rename-group): New function.
12515         (gnus-agent-delete-group): New function.
12516         (gnus-agent-save-group-info): Use gnus-command-method when
12517         `method' parameter is nil.  Don't write nil entries into the
12518         active file.
12519         (gnus-agent-get-group-info): New function.
12520         (gnus-agent-fetch-articles): Use
12521         gnus-agent-update-files-total-fetched-for to increment disk space
12522         used.
12523         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12524         gnus-agent-update-view-total-fetched-for to increment disk space
12525         used.
12526         (gnus-agent-get-local): Added optional parameters to avoid calling
12527         gnus-group-real-name and gnus-find-method-for-group.
12528         (gnus-agent-set-local): Delete stored entry if either min, or max,
12529         are nil.
12530         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12531         quit, use gnus-agent-regenerate-group to record existance of any
12532         articles fetched to disk before the quit occurred.
12533         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12534         gnus-agent-update-view-total-fetched-for, and
12535         gnus-agent-update-files-total-fetched-for to decrement disk space
12536         used.
12537         (gnus-agent-retrieve-headers): Use
12538         gnus-agent-update-view-total-fetched-for to increment disk space
12539         used.
12540         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12541         with gnus-agent-update-files-total-fetched-for to decrement disk
12542         space and fresh group buffer.
12543         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12544         (gnus-agent-need-update-total-fetched-for): New variable.
12545         (gnus-agent-update-files-total-fetched-for): New function.
12546         (gnus-agent-update-view-total-fetched-for): New function.
12547         (gnus-agent-total-fetched-for): New function.
12548
12549         * gnus-cache.el (gnus-cache-save-buffers): Use
12550         gnus-cache-update-overview-total-fetched-for to change disk space
12551         used by this group.
12552         (gnus-cache-possibly-enter-article): Use
12553         gnus-cache-update-file-total-fetched-for to increment disk space
12554         used by this group.
12555         (gnus-cache-possibly-remove-article): Use
12556         gnus-cache-update-file-total-fetched-for to decrement disk space
12557         used by this group.
12558         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12559         (gnus-cache-rename-group): New function.
12560         (gnus-cache-delete-group): New function.
12561         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12562         (gnus-cache-need-update-total-fetched-for): New variable.
12563         (gnus-cache-with-refreshed-group): New macro.
12564         (gnus-cache-update-file-total-fetched-for): New function.
12565         (gnus-cache-update-overview-total-fetched-for): New function.
12566         (gnus-cache-rename-group-total-fetched-for): New function.
12567         (gnus-cache-delete-group-total-fetched-for): New function.
12568         (gnus-cache-total-fetched-for): New function.
12569
12570         * gnus-group.el: Require gnus-sum and autoload functions to
12571         resolve warnings when gnus-group.el compiled alone.
12572         (gnus-group-line-format): Documented new %F
12573         (size of Fetched data) group line format; identifies disk space
12574         used by agent and cache.
12575         (gnus-group-line-format-alist): Defined new F format.
12576         (gnus-total-fetched-for): New function.
12577         (gnus-group-delete-group): No longer update
12578         gnus-cache-active-altered as gnus-request-delete-group now keeps
12579         the cache in sync.
12580         (gnus-group-list-active): Let the agent store a server's active
12581         list if currently plugged.
12582
12583         * gnus-int.el (gnus-request-delete-group):
12584         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12585         local disk in sync with the server.
12586         (gnus-request-rename-group):
12587         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12588         local disk in sync with the server.
12589
12590         * gnus-start.el (gnus-get-unread-articles):
12591         Cosmetic simplification to logic.
12592
12593         * gnus-util.el (gnus-rename-file): New function.
12594
12595 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12596
12597         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12598
12599 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12602         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12603
12604 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12605
12606         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12607         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12608
12609 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12610
12611         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12612
12613 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12614
12615         * spam.el (spam-set-difference): Add function to replace
12616         gnus-set-difference in spam.el.
12617         (spam-summary-prepare-exit): Use spam-set-difference.
12618
12619 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12620
12621         * gnus-registry.el (gnus-registry-cache-file): Update to use
12622         gnus-dribble-directory OR gnus-home-directory OR ~.
12623         (gnus-registry-split-fancy-with-parent): Fix doc.
12624
12625 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * message.el (message-exchange-point-and-mark): Use
12628         message-mark-active-p.  Suggested by Jesper Harder
12629         <harder@ifa.au.dk>.
12630
12631 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-exchange-point-and-mark): Don't activate
12634         region if it was inactive.  Suggested by Hiroshi Fujishima
12635         <pooh@nature.tsukuba.ac.jp>.
12636
12637 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-art.el (article-display-face): Display Faces in the same
12640         order as X-Faces.
12641
12642 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12645
12646 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12649         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12650         (gnus-article-mime-hierarchy): Remove.
12651         (gnus-article-mime-hierarchy-next): Remove.
12652         (gnus-article-mode): Revert 2004-03-19 change.
12653         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12654         (gnus-insert-mime-button): Revert 2004-03-19 change.
12655         (gnus-mime-accumulate-hierarchy): Remove.
12656         (gnus-mime-enter-multipart): Remove.
12657         (gnus-mime-leave-multipart): Remove.
12658         (gnus-mime-display-part): Revert 2004-03-19 change.
12659         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12660
12661         * mml.el (mml-preview): Revert 2004-03-19 change.
12662
12663 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12664
12665         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12666
12667 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12670         t while entering a file name using the mm-with-multibyte macro.
12671         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12672
12673         * mm-util.el (mm-with-multibyte): New macro.
12674
12675 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12678         user option.
12679         (gnus-mime-multipart-functions): Doc and customization fix.
12680         (gnus-article-mime-hierarchy): New variable.
12681         (gnus-article-mime-hierarchy-next): New variable.
12682         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12683         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12684         gnus-article-mime-hierarchy-next to nil.
12685         (gnus-insert-mime-button): Show hierarchy numbers.
12686         (gnus-mime-accumulate-hierarchy): New function.
12687         (gnus-mime-enter-multipart): New function.
12688         (gnus-mime-leave-multipart): New function.
12689         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12690         (gnus-mime-display-alternative): Show hierarchy numbers.
12691
12692         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12693         gnus-article-mime-hierarchy-next to nil.
12694
12695 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12696
12697         * dns.el: Don't require gnus-xmas.
12698
12699 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12700
12701         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12702         inline PGP.
12703         (mml-menu): Disable mml-quote-region if mark is inactive.
12704
12705 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12708         when the group's active is not available.
12709
12710 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12713         error.
12714
12715 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * imap.el (imap-store-password): New variable.
12718         (imap-interactive-login): Use it.
12719         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12720
12721 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12724         window-start and hscroll to summary window.
12725
12726 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12727
12728         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12729         conversion message to newsrc-dribble when an actual conversion is
12730         performed.
12731
12732 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12733
12734         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12735
12736 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * mm-decode.el (mm-complicated-handles): New function reviving
12739         former definition of mm-multiple-handles.
12740
12741         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12742         (gnus-mime-delete-part): Use it.
12743
12744 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12745
12746         * gnus-agent.el (gnus-agent-read-local): Bind
12747         nnheader-file-coding-system to gnus-agent-file-coding-system to
12748         avoid the implicit assumption that they will always be equal.
12749         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12750         coding-system-for-write, as the with-temp-file macro first prints
12751         to a buffer then saves the buffer.
12752
12753 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-art.el (gnus-article-edit-part): New function.
12756         (gnus-mime-save-part-and-strip): Use it; do query instead of
12757         signaling an error; don't use mm-multiple-handles.
12758         (gnus-mime-delete-part): Ditto.
12759
12760 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12761
12762         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12763         old file versions.
12764         (gnus-group-prepare-hook): Removed function that converted list
12765         form of gnus-agent-expire-days to group properties.
12766
12767         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12768         (gnus-request-accept-article): Re-indented.
12769
12770         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12771         converters to handle old agent file formats.  Added logic for a
12772         "backup before upgrading warning".
12773         (gnus-convert-mark-converter-prompt): Developers can mark
12774         functions as needing (default), or not needing,
12775         gnus-convert-old-newsrc's "backup before upgrading warning".
12776         (gnus-convert-converter-needs-prompt): Tests whether the user
12777         should be protected from potentially irreversable changes by the
12778         function.
12779
12780         * legacy-gnus-agent.el: New.  Provides converters that are only
12781         loaded when gnus-convert-old-newsrc needs to call them.
12782
12783 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * mail-source.el (mail-source-touch-pop): Doc fix.
12786
12787         * message.el (message-smtpmail-send-it): Doc fix.
12788
12789 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12790
12791         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12792
12793         * nnmail.el (nnmail-split-fancy): do.
12794
12795         * gnus-kill.el (gnus-kill, gnus-execute): do.
12796
12797 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12798
12799         * gnus-sum.el (gnus-widget-reversible-match)
12800         (gnus-widget-reversible-to-internal)
12801         (gnus-widget-reversible-to-external): New functions.
12802         (gnus-widget-reversible): New widget.
12803         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12804
12805 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12806
12807         * gnus-sum.el (gnus-thread-sort-functions)
12808         (gnus-article-sort-functions): Document `(not F)' items.
12809
12810 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12811
12812         * spam.el (spam-use-gmane-xref): Add new backend.
12813         (spam-gmane-xref-spam-group): Add variable to control the name of the
12814         Gmane spam group.
12815         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12816         (spam-regex-headers-spam, spam-regex-headers-ham)
12817         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12818         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12819         backends and checks.
12820         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12821
12822         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12823         an autodetect method.
12824
12825 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12826
12827         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12828         articles are being added to a group.
12829         (gnus-request-replace-article): Inform the agent that articles
12830         need to be uncached as the cached contents are no longer valid.
12831
12832 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * binhex.el: Don't autoload executable-find.
12835
12836         * canlock.el: Don't autoload mail-fetch-field.
12837
12838         * dgnushack.el: Autoload c-mode for XEmacs.
12839
12840         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12841
12842         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12843         rmail-dont-reply-to and rmail-output.
12844
12845         * gnus-score.el: Don't autoload ffap-string-at-point.
12846
12847         * gnus-setup.el: Don't autoload sc-cite-original.
12848
12849         * imap.el: Don't autoload base64-decode-string,
12850         base64-encode-string and md5.
12851
12852         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12853         and rmail-msg-restore-non-pruned-header.
12854
12855         * mm-decode.el: Don't autoload executable-find.
12856
12857         * mm-url.el: Don't autoload executable-find.
12858
12859         * mm-view.el: Don't autoload diff-mode.
12860
12861         * nndb.el: Don't autoload news-reply-mode, news-setup,
12862         cancel-timer and telnet.
12863
12864         * password.el: Don't autoload run-at-time for Emacs.
12865
12866         * sha1-el.el: Don't autoload executable-find.
12867
12868         * sieve-mode.el: Don't autoload c-mode.
12869
12870         * uudecode.el: Don't autoload executable-find.
12871
12872 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12873
12874         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12875         (gnus-agent-possibly-alter-active): Avoid null in numeric
12876         comparison.
12877         (gnus-agent-set-local): Refuse to save null in local object table.
12878         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12879         list of articles that will be marked as unread.
12880
12881 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12884
12885 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12886
12887         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12888         language tags.
12889
12890 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12891
12892         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12893         Don't bind "obarray".
12894
12895         * gnus-sum.el (gnus-thread-sort-functions): Added
12896         `gnus-thread-sort-by-most-recent-number' and
12897         `gnus-thread-sort-by-most-recent-date'.
12898         Reported by Kai Grossjohann <kai@emptydomain.de>.
12899
12900 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12903
12904 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12905
12906         * gnus-cus.el (gnus-agent-customize-category): Removed
12907         ignore-errors macro reference that required cl to be loaded at
12908         run-time.
12909
12910         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12911         single-interval range of the form (min . max).  Previously the
12912         range had to look like ((min . max)).  Likewise, return
12913         (min . max) rather than ((min . max)).
12914         (gnus-range-map): Use gnus-range-normalize to accept
12915         single-interval range.
12916
12917         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12918         the cache, but not the agent, now appear with their usual face.
12919
12920         * dgnushack.el (loaddir): New variable that is bound to the
12921         directory containing the dgnushack.el file. Use loaddir, rather
12922         than srcdir, to update load-path. Change lets dgnushack compile
12923         code in directories other than GNUS/lisp.
12924
12925 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * lpath.el: Don't bind w3m-safe-url-regexp.
12928
12929         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12930         w3m-safe-url-regexp variable buffer-local.
12931
12932         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12933
12934 2004-02-27  Simon Josefsson  <jas@extundo.com>
12935
12936         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12937         gnus-group-real-prefix.
12938         (gnus-summary-move-article): Use it, instead of
12939         gnus-group-real-prefix.
12940
12941 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * lpath.el: Bind w3m-safe-url-regexp.
12944
12945         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12946         w3m-safe-url-regexp variable buffer-local and set it as the value
12947         of mm-w3m-safe-url-regexp.
12948
12949         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12950
12951         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12952         parsing gnus-posting-styles when the message is not for replying.
12953
12954         * dgnushack.el: Autoload sgml-mode for XEmacs.
12955
12956         * nnrss.el (nnrss-opml-export): Use
12957         mm-set-buffer-file-coding-system instead of
12958         set-buffer-file-coding-system.
12959
12960 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12961
12962         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12963         of checkdoc.el).
12964         * nnrss.el: do.
12965         * gnus-mlspl.el: do.
12966         * gnus-ml.el: do.
12967         * gnus-srvr.el: do.
12968
12969         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12970
12971 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12972
12973         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12974         Corrections to custom-manual links.
12975
12976         * gnus-art.el (gnus-article): Ditto.
12977
12978         * mm-decode.el (mime-display, mime-security): Ditto.
12979
12980 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12981
12982         * flow-fill.el: Typo.
12983
12984 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12985
12986         * spam-wash.el: New file.
12987
12988 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12989
12990         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12991
12992 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12995         to be run with new-articles as LIST1, not LIST2.
12996         (spam-registration-functions): Add spam-use-ham-copy as a nil
12997         registration backend.
12998
12999 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * spam-stat.el (spam-stat-washing-hook): New option.
13002         (spam-stat-buffer-words): Use it.
13003         (spam-stat-process-directory, spam-stat-test-directory): Use
13004         insert-file-contents-literally.
13005         (spam-stat-coding-system): New variable.
13006         (spam-stat-load, spam-stat-save): Use it.
13007
13008 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * spam-report.el (spam-report-plug-agent): Quote
13011         spam-report-url-to-file and spam-report-url-ping-plain.
13012
13013 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13016         / in mailto URLs.
13017
13018 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * spam-report.el (spam-report-process-queue): Fix interactive use.
13021         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13022         (spam-report-unplug-agent): Doc fixes.
13023         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13024         (spam-report-agentize, spam-report-deagentize): Autoload
13025
13026 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13029
13030         * message.el (message-setup-fill-variables): Add mml tags to
13031         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13032         <ajk@iu.edu>.
13033         (message-mode): Don't modify paragraph-separate there.
13034
13035 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * compface.el (uncompface-use-external): Default to undecided.
13038         (uncompface-use-external-threshold): New variable.
13039         (uncompface-float-time): New macro.
13040         (uncompface): Determine whether to use the external decoder if
13041         uncompface-use-external is undecided.
13042
13043 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13046         after images.
13047
13048         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13049
13050 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13051
13052         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13053
13054         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13055
13056         * gnus-sum.el (gnus-summary-limit-to-age)
13057         (gnus-summary-limit-children): do.
13058
13059         * gnus-int.el (gnus-request-scan): do.
13060
13061         * gnus-group.el (gnus-group-suspend): do.
13062
13063         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13064
13065         * gnus-cite.el (gnus-cite-parse-attributions): do.
13066
13067         * gnus-agent.el (gnus-summary-set-agent-mark)
13068         (gnus-agent-regenerate-group): do.
13069
13070         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13071
13072         * binhex.el (binhex-decode-region-internal): do.
13073
13074 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-fun.el (gnus-face-properties-alist): New user option.
13077         (gnus-display-x-face-in-from): Use it.
13078
13079         * gnus-art.el (article-display-face): Ditto.
13080
13081         * compface.el (uncompface-use-external): Default to nil.
13082
13083 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13084
13085         * nntp.el (nntp-erase-buffer): New function.
13086         (nntp-retrieve-data, nntp-send-command)
13087         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13088         (nntp-possibly-change-group): Use it.
13089
13090         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13091         with-current-buffer.
13092
13093 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13094
13095         * compface.el: Merge the ELisp-based uncompface program.
13096         (compface): New customization group.
13097         (uncompface-use-external): New user option.
13098         (uncompface): Call uncompface-internal if uncompface-use-external
13099         is nil.
13100         (uncompface-internal): New function.  Note that there are also
13101         some other functions and variables added for this function.
13102
13103 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13104
13105         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13106         if necessary.
13107
13108 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13109
13110         * spam-report.el (spam-report-unplug-agent)
13111         (spam-report-plug-agent, spam-report-deagentize)
13112         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13113         Add support for the Agent in spam-report: when unplugged, report to a
13114         file; when plugged, submit all the requests.
13115
13116         * spam.el (spam-register-routine): Fix message about
13117         registration.
13118
13119 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13120
13121         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13122         dependencies.
13123         (rfc2047-encode): Use it.
13124
13125         * gnus-art.el (gnus-button-marker-list): Move before first
13126         reference.
13127
13128         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13129         (imap-parse-body): Fix format string mismatch.
13130
13131         * gnus-score.el (gnus-summary-increase-score): do.
13132
13133         * nnrss.el (nnrss-close): New function.
13134
13135 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13136
13137         * nnrss.el (nnrss-make-filename): New function.
13138         (nnrss-request-delete-group, nnrss-read-server-data)
13139         (nnrss-save-server-data, nnrss-read-group-data)
13140         (nnrss-save-group-data): Use it.
13141         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13142         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13143         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13144
13145 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13146
13147         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13148
13149 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13150
13151         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13152         files.
13153
13154         * message.el (message-generate-headers-first): Don't quote nil
13155         and t in docstrings.
13156
13157         * imap.el (imap-id): do.
13158
13159         * gnus-agent.el (gnus-agent-consider-all-articles)
13160         (gnus-agent-queue-mail): do.
13161
13162 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * spam-report.el (spam-report-process-queue): New function.
13165         Process requests from `spam-report-requests-file'.
13166         (spam-report-process-queue): Doc fix.
13167
13168 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * spam.el (spam-register-routine)
13171         (spam-log-processing-to-registry, spam-log-registered-p)
13172         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13173         Change "check" to "spam-check" for semi-clarity.
13174
13175 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13176
13177         * pop3.el: Require nnheader.
13178
13179         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13180
13181         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13182
13183         * gnus-picon.el: Require cl.
13184
13185         * gnus-fun.el: Require gnus-ems and gnus-util.
13186
13187         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13188
13189         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13190
13191         * gnus-art.el (gnus-article-edit-mode): Define before first
13192         reference.
13193
13194 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13195
13196         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13197         (gnus-uu-post-encoded): Use point-at-bol.
13198
13199         * gnus-topic.el (gnus-group-active-topic-p): do.
13200
13201         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13202
13203         * gnus-group.el (gnus-group-kill-region): do.
13204
13205         * gnus-art.el (article-date-ut): do.
13206
13207         * message.el (message-fetch-field): Remove redundant
13208         case-fold-search binding.
13209         (message-narrow-to-field): Simplify.
13210
13211 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * spam.el (spam-directory): Derive from `gnus-directory'.
13214
13215         * spam-report.el (spam-report-url-to-file)
13216         (spam-report-requests-file): New function and variable for offline
13217         reporting.
13218         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13219         and user defined function.
13220         (spam-report-url-ping-mm-url): Remove doubled slash.
13221
13222 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13225
13226 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13227
13228         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13229         format string mismatch.
13230
13231         * sieve.el (sieve-deactivate-all): do.
13232
13233         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13234
13235         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13236
13237         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13238
13239         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13240
13241 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13242
13243         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13244         the list of checks.
13245
13246 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13247
13248         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13249         padding.
13250
13251 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13252
13253         * mm-view.el (mm-fill-flowed): New variable.
13254         (mm-inline-text): Use it.
13255
13256 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * spam.el (spam-spamassassin-register-ham-routine)
13259         (spam-spamassassin-register-spam-routine): Fix function names.
13260
13261 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus.el (gnus-tmp-grouplens): Remove.
13264         (gnus-summary-line-format): Remove grouplens.
13265
13266         * gnus-group.el (gnus-group-line-format): Ditto.
13267
13268         * gnus-spec.el (gnus-format-specs): Ditto.
13269         (gnus-update-format-specifications): Flush the group format spec
13270         cache if there's the grouplens stuff.
13271         (gnus-parse-simple-format): Replace %l with the empty string.
13272
13273 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13274
13275         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13276         omission.
13277
13278 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13281         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13282
13283 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13284
13285         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13286         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13287         New macros and functions.
13288         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13289         Handle > NLINK_MAX messages.
13290         * nnmaildir.el (nnmaildir-request-set-mark): Use
13291         nnmaildir--emlink-p and nnmaildir--eexist-p.
13292
13293 2004-01-25  Alex Schroeder  <alex@gnu.org>
13294
13295         * spam-stat.el (spam-stat-process-directory-age): New option.
13296         (spam-stat-process-directory): Use it.
13297
13298 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13299
13300         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13301         (spam-stat-save): Accept prefix argument.
13302
13303 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13304
13305         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13306         links" error.
13307
13308 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13311         the rest of the and/or forms.
13312
13313 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13314
13315         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13316         compatibility with old .newsrc.eld files.
13317
13318         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13319
13320         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13321
13322         * gnus-start.el (gnus-1): do.
13323
13324         * gnus-group.el (gnus-group-line-format-alist): do.
13325
13326         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13327
13328         * gnus-gl.el: Remove.
13329
13330 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13331
13332         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13333         marks consisting of a single range {for example, (3 . 5)} rather
13334         than a list of a single range { ((3 . 5)) }.
13335
13336 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13337
13338         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13339         with-current-buffer.
13340         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13341         avoid consing a string.
13342
13343         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13344         Remove obsolete entries for big5 and gb2312.
13345
13346 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13347
13348         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13349         uncompressed list.
13350
13351 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13352
13353         * spam-stat.el (spam-stat-strip-xref): New function.
13354         (spam-stat-process-directory): Use it.
13355
13356         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13357         here -- it's done in message-fetch-field.
13358
13359 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13360
13361         * gnus-agent.el (gnus-agent-queue-mail)
13362         (gnus-agent-prompt-send-queue): New variables.
13363         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13364         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13365         "nndraft:queue" along to gnus-draft-send.  Use
13366         gnus-agent-prompt-send-queue.
13367         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13368         is "nndraft:queue".  Suggested by Gaute Strokkenes
13369         <gs234@srcf.ucam.org>
13370
13371         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13372         (agent-enable-undownloaded-faces): Added
13373         (gnus-agent-cat-groups): Use eval-and-compile, not
13374         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13375         method of gnus-agent-cat-groups even when the buffer has been
13376         evaled.
13377         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13378         delete gnus-agent-save-active-1.
13379         (gnus-agent-save-groups): Deleted.  Identical to
13380         gnus-agent-save-active.
13381         (gnus-agent-write-active): No longer adjust agent's copy of active
13382         file as agent's adjustments are now stored in their own
13383         file.  Removed optional parameter.
13384         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13385         servers.  Add use of min/max range limits from server's local
13386         file.
13387         (gnus-agent-save-alist): Removed unused optional argument.
13388         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13389         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13390         (gnus-agent-set-local): A per-server file that keeps min/max range
13391         limits for articles known to the agent.  Provides a fast mechanism
13392         for altering many active ranges.
13393         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13394         active file (local makes it unnecessary).
13395         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13396
13397         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13398         (agent-enable-undownloaded-faces): Added
13399
13400         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13401         disable it when sending to "nndraft:queue".
13402         (gnus-group-send-queue): Add safety check to avoid sending queue
13403         when unplugged.
13404
13405         * gnus-group.el (gnus-group-catchup): Use new
13406         gnus-sequence-of-unread-articles, not
13407         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13408         numbers of articles.  Use gnus-range-map to avoid having to
13409         uncompress the unread list.
13410         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13411         Fixed invalid ange-ftp reference.
13412
13413         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13414         (gnus-sorted-range-intersection): Intersection of two ranges
13415         without requiring that they first be uncompressed.
13416
13417         * gnus-start.el (gnus-activate-group): Unless blocked by the
13418         caller, possibly expand the active range to include both cached
13419         and agentized articles.
13420         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13421         multiple version-dependent converters.
13422         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13423         gnus-agent-save-active.
13424         (gnus-save-newsrc-file): Save dirty agent range limits.
13425
13426         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13427         gnus-agent-possibly-alter-active.
13428         (gnus-adjust-marked-articles): Faster handling of simple lists
13429
13430 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13431
13432         * spam-stat.el (spam-stat-test-directory): New optional argument
13433         displays a list of files detected.  Suggested by Andrew Cohen
13434         <cohen@andy.bu.edu>.
13435         (spam-stat-buffer-words-with-scores): Don't narrow and change
13436         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13437
13438 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13439
13440         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13441         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13442         (spam-spamassassin-arguments)
13443         (spam-spamassassin-spam-flag-header)
13444         (spam-spamassassin-positive-spam-flag-header)
13445         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13446         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13447         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13448         (spam-list-of-processors, spam-list-of-checks)
13449         (spam-list-of-statistical-checks, spam-registration-functions)
13450         (spam-check-spamassassin-headers, spam-check-spamassassin)
13451         (spam-spamassassin-score)
13452         (spam-spamassassin-register-with-sa-learn)
13453         (spam-spamassassin-register-spam-routine)
13454         (spam-spamassassin-register-ham-routine)
13455         (spam-assassin-register-spam-routine)
13456         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13457         (spam-bogofilter-score): Fix to show article before scoring.
13458
13459 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13462         default scoring function.
13463         (spam-generic-score): Call spam-spamassassin-score if
13464         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13465         spam-bogofilter-score otherwise.
13466
13467         * gnus.el (spam-process, spam-autodetect-methods): Add
13468         spamassassin and spamassassin-headers.
13469
13470 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13471
13472         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13473         Suppress unnecessary messages.
13474
13475 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13476
13477         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13478         make-hash-table.
13479
13480 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * canlock.el (base64-encode-string): Don't autoload it.
13483
13484 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * run-at-time.el: Remove useless (require 'itimer),
13487         eval-and-compile and (featurep 'xemacs).
13488
13489 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13490
13491         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13492         GROUP is a virtual group.
13493
13494 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13495
13496         * gnus.el: Autoload `message-y-or-n-p'.
13497
13498 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13499
13500         * pgg-parse.el: Remove unnecessary (require 'custom).
13501
13502         * pgg-def.el: do.
13503
13504         * nnmail.el: do.
13505
13506         * gnus-undo.el: do.
13507
13508         * gnus-picon.el: do.
13509
13510         * gnus-util.el: do.
13511
13512 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13515
13516 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13519         handle, as well as a list.
13520
13521         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13522         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13523         (mm-w3m-cid-retrieve): Simplify.
13524
13525 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13526
13527         * message.el (message-kill-to-signature): Allow prefix arg to
13528         specify number of lines to keep before signature.
13529
13530 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13531
13532         (message-kill-to-signature): Change docstring.
13533
13534 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * canlock.el: Always require sha1-el.
13537         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13538
13539         * message.el: Autoload sha1 only when compiling.
13540
13541         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13542         eudc-expand-inline for XEmacs.
13543
13544 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * message.el (message-canlock-generate): Require sha1-el.
13547
13548 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13549
13550         * message.el (message-expand-name): Silence the byte compiler.
13551
13552         * lpath.el: Add detect-coding-system.
13553
13554         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13555         cus-edit.
13556
13557 2004-01-13  Simon Josefsson  <jas@extundo.com>
13558
13559         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13560         Invoke gnus-score-mode.  Reported by
13561         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13562
13563         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13564         Jim Blandy <jimb@redhat.com> (tiny change).
13565
13566 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13567
13568         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13569
13570 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * spam.el (spam-get-article-as-string): Update to use
13573         gnus-request-article-this-buffer, much simpler.
13574         (spam-get-article-as-buffer): Remove.
13575
13576 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13577
13578         * message.el (message-expand-name): Use EUDC if the user uses that.
13579
13580 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13581
13582         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13583         character for the encoding to avoid consing a string.
13584
13585         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13586         unnecessarily.
13587
13588         * mm-util.el (mm-replace-chars-in-string): Remove.
13589
13590         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13591         of mm-replace-chars-in-string.
13592
13593 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13594
13595         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13596
13597         * mm-util.el (mm-subst-char-in-string): Support inplace.
13598
13599         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13600         a new string in every iteration.  Use shy groups.
13601
13602 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13603
13604         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13605         * gnus-soup.el (gnus-soup-group-brew):
13606         * gnus-msg.el (gnus-put-message):
13607         * gnus-move.el (gnus-group-move-group-to-server):
13608         * gnus-kill.el (gnus-batch-score):
13609         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13610         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13611         (gnus-group-update-group, gnus-group-read-group)
13612         (gnus-group-make-group, gnus-group-make-help-group)
13613         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13614         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13615         (gnus-group-sort-by-unread, gnus-group-catchup)
13616         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13617         (gnus-group-yank-group, gnus-group-set-info)
13618         (gnus-group-list-groups):
13619         * gnus.el (gnus-generate-new-group-name):
13620         * gnus-delay.el (gnus-delay-send-queue):
13621         * nnvirtual.el (nnvirtual-catchup-group):
13622         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13623         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13624         (gnus-group-prepare-topics, gnus-topic-check-topology):
13625         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13626         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13627         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13628         (gnus-group-make-articles-read):
13629         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13630         (gnus-group-change-level, gnus-kill-newsgroup)
13631         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13632         (gnus-get-unread-articles, gnus-make-articles-unread)
13633         (gnus-make-ascending-articles-unread): Use accessor
13634         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13635         to get group information for improved readability.
13636
13637
13638 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13639
13640         * gnus-art.el (article-decode-mime-words, article-babel)
13641         (gnus-article-highlight-signature, gnus-article-add-buttons)
13642         (gnus-signature-toggle): Use gnus-with-article-buffer.
13643
13644         * gnus-art.el (gnus-article-highlight-headers)
13645         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13646
13647         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13648         (gnus-article-set-globals, gnus-request-article-this-buffer)
13649         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13650         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13651         (gnus-mime-display-alternative): Use with-current-buffer.
13652
13653 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13654
13655         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13656         also under 80 char limit, and call gnus-error if needed.
13657         (spam-fetch-article-header): Fix - it was a
13658         buffer-local variable (gnus-newsgroup-data).
13659         (spam-find-spam): Use spam-generate-fake-headers, forget about
13660         spam-insert-fake-headers.
13661         (spam-insert-fake-headers): Remove.
13662
13663 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13664
13665         * deuglify.el (gnus-article-outlook-unwrap-lines)
13666         (gnus-outlook-rearrange-article)
13667         (gnus-outlook-repair-attribution-outlook)
13668         (gnus-outlook-repair-attribution-block)
13669         (gnus-outlook-repair-attribution-other): Remove redundant
13670         save-excursion.
13671
13672 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13673
13674         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13675         (spam-fetch-field-subject-fast)
13676         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13677         (spam-fetch-article-header): Add functions to deal with Gnus
13678         internals for fast retrieval of article header data.
13679         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13680
13681 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13682
13683         * pop3.el (pop3-md5): Remove.
13684         (pop3-apop): Replace pop3-md5 with md5.
13685
13686         * mm-bodies.el: base64 is always built-in.
13687
13688         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13689         with-current-buffer.
13690
13691 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * canlock.el (canlock-insert-header): Remove excessive grouping in
13694         regexp.
13695
13696         * gnus-sum.el (gnus-summary-read-document): Ditto.
13697
13698         * gnus-uu.el (gnus-uu-part-number): Ditto.
13699
13700         * html2text.el (html2text-remove-tags): Ditto.
13701         (html2text-format-tags): Ditto.
13702         (html2text-format-single-elements): Ditto.
13703
13704         * mml.el (mml-parse-1): Ditto.
13705
13706 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13707
13708         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13709
13710         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13711
13712         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13713
13714         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13715
13716 2003-11-15  Simon Josefsson  <jas@extundo.com>
13717
13718         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13719         (pgg-gpg-lookup-key): Use regexp match instead of
13720         split-string (split-string is different between emacs 21.2 and
13721         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13722
13723 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13724
13725         * gnus-art.el (gnus-mime-view-all-parts)
13726         (gnus-article-part-wrapper, gnus-article-view-part): Use
13727         with-current-buffer.
13728
13729 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13730
13731         * spam.el (spam-disable-spam-split-during-ham-respool)
13732         (spam-spamoracle-database, spam-cache-lookups)
13733         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13734         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13735         (spam-group-ham-marks, spam-group-spam-marks)
13736         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13737         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13738         also add spam-use-blackholes to the statistical checks.
13739         (spam-fetch-field-fast): Add interface to fetching fields, may
13740         become a macro.
13741         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13742         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13743         (spam-insert-fake-headers): Fake an article when needed.
13744         (spam-find-spam): Fake article when possible.
13745         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13746         (spam-check-bogofilter-headers): Use message-fetch-field instead
13747         of nnmail-fetch-field.
13748
13749 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13752
13753 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13754
13755         * spam.el (spam-split): Do not require spam-use-CHECK to be
13756         enabled if that check is passed to spam-split explicitly; also
13757         fix so 'spam doesn't get converted to spam-split-group when
13758         spam-split-symbolic-return is t.
13759         (spam-find-spam): Find registrations of the article and use those
13760         instead of re-running spam-split to find the spam/ham
13761         classification of the article.
13762         (spam-log-processing-to-registry, spam-log-registered-p)
13763         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13764         Use gnus-error instead of gnus-message.
13765         (spam-log-registration-type): Add function to determine the
13766         classification of a message based on registry entries; will
13767         return nil if both 'spam and 'ham are found.
13768         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13769         a reasonably fast local cache without the loading errors.
13770         (spam-cache-lookups): Set to t by default.
13771         (spam-find-spam): Don't try to guess spam-cache-lookups.
13772         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13773         spam-caches entry.
13774         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13775         caching of whitelist/blacklist entries.
13776         (spam-check-whitelist, spam-check-blacklist): Invoke
13777         spam-from-listed-p with a type, not a cache variable.
13778         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13779
13780 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13781
13782         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13783
13784         * nnmail.el (nnmail-split-fancy): do.
13785
13786         * mml.el (mml-parse): do.
13787
13788         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13789         (gnus-score-adaptive): do.
13790
13791 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13794         (gnus-mime-button-map): Don't set keymap parent.
13795         (gnus-button-ctan-directory-regexp): Use shy grouping.
13796         (gnus-prev-page-map): Don't set keymap parent.
13797         (gnus-prev-page-map): Remove duplicated one.
13798         (gnus-next-page-map): Don't set keymap parent.
13799         (gnus-mime-security-button-map): Ditto.
13800
13801         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13802         version number.
13803
13804         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13805
13806 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * canlock.el (canlock-sha1-function): Remove.
13809         (canlock-sha1-function-for-verify): Remove.
13810         (canlock-openssl-program): Remove.
13811         (canlock-openssl-args): Remove.
13812         (canlock-ignore-errors): Remove.
13813         (canlock-sha1-with-openssl): Remove.
13814         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13815         (canlock-verify): Don't use canlock-ignore-errors.
13816
13817         * sha1-el.el (sha1-string-external): Make it can return a string
13818         in binary form.
13819         (sha1-region-external): Ditto.
13820         (sha1-string-internal): Ditto.
13821         (sha1-region-internal): Ditto.
13822         (sha1-region): Ditto.
13823         (sha1-string): Ditto.
13824         (sha1): Ditto.
13825
13826 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * spam.el (spam-report-articles-gmane): New command.
13829
13830 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13833
13834         * run-at-time.el (run-at-time-saved): Remove.
13835         (run-at-time): Doc fix.
13836
13837 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13838
13839         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13840         (gnus-summary-limit-map): Add it.
13841         (gnus-summary-make-menu-bar): do.
13842
13843 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13846         Make attempt at some caching support (done for BBDB only now).
13847         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13848         addresses to be checked.
13849         (spam-clear-cache-BBDB): Add function, to be invoked by
13850         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13851         (spam-check-BBDB): Check and use the caches, if
13852         spam-cache-lookups is on, remove superfluous (provide).
13853
13854 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13857
13858 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13859
13860         * run-at-time.el (run-at-time-saved): Move to after the definition
13861         of `run-at-time'.
13862
13863         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13864
13865 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13868         mm-w3m-local-map-property.
13869
13870         * mm-view.el (mm-w3m-mode-map): Remove.
13871         (mm-w3m-local-map-property): Remove.
13872         (mm-inline-text-html-render-with-w3m): Don't use
13873         mm-w3m-local-map-property.
13874
13875 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13876
13877         * run-at-time.el: New file.
13878
13879         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13880         under Emacs.
13881
13882         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13883         of gnus-set-text-properties.
13884
13885         * gnus-uu.el (gnus-uu-save-article): Ditto.
13886
13887         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13888
13889         * gnus-cite.el (gnus-cite-parse): Ditto.
13890
13891         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13892         of gnus-.
13893
13894         * gnus-xmas.el (run-at-time): Require run-at-time.
13895
13896         * gnus.el: Changed calls to nnheader-run-at-time and
13897         password-run-at-time throughout to use run-at-time directly.
13898
13899         * password.el: Removed definition of run-at-time.
13900
13901         * nnheaderxm.el: Remove definition of run-at-time.
13902
13903 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13904
13905         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13906         in prompt.
13907
13908 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13909
13910         * messagexmas.el (message-xmas-redefine): Alias
13911         `message-make-caesar-translation-table' to
13912         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13913         version.
13914
13915         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13916         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13917         `gnus-xmas-set-text-properties'.
13918         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13919         `gnus-xmas-completing-read'.
13920         (gnus-xmas-completing-read): Removed.
13921         (gnus-xmas-open-network-stream): Removed.
13922
13923         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13924         XEmacs version.
13925
13926         * dns.el (dns-make-network-process): Use `open-network-stream'
13927         instead of `gnus-xmas-open-network-stream'.
13928
13929         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13930
13931         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13932
13933 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13934
13935         * gnus-art.el (gnus-mime-display-alternative)
13936         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13937         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13938         Don't use gnus-local-map-property.
13939
13940         * gnus-util.el (gnus-local-map-property): Remove.
13941
13942         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13943         gnus-completing-read-maybe-default with completing-read.
13944
13945         * gnus-util.el (gnus-completing-read): do.
13946         (gnus-completing-read-maybe-default): Remove.
13947
13948 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13949
13950         * password.el: Only autoload `run-at-time' if not XEmacs.
13951         Only autoload the itimer functions if XEmacs.
13952
13953 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13956         XEmacsen.
13957
13958         * dgnushack.el: Autoload executable-find for XEmacs.
13959
13960 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13961
13962         * gnus-art.el (gnus-read-string): Remove.
13963         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13964         read-string.
13965
13966 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * netrc.el: Autoload password-read.
13969         (netrc): Add configuration group.
13970         (netrc-encoding-method, netrc-openssl-path): Add
13971         variables for encoding and decoding of files with symmetric
13972         ciphers.
13973         (netrc-encode): Add assistant function to encode a file with
13974         netrc-encoding-method.
13975         (netrc-parse): Add interactive parameter, added optional
13976         decoding if netrc-encoding-method is non-nil but otherwise
13977         behavior is standard.
13978         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13979         Do s/encode/encrypt/ everywhere.
13980
13981         * spam.el: Remove executable-find autoload.
13982
13983 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13984
13985         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13986
13987         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13988
13989 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * gnus-art.el (gnus-treat-ansi-sequences,
13992         (article-treat-ansi-sequences): New variable and function.
13993         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13994
13995         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13996         Use it.
13997
13998 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13999
14000         * mm-util.el (mm-quote-arg): Remove.
14001
14002         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14003         shell-quote-argument.
14004
14005         * gnus-uu.el (gnus-uu-command): do.
14006
14007         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14008
14009         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14010         with make-char.
14011
14012         * mm-util.el (mm-make-char): Remove.
14013
14014         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14015         add-minor-mode.
14016
14017         * gnus-undo.el (gnus-undo-mode): do.
14018
14019         * gnus-topic.el (gnus-topic-mode): do.
14020
14021         * gnus-sum.el (gnus-dead-summary-mode): do.
14022
14023         * gnus-start.el (gnus-slave-mode): do.
14024
14025         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14026
14027         * gnus-ml.el (gnus-mailing-list-mode): do.
14028
14029         * gnus-gl.el (gnus-grouplens-mode): do.
14030
14031         * gnus-draft.el (gnus-draft-mode): do.
14032
14033         * gnus-dired.el (gnus-dired-mode): do.
14034
14035         * gnus-ems.el (gnus-add-minor-mode): Remove.
14036
14037         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14038         Replace gnus-char-width with char-width.
14039
14040         * gnus-ems.el (gnus-char-width): Remove.
14041
14042         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14043         Replace gnus-char-width with char-width.
14044
14045         * gnus-ems.el (gnus-char-width): Remove.
14046
14047         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14048         definition.
14049         Remove Emacs 20 hash table compatibility code.
14050
14051         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14052         20 compatibility code.
14053
14054         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14055
14056         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14057
14058         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14059         with point-at-{eol,bol}.
14060
14061         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14062
14063         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14064
14065         * flow-fill.el (fill-flowed-point-at-bol)
14066         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14067
14068         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14069         Replace with point-at-{eol,bol} throughout all files.
14070
14071 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * ntlm.el (ntlm-string-as-unibyte): New macro.
14074         (ntlm-build-auth-response): Use it.
14075
14076         Remove Emacs 20 stuff:
14077         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14078         (butlast, mapc, remove): Remove the compiler macros.
14079         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14080         of delq and copy-sequence.
14081         * gnus-art.el (popup-menu): Remove the compiler macro.
14082         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14083         Emacs 20.
14084
14085 2004-01-05  Simon Josefsson  <jas@extundo.com>
14086
14087         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14088         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14089         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14090         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14091         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14092         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14093         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14094         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14095         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14096         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14097         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14098         string-xor into ntlm-string-xor.  Suggested by
14099         Jesper Harder <harder@myrealbox.com>.
14100
14101         * ntlm.el: Don't include poem.
14102
14103         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14104         Jesper Harder <harder@myrealbox.com>.
14105
14106         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14107
14108         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14109         probably breaks emacs with DL patch, but do we care? Is anyone
14110         still using the DL stuff?)
14111
14112         * sieve-manage.el: Use the password package.
14113         (sieve-manage-read-passwd): Remove.
14114         (sieve-manage-interactive-login): Use password.  Re-add
14115         condition-case around loop.
14116
14117         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14118         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14119         the password package.
14120
14121 2003-02-19  Simon Josefsson  <jas@extundo.com>
14122
14123         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14124         token.
14125
14126 2002-08-07  Simon Josefsson  <jas@extundo.com>
14127
14128         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14129         (sieve-manage-authenticators):
14130         (sieve-manage-authenticator-alist): Add some SASL mechs.
14131         (sieve-sasl-auth): New function.
14132         (sieve-manage-cram-md5-auth):
14133         (sieve-manage-plain-auth): Rewrite using SASL library.
14134         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14135         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14136         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14137         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14138
14139 2004-01-05  Simon Josefsson  <jas@extundo.com>
14140
14141         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14142         New files.
14143
14144 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14145
14146         * gnus-group.el (gnus-no-groups-message): Update.
14147
14148         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14149
14150 2003-11-09  Simon Josefsson  <jas@extundo.com>
14151
14152         * imap.el: Support for ID IMAP extension (RFC 2971).
14153         (imap-local-variables): Add imap-id.
14154         (imap-id): New variable.
14155         (imap-id): New function.
14156         (imap-parse-response): Parse untagged ID response.
14157         * nnimap.el (nnimap-id): New variable.
14158         (nnimap-open-connection): Use it.
14159
14160 2003-12-28  Simon Josefsson  <jas@extundo.com>
14161
14162         * gnus-score.el (gnus-score-edit-all-score): New.
14163         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14164
14165 2004-01-04  Simon Josefsson  <jas@extundo.com>
14166
14167         * password.el: Add.
14168
14169 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14170
14171         * dns.el (dns-query-types): Fix typo.
14172         (dns-query-types): New function
14173         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14174         PTR and SOA replies, see RFC 1035.
14175
14176 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14179
14180         * Moved to Changelog.2.
14181
14182 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14183
14184         * gnus.el (gnus-version-number): Bump version.
14185
14186 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14187
14188         * gnus.el: No Gnus v0.1 is released.
14189
14190 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14191
14192         * gnus.el: No Gnus v0.0 is released.
14193
14194 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14195
14196         * gnus.el (gnus-version-number): Bump.
14197         (gnus-version): No.
14198
14199 See ChangeLog.2 for earlier changes.
14200
14201     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14202
14203   This file is part of GNU Emacs.
14204
14205   GNU Emacs is free software: you can redistribute it and/or modify
14206   it under the terms of the GNU General Public License as published by
14207   the Free Software Foundation, either version 3 of the License, or
14208   (at your option) any later version.
14209
14210   GNU Emacs is distributed in the hope that it will be useful,
14211   but WITHOUT ANY WARRANTY; without even the implied warranty of
14212   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14213   GNU General Public License for more details.
14214
14215   You should have received a copy of the GNU General Public License
14216   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14217
14218 ;; Local Variables:
14219 ;; coding: utf-8
14220 ;; fill-column: 79
14221 ;; add-log-time-zone-rule: t
14222 ;; End:
14223
14224 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4