* mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
[gnus] / lisp / ChangeLog
1 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5         Add the optional argument `encoding' that overrides the default.
6
7         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8         mm-encode-buffer.
9
10 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11
12         * gnus-art.el (gnus-article-read-summary-keys):
13         Fix gnus-buffer-configuration's value temporarily used.
14
15 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
18         Don't move point if the command is invoked inside the message header.
19
20 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
23         Don't save excursion.
24
25 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
28
29         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
30         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
31         (gnus-mm-display-part, gnus-mime-display-single)
32         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
33         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
34
35         * gnus-sum.el
36         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
37         (gnus-summary-move-article): Add expirable mark to articles copied or
38         moved to group that has auto-expire turned on if the option is non-nil.
39
40 2009-07-24  Glenn Morris  <rgm@gnu.org>
41
42         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
43         Fix typo.  (Bug#3903)
44
45 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
48         gnus-article-read-summary-keys rather than gnus-summary-edit-article
49         that should not be used for draft articles.
50         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
51         that has no concern in minor mode keys.
52         (gnus-article-summary-command, gnus-article-summary-command-nosave):
53         Abolish.
54
55 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
58         article without making inquiry to a user for unknown encoding.
59
60         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
61         (nnmaildir--scan): Assume i-node and device number that file-attributes
62         returns might be cons-cell.
63
64         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
65
66         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
67
68 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * auth-source.el: Remove docs now in auth.texi.  Don't use
71         `gnus-message' for logging.  Add new variables `auth-source-debug' and
72         `auth-source-hide-passwords' and use them.
73
74 2009-07-15  Glenn Morris  <rgm@gnu.org>
75
76         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
77
78 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
81         excessive whitespace from the default values of title and description.
82
83 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
86         mail-fetch-field to fetch Content-Description header in order to
87         exclude newlines.
88
89 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
90
91         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
92         format used by GnuPG 2.0.11.
93
94 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
97         to deleted part.
98
99 2009-05-30  David Engster  <dengste@eml.cc>
100
101         * nnmairix.el: Remove old documentation in the commentary block.
102         (nnmairix-request-group): Do not update active file for nnml back ends.
103         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
104         end so that overview files are ignored.
105         (nnmairix-update-groups): Make updating the groups more robust by using
106         marks.
107         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
108         with dollar characters in message-id.
109
110 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
111
112         * spam.el: Use dns-query instead of query-dns.  Was renamed on
113         2008-12-25 in dns.el.
114
115 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
116
117         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
118         could happen if the text is only composed of spaces and/or tabs.
119
120 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
121
122         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
123         when sending a queued message to avoid extra mml tags.
124
125 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
128
129 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
132         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
133         rmail-toggle-header for XEmacs;
134         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
135
136 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-dired.el: Remove autoload for gnus-setup-message.
139         (gnus-dired-attach): Fake this-command value to prevent Gnus from
140         displaying Gnus logo; always use compose-mail.
141
142 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
145
146 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
149         (gnus-nocem-issuers): List currently active issuers; fix custom type.
150         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
151         available.
152         (gnus-nocem-epg-verify): New function.
153
154 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
157
158 2009-02-15  Glenn Morris  <rgm@gnu.org>
159
160         * gnus-util.el (rmail-insert-rmail-file-header)
161         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
162         autoloads.
163         (rmail-default-rmail-file): Remove unnecessary declaration.
164         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
165
166 2009-02-14  Glenn Morris  <rgm@gnu.org>
167
168         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
169         variable (only used in gnus-util, which declares it anyway).
170         (rmail-output-to-rmail-file): Remove autoload of deleted function,
171         which was only needed by gnus-art (changed to not use it any more).
172         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
173         only used in gnus-util, which autoloads it itself.
174         (rmail-update-summary): Fix autoload.
175
176         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
177         rather than rmail-output-to-rmail-file.
178
179 2009-02-07  Glenn Morris  <rgm@gnu.org>
180
181         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
182         autoload of function that no longer exists.
183         (rmail-toggle-header): Declare.
184         (message-forward-rmail-make-body): Handle mbox Rmail.
185
186 2009-01-31  Glenn Morris  <rgm@gnu.org>
187
188         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
189         2009-01-09 change.
190
191 2009-01-31  Dave Love  <fx@gnu.org>
192
193         * imap.el (imap-fetch-safe): Bind debug-on-error.
194         (imap-debug): Add imap-fetch-safe.
195
196 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
197
198         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
199         (auth-source-forget-all-cached): New convenience function.
200         (auth-source-user-or-password): Accept list of modes or a single mode.
201
202         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
203         auth-source modes.
204
205         * netrc.el (netrc-machine-user-or-password): Use list of
206         auth-source modes.
207
208         * nnimap.el (nnimap-open-connection): Use list of
209         auth-source modes.
210
211         * nntp.el (nntp-send-authinfo): Use list of
212         auth-source modes.
213
214 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * auth-source.el: Update docs to reflect epa-file-enable is to be used
217         now.
218
219 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
222         coding system in XEmacs; add a workaround for XEmacs.
223
224         * lpath.el: Fbind coding-system-aliasee.
225
226 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * mm-util.el (mm-coding-system-priorities): Protect against nil value
229         of current-language-environment.
230
231 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
234         available at runtime.
235
236 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (article-date-ut): Fix end point of narrowing.
239
240 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
241
242         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
243         the greatest positive fixnum value doesn't work under an XEmacs with
244         bignum support; use the most-positive-fixnum constant instead,
245         available since Emacs 21.1 with cl and XEmacs 21.1.
246
247 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
250         XEmacs gets not to work.
251
252 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * mm-util.el (mm-coding-system-priorities): Allow the value like
255         "Japanese (UTF-8)" of current-language-environment.
256
257 2009-01-09  Glenn Morris  <rgm@gnu.org>
258
259         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
260         with last-command-event.
261
262 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
263
264         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
265         in the doc string.
266
267         * message.el (message-fix-before-sending): Amend comment.
268
269 2009-01-08  Dave Love  <fx@gnu.org>
270
271         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
272
273 2009-01-07  David Engster  <dengste@eml.cc>
274
275         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
276         simplified server definitions by converting it via
277         gnus-server-to-method.
278
279 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
282         parameter's operands.
283
284 2009-01-06  David Engster  <dengste@eml.cc>
285
286         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
287         primary select method (for gnus-group-mark-article-as-read).
288
289 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
290
291         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
292         `(gnus)Face', not `(gnus)X-Face'.
293
294 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * mm-util.el (mm-ucs-to-char): New function.
297
298         * mm-url.el (mm-url-decode-entities): Use it.
299
300         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
301         unicode-to-char.
302
303 2009-01-05  Dave Love  <fx@gnu.org>
304
305         * time-date.el: Require cl for `declare'.
306
307 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
310         Dave Love.
311
312 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
313
314         * message.el (message-fix-before-sending): Add `eight-bit' to
315         illegible-text check.
316
317 2009-01-03  Michael Olson  <mwolson@gnu.org>
318
319         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
320         `headers' is nil.  This can occur if the IMAP server does not have
321         permissions to read messages from a folder, but can write new messages
322         to the folder.
323         (nnimap-request-article-part): Do not insert `data' if it is nil.
324
325         * imap.el (imap-parse-fetch): Courier can insert spurious blank
326         characters which will confuse `read', so skip past them.
327
328 2009-01-01  Dave Love  <fx@gnu.org>
329
330         * imap.el (imap-string-to-integer): Fix typo.
331         (imap-fetch-safe): New function.
332         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
333
334         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
335
336         * imap.el (imap-process-connection-type, imap-debug, imap-open):
337         (imap-parse-greeting): Fix doc strings.
338         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
339         (imap-parse-flag-list): Make messages unique.
340         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
341
342         * nnimap.el: Fix author email.
343         (nnimap-split-rule): Add FIXME comment.
344         (nnimap-debug): Fix doc string.
345
346 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
347
348         * dns.el (dns-set-servers): Check "Address".  Fix typo.
349
350 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
353         nslookup if resolv.conf isn't available.
354         (dns-query): Rename from query-dns.
355         (dns-query-cached): Rename from query-dns-cached.
356
357 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
360         overlay-arrow-position and overlay-arrow-string buffer-local; no need
361         to check if those variables exist (first appeared in Emacs 18.50).
362
363 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * mm-util.el (mm-line-number-at-pos): New function.
366
367         * spam-report.el (spam-report-process-queue): Use it.
368
369 2008-12-24  David Engster  <dengste@eml.cc>
370
371         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
372         parameters that haven't existed as variables as buffer-local variables.
373
374 2008-12-23  Dave Love  <fx@gnu.org>
375
376         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
377         cadar.
378
379         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
380         imap-starttls-p.
381         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
382
383 2008-12-22  Dave Love  <fx@gnu.org>
384
385         * imap.el: Fix author email.  Doc fixes.
386         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
387         reply.
388
389 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
390
391         * spam-report.el (spam-report-gmane-max-requests): New constant.
392         (spam-report-gmane-wait): New variable.
393         (spam-report-gmane-ham, spam-report-gmane-spam)
394         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
395         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
396         the server.
397
398         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
399         Add explanations.
400
401         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
402         nnheader-accept-process-output and nnheader-read-timeout if available.
403         (pop3-movemail): Use it.
404
405         * message.el (message-check-news-body-syntax): Fix signature check if
406         there's an attachment.
407
408 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * mm-util.el: Add comments to the mm- emulating functions.
411
412 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
413
414         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
415         by Stephen Berman <stephen.berman@gmx.net>.
416
417 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * mm-util.el (mm-substring-no-properties): New function.
420         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
421         (mm-special-display-p): Enable those lambda forms to be byte compiled.
422         (mm-string-to-multibyte): Doc fix.
423
424         * mml.el (mml-attach-file): Use mm-substring-no-properties.
425
426 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
427
428         * mml.el (mml-attach-file): Strip text properties from file name.
429         (Bug#1574)
430
431 2008-12-16  Glenn Morris  <rgm@gnu.org>
432
433         * mm-util.el (mm-charset-override-alist): Declare for compiler.
434
435 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
438         knows since the charset specified might be a bogus alias that
439         mm-charset-synonym-alist provides.
440
441 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
442
443         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
444         "ISO_8859-1".
445
446         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
447
448 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * mm-util.el (mm-charset-eval-alist):
451         Define it before mm-charset-to-coding-system.
452         (mm-charset-to-coding-system): Add optional argument `silent';
453         define it before mm-charset-override-alist.
454         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
455         default value if it can be used in Emacs currently running;
456         silence mm-charset-to-coding-system.
457
458 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
461         `allow-override' which says whether to use `mm-charset-override-alist'.
462         (rfc2047-decode-encoded-words): Use it.
463
464         * mm-util.el (mm-charset-override-alist): Fix custom type;
465         add `(gb2312 . gbk)' to choices.
466
467 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
470         fast.
471
472         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
473
474         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
475
476 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
477
478         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
479         on links.
480
481         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
482
483 2008-12-03  Lute Kamstra  <lute@gnu.org>
484
485         * sha1.el: Remove leading * from docstrings of defcustoms,
486         deffaces, defconsts and defuns.
487
488 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * message.el (message-idna-to-ascii-rhs-1): Protect against local
491         users' addresses that don't have domain parts.
492         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
493         rather than message-narrow-to-head since there will be the message
494         header separator.
495
496 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
497
498         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
499         since the result is inserted in a unibyte buffer anyway.
500         (nnimap-demule-use-string-to-multibyte): Remove.
501         (nnimap-demule): Alias it to mm-string-to-multibyte.
502
503 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
504
505         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
506         variable for debugging bug#464 and bug#1174.
507         (nnimap-demule): Use it.
508
509 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
510
511         * gnus-score.el (gnus-score-find-trace): Handle default score in total
512         score calculation correctly.
513
514 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * message.el (message-send-mail): Just set the buffer to unibyte
517         rather than use mm-with-unibyte-current-buffer which does a lot more.
518         (message-send-mail-partially): Don't bother with
519         mm-with-unibyte-current-buffer since it's already been made unibyte by
520         message-send-mail.
521
522 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
525
526 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
529
530 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
533         require itself and to remove `with-no-warnings'.
534
535 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
536
537         * starttls.el (starttls-any-program-available): Get the name of the
538         available TLS layer program.
539         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
540         well as the host name in the "opening" message.
541
542         * auth-source.el (auth-source-cache, auth-source-do-cache)
543         (auth-source-user-or-password): Cache passwords and logins by default,
544         allow override with `auth-source-do-cache'.
545         (auth-source-forget-user-or-password): Allow users to remove cache
546         entries if needed.
547
548 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
549
550         * md4.el (md4-buffer): Fix typo in docstring.
551         (md4, md4-64): Doc fixes.
552         (md4-pack-int32): Reflow docstring.
553
554 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * ietf-drums.el (ietf-drums-remove-comments): Localize second
557         condition-case to only the forward-sexp call.
558
559 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
560
561         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
562         quotes contained.  Make it more robust regardless by an extra
563         condition-case wrapper.
564
565 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * lpath.el: No need to fbind codepage-setup for Emacs 23.
568
569 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * nnml.el (nnml-request-expire-articles): Check if the function set to
572         `nnmail-expiry-target' returns the symbol `delete'.
573
574         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
575
576         * nnmail.el (nnmail-expiry-target): Fix custom type.
577
578 2008-10-02  Glenn Morris  <rgm@gnu.org>
579
580         * mm-util.el (mm-codepage-setup): Tweak codepage error.
581         Silence compiler warning.
582
583 2008-10-01  Magnus Henoch  <mange@freemail.hu>
584
585         * tls.el (open-tls-stream): Show the actual command being
586         executed, instead of the format string.
587
588 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * lpath.el: Fbind codepage-setup for Emacs 23.
591
592 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
593
594         * mml.el (mml-menu): Don't assume mml2015 is bound.
595
596 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
599         exists.
600
601 2008-09-27  Glenn Morris  <rgm@gnu.org>
602
603         * gnus-util.el (mail-header-remove-comments): Autoload it.
604
605 2008-09-27  Andreas Schwab  <schwab@suse.de>
606
607         * gnus-util.el (gnus-split-references): Strip comments.
608         (gnus-parent-id): Likewise.
609
610 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
611
612         * message.el (message-confirm-send): Fix version.
613
614 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * message.el (message-idna-to-ascii-rhs-1): Use
617         mail-extract-address-components rather than mail-header-parse-addresses
618         that is an alias by default to ietf-drums-parse-addresses that does not
619         support non-ASCII names in headers' contents.
620
621 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * message.el (message-confirm-send): Fixed variable documentation to
624         avoid the "y/n" wording.
625
626 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
627
628         * message.el (message-set-auto-save-file-name): Save to a different
629         filename so multiple messages (especially drafts) can be recovered.
630
631 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * message.el (message-confirm-send): Add appropriate version.
634
635 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
638         defvar.
639
640 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
641
642         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
643         (mm-pkcs7-enveloped-magic): Ditto.
644
645 2008-09-17  Simon Josefsson  <simon@josefsson.org>
646
647         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
648         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
649
650 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
653         default, it's better.
654
655 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
656
657         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
658         summary line gnus-number property and ignore them (with a warning
659         message).
660
661 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
664         macro caddr in the interactive form since it won't be expanded.
665
666 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
669         `charset'; fix name of function called recursively.
670         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
671
672 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
675         (gnus-mime-set-charset-parameters): New function.
676         (gnus-mime-view-part-as-charset): Use it to correctly display part
677         specifying wrong charset.
678
679 2008-09-08  David Engster  <dengste@eml.cc>
680
681         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
682         in completing-read for back end server.
683
684 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
685
686         * message.el (message-confirm-send): New variable to confirm sending a
687         message.
688         (message-send): Use it.
689
690 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
691
692         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
693
694 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
697
698 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
701         prevent tracking too many groups.
702         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
703         Use it.
704
705 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
706
707         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
708         moving point to the bottom of the window in order to avoid recentering.
709
710 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
713
714         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
715         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
716         (gnus-article-beginning-of-window): Fix calculation.
717
718 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * gnus-msg.el (gnus-summary-supersede-article)
721         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
722         value of gnus-newsgroup-charset to decode non-MIME encoded text in
723         message header.
724
725 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
726
727         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
728         pending output coming after the status change.
729
730 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
731
732         * message.el:
733         * gnus-start.el:
734         * gnus-registry.el: Remove VMS support.
735
736 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
739         macro.
740         (rfc2104-hash): Use it.
741
742 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
743
744         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
745         (gnus-summary-sort-by-most-recent-date): New commands.
746         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
747         and menu entries.
748
749 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
752         don't redisplay article for raw contents; remove plural articles stuff.
753
754         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
755         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
756         on gnus-summary-save-article; display results properly.
757
758 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * lpath.el: No need to fbind ns-focus-frame.
761
762 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
765
766 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-art.el (gnus-summary-save-in-pipe): Consider
769         gnus-save-all-headers.
770
771 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
772
773         * gnus-util.el (ns-focus-frame): Remove declaration.
774         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
775         like x.
776
777 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
778
779         * rfc2104.el (rfc2104-zero): Delete defconst.
780         (rfc2104-hex-alist): Likewise.
781         (rfc2104-hex-to-int): Delete func.
782         (rfc2104-hexstring-to-bitstring): Likewise.
783         (rfc2104-nybbles): New defconst.
784         (rfc2104-hash): Rewrite for speed.
785
786 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * tls.el (open-tls-stream): Make it work with the 2nd argument
789         BUFFER that is a string but does not exist as a buffer object, as
790         mentioned in the doc-string.
791
792 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
795         SXEmacs.
796
797 2008-07-16  Glenn Morris  <rgm@gnu.org>
798
799         * gnus-util.el (ns-focus-frame): Declare for compiler.
800
801 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
804         set as a group parameter.
805         (gnus-summary-save-in-pipe): Work when it is called independently.
806         (gnus-summary-pipe-to-muttprint): Don't modify
807         gnus-summary-pipe-output-default-command.
808
809 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
810
811         * message.el (message-send-mail-with-sendmail):
812         Display the error message.
813
814 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-art.el (gnus-default-article-saver):
817         Add gnus-summary-save-in-pipe to choices.
818         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
819         gnus-summary-pipe-output-default-command as the default command.
820         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
821         instead of gnus-last-shell-command.
822
823         * gnus-sum.el (gnus-summary-pipe-output-default-command):
824         New user option.
825         (gnus-summary-muttprint-program): Mention the value will be changed.
826         (gnus-summary-save-article): Force showing of all headers.
827         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
828
829 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
830
831         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
832
833 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
834
835         * nnimap.el (nnimap-id):
836         * sieve-manage.el (sieve-manage-open): Doc fixes.
837
838 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
839
840         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
841         if available.
842
843 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
844
845         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
846
847         * nnkiboze.el (nnkiboze-generate-group):
848         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
849
850         * nnmairix.el: Require CL.
851
852 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * dgnushack.el: Autoload get-display-table and put-display-table for
855         XEmacs 21.5.
856
857         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
858         21.4 and SXEmacs.
859
860 2008-06-15  David Engster  <dengste@eml.cc>
861
862         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
863
864 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
865
866         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
867         New macros that expand to an `aset'/`aref' call under Emacs, and to a
868         runtime choice under XEmacs.
869
870         * gnus-sum.el (gnus-summary-set-display-table):
871         Use `gnus-put-display-table', `gnus-get-display-table',
872         `gnus-set-display-table' for the display table, instead of `aset'.
873
874         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
875         Use `gnus-put-display-table', `gnus-get-display-table',
876         `gnus-set-display-table' for the display table.
877
878 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
879
880         * nnmairix.el: Add autoloads.
881
882 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
883
884         * nnmairix.el (nnmairix-delete-recreate-group)
885         (nnmairix-update-and-clear-marks): Fix error messages.
886
887 2008-06-14  David Engster  <dengste@eml.cc>
888
889         * nnmairix.el: Upgrade to version 0.6.
890         (nnmairix-group-toggle-propmarks-this-group)
891         (nnmairix-group-toggle-readmarks-this-group)
892         (nnmairix-group-delete-recreate-this-group)
893         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
894         (nnmairix-remove-tick-mark-original-article): New commands.
895         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
896         (nnmairix-propagate-marks-to-nnmairix-groups)
897         (nnmairix-only-use-registry, nnmairix-allowfast-default)
898         (nnmairix-marks-cache, nnmairix-version-output): New variables.
899         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
900         functions needed for marks propagation and manipulation of read marks.
901         (nnmairix-update-groups): New function.
902         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
903         (nnmairix-determine-original-group-from-registry)
904         (nnmairix-determine-original-group-from-path)
905         (nnmairix-get-group-from-file-path, nnmairix-map-range)
906         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
907         New helper functions.
908         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
909         keystrokes for new commands.
910         (nnmairix-delete-and-create-on-change): Doc string cleanup.
911         (nnmairix-request-group): Check allow-fast group parameter.
912         (nnmairix-request-create-group): Set allow-fast group parameter if
913         nnmairix-allowfast-default is set.
914         (nnmairix-close-group): Propagate marks upon closing if needed.
915         (nnmairix-group-toggle-threads-this-group): Use new.
916         nnmairix-group-toggle-parameter helper function.
917         (nnmairix-search): Better check for empty search result.
918         (nnmairix-goto-original-article): Use new helper functions for
919         determining original article.
920         (nnmairix-show-original-article): Make sure message-id is in brackets.
921         (nnmairix-call-mairix-binary): Change variable name.
922         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
923         helper function.
924         (nnmairix-widget-toggle-activate): Fix doc string.
925
926 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * nnir.el: Require edmacro when compiling with XEmacs.
929         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
930         available in Emacs 21.
931
932 2008-06-11  Glenn Morris  <rgm@gnu.org>
933
934         * gnus-util.el (x-focus-frame):
935         * gnus.el (image-size):
936         * mm-decode.el (image-size): Declare.
937
938         * gnus-picon.el (declare-function): Add compat definition.
939         (image-size): Declare.
940
941         * gnus-group.el (tool-bar-map):
942         * gnus-sum.el (tool-bar-map): Define for compiler.
943
944         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
945
946         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
947
948         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
949         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
950         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
951         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
952         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
953         * sieve-manage.el, spam-report.el, spam.el:
954         Remove unnecessary eval-and-compile of autoloads.
955
956 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
957
958         * auth-source.el: Precise Tramp doc.
959
960 2008-06-07  Glenn Morris  <rgm@gnu.org>
961
962         * nnmairix.el: Remove unnecessary eval-when-compile.
963
964 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * lpath.el: Fbind propertize for XEmacs 21.4.
967
968 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
969
970         * nnir.el: Move here from ../contrib.
971
972 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
973
974         * gnus-util.el (gnus-read-shell-command): New function.
975         * mm-decode.el (mm-pipe-part):
976         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
977
978 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
981
982 2008-06-03  Glenn Morris  <rgm@gnu.org>
983
984        * pop3.el (nnheader-accept-process-output): Autoload it.
985
986 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
989         are not 2-digit hexadecimal characters that follow `%'s.
990
991 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         * message.el (message-bogus-recipient-p): Fix type in doc string.
994         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
995         (message-bogus-addresses): Rename from message-bogus-address-regexp.
996         Improve custom options.
997         (message-bogus-recipient-p): Adjust accordingly.
998
999 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1000
1001         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1002         long-form month and day names.
1003
1004 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * dgnushack.el: Autoload debug, eudc-expand-inline and
1007         pgg-snarf-keys-region for XEmacs.
1008
1009         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1010
1011         * nnmairix.el: Require edmacro when compiling with XEmacs.
1012
1013 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1014
1015         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1016         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1017
1018 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * auth-source.el: Add more docs.
1021
1022         * netrc.el (netrc-machine): Always match if the port is not given.
1023
1024 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1027         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1028         retrieval faster in some cases, but might make CPU usage larger.  If
1029         this has any bad side effects, we might revert this change.
1030
1031         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1032         seems to make mail retrieval much, much faster.
1033         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1034         unconditionally.
1035
1036         * gnus-draft.el (gnus-group-send-queue): Bind
1037         message-send-mail-partially-limit to nil to avoid being prompted.
1038
1039 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1040
1041         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1042
1043         * message.el (message-bogus-address-regexp): Fix and improve custom
1044         type.
1045         (message-setup-hook): Add message-check-recipients as custom option.
1046
1047 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1048
1049         * message.el (message-cite-function): Remove bogus autoload which crept
1050         in during merge from v5-10.
1051
1052 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1055
1056         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1057
1058         * auth-source.el: Preliminary Tramp docs.
1059         (auth-sources): Change the default auth-sources to use
1060         EPA .gpg files.
1061
1062 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         * nntp.el: Autoload `auth-source-user-or-password'.
1065         (nntp-send-authinfo): Use it.
1066
1067         * nnimap.el: Autoload `auth-source-user-or-password'.
1068         (nnimap-open-connection): Use it.
1069
1070         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1071         for the gnus-message function.
1072         (auth-source-user-or-password): Use it.
1073
1074 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1075
1076         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1077         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1078         (rfc2104-hash): Use it.
1079
1080 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1081
1082         * gnus-art.el (gnus-article-toggle-truncate-lines):
1083         Don't use `iff' in docstring.
1084
1085 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1088
1089         * gnus-util.el (gnus-extract-address-component-name)
1090         (gnus-extract-address-component-email): Convenience functions around
1091         `gnus-extract-address-components'.
1092
1093         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1094         Use `gnus-extract-address-component-email' to fix bug of comparing full
1095         sender name to `user-mail-address'.
1096
1097 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1100         catch/throw to optimize.
1101         (gnus-registry-find-keywords): Just use member to find a keyword.
1102
1103 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1104
1105         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1106         is current before calling gnus-server-prepare.
1107         (gnus-server-setup-buffer, gnus-server-update-server)
1108         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1109
1110 2008-05-04  Juri Linkov  <juri@jurta.org>
1111
1112         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1113         (mailcap-file-default-commands): Use mailcap-replace-in-string
1114         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1115         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1116
1117 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1118
1119         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1120
1121 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1122
1123         * gnus.el: Bump version to 0.11
1124
1125 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1126
1127         * gnus.el: No Gnus v0.10 is released.
1128
1129 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1132         hooks.
1133         (gnus-update-read-articles): Speed up non-marks-using users.
1134         (gnus-use-marks): Define gnus-use-marks.
1135         (gnus-propagate-marks): Rename variable to something more sensible.
1136
1137 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1138
1139         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1140         (gmm-image-load-path-for-library): Fix typos in docstrings.
1141         (gmm-message): Reflow docstring.
1142
1143 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * mail-source.el (mail-source-set-1, mail-source-bind):
1146         Move auth-source code out of the macro to clean it up and fix bugs.
1147
1148 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1151         by sender if it's equal to user-mail-address, it's likely to be
1152         useless.
1153
1154         * mail-source.el (mail-source-bind): Don't use user or password if they
1155         are not bound.  Unintern them if they are nil.  Don't use server unless
1156         it's bound, and default it to empty string otherwise.
1157
1158 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1159
1160         * mail-source.el: Load auth-source.el.
1161         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1162         get user name or password, if auth-sources is set up.
1163
1164         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1165         strategy of splitting with parent.
1166         (gnus-registry-split-fancy-with-parent)
1167         (gnus-registry-post-process-groups): Use it and fix prior
1168         bug (returning a list as the split result).
1169
1170         * auth-source.el (auth-sources): Remove server parameter.
1171         (auth-source-pick, auth-source-user-or-password)
1172         (auth-source-user-or-password-imap)
1173         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1174         (auth-source-user-or-password-sftp)
1175         (auth-source-user-or-password-smtp): Remove server parameter.
1176
1177 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1178
1179         * smime.el (smime-sign-region, smime-encrypt-region)
1180         (smime-decrypt-region):
1181         Remove redundant calls to `generate-new-buffer-name'.
1182
1183 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1184
1185         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1186         Don't use QP for message/rfc822.
1187         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1188
1189 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * sieve-manage.el (sieve-string-bytes): Remove.
1192         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1193         correct byte-length only if the process's coding-system is the same as
1194         the one used internally by Emacs to represent strings.
1195
1196 2008-04-22  Juri Linkov  <juri@jurta.org>
1197
1198         * mailcap.el (mailcap-file-default-commands): New function.
1199
1200 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1201
1202         * message.el (message-signature-separator, message-cite-function):
1203         Change custom version.
1204
1205 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1206
1207         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1208         commands.
1209         (tls-checktrust): Ditto.
1210
1211 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1212
1213         * mm-decode.el (mm-display-external): Make temp file read-only.
1214
1215 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1218         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1219         `C-c C-f d'.
1220
1221 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1222
1223         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1224
1225 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1226
1227         * gnus.el: Bump version to 0.9.
1228
1229 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1230
1231         * gnus.el: No Gnus v0.8 is released.
1232
1233 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * mail-source.el (mail-source-value):
1236         Prefer fboundp to functionp so it works with macros as well.
1237
1238 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1239
1240         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1241         Fix last change in case the element is not even a symbol.
1242
1243 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1244
1245         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1246         Prefer fboundp to functionp so it works with macros as well.
1247
1248 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1249
1250         * auth-source.el: Added docs.
1251         (auth-sources): Modify format to support server.
1252         (auth-source-pick, auth-source-user-or-password)
1253         (auth-source-user-or-password-imap)
1254         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1255         (auth-source-user-or-password-sftp)
1256         (auth-source-user-or-password-smtp): Add server parameter.
1257
1258 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * gnus-registry.el: Initialize the registry when gnus-registry-install
1261         is t.
1262
1263 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * compface.el (uncompface): Make buffer unibyte.
1266
1267 2008-04-05  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1270
1271 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1272
1273         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1274         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1275
1276         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1277         multibyteness after rather than before erasing it.
1278
1279         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1280         mm-with-multibyte.
1281         (gnus-request-article-this-buffer): Make sure the proper decoding is
1282         used if gnus-original-article-buffer happens to be unibyte.
1283
1284         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1285         default-enable-multibyte-characters.
1286
1287         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1288         default-enable-multibyte-characters.
1289
1290         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1291
1292         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1293
1294 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1295
1296         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1297         (imap-message-copyuid-1): Use it.
1298         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1299         J. Williams in
1300         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1301
1302         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1303         imap-enable-exchange-bug-workaround.
1304         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1305
1306 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1307
1308         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1309         a 100 byte status-checks into a 2-3MB transfer for each group.
1310         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1311         to enable bug workaround or not.
1312         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1313
1314 2008-03-31  Glenn Morris  <rgm@gnu.org>
1315
1316         * message.el (mml2015-use): Declare for compiler.
1317         (message-info): Require mml2015 when appropriate.
1318
1319 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1322         whitespace.
1323
1324 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1325
1326         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1327         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1328         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1329         (nntp-service-to-port): New function.
1330         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1331         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1332         (nntp-open-netcat-stream): New function.
1333         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1334
1335 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1336
1337         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1338
1339 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1342
1343 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1344
1345         * dns.el (dns-write): Use set-buffer-multibyte.
1346
1347 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1348
1349         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1350
1351 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * message.el (message-signature-separator): Change default.
1354         Improve custom type.
1355         (message-cite-function): Change default to
1356         message-cite-original-without-signature.
1357
1358         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1359         toggle.
1360
1361         * message.el (message-check-news-body-syntax): Fix signature check.
1362         (message-setup-1): Mark buffer as unmodified _after_ running
1363         message-setup-hook and handling message-alternative-emails.
1364         (message-shorten-references): Be more strict when building list of
1365         valid references to comply with GNKSA.
1366
1367         * gnus-group.el (gnus-read-ephemeral-bug-group)
1368         (gnus-read-ephemeral-debian-bug-group)
1369         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1370
1371         * message.el (message-info): Don't use booleanp which isn't supported
1372         in Emacs 21 and XEmacs.
1373
1374 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1377         gnus-group-gmane-group-download-format.
1378         (gnus-group-read-ephemeral-gmane-group): Rename from
1379         gnus-group-read-ephemeral-gmane-group.
1380         (gnus-read-ephemeral-gmane-group-url): Rename from
1381         gnus-group-read-ephemeral-gmane-group-url.
1382         (gnus-bug-group-download-format-alist): New variable.
1383         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1384         (gnus-read-ephemeral-emacs-bug-group): New commands.
1385
1386 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1387
1388         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1389         (gnus-visible-headers): Improve custom type.
1390
1391 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1392
1393         * mml.el (mml-menu): Add workarounds for XEmacs.
1394
1395         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1396         X-Boundary header.
1397
1398         * message.el (message-simplify-recipients): Fix previous commit.
1399
1400 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1401
1402         * mm-util.el (mm-set-buffer-multibyte): New function.
1403         * mm-decode.el (mm-copy-to-buffer): Use it.
1404
1405 2008-03-19  Glenn Morris  <rgm@gnu.org>
1406
1407         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1408         Accidentally removed in the sync process with Emacs.
1409
1410 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * message.el (message-alter-recipients-discard-bogus-full-name):
1413         New function.
1414         (message-alter-recipients-function): New variable.
1415         (message-get-reply-headers): Use it.
1416         (message-replace-header): New helper function.
1417         (message-recipients-without-full-name): New variable.
1418         (message-simplify-recipients): New command.
1419
1420         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1421
1422         * message.el (message-info): Handle EasyPG manual.
1423
1424         * mml.el (mml-menu): Add entry for EasyPG.
1425
1426 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1427
1428         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1429         parameter.
1430
1431         * message.el (message-disassociate-draft): Specify drafts group name
1432         fully.
1433
1434 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1437         unnecessary duplicates from the match list.
1438
1439 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1442
1443         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1444
1445         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1446         args of `how-many' of which the XEmacs version doesn't take; declare
1447         Info-index-next as function.
1448
1449 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-score.el (gnus-score-headers): Fix handling of
1452         gnus-inhibit-slow-scoring.
1453
1454         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1455         string.
1456         (gnus-button-url-regexp): Improve handling of parenthesis.
1457         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1458         (gnus-button-handle-info-keystrokes): Handle index entries.
1459
1460 2008-03-15  Glenn Morris  <rgm@gnu.org>
1461
1462         * parse-time.el (parse-time-string): Simplify.
1463
1464 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1467         Incoming* files.
1468
1469 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1472         (auth-source-pick): Use it.
1473
1474 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1475
1476         * binhex.el (binhex-decode-region-internal):
1477         * uudecode.el (uudecode-decode-region-internal):
1478         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1479         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1480         setting default-enable-multibyte-characters.
1481
1482 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1483
1484         * auth-source.el (auth-source-protocols)
1485         (auth-source-protocols-customize, auth-source-choices): Added and
1486         modified variable customizations and defaults.
1487         (auth-source-pick, auth-source-user-or-password)
1488         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1489         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1490         (auth-source-user-or-password-sftp)
1491         (auth-source-user-or-password-smtp): Use new variables and provide an
1492         interface to netrc.el.
1493
1494 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1497         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1498         Make sure the nntp port to specify is a string.
1499
1500 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1501
1502         * nntp.el: Use with-current-buffer.
1503         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1504         dubious mm-with-unibyte-current-buffer.
1505         (nntp-with-open-group-function): New function extracted from
1506         nntp-with-open-group macro.
1507         (nntp-with-open-group): Use the function, so it's easier to debug.
1508         Add indentation and debugging info.
1509         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1510         the use of the netcat alternatives.
1511
1512         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1513         Avoid mm-string-as-multibyte as well.
1514
1515         * nnweb.el (nnweb-insert-html):
1516         Remove use of nnheader-string-as-multibyte.
1517
1518         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1519         (nnheader-string-as-multibyte): Remove.
1520
1521         * mm-view.el: Use inhibit-read-only.
1522         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1523         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1524         or unibyte-string.
1525
1526         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1527         (mm-uu-yenc-extract): Use with-current-buffer.
1528
1529         * gnus-soup.el (gnus-soup-send-packet): Don't use
1530         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1531
1532         * nnmh.el: Use with-current-buffer.
1533         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1534         mm-string-as-multibyte on the output of mm-encode-coding-string.
1535
1536         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1537         (nnimap-request-move-article): Use with-current-buffer.
1538
1539         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1540         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1541         conversion uses string-make-unibyte rather than string-as-unibyte.
1542
1543         * gnus-msg.el: Use with-current-buffer.
1544
1545         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1546
1547 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1550         string for caching if it is 'PIN.
1551
1552 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * lpath.el: Consider the case without Emacs/W3.
1555
1556 2008-03-08  Glenn Morris  <rgm@gnu.org>
1557
1558         * time-date.el (date-to-time, time-subtract, time-add)
1559         (safe-date-to-time): Doc fixes.
1560
1561 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1562
1563         * mail-source.el (mail-source-delete-old-incoming-confirm):
1564         Change default to nil.
1565         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1566
1567 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * lpath.el: Rearrange.
1570
1571         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1572         (gnus-article-goto-prev-page): Work for articles having ^L's.
1573
1574         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1575
1576         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1577
1578 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1579
1580         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1581         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1582         (gnus-bookmark-jump): Adjust some variable names.
1583
1584 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1585
1586         * auth-source.el: New package.
1587         (auth-source-choices): Add customization entry point variable.
1588
1589         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1590         bug.
1591
1592 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1593
1594         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1595         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1596         (gnus-registry-install-shortcuts): Rename from
1597         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1598         the `gnus-registry-mark-map' keymap dynamically from
1599         `gnus-registry-marks'.  The generated functions update the summary line
1600         when a registry mark is added or deleted, and will call
1601         `gnus-registry-install-p' (see the comments in the code).
1602         (gnus-registry-user-format-function-M): Use concat intelligently.
1603
1604         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1605         the registry mark functions.
1606
1607 2008-03-05  Glenn Morris  <rgm@gnu.org>
1608
1609         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1610         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1611         gnus-art.
1612         (top-level): No need to load own source when compiling.
1613
1614 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1615
1616         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1617         Suggested by <chris.anderton@zetnet.co.uk>.
1618
1619 2008-03-04  Glenn Morris  <rgm@gnu.org>
1620
1621         * gnus-sum.el (top-level): No need to require gnus when compiling,
1622         since unconditionally required near start of file.
1623         (gnus-summary-display-while-building): Move definition before use.
1624
1625 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1628         formatting function.
1629
1630 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1633         with plists.
1634         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1635         Use new format.
1636
1637 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1640         `where-is-internal' that returns a range of key sequences.
1641
1642 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1643
1644         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1645
1646         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1647         (gnus-summary-jump-to-group): Consider windows on other displayed
1648         frames as well.  Similar changes might be needed elsewhere, but that's
1649         the one I've bumped into during my use.
1650
1651         * nndoc.el (nndoc-oe-dbx-type-p):
1652         * gnus-msg.el (gnus-debug):
1653         * gnus-group.el (gnus-update-group-mark-positions):
1654         Use mm-string-to-multibyte.
1655
1656 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1659         doesn't handle NotDashEscaped.
1660
1661         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1662         (mml-dnd-attach-options): Fix typo in custom choice.
1663
1664         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1665         nndoc-article-type to mbox.
1666         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1667
1668         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1669         to nil, instead of html2text.
1670
1671         * imap.el (imap-debug): Add `imap-ping-server'.
1672
1673         * gnus-bookmark.el: Add FIXMEs.
1674
1675         * message.el (message-form-letter-separator)
1676         (message-send-form-letter-delay): New variables.
1677         (message-send-form-letter): Use them.  New command to send form
1678         letters.  Requested by Uwe Siart.
1679         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1680
1681 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * Update copyright years.
1684
1685 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1686
1687         Sync from EMACS_22_BASE.
1688
1689         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1690
1691 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1692
1693         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1694         empty author.
1695
1696 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1697
1698         * gnus-registry.el (gnus-registry-marks): Add variable for
1699         customization of marks and their appearance.
1700         (gnus-registry-read-mark): Use it.
1701         (gnus-registry-do-marks): Add utility function to loop through
1702         `gnus-registry-marks'.
1703         (gnus-registry-install-shortcuts-and-menus): Add function to install
1704         shortcuts and menus.
1705         (gnus-registry-initialize): Use it.
1706         (gnus-registry-default-mark): Clarify documentation.
1707
1708 2008-02-29  Glenn Morris  <rgm@gnu.org>
1709
1710         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1711         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1712         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1713         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1714         Change defcustom :version from 23.0 to 23.1.
1715
1716 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1717
1718         * gnus-registry.el (gnus-registry-follow-group-p)
1719         (gnus-registry-post-process-groups): Add functions to aid registry
1720         splitting and improve logging.  Clarify behavior in function
1721         documentation.
1722         (gnus-registry-split-fancy-with-parent): Use them.
1723
1724 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * gnus-art.el: Use with-current-buffer.
1727
1728 2008-02-27  David Engster  <dengste@eml.cc>
1729
1730         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1731         Express real group name in the response.
1732
1733 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1736         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1737         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1738         autoload gnus-registry-fetch-group when compiling.
1739         (nnmairix-request-group-with-article-number-correction): Remove
1740         unreferenced argument passed to nnmairix-call-backend.
1741
1742 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1745         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1746         Wilde.
1747
1748 2008-02-27  Glenn Morris  <rgm@gnu.org>
1749
1750         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1751         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1752         variables to defconsts.  Convert comments to doc-strings.
1753         (nnmairix-last-server, nnmairix-current-server): Convert from free
1754         variables to defvars.  Convert comments to doc-strings.
1755         (gnus-registry-fetch-group): Autoload.
1756         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1757         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1758         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1759         caddr.
1760         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1761         nnmairix-request-group-with-article-number-correction call.
1762         (nnmairix-fast, nnmairix-group): New, less general names, for free
1763         variables passed from nnmairix-request-group to
1764         nnmairix-request-group-with-article-number-correction.  Declare.
1765         (nnmairix-request-group-with-article-number-correction):
1766         Use nnmairix-fast, nnmairix-group rather than fast, group.
1767
1768 2008-02-26  David Engster  <dengste@eml.cc>
1769
1770         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1771         version 0.5.
1772
1773 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1774
1775         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1776         instead of making an extra function call.  Don't add the current group
1777         to articles only when they have the group.  Use
1778         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1779         Reported by David <de_bb@arcor.de>.
1780
1781 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1784         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1785
1786 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * mail-source.el (mail-source-delete-incoming): Change default.
1789         Supplement doc string.
1790
1791         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1792
1793 2008-02-14  Glenn Morris  <rgm@gnu.org>
1794
1795         * time-date.el (format-seconds): New function.
1796
1797 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1798
1799         * nnmail.el (nnmail-message-id-cache-file): Derive from
1800         `gnus-home-directory'.
1801
1802 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1803
1804         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1805         Document negative prefix.
1806
1807         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1808
1809 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * message.el (message-unsent-separator): Add the Exim bounce
1812         separator.
1813
1814 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1815
1816         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1817         list.
1818         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1819         recipient/signer list.
1820
1821 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * Makefile.in (datarootdir): Define.
1824         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1825         name that might contain whitespace.
1826
1827 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1830         fbound (Emacs 23 unicode), signal an error.
1831
1832 2008-02-08  Glenn Morris  <rgm@gnu.org>
1833
1834         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1835
1836 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1837
1838         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1839         ports to the calls to `netrc-machine-user-or-password' in addition to
1840         "imap" and "imaps".
1841
1842 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1843
1844         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1845
1846         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1847
1848 2008-02-01  Kenichi Handa  <handa@m17n.org>
1849
1850         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1851         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1852         (rfc2104-hash): Convert the result of concat to unibyte string.
1853
1854 2008-02-01  Dave Love  <fx@gnu.org>
1855
1856         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1857         coding-system-for-read.
1858         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1859
1860 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1863         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1864         <hanche@math.ntnu.no>.
1865
1866 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1869
1870         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1871
1872 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1873
1874         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1875         * message.el (message-beginning-of-line): Use featurep instead of bound
1876         tests in order to resolve conditionals at compile time.
1877
1878 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1879
1880         * mail-source.el (mail-sources): Add `group' choice.
1881
1882         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1883         parameter `in-group' to control into which group the articles go.
1884         Add treatment of `group' mail-source.
1885
1886 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1889
1890         * mm-decode.el (mm-dissect-buffer): Decode description.
1891
1892         * mml.el (mml-to-mime): Encode message header first.
1893
1894 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1897         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1898
1899         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1900         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1901
1902 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1905
1906 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1909         prefix keys.
1910         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1911         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1912         gnus-xmas.el.
1913
1914         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1915         (gnus-xmas-article-describe-bindings): New function.
1916         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1917         gnus-xmas-article-describe-bindings.
1918
1919         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1920
1921 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1924         Add new variables for article mark management.
1925         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1926         list of extra data entries which, when present, will indicate that the
1927         article ID should not be trimmed from the registry.
1928         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1929         functions.
1930         (gnus-registry-read-mark): New function to read a mark name from the
1931         user.
1932         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1933         (gnus-registry-set-article-mark-internal): New functions to add and
1934         remove marks.
1935         (gnus-registry-get-article-marks): New function to show the marks for
1936         an article, or retrieve them for further use.
1937
1938 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1941         keys when no argument is given.
1942
1943 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * imap.el (imap-ping-server): New variable.
1946         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1947         (imap-ping-server): Minor doc string fixes.
1948
1949 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1950
1951         * imap.el (imap-ping-server): New function.
1952         (imap-opened): Call imap-ping-server.
1953
1954 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1955
1956         * gnus-sum.el (gnus-article-sort-by-random)
1957         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1958         jidanni@jidanni.org.
1959
1960 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-art.el (gnus-article-describe-bindings): New function.
1963         (gnus-article-read-summary-keys): Use it.
1964         (gnus-article-mode-map): Bind `C-h b' to it.
1965
1966 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1969         XEmacs.
1970         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1971         against non-character events.
1972
1973         * lpath.el: Fbind map-keymap for Emacs 21.
1974
1975 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1978         command.
1979         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1980         instead of END.  Change name of the temp file.
1981         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1982         customizable.
1983
1984 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1987         bind `S W' to gnus-article-wide-reply-with-original; set default
1988         binding to gnus-article-read-summary-send-keys.
1989         (gnus-article-read-summary-keys): Fix the order of keys; display
1990         continuation keys correctly in the echo area; describe bindings
1991         correctly when keys end with `C-h'.
1992         (gnus-article-read-summary-send-keys): New function.
1993         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1994         for gnus-article-read-summary-send-keys; display continuation keys
1995         correctly in the echo area.
1996         (gnus-article-reply-with-original): Ignore prefix argument.
1997         (gnus-article-wide-reply-with-original): New function.
1998
1999         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2000         Emacs 21.
2001
2002 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2005         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2006
2007 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2008
2009         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2010         (gnus-group-read-ephemeral-gmane-group): New command.
2011
2012 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2013
2014         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2015
2016 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2017
2018         * message.el (message-send-mail-function): Increase custom version.
2019
2020         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2021         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2022
2023 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2026         for the cases where imap-authenticate is called with a nil buffer
2027         parameter.
2028
2029 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2032         html parts correctly; support forwarded messages.
2033         (gnus-article-browse-html-article): Remove work buffers.
2034
2035         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2036         compiling.
2037         (netrc-bound-and-true-p): New macro.
2038         (netrc-parse): Use it instead of bound-and-true-p that is not available
2039         in XEmacs 21.4.
2040
2041 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2042
2043         * gnus-registry.el (gnus-registry-mark-article)
2044         (gnus-registry-article-marks): Add functionality to mark articles
2045         through the Gnus registry.
2046
2047         * encrypt.el: Clarify documentation for the new pgg method.
2048         (encrypt-file-alist): Add PGG option.
2049         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2050         functionality.  Abstract password key and messaging to external
2051         functions.
2052         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2053         (encrypt-message-method-and-cipher): Add new convenience external
2054         functions.
2055         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2056         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2057
2058         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2059         (netrc-parse): Use encrypt-file-alist to determine if
2060         encrypt-find-model or encrypt-insert-file-contents should be used.
2061
2062         * encrypt.el: Clarify documentation.  Load password-cache or
2063         password, whichever one is found first, instead of autoloading.
2064
2065 2007-12-19  Glenn Morris  <rgm@gnu.org>
2066
2067         * mml.el (message-options-set, message-narrow-to-head)
2068         (message-in-body-p, message-mail-p, message-encode-message-body):
2069         Autoload.
2070         (message-remove-header, message-narrow-to-headers-or-head)
2071         (message-subscribed-p, message-make-mail-followup-to)
2072         (message-position-on-field, message-news-p)
2073         (message-options-set-recipient, message-generate-headers)
2074         (message-sort-headers): Declare as functions.
2075
2076 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2079         convention in doc string.
2080
2081 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2084         title to html parts.
2085         (gnus-article-browse-html-article): Pass message header to it.
2086
2087         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2088
2089 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2092         or password compatible with XEmacs.
2093
2094 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2097         format document.
2098         (gnus-mime-delete-part): Don't write description line if empty.
2099         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2100
2101 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2102
2103         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2104         (gnus-summary-mark-read-and-unread-as-read)
2105         (gnus-summary-mark-current-read-and-unread-as-read)
2106         (gnus-summary-mark-unread-as-ticked): Doc fix.
2107         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2108
2109 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2112         Christoph Conrad <christoph.conrad@gmx.de>.
2113
2114 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2117         yes-or-no-p.
2118
2119 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * mm-decode.el (mm-add-meta-html-tag): New function.
2122         (mm-save-part-to-file, mm-pipe-part): Use it.
2123
2124         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2125         gnus-y-or-n-p instead of y-or-n-p.
2126         (gnus-article-browse-html-parts): Work with message/external-body; use
2127         mm-add-meta-html-tag.
2128
2129 2007-12-11  Glenn Morris  <rgm@gnu.org>
2130
2131         * gnus-cache.el: Require gnus-sum not just when compiling.
2132
2133         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2134
2135         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2136         definitions before use.
2137
2138         * mm-decode.el: Require gnus-util.
2139         (mm-remove-part): Only call delete-annotation on XEmacs.
2140
2141         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2142
2143         * nnmail.el: Require gnus-int.
2144
2145         * spam.el: Move `require's before `eval-when-compile's.
2146
2147         * gnus-ems.el (gnus-alive-p):
2148         * gnus-fun.el (message-goto-eoh):
2149         * gnus-util.el (gnus-group-name-decode):
2150         * mail-source.el (gnus-compress-sequence):
2151         * message.el (Info-goto-node, format-spec):
2152         * mm-bodies.el (message-options-get):
2153         * mm-decode.el (mm-view-pkcs7):
2154         * mm-util.el (gmm-write-region):
2155         * mml-smime.el (mml-compute-boundary)
2156         (gnus-completing-read-with-default):
2157         * mml.el (widget-button-press, gnus-make-hashtable):
2158         * mml1991.el (mm-decode-content-transfer-encoding)
2159         (mm-encode-content-transfer-encoding)
2160         (message-options-get, message-options-set):
2161         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2162         * nnfolder.el (gnus-request-group):
2163         * nnheader.el (ietf-drums-unfold-fws):
2164         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2165         * smime.el (gnus-run-mode-hooks):
2166         * spam-stat.el (gnus-message): Autoload.
2167
2168         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2169         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2170         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2171         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2172         Add declare-function compatibility definition.
2173
2174         * gnus-cache.el (nnvirtual-find-group-art):
2175         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2176         (gnus-add-image, gnus-add-wash-type):
2177         * gnus-group.el (nnkiboze-score-file):
2178         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2179         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2180         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2181         (message-tokenize-header, gnus-get-buffer-create)
2182         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2183         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2184         * gnus.el (gnus-group-decoded-name):
2185         * mail-source.el (imap-capability):
2186         * mm-bodies.el (message-options-set):
2187         * mm-decode.el (gnus-configure-windows):
2188         * mm-extern.el (message-goto-body):
2189         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2190         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2191         (epg-sub-key-validity, message-options-set):
2192         * mml.el (widget-event-point, gnus-configure-windows):
2193         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2194         * mml2015.el (epg-check-configuration, epg-configuration)
2195         (message-options-set):
2196         * nndb.el (nndb-request-article):
2197         * nnfolder.el (gnus-request-create-group):
2198         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2199         * nnmaildir.el (gnus-group-mark-article-read):
2200         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2201         * rfc1843.el (message-fetch-field):
2202         * spam.el (gnus-extract-address-components):
2203         Declare as functions.
2204
2205 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2208
2209         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2210
2211         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2212         bind show-trailing-whitespace for XEmacs.
2213
2214 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2217         new no-op macro for backward compatibility.
2218
2219         * imap.el (imap-string-to-integer): New function.
2220
2221 2007-12-09  Glenn Morris  <rgm@gnu.org>
2222
2223         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2224
2225         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2226         * message.el, mm-view.el, sieve-manage.el, smime.el:
2227         Add declare-function compatibility definition.
2228
2229         * gnus-art.el (w3-region, w3m-region, Info-menu):
2230         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2231         * gnus-sum.el (gnus-get-predicate):
2232         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2233         * message.el (mail-abbrev-in-expansion-header-p):
2234         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2235         (w3m-detect-meta-charset, w3m-region):
2236         * sieve-manage.el (password-read, password-cache-add)
2237         (password-cache-remove):
2238         * smime.el (password-read-and-add): Declare as functions.
2239
2240 2007-12-08  David Kastrup  <dak@gnu.org>
2241
2242         * gnus-sum.el (gnus-summary-simplify-subject-query):
2243         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2244         `message'.
2245
2246 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2249         it to bind idna-program, installation-directory, defined-colors, and
2250         face-attribute for XEmacs of the version that compiles defcustom forms.
2251
2252 2007-12-07  Glenn Morris  <rgm@gnu.org>
2253
2254         * gnus-art.el (article-make-date-line): Revert previous change.
2255
2256 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2259
2260 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2261
2262         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2263         Call gnus-add-to-range ranges only once with a prepared article-list.
2264
2265 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2266
2267         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2268         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2269         group names with backslashes.  Reported by Tassilo Horn
2270         <tassilo@member.fsf.org>.
2271
2272 2007-12-06  Deepak Goel  <deego3@gmail.com>
2273
2274         * gnus-art.el (article-make-date-line):
2275         * gnus-start.el (gnus-load):
2276         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2277
2278 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * gnus-art.el (gnus-use-idna)
2281         * gnus-start.el (gnus-site-init-file)
2282         * message.el (message-use-idna)
2283         * mm-uu.el (mm-uu-hide-markers)
2284         * smiley.el (smiley-style): Revert changes that suppress warnings.
2285
2286 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2289         specify charset to html source.  Reported by Christoph Conrad
2290         <christoph.conrad@gmx.de>.
2291
2292 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2295         idna-program in order to suppress byte compile warning issued by XEmacs
2296         that came to byte compile the default value section of defcustom forms
2297         recently.
2298
2299         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2300         value of installation-directory.
2301
2302         * message.el (message-use-idna): Don't directly refer to the value of
2303         idna-program.
2304
2305         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2306
2307         * smiley.el (smiley-style): Don't directly call face-attribute.
2308
2309 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2312
2313         * gnus-dired.el: Reduce Gnus dependencies.
2314         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2315         require.  Use autoloads instead.
2316         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2317         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2318         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2319         (gnus-dired-mode): Adjust doc string.
2320         (gnus-dired-mail-mode): New variable.
2321         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2322         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2323         (gnus-dired-mail-buffers): New function.  Return mail or message
2324         composition buffers.
2325         (gnus-dired-attach): Use it.
2326         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2327         NO-DECODE.
2328         (gnus-dired-print): Use `gnus-print-buffer' depending on
2329         `gnus-dired-mail-mode'.
2330
2331 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * rfc2047.el (rfc2047-encoded-word-regexp)
2334         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2335         explaining what regexp patterns are for.
2336
2337 2007-12-04  Glenn Morris  <rgm@gnu.org>
2338
2339         * password.el: Move to password-cache.el.
2340
2341         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2342         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2343         * mml-smime.el (password-read, password-cache-add)
2344         (password-cache-remove):
2345         No need to autoload, since mml-sec requires password.
2346
2347         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2348         * message.el (gnus-extract-address-components):
2349         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2350
2351         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2352         password.
2353
2354 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2355
2356         * mailcap.el: Reduce dependencies.
2357         (mail-header-parse-content-type): Autoload.
2358         (mailcap-delete-duplicates): New alias.
2359         (mailcap-mime-info): Add optional argument NO-DECODE.
2360         (mailcap-mime-types): Use mailcap-delete-duplicates.
2361
2362         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2363
2364 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2365
2366         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2367         (imap-parse-status): Upcase status-att for servers that sends them
2368         lower-case (e.g., MS Exchange 2007).
2369
2370 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2373         function.
2374
2375         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2376         (gnus-uu-yenc-article): New function.
2377
2378         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2379
2380         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2381         buffer.
2382
2383 2007-12-02  Glenn Morris  <rgm@gnu.org>
2384
2385         * binhex.el (binhex): New custom group.
2386         (binhex-decoder-program, binhex-decoder-switches)
2387         (binhex-use-external): Move to the binhex custom group.
2388
2389         * uudecode.el (uudecode): New custom group.
2390         (uudecode-decoder-program, uudecode-decoder-switches)
2391         (uudecode-use-external): Move to the uudecode custom group.
2392
2393         * netrc.el (top-level): Don't load `encrypt' features.
2394         (netrc-parse): Don't use encrypt.
2395         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2396
2397         * encrypt.el: Remove file.
2398
2399 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2400
2401         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2402         matches on patches.
2403
2404         * gnus-art.el (gnus-article-browse-html-article): Mention
2405         `mm-text-html-renderer' in the doc string.
2406
2407         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2408         string.  Add comments.
2409
2410         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2411         if rhs is ASCII.
2412
2413 2007-12-01  Glenn Morris  <rgm@gnu.org>
2414
2415         * mail-source.el (top-level): Require format-spec before
2416         eval-when-compile.
2417
2418 2007-11-30  Glenn Morris  <rgm@gnu.org>
2419
2420         * encrypt.el: Require password, rather than autoloading password-read.
2421
2422 2007-11-29  Glenn Morris  <rgm@gnu.org>
2423
2424         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2425         (sasl-make-client, sasl-next-step, sasl-step-data)
2426         (sasl-step-set-data): Declare as functions.
2427
2428 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2429
2430         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2431
2432 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2433
2434         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2435         certs should be verified and what is to be done in the event of a
2436         verification failure.
2437
2438         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2439         caller can indicate whether the cache should be disregarded for this
2440         call.  This way the result of the call is reproducible at all times and
2441         can be considered a canonical server name for the supplied method.
2442         (gnus-agent-method-p): Canonicalize server names by pushing their
2443         method through `gnus-method-to-server' using the no-cache argument.
2444
2445         * gnus-srvr.el (gnus-server-insert-server-line): Call
2446         `gnus-method-to-server' with `no-cache' argument.
2447
2448         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2449         gnus-agent-possibly-synchronize-flags as this should be called when the
2450         server is actually being opened.
2451         (gnus-agent-possibly-synchronize-flags)
2452         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2453         flags file of an agentized server to the latter function.
2454
2455         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2456         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2457         after a connection has been established successfully.
2458
2459 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-art.el (article-display-face): Force to display face if called
2462         interactively; check if gnus-article-x-face-too-ugly matches author.
2463         (article-display-x-face): Display face even if From header is missing
2464         as article-display-face does.
2465
2466 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2467
2468         * hashcash.el (message-narrow-to-headers-or-head)
2469         (message-fetch-field, message-goto-eoh)
2470         (message-narrow-to-headers): Declare as functions.
2471
2472 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2473
2474         * mail-source.el (mail-sources): Default to fetch from file for
2475         compatibility with default of nnmail-spool-file.
2476
2477 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2480         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2481         to look for encoded word that should be encoded again.
2482         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2483         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2484         encoding pattern.
2485         (rfc2047-decode-region): Switch strict regexp and loose one according
2486         to rfc2047-allow-irregular-q-encoded-words.
2487
2488 2007-11-25  Romain Francoise  <romain@orebokech.com>
2489
2490         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2491
2492 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2493
2494         * tls.el (tls-program): Provide more custom choices from
2495         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2496         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2497
2498 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2501         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2502
2503         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2504         `nnmail-spool-file'.
2505
2506         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2507         `nnmail-spool-file'.
2508
2509         * gnus-move.el (gnus-change-server): Ditto.
2510
2511         * gnus-kill.el (gnus-batch-score): Ditto.
2512
2513         * gnus-cache.el (gnus-jog-cache): Ditto.
2514
2515         * gnus-msg.el (gnus-summary-reply):
2516         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2517
2518 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2519
2520         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2521         version.  Minor improvement to doc strings.
2522         (tls-program): Add comment.
2523
2524 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2525
2526         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2527         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2528         mismatch between the hostname provided in the certificate and the name
2529         of the host connnecting to.
2530         (open-tls-stream): Use them.  Check certificates against trusted root
2531         certificates.
2532
2533 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-cache.el (gnus-cache-generate-nov-databases):
2536         Use nnml-generate-nov-databases-directory instead of
2537         nnml-generate-nov-databases-1.
2538
2539 2007-11-24  Glenn Morris  <rgm@gnu.org>
2540
2541         * message.el (message-tool-bar-retro): Update for rename
2542         mail_send.xpm->mail-send.xpm.
2543
2544 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2545
2546         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2547         `smime-ldap-search' for Emacs 22 and up.
2548
2549 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2550
2551         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2552
2553         * message.el (message-send-mail-function): Fix error convention.
2554         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2555         (message-widen-reply, message-send-mail, message-talkative-question)
2556         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2557         (message-clone-locals, message-send-news): Use with-current-buffer.
2558         (message-insert-or-toggle-importance): Remove unused var `valid'.
2559         (message-make-references): Remove unused var `new-references'.
2560         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2561
2562 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2563
2564         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2565         (spam-split-symbolic-return-positive): Reflow docstring.
2566         (spam-backends, spam-summary-exit-behavior)
2567         (spam-mark-ham-unread-before-move-from-spam-group)
2568         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2569         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2570         (spam-clear-cache, spam-backend-check, spam-install-backend)
2571         (spam-install-statistical-backend, spam-list-of-processors)
2572         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2573         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2574         (spam-check-crm114, spam-initialize, spam-unload-hook):
2575         Fix typos in docstrings.
2576
2577 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2580         been checked if they have never been read and those group levels are
2581         higher than the one that a user specified.
2582
2583 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2586         foreign groups unless a group level is specified by a user.
2587         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2588
2589 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2590
2591         * message.el (message-send-mail-function): Require sendmail.
2592
2593 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * message.el (message-send-mail-function): Check for smtpmail too.
2596
2597         * utf7.el (utf7-encode, utf7-decode): Use coding system
2598         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2599
2600         * message.el (message-send-mail-function): New function.
2601         (message-send-mail-function): Set default using
2602         message-send-mail-function.  Adjust doc string.
2603         (message-send-mail-with-mailclient): New function.
2604
2605 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2606
2607         * smime.el (from):
2608         * rfc2047.el (message-posting-charset):
2609         * qp.el (mm-use-ultra-safe-encoding):
2610         * pop3.el (parse-time-months):
2611         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2612         * nnml.el (files):
2613         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2614         (jka-compr-compression-info-list, ange-ftp-path-format)
2615         (efs-path-regexp):
2616         * nndiary.el (files):
2617         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2618         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2619         (epg-digest-algorithm-alist, inhibit-redisplay)
2620         (password-cache-expiry):
2621         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2622         (pgg-output-buffer, password-cache-expiry):
2623         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2624         (efs-path-regexp):
2625         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2626         (inhibit-redisplay):
2627         * mm-uu.el (file-name, start-point, end-point, entry)
2628         (gnus-newsgroup-name, gnus-newsgroup-charset):
2629         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2630         (latin-unity-ucs-list):
2631         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2632         (mm-uu-binhex-decode-function):
2633         * message.el (gnus-message-group-art, gnus-list-identifiers)
2634         (rmail-enable-mime-composing, gnus-local-organization)
2635         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2636         (gnus-read-active-file, facemenu-add-face-function)
2637         (facemenu-remove-face-function, gnus-article-decoded-p)
2638         (tool-bar-mode):
2639         * mail-source.el (display-time-mail-function):
2640         * gnus-util.el (nnmail-pathname-coding-system)
2641         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2642         (gnus-original-article-buffer, gnus-user-agent)
2643         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2644         (xemacs-codename, sxemacs-codename, emacs-program-version):
2645         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2646         * gnus-start.el (gnus-agent-covered-methods)
2647         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2648         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2649         (gnus-newsgroup-headers, gnus-group-list-mode)
2650         (gnus-group-mark-positions, gnus-newsgroup-data)
2651         (gnus-newsgroup-unreads, nnoo-state-alist)
2652         (gnus-current-select-method, mail-sources)
2653         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2654         (nnmail-spool-file, gnus-cache-active-hashtb):
2655         * gnus-mh.el (mh-lib-progs):
2656         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2657         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2658         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2659         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2660         (gnus-group-buffer):
2661         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2662         (font-lock-set-defaults):
2663         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2664         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2665         (gnus-summary-post-menu, total-parts, type, condition, length):
2666         * gnus-agent.el (gnus-agent-read-agentview):
2667         * flow-fill.el (show-trailing-whitespace):
2668         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2669         eval-and-compile wrappers for byte compiler pacifiers.
2670
2671         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2672         (mm-display-inline-fontify): Check for featurep 'xemacs not
2673         extent-list.
2674
2675         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2676         itimer-list.
2677         (mm-create-image-xemacs): Only do something for XEmacs.
2678         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2679
2680         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2681
2682         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2683         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2684
2685 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2686
2687         * nnimap.el (nnimap-split-download-body):
2688         * gnus-demon.el (gnus-demon):
2689         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2690
2691 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2694         macros.
2695         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2696         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2697         copy data from unibyte buffer to multibyte current buffer.
2698         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2699         to copy data from unibyte current buffer to multibyte buffer.
2700         (nntp-make-process-buffer): Make process buffer unibyte.
2701
2702         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2703
2704 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2705
2706         * pop3.el (pop3-open-server): Accept and process data more robustly at
2707         connexion start to avoid spurious "POP SSL connexion failed" errors.
2708
2709 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2712         read group names.
2713
2714 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2715
2716         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2717
2718 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2721         (nnmail-save-active): Use a unibyte buffer when saving active file,
2722         which may contain non-ASCII group names.
2723
2724         * nnml.el (nnml-request-group): Decode group names in messages.
2725
2726 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * message.el (message-citation-line-function)
2729         (message-insert-formatted-citation-line): Fix spelling of
2730         `message-insert-formated-citation-line'.
2731
2732 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2735
2736 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2739         nnmail-pathname-coding-system.
2740
2741         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2742         that a user enters; decode group names in messages.
2743
2744         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2745
2746 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2749
2750         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2751
2752         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2753         risky local variable.
2754
2755         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2756
2757 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2758
2759         * encrypt.el: Improve documentation to fix function name typo.
2760         Reported by Daiki Ueno <ueno@unixuser.org>.
2761
2762 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2765         even if the point is not in the last page of an article.
2766         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2767         back to the previous page.
2768
2769 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2772
2773 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2776
2777 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2778
2779         * message.el (message-check-news-body-syntax): Avoid
2780         mm-string-as-multibyte.
2781         (message-hide-headers): Don't assume (point-min)==1.
2782
2783 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * message.el (message-remove-blank-cited-lines): Fix if remove is
2786         given.
2787         (message-bogus-address-regexp): New variable.
2788         (message-bogus-recipient-p): New function.
2789         (message-check-recipients): New command.
2790         (message-syntax-checks): Add `bogus-recipient'.
2791         (message-fix-before-sending): Add `bogus-recipient'.
2792
2793         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2794         (gnus-treat-body-boundary): Don't test window-system.
2795
2796 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2797
2798         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2799
2800 2007-10-28  Miles Bader  <miles@gnu.org>
2801
2802         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2803         at compile-time too.
2804
2805 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * gnus-msg.el (gnus-message-setup-hook): Add
2808         `message-remove-blank-cited-lines' to options.
2809
2810 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2811
2812         * message.el (message-remove-blank-cited-lines): New function.
2813         Suggested by Karl Plästerer.
2814
2815 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2818         mapc.
2819
2820         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2821         (top-level): Use mapc to set functions to be traced for debugging.
2822
2823         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2824         called for effect with while loop.
2825
2826         * message.el (message-talkative-question): Replace mapcar called for
2827         effect with mapc.
2828
2829         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2830         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2831         called for effect with dolist.
2832
2833         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2834
2835         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2836         gnus-extra-headers and nnmail-extra-headers.
2837
2838         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2839         called for effect with dolist.
2840         (top-level): Use mapc to set functions to be traced for debugging.
2841
2842         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2843         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2844         dolist.
2845
2846         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2847         Replace mapcar called for effect with mapc.
2848         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2849         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2850         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2851         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2852
2853         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2854         remove-if that's a cl function.
2855
2856         * webmail.el (webmail-debug): Replace mapcar called for effect with
2857         dolist.
2858
2859         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2860         with mapc.
2861
2862 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2865         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2866         with while loop.
2867
2868         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2869         functions from article-* functions.
2870         (gnus-multi-decode-header): Replace mapcar called for effect with
2871         dolist.
2872
2873         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2874         (gnus-bookmark-show-details): Replace mapcar called for effect with
2875         while loop.
2876
2877         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2878         called for effect with while loop.
2879
2880         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2881         with dolist.
2882
2883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2884         mapcar called for effect with dolist.
2885
2886         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2887
2888         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2889         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2890         Replace mapcar called for effect with dolist.
2891         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2892         mapc.
2893
2894         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2895         Replace mapcar called for effect with dolist.
2896         (gnus-topic-list): Replace mapcar called for effect with mapc.
2897
2898         * gnus.el: Use mapc instead of mapcar to add autoloads.
2899
2900 2007-10-23  Richard Stallman  <rms@gnu.org>
2901
2902         * gnus-group.el (gnus-group-highlight): Mark as risky.
2903
2904 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus.el (gnus-server-to-method): Return method found first in
2907         gnus-newsrc-alist.
2908
2909         * gnus-art.el (gnus-article-highlight-signature)
2910         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2911         button overlay without the front stickiness.
2912
2913 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2914
2915         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2916         overview buffer needed a catch to receive its throw.
2917         (gnus-agent-flush-cache): Declared as interactive to make this function
2918         easier to use.
2919
2920 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2921
2922         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2923         `next-line'.
2924
2925 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2928         exclude address matching message-dont-reply-to-names.
2929
2930 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * gnus-util.el (gnus-string<): New function.
2933
2934         * gnus-sum.el (gnus-article-sort-by-author)
2935         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2936
2937 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2940         the frame-focus tag is set in gnus-buffer-configuration.
2941
2942 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2945         the front stickiness.
2946
2947 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2950         url pattern; remove duplicate one.
2951         (gnus-article-extend-url-button): New function.
2952         (gnus-article-add-buttons): Use it.
2953         (gnus-button-push): Use concatenated url that it makes.
2954
2955 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2956
2957         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2958
2959 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2960
2961         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2962         Don't hardcode point-min==1.
2963
2964 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2965
2966         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2967         Fix comment about "iso8859-1".
2968
2969 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2970
2971         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2972         ones returned from the verify-function.
2973
2974         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2975         mml2015-extract-cleartext-signature if extraction failed.
2976
2977 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2978
2979         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2980         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2981         failed.
2982
2983 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2986
2987 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2988
2989         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2990         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2991         recommends to use EasyPG instead of PGG.
2992
2993         * pgg.el: Revert to revision 6.23.2.16
2994
2995         * pgg-def.el: Revert to revision 6.6.2.14.
2996
2997         * pgg-gpg.el: Revert to revision 6.23.2.34.
2998
2999 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3002         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3003         thread for both the null and zero (kill/expire thread) universal prefix
3004         cases.
3005         (gnus-summary-expire-thread): Add new function to expire a thread,
3006         using gnus-summary-kill-thread.
3007         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3008         shortcuts for gnus-summary-expire-thread.
3009         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3010         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3011
3012 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3015         extras value, so an extras entry can be deleted.
3016         (gnus-registry-delete-extra-entry): Use it.
3017         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3018         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3019         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3020         storage through the gnus-registry, and provide an appropriate API for
3021         it.
3022
3023 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3026         Suggested by Leo <sdl.web@gmail.com>.
3027
3028         * gnus.el: Do.
3029
3030 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3033         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3034
3035         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3036
3037         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3038         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3039
3040 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3043         newline.
3044         (nnmbox-request-accept-article): Don't change article in source buffer;
3045         narrow to header to use message-fetch-field rather than
3046         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3047         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3048         as delimiters; make sure article ends with newline.
3049         (nnmbox-delete-mail): Correct last position of article to be deleted;
3050         ignore X-Gnus-Newsgroup header in article body.
3051         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3052         positions; make sure article ends with newline.
3053
3054         * message.el (message-display-abbrev): Don't infloop when a user
3055         inserts SPC in the beginning of header.
3056
3057         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3058         coding-system-for-read and coding-system-for-write for XEmacs having no
3059         file-coding feature.
3060
3061         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3062
3063 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3064
3065         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3066         list of groups not followed by default.  Fix type to be regexp.
3067         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3068
3069 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3070
3071         * hmac-def.el (define-hmac-function): Switch from old-style to
3072         new-style backquotes.
3073
3074         * md4.el (md4-make-step): Likewise.
3075
3076 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3079         raw-text coding system when saving .newsrc file, which may contain
3080         non-ASCII group names.
3081
3082 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-cus.el (gnus-score-extra): New widget.
3085         (gnus-score-extra-convert): New function.
3086         (gnus-score-customize): Use it for Extra.
3087
3088 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3089
3090         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3091         (mml2015-mailcrypt-clear-verify): Use it.
3092         (mml2015-gpg-clear-verify): Use it.
3093         (mml2015-pgg-clear-verify): Use it.
3094         (mml2015-epg-clear-verify): Replace the current part with the output
3095         from GnuPG; don't extract the plaintext by itself.
3096
3097         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3098         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3099         mml2015-clear-verify-function; don't touch the armor headers or
3100         dash-escaped text here.
3101
3102 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3105         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3106         parts, or application/octet-stream as a last resort.
3107         (gnus-mime-view-part-as-type): Don't toggle display.
3108         (gnus-mime-view-part-as-charset): Don't turn off display before
3109         querying charset.
3110
3111         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3112         stuff to undisplayer function in Emacs.
3113         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3114
3115         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3116         text/calendar parts.
3117
3118 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3121         decoding text/calendar parts.
3122
3123         * message.el (message-forward-make-body-mime): Always mark body as
3124         having no illegible text; remove signed-or-encrypted argument.
3125         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3126
3127         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3128         (mml-generate-mime-1): Don't encode body if it is specified to be in
3129         raw form; don't make buffer be unibyte when inserting multibyte string.
3130
3131 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3132
3133         * sha1.el: Fix up comment style.
3134         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3135         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3136
3137         * hex-util.el: Fix up comment style.
3138         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3139
3140         * gnus-salt.el: Use with-current-buffer.
3141         (gnus-pick-setup-message): Fix long-standing typo.
3142
3143 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * imap.el (imap-logout-timeout): New variable.
3146         (imap-logout, imap-logout-wait): New functions.
3147         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3148
3149         * nnimap.el (nnimap-logout-timeout): New server variable.
3150         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3151         nnimap-logout-timeout.
3152
3153         * gnus-art.el (gnus-article-summary-command-nosave)
3154         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3155
3156 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus.el (gnus-maximum-newsgroup): New variable.
3159
3160         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3161         according to gnus-maximum-newsgroup.
3162
3163         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3164         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3165         Limit the range of articles according to gnus-maximum-newsgroup.
3166
3167 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3168
3169         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3170         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3171         Don't perform gnus-configure-windows here; reuse existing sticky
3172         article buffer.
3173
3174         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3175         it doesn't exist in gnus-article-mode.
3176
3177 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3180         (gnus-agent-decoded-group-name): New function.
3181         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3182         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3183
3184 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3185
3186         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3187         Add binding for gnus-sticky-article.
3188         (gnus-summary-exit): Don't kill sticky article buffers.
3189
3190         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3191         article buffer.
3192         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3193         (gnus-kill-sticky-article-buffers): New commands.
3194
3195 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * nntp.el (nntp-xref-number-is-evil): New server variable.
3198         (nntp-find-group-and-number): If it is non-nil, don't trust article
3199         numbers in the Xref header.
3200
3201 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-agent.el (gnus-agent-read-group): New function.
3204         (gnus-agent-flush-group, gnus-agent-expire-group)
3205         (gnus-agent-regenerate-group): Use it.
3206         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3207         nnmail-pathname-coding-system.
3208
3209 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3212
3213         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3214         that are unread as unread, and also as selected so that information of
3215         marks having been changed by a user may be updated when exiting group.
3216
3217 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3220         calculated ignoring signature parts to gnus-treat-article.
3221
3222 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3225         a point here in order to keep the window start.
3226         (gnus-insert-mime-security-button): Make a button overlay without the
3227         front stickiness.
3228         (gnus-mime-display-security): Goto the end of a button.
3229
3230         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3231
3232 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3235         group-name-at-point.
3236         (gnus-group-completing-read): New function that offers decoded
3237         non-ASCII group names for completion.
3238         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3239         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3240         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3241         (gnus-group-fetch-control): Use it.
3242         (gnus-fetch-group): Use group-name-at-point for the initial value
3243         rather than the default value; use gnus-alive-p.
3244
3245         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3246         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3247         (gnus-summary-post-news): Use gnus-group-completing-read.
3248
3249         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3250         (gnus-read-move-group-name): Decode group name for completion.
3251
3252 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3253
3254         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3255         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3256         Yamaoka slightly modified the code).
3257
3258 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3261         (nnmail-split-incoming): Bind it.
3262
3263         * nnml.el (nnml-group-name-charset): New function.
3264         (nnml-decoded-group-name): Use it; don't decode group name if
3265         nnmail-group-names-not-encoded-p is non-nil.
3266         (nnml-encoded-group-name): New function.
3267         (nnml-group-pathname): Inline nnml-decoded-group-name.
3268         (nnml-request-expire-articles): Decode group name in message.
3269         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3270         nnmail-pathname-coding-system.
3271         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3272         not decoded ones according to nnmail-group-names-not-encoded-p.
3273         (nnml-generate-active-info): Use nnml-encoded-group-name.
3274
3275 2007-08-08  Glenn Morris  <rgm@gnu.org>
3276
3277         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3278         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3279         doc-strings and comments.
3280
3281 2007-07-25  Glenn Morris  <rgm@gnu.org>
3282
3283         * Relicense all FSF files to GPLv3 or later.
3284
3285 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-sum.el (gnus-summary-move-article): Make
3288         gnus-summary-respool-article work.
3289
3290 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3293         string.
3294
3295 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3296
3297         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3298         that should be ignored when comparing distant RSS articles with local
3299         ones.
3300         (nnrss-make-hash-index): New function.  Create a hash index according
3301         to the ignored fields.
3302         (nnrss-check-group): Use it.
3303
3304 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3307
3308         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3309
3310         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3311         the new optional argument ENCODED is non-nil.
3312         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3313         coding system for encoding group name.
3314         (gnus-group-make-rss-group): Pass un-encoded group name to
3315         gnus-group-make-group.
3316         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3317         encoded.
3318
3319         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3320         Encode group name to which articles are moved or copied.
3321         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3322         coding system for encoding Newsgroup, Followup-To and Xref headers.
3323
3324         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3325         marks; use nnheader-file-coding-system to write a file.
3326         (nnagent-retrieve-headers): Bind file-name-coding-system to
3327         nnmail-pathname-coding-system.
3328
3329         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3330
3331         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3332         (nnml-request-article, nnml-request-create-group)
3333         (nnml-request-rename-group, nnml-find-id)
3334         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3335         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3336         (nnml-save-marks): Use nnml-group-pathname instead of
3337         nnmail-group-pathname.
3338
3339         (nnml-request-create-group, nnml-request-expire-articles)
3340         (nnml-request-move-article, nnml-request-delete-group)
3341         (nnml-deletable-article-p, nnml-possibly-create-directory)
3342         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3343         (nnml-open-marks): Bind file-name-coding-system to
3344         nnmail-pathname-coding-system.
3345
3346         (nnml-request-article): Pass server argument to nnml-find-group-number.
3347         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3348         server argument to nnml-possibly-create-directory.
3349         (nnml-request-accept-article): Pass server argument to
3350         nnml-active-number and nnml-save-mail.
3351         (nnml-find-group-number): Pass server argument to nnml-find-id.
3352         (nnml-request-update-info): Pass server argument to
3353         nnml-marks-changed-p.
3354
3355         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3356         (nnml-save-mail, nnml-active-number): Add server argument.
3357
3358         (nnml-request-delete-group): Warn if group is missing.
3359         (nnml-get-nov-buffer): Decode group name.
3360         (nnml-generate-active-info): Encode group name.
3361         (nnml-open-marks): Decode group name in messages.
3362
3363 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3366         if it is not specified.
3367         (gnus-article-pipe-part, gnus-article-save-part)
3368         (gnus-article-interactively-view-part, gnus-article-copy-part)
3369         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3370         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3371         (gnus-article-replace-part, gnus-article-delete-part)
3372         (gnus-article-view-part-as-type): Pass raw prefix argument to
3373         gnus-article-part-wrapper.
3374
3375 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus-agent.el (gnus-agent-save-active): Bind
3378         nnheader-file-coding-system to gnus-agent-file-coding-system.
3379
3380         * gnus-cache.el (gnus-cache-save-buffers)
3381         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3382         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3383         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3384         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3385         (gnus-cache-generate-active, gnus-cache-rename-group)
3386         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3387         (gnus-cache-update-overview-total-fetched-for): Bind
3388         file-name-coding-system to nnmail-pathname-coding-system.
3389         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3390         variables.
3391         (gnus-cache-decoded-group-name): New function.
3392         (gnus-cache-file-name): Use it.
3393         (gnus-cache-generate-active): Use non-decoded group name for active.
3394
3395         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3396         right place.
3397         (gnus-write-active-file): Don't break non-ASCII group names.
3398
3399         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3400         nnmail-pathname-coding-system.
3401
3402         * lpath.el: Bind default-file-name-coding-system,
3403         file-name-coding-system and language-info-alist for XEmacs.
3404
3405         * gnus-uu.el (gnus-uu-decode-save): Typo.
3406
3407 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3410
3411 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3414         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3415         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3416         (gnus-agent-flush-group, gnus-agent-flush-cache)
3417         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3418         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3419         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3420         (gnus-agent-regenerate-group)
3421         (gnus-agent-update-files-total-fetched-for)
3422         (gnus-agent-update-view-total-fetched-for): Bind
3423         file-name-coding-system to nnmail-pathname-coding-system.
3424         (gnus-agent-group-pathname): Don't encode file names by
3425         nnmail-pathname-coding-system.
3426         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3427         coding-system-for-write instead of buffer-file-coding-system to
3428         gnus-agent-file-coding-system.
3429
3430         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3431         Decode group name.
3432
3433         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3434
3435         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3436         (gnus-read-newsrc-el-file): Make group names unibyte.
3437
3438         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3439         nnmail-pathname-coding-system.
3440
3441         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3442         (nnrss-request-delete-group): Bind file-name-coding-system to
3443         nnmail-pathname-coding-system.
3444         (nnrss-read-server-data, nnrss-read-group-data): Bind
3445         file-name-coding-system correctly.
3446         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3447
3448         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3449         (nntp-server-to-method-cache): New variable.
3450         (nntp-group-pathname): New function that decodes non-ASCII group names.
3451         (nntp-possibly-create-directory, nntp-marks-changed-p)
3452         (nntp-save-marks, nntp-open-marks): Use it.
3453         (nntp-possibly-create-directory, nntp-open-marks):
3454         Bind file-name-coding-system to nnmail-pathname-coding-system.
3455         (nntp-open-marks): Decode group names when bootstrapping marks.
3456
3457         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3458         Newsgroups and Folowup-To headers.
3459
3460 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3463         (gnus-server-closed-face, gnus-server-denied-face)
3464         (gnus-server-offline-face): Remove variable.
3465         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3466
3467         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3468         of modifying message-stack directly for XEmacs.
3469
3470         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3471         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3472         if the coding-system argument is nil for XEmacs.
3473
3474         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3475         mm-charset-override-alist.
3476
3477         * rfc2047.el: Don't require base64; require rfc2045 for the function
3478         rfc2045-encode-string.
3479         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3480         to quote the parameter value.
3481
3482 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3485         form in gnus-group-name-charset-method-alist.
3486
3487         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3488         overrides the default layout edit-form.
3489
3490         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3491
3492         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3493
3494 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3497         as unfetched articles.
3498
3499 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3502
3503 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3506         original back end that keeps marks in the local system.
3507
3508 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3511         arg of pop-to-buffer for XEmacs.
3512         (gnus-article-read-summary-keys): Ditto; don't restore window
3513         configuration if summary command ends up with neither article buffer
3514         nor summary buffer; describe bindings if summary keys end with C-h.
3515
3516 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * message.el (message-fix-before-sending): Skip raw message part to be
3519         forwarded while checking illegible text.
3520         (message-forward-make-body-mime, message-forward-make-body): Mark
3521         signed or encrypted raw message as having no illegible text.
3522
3523 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3526         (gnus-message-with-timestamp-1): New macro.
3527         (gnus-message-with-timestamp): New function.
3528         (gnus-message): Use them.
3529
3530         * nnheader.el (nnheader-message): Use them.
3531
3532 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3535         .newsrc.eld file.
3536
3537 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-agent.el (gnus-agent-fetch-headers)
3540         (gnus-agent-retrieve-headers): Bind
3541         gnus-decode-encoded-address-function to identity.
3542
3543         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3544         available also when the server returns simply a dot.
3545
3546         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3547
3548 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3551
3552 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-ems.el (gnus-x-splash): Make it work.
3555
3556         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3557         from being used.
3558
3559         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3560
3561 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3564         4th and the 5th arguments.
3565
3566         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3567         the front stickiness.
3568         (gnus-article-summary-command-nosave): Correct the order of the
3569         arguments passed to pop-to-buffer.
3570         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3571         summary command ends up with the article buffer.
3572
3573         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3574         the same faces.
3575
3576 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3577
3578         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3579
3580 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3581
3582         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3583         * gnus-sum.el (gnus-summary-highlight):
3584         * pgg.el (pgg-sign-region, pgg-sign):
3585         * mail-source.el (mail-source-delete-old-incoming-confirm):
3586         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3587
3588 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-mime-view-part-externally)
3591         (gnus-mime-view-part-internally): Fix predicate function passed to
3592         completing-read.
3593
3594         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3595
3596         * gnus.el (gnus-update-message-archive-method): Add :version.
3597
3598 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus.el (gnus-update-message-archive-method): New variable.
3601
3602         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3603         according to gnus-message-archive-method if
3604         gnus-update-message-archive-method is non-nil.
3605
3606 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3609         by Loic Dachary <loic@dachary.org>.
3610         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3611
3612 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * message.el (message-pop-to-buffer): Add switch-function argument.
3615         (message-mail): Pass switch-function argument to it.
3616
3617 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3620         Improve doc string.
3621
3622 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3625         (gnus-header-content)
3626         * gnus-cite.el (gnus-cite-10)
3627         * gnus-srvr.el (gnus-server-closed)
3628         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3629         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3630         (gnus-group-mail-3-empty, gnus-group-mail-low)
3631         (gnus-group-mail-low-empty, gnus-splash)
3632         * message.el (message-header-to, message-header-cc)
3633         (message-header-subject, message-header-other, message-header-name)
3634         (message-header-xheader, message-separator, message-cited-text)
3635         (message-mml): Lighten colors of faces used for dark background.
3636
3637 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3638
3639         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3640         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3641
3642 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * message.el (message-narrow-to-headers-or-head):
3645         Ignore mail-header-separator in the body.
3646
3647 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3650         same as window size.
3651
3652 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3653
3654         * message.el (message-font-lock-keywords): Use message-header-xheader
3655         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3656         ahead of the anything pattern, to get it recognised.
3657
3658 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3661         spam.el loads uses it in the compiled defadvice form.
3662
3663 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3664
3665         * gnus-sum.el (gnus-articles-to-read)
3666         (gnus-summary-insert-old-articles): Don't truncate group name for
3667         `read-string'.
3668
3669         * gnus-util.el (gnus-limit-string): Delete this function.
3670
3671         * gnus-sum.el (gnus-simplify-subject-fully): Use
3672         `truncate-string-to-width' instead.
3673
3674 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3675
3676         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3677         if, on summary exit, the next group has to be selected.
3678         (gnus-summary-exit): Use it.
3679
3680 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3683         non-break space.
3684
3685 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3688         Check if group is not a directory.
3689         (nnfolder-request-expire-articles): Don't delete articles if the target
3690         group is not available.
3691
3692         * nnml.el (nnml-request-create-group): Properly check if group is not a
3693         file.
3694         (nnml-request-expire-articles): Don't delete articles if the target
3695         group is not available.
3696
3697         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3698         Don't quote characters that are within parentheses.
3699
3700 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3703         (gnus-handle-ephemeral-exit): Select article according to it.
3704
3705 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * message.el (message-insert-formated-citation-line): Remove newline.
3708         (message-citation-line-format): Add final \n here so that the user can
3709         avoid a blank line.
3710
3711 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3712
3713         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3714         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3715         Update lanl/arXiv support.
3716
3717 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * gnus.el: Bump version number.
3720
3721 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus.el (gnus-version-number): Bump version.
3724
3725 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3726
3727         * gnus.el: No Gnus v0.6 is released.
3728
3729 2007-04-27  Didier Verna  <didier@xemacs.org>
3730
3731         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3732         * gmm-utils.el (gmm-regexp-concat): here.
3733         * message.el: Don't require 'gnus-util.
3734         (message-dont-reply-to-names): Handle name change above.
3735         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3736
3737 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3740         since the initial value varies according to the system.
3741
3742 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3745
3746 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3747
3748         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3749
3750 2007-04-24  Didier Verna  <didier@xemacs.org>
3751
3752         Improve the type of gnus-ignored-from-addresses.
3753         * gnus-util.el (gnus-orify-regexp): New function.
3754         * message.el (gnus-util): Require it.
3755         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3756         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3757         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3758
3759 2007-04-24  Didier Verna  <didier@xemacs.org>
3760
3761         * gnus-sum.el:
3762         * gnus-utils.el: Fix some trailing whitespaces.
3763
3764 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3767         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3768         article's Message-ID; refer parent article in summary buffer.
3769
3770         * message.el (message-bounce): Call mime-to-mml.
3771
3772         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3773         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3774         optimize and/or forms properly.
3775
3776 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3779         URL.
3780
3781 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3784
3785 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3788         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3789         displayed of multipart/alternative part if it is invoked from summary
3790         buffer.
3791
3792         * mm-view.el (mm-inline-text-html-render-with-w3m)
3793         (mm-inline-text-html-render-with-w3m-standalone)
3794         (mm-inline-render-with-function): Use mail-parse-charset by default.
3795
3796 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3797
3798         * parse-time.el (parse-time-string-chars): Check if CHAR
3799         is less than the length of parse-time-syntax.
3800
3801 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3804         from gnus-newsgroup-processable.
3805
3806 2007-04-16  Didier Verna  <didier@xemacs.org>
3807
3808         * gnus-msg.el (gnus-configure-posting-styles): Handle
3809         message-signature-directory properly with :file syntax.  Reported by
3810         "Leo".
3811
3812 2007-04-11  Didier Verna  <didier@xemacs.org>
3813
3814         New user option: message-signature-directory.
3815         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3816         * message.el (message-insert-signature): Ditto.
3817         * message.el (message-signature-file): Doc update.
3818         * message.el (message-signature-directory): New.
3819
3820 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-msg.el (gnus-inews-yank-articles): Use
3823         message-exchange-point-and-mark instead of exchange-point-and-mark.
3824
3825 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * message.el (message-yank-original): Make sure cited text ends with
3828         newline; don't exchange point and mark.
3829
3830 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3831
3832         * tls.el (open-tls-stream): Properly handle case where there
3833         is no associated buffer.
3834
3835 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3836
3837         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3838         message-yank-original, make sure (< mark TEXT point).
3839
3840 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * message.el (message-fill-column): New variable.
3843         (message-mode): Use it.  Add comment on a possible new hook.
3844
3845         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3846         (nnmail-get-new-mail): Reformat.
3847
3848         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3849
3850         * gmm-utils.el: Fix Commentary.
3851         (gmm-tool-bar-from-list): Fix typo in doc string.
3852
3853 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3854
3855         * message.el (message-yank-original): Don't switch point and mark
3856         unnecessarily to put point and mark as documented.
3857
3858 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3861         from the message heads.
3862
3863 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3864
3865         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3866         article buffer does not have a window.  This may not be the best
3867         solution but is certainly better than setting the start of the null,
3868         that is the current, window.
3869
3870 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3873         (gnus-draft-setup): Run it.
3874
3875         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3876         gnus-score-fast-scoring.  Allow regexp.
3877         (gnus-score-headers): Use it.
3878
3879         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3880         XEmacs.
3881
3882         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3883         string.
3884         (gnus-button-alist): Also catch `<f1> k ...'.
3885         (gnus-treat-display-x-face): Fix doc string.
3886
3887 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3888
3889         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3890         evaluation of gnus-extended-version to ensure correct generation of the
3891         User-Agent header when message-generate-headers-first is used.
3892
3893 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3894
3895         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3896         hashcash-path is nil.  Don't call callback with incorrect number of
3897         parameters if val is 0.
3898
3899 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3900
3901         * message.el (message-required-news-headers):
3902         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3903
3904 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3905
3906         * tls.el (open-tls-stream): In handshake-waiting loop,
3907         don't wait more if there is output available to process.
3908
3909 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3910
3911         * tls.el (tls-program): Doc fix.
3912
3913 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * message.el (message-generate-new-buffers): Change the meaning of the
3916         nil value; add `standard' to the choices; treat t as `unique'; improve
3917         doc string.
3918         (gnus-select-frame-set-input-focus): Autoload.
3919         (message-buffer-name): Search for the existing message buffer if
3920         message-generate-new-buffers is nil or `standard'; treat the value t of
3921         message-generate-new-buffers as `unique'.
3922         (message-pop-to-buffer): Raise the frame already displaying the message
3923         buffer; clear the echo area after querying.
3924         (message-setup): Pass the `continue' argument to compose-mail.
3925         (message-mail): Prefer `switch-function' if it is given; search for the
3926         existing message buffer if the `continue' argument is non-nil; pass
3927         continue and switch-function arguments to compose-mail by way of
3928         message-setup.
3929         (message-mail-other-window): Adjust argument of message-setup.
3930         (message-mail-other-frame): Ditto.
3931
3932 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3935         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3936         to turn font-lock on when turning gnus-message-citation-mode on.
3937
3938 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3939
3940         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3941         (mml-smime-function-alist): New variable; add epg as the backend.
3942         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3943         mml-smime- functions instead.
3944         * mm-view.el: Require smime.
3945
3946 2007-03-05  Didier Verna  <didier@xemacs.org>
3947
3948         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3949         instead of just inheritance for posting styles.
3950         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3951
3952 2007-02-24  Chris Moore  <dooglus@gmail.com>
3953
3954         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3955         * pgg-pgp.el (pgg-pgp-encrypt-region):
3956         * pgg-gpg.el (pgg-gpg-encrypt-region):
3957         Check pgg-encrypt-for-me if no other recipients.
3958
3959 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3960
3961         * tls.el (tls-certtool-program): Fix custom type.
3962
3963 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3966         and point-at-eol instead of line-(beginning|end)-position.
3967
3968         * assistant.el (assistant-parse-buffer): Ditto.
3969
3970         * netrc.el (netrc-parse-services): Ditto.
3971
3972 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3973
3974         * mml2015.el (mml2015-epg-find-usable-key): New function.
3975         (mml2015-epg-sign): Use it.
3976         (mml2015-epg-encrypt): Use it.
3977
3978 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * message.el (message-make-in-reply-to): Quote name containing
3981         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3982         if there are special characters.  Reported by NAKAJI Hiroyuki
3983         <nakaji@jp.freebsd.org>.
3984
3985 2007-02-27  Didier Verna  <didier@xemacs.org>
3986
3987         Include the group parameters as well as the topic ones in the
3988         inheritance filter process.
3989         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3990         argument GROUP-PARAMS-LIST.
3991         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3992
3993 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * nntp.el (nntp-never-echoes-commands)
3996         (nntp-open-connection-functions-never-echo-commands): New variables.
3997         (nntp-send-command): Use them.
3998
3999 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4000
4001         * mml2015.el (mml2015-epg-verify): Simplified.
4002
4003 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * mml.el (mml-content-disposition-alist): New user option.
4006         (mml-content-disposition): New function.
4007         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4008         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4009
4010 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4011
4012         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4013         verification.
4014
4015 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4016
4017         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4018         articles posted in the last 24 hours.
4019
4020 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4021
4022         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4023
4024 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4025
4026         * nntp.el (nntp-send-command): Don't wait for echoes when
4027         nntp-open-ssl-stream is used.
4028
4029 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4032         (gnus-message-add-citation-keywords)
4033         (gnus-message-remove-citation-keywords): Remove.
4034         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4035         directly, make the variables in font-lock-defaults buffer-local, add
4036         gnus-message-citation-keywords to them and then update the value of
4037         font-lock-keywords.
4038
4039 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * message.el (message-cite-original-1): Don't call
4042         gnus-article-highlight-citation.
4043
4044         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4045         citations; fix line count.
4046
4047 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4050         (gnus-message-add-citation-keywords)
4051         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4052         versions of font-lock-add-keywords and font-lock-remove-keywords to
4053         work with XEmacs correctly.
4054
4055 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-cite.el (gnus-cite-face-list): Set the values of
4058         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4059         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4060         (gnus-message-cite-prefix-regexp): New variable.
4061         (gnus-message-search-citation-line): Use it; protect against long
4062         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4063         the 0th match data for Emacs.
4064         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4065         (gnus-message-add-citation-keywords): Append keywords rather than
4066         prepending; emulate font-lock-add-keywords if it is not available.
4067         (gnus-message-remove-citation-keywords): Emulate
4068         font-lock-remove-keywords if it is not available.
4069
4070         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4071
4072         * message.el (message-cite-prefix-regexp): Set the value of
4073         gnus-message-cite-prefix-regexp.
4074
4075 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4076
4077         * nnweb.el (nnweb-google-parse-1): Update parser.
4078
4079 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4080
4081         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4082
4083 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4084
4085         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4086         regexp.
4087
4088 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4091         string-to-multibyte.
4092         (uudecode-decode-region-internal): Use it.
4093
4094         * lpath.el: Fbind string-as-multibyte for XEmacs.
4095
4096 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4099         custom choice.
4100
4101         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4102
4103 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4104
4105         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4106
4107         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4108         `write-region' to respect `mm-inhibit-file-name-handlers'.
4109
4110 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4113         Use gnus-home-directory instead of "~/" or "$HOME".
4114
4115 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4118         to mention filename.
4119         Add comments at beginning regarding usage.
4120         (encrypt-write-file-contents): Change interactive so a string is
4121         acceptable.  If the file has no associated model, show an error instead
4122         of a nonsense prompt.
4123
4124 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4125
4126         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4127         Thanks to Yoshihiko Yamada for kind notification of this typo.
4128
4129 2007-01-12  Kenichi Handa  <handa@m17n.org>
4130
4131         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4132         multibyte buffer.
4133
4134 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * gnus-score.el (gnus-score-fast-scoring): New variable.
4137         (gnus-score-headers): Use it.
4138
4139         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4140
4141         * message.el (message-cite-original-1): Call
4142         gnus-article-highlight-citation if requested.
4143         (message-make-from): Allow name and address as optional arguments.
4144
4145         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4146
4147         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4148         bugs to doc string.
4149         (gnus-button-alist): Add mid\\|message-id.
4150         (gnus-button-fetch-group): Extend for use in
4151         `browse-url-browser-function'.
4152         (gnus-button-url-regexp): Try to catch paired parentheses like in
4153         Wikipedia URLs.
4154
4155         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4156         Suggested by Simon Krahnke <overlord@gmx.li>.
4157
4158 2007-01-13  Romain Francoise  <romain@orebokech.com>
4159
4160         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4161         Update copyright.
4162
4163 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4164
4165         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4166
4167 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * gnus-registry.el (gnus-registry-unfollowed-groups)
4170         (gnus-registry-split-fancy-with-parent): Fix documentation.
4171
4172 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4175         from nnweb groups.
4176
4177 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4180         Xref urls.  Erase buffer before requesting head.
4181
4182 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4185         customizable.
4186
4187 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4188
4189         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4190         no signing key is found.
4191         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4192         no encrypting and/or signing key is found.
4193
4194 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4197
4198 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4199
4200         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4201         headers read from disk with the ones newly found in the current search.
4202         This should no longer cause problems, because the article numbers in
4203         Gmane's `nov.php' output are ignored since the previous change.
4204
4205 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4206
4207         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4208
4209 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4212         replace-regexp-in-string; bind url-version; fbind display-images-p and
4213         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4214         find-face and set-itimer-function for Emacs; bind itimer-list for
4215         Emacs.
4216
4217         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4218
4219 2007-01-01  Romain Francoise  <romain@orebokech.com>
4220
4221         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4222
4223 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4224
4225         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4226         `define-minor-mode' macro definition expanded properly.
4227         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4228         exclude it there.
4229
4230         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4231         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4232         `fboundp' test.
4233         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4234         This is OK to autoload in (S)XEmacs now.
4235
4236 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4239         keystroke.
4240         (gnus-summary-limit-to-singletons): Fix typo.
4241
4242         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4243         else fails.
4244
4245 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4246
4247         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4248         docstring.
4249
4250         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4251         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4252         (gnus-summary-insert-dormant-articles): Fix typo in message.
4253
4254 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4257         nil for XEmacs.
4258         (gnus-message-citation-mode): Don't autoload in XEmacs.
4259
4260         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4261
4262 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4263
4264         * nnimap.el (nnimap-expunge-search-string): Mention
4265         nnimap-search-uids-not-since-is-evil in docstring.
4266
4267 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4268
4269         * spam.el: Revert to make-obsolete-variable because
4270         define-obsolete-variable-alias is not supported in Emacs 21.
4271
4272         * spam.el (spam-ifile-path, spam-ifile-database-path)
4273         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4274         make-obsolete-variable.
4275         (spam-bsfilter-path, spam-bsfilter-program)
4276         (spam-spamassassin-path, spam-spamassassin-program)
4277         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4278         use "path" inappropriately.
4279         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4280         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4281         variable names.
4282
4283 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4284
4285         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4286         summary buffer.
4287
4288         * password.el (password-cache-remove): Use clear-string to burn
4289         password, if available.
4290
4291 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4292
4293         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4294
4295         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4296
4297         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4298         (gnus-message-highlight-citation): Move defcustom here from
4299         gnus-cite.el.
4300         (gnus-message-citation-mode): Autoload.
4301
4302         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4303         checks to make it compile with XEmacs.
4304         (gnus-message-citation-mode): New minor mode.
4305         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4306         (gnus-message-highlight-citation): New variables.
4307         (gnus-message-search-citation-line)
4308         (gnus-message-add-citation-keywords)
4309         (gnus-message-remove-citation-keywords)
4310         (turn-on-gnus-message-citation-mode)
4311         (turn-off-gnus-message-citation-mode): New functions.
4312
4313 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4314
4315         * gnus-cite.el: Enable highlighting of different citation levels in
4316         message-mode.
4317
4318 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * message.el (message-make-fqdn): Fix comment.
4321         (message-bogus-system-names): Add ".local".
4322
4323         * spam.el (spam-ifile-path, spam-ifile-program)
4324         (spam-ifile-database-path, spam-ifile-database)
4325         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4326         Don't use "path" inappropriately.
4327         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4328         strings.
4329         (spam-check-ifile, spam-ifile-register-with-ifile)
4330         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4331         new variable names.
4332
4333         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4334         (gnus-treat-display-smileys): Simplify using
4335         gnus-image-type-available-p.
4336
4337         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4338         available.
4339
4340         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4341         `display-images-p' if available.
4342
4343 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4346         one after turning on the buffer's multibyteness instead of decoding
4347         them directly in the unibyte buffer that causes unexpected conversion
4348         in Emacs 23 (unicode).
4349
4350 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4351
4352         * message.el (message-generate-hashcash): Fix custom type.
4353
4354 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4357
4358 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4361         disconnect icons.  Add help text.
4362
4363 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4364
4365         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4366         negated to be consistent with the others we handle.
4367
4368 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4371         version of gnus-summary-buffer to something, so that we can use two
4372         article buffers at the same time.
4373
4374 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4377         trigger all the extra headers.
4378         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4379         sorting.
4380
4381 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4382
4383         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4384         solid groups.
4385
4386 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4387
4388         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4389
4390 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * legacy-gnus-agent.el: Add Copyright notice.
4393
4394 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4395
4396         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4397
4398 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4401
4402         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4403         to make it work reliably in CVS Emacs.
4404         (gnus-summary-limit-strange-charsets-predicate)
4405         (gnus-summary-limit-to-predicate): New functions.
4406
4407 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4408
4409         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4410         specifying array size.
4411         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4412         array if it is too small.
4413         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4414         (gnus-sort-threads-loop): New function.
4415
4416 2006-12-06  Chris Moore  <dooglus@gmail.com>
4417
4418         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4419         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4420
4421 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4422
4423         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4424         options.
4425
4426 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4429         DOS-ing the recipient.
4430
4431         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4432         the headers when creating the mapping to avoid mismappings.
4433         (nnweb-gmane-create-mapping): Always nix out old mapping.
4434
4435 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4438         and mm-verify-option to never.
4439
4440 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * message.el (message-signed-or-encrypted-p): New function.
4443         (message-forward-make-body): Use it.
4444
4445         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4446         Replace encode-coding-string with mm-encode-coding-string.
4447
4448 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nneething.el (nneething-decode-file-name): Replace
4451         decode-coding-string with mm-decode-coding-string.
4452
4453         * gnus-int.el (gnus-open-server): Say failed server's name.
4454
4455 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4456
4457         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4458         strings to a single string.  Quote `errors-file-name'.
4459         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4460         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4461         Adjust calls.  Use `shell-quote-argument'.
4462
4463 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4464
4465         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4466         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4467
4468         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4469         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4470         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4471         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4472         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4473         (gnus-subscribe-newsgroup, gnus-1):
4474         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4475         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4476         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4477         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4478
4479 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4482         keystroke.
4483         (gnus-summary-limit-to-bodies): Implement headersp.
4484
4485 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4488
4489 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4492
4493 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * message.el (message-generate-hashcash): Expand range of values to
4496         include `opportunistic'.
4497         (message-send-mail): Use it.
4498
4499 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4500
4501         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4502         and comment it.
4503
4504         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4505
4506 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * gnus-util.el (gnus-extract-address-components): Improve comment.
4509
4510 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-util.el (gnus-extract-address-components): Work with address in
4513         which the name portion contains @.
4514
4515         * lpath.el: Fbind custom-autoload.
4516
4517 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus.el (gnus-start): Move custom group up.
4520         (gnus-select-method): Don't autoload, but make it available for
4521         `customize-variable'.
4522         (gnus-getenv-nntpserver): Don't autoload.
4523
4524 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4527
4528 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * message.el (message-sendmail-extra-arguments): New variable.
4531         (message-send-mail-with-sendmail): Use it.
4532
4533 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4536         mm-with-unibyte-current-buffer to make string unibyte.
4537
4538         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4539         mm-string-as-multibyte.
4540
4541 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4542
4543         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4544         Reported by Werner Koch <wk@gnupg.org>.
4545
4546 2006-11-14  Daiki Ueno  <ueno@p360>
4547
4548         * mml2015.el: Autoload epa-select-keys when compiling.
4549
4550 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4551
4552         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4553         message-options.
4554         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4555
4556 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4557
4558         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4559         EasyPG (< 0.0.6).
4560         (mml2015-always-trust): New user option.
4561         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4562         prompt.
4563
4564 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * nntp.el (nntp-authinfo-force): New variable.
4567         (nntp-send-authinfo): Use it.
4568
4569 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4572         decode encoded words.  Improve prompt.  Add comment about forwarding.
4573         (message-replacement-char): Move up.
4574
4575 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4576
4577         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4578         instead of gnus-intersection because arguments of gnus-sorted-nunion
4579         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4580
4581 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4584         (message-simplify-subject-functions): Enable
4585         message-strip-subject-encoded-words by default.
4586
4587 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * message.el (message-strip-subject-encoded-words): New function
4590         (message-simplify-subject-functions): New variable.
4591         (message-simplify-subject): Use it.  Fix typo in doc string.
4592         Support message-strip-subject-encoded-words.
4593
4594 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4595
4596         * gnus-diary.el (gnus-diary-delay-format-function):
4597         * nndiary.el (nndiary-reminders):
4598         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4599
4600 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * gnus-art.el (article-hide-boring-headers): Fetch date from
4603         gnus-original-article-buffer to avoid problems with localized date
4604         strings.
4605
4606 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4609
4610 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4613         New variables.
4614         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4615         (mm-charset-synonym-alist): Move some entries to
4616         mm-codepage-iso-8859-list.
4617         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4618         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4619
4620 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4623
4624 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4627         with Emacs 21 and XEmacs.
4628
4629 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * spam.el (spam-parse-address): New function for better parsing,
4632         catching errors, etc.
4633         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4634
4635 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * mm-view.el: Add interactive arg to html2text autoload.
4638
4639 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4642
4643 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4644
4645         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4646         variables.
4647         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4648         (mm-charset-synonym-alist): Move some entries to
4649         mm-codepage-iso-8859-list.
4650
4651         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4652
4653 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * message.el (message-citation-line-format)
4656         (message-insert-formated-citation-line): Fix implementation of %E, %N
4657         and %n according to the doc string.
4658
4659 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4660
4661         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4662         car-safe to avoid bad parses.
4663
4664 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4667         names.
4668
4669         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4670
4671 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4674         header.
4675
4676         * message.el (message-draft-headers): Add Date.
4677         (message-headers-to-generate): Fix typo in docstring.
4678
4679         * nndraft.el (nndraft-required-headers): New variable.
4680         (nndraft-generate-headers): Use it.
4681
4682         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4683
4684 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         * gnus-registry.el (gnus-registry-wash-for-keywords)
4687         (gnus-registry-find-keywords): New functions to allow easy searching of
4688         articles that are in the registry.
4689
4690 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4693         ietf-drums-parse-address instead of gnus-extract-address-components.
4694         Reported by Damien Elmes <damien@repose.cx>.
4695
4696 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * gnus.el (gnus-mime): Remove unused custom group.
4699
4700 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4701
4702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4703         "blank line" when searching for end of armor headers.
4704
4705 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gmm-utils.el (gmm-write-region): Fix variable name.
4708
4709 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * gmm-utils.el (gmm-write-region): New function based on compatibility
4712         code from `mm-make-temp-file'.
4713
4714         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4715
4716         * nnmaildir.el (nnmaildir--update-nov)
4717         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4718         Use `gmm-write-region'.
4719
4720 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4723         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4724
4725         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4726
4727         * message.el (message-replacement-char): New variable.
4728         (message-fix-before-sending): Use it.
4729         (message-simplify-subject): New function to remove duplicate code.
4730         (message-reply, message-followup): Use it.
4731
4732         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4733         gnus-summary-limit-to-articles.
4734
4735 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-util.el (gnus-with-local-quit): New macro.
4738
4739         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4740
4741 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4742
4743         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4744         ignore non-string data.
4745
4746 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4749         non-string data (needs to be done in the registry too).
4750
4751 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4752
4753         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4754         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4755         (gnus-registry-split-fancy-with-parent)
4756         (gnus-registry-fetch-simplified-message-subject-fast)
4757         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4758         Remove text properties on ingress into the registry and when it's saved.
4759         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4760         registry from entries with no groups.
4761
4762 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4765         function to remove string properties.
4766
4767 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4768
4769         * gmm-utils.el (gmm): Adjust custom version.
4770
4771         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4772         custom version.
4773
4774         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4775
4776 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * gnus-art.el (gnus-insert-prev-page-button)
4779         (gnus-insert-next-page-button): Simplify.  Reformat.
4780
4781 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4782
4783         * gnus-art.el (gnus-insert-prev-page-button)
4784         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4785
4786 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4787
4788         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4789
4790 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4791
4792         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4793         gnus-article-button-face to MIME and security buttons.
4794
4795 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4798         readable.
4799
4800 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4803
4804 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4805
4806         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4807         `browse-url-of-file' instead of `browse-url'.
4808
4809 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4810
4811         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4812         regexp.  Articles containing quotation were cut prematurely.
4813
4814 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * message.el (message-cite-original-1): Use nobody by default for the
4817         value of From header.
4818         (message-reply): Ditto.
4819
4820 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4821
4822         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4823         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4824         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4825
4826 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4829         mails in the doc string.  Add some URLs in comment.
4830         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4831
4832 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4835         backslashes handling and the way to find boundaries of quoted strings.
4836
4837 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4838
4839         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4840         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4841         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4842         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4843
4844 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4847         doc string.
4848         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4849
4850 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * lpath.el: Fbind epg-check-configuration.
4853
4854 2006-09-06  Simon Josefsson  <jas@extundo.com>
4855
4856         * mml2015.el (mml2015-use): Doc fix, mention epg.
4857
4858 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4859
4860         * mml2015.el (mml2015-use): Default to epg, if available.
4861
4862 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4863
4864         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4865         message-sender.
4866         (mml1991-epg-encrypt): Ditto.
4867         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4868         message-sender.
4869         (mml2015-epg-encrypt): Ditto.
4870
4871 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4872
4873         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4874         several common directories.
4875
4876 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4877
4878         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4879         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4880
4881 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-art.el (article-decode-encoded-words): Make it fast.
4884
4885 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4888
4889         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4890         in quoted string into `\'.
4891
4892 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4895         Use standard-syntax-table.
4896
4897 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-art.el (gnus-decode-address-function): New variable.
4900         (article-decode-encoded-words): Use it to decode headers which are
4901         assumed to contain addresses.
4902         (gnus-mime-delete-part): Remove useless `or'.
4903
4904         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4905         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4906         (gnus-nov-parse-line): Use it to decode From header.
4907         (gnus-get-newsgroup-headers): Ditto.
4908         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4909
4910         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4911         (mail-decode-encoded-address-string): New alias.
4912
4913         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4914         New function.
4915         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4916         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4917         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4918         (rfc2047-decode-string): Ditto.
4919         (rfc2047-decode-address-region): New function.
4920         (rfc2047-decode-address-string): New function.
4921
4922 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * message.el (message-caesar-buffer-body): Allow rotating headers.
4925
4926         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4927
4928         * message.el (message-insert-formated-citation-line): Fix %f.
4929         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4930
4931 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4934         (gnus-bookmark-mouse-available-p): New macro.
4935         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4936         (gnus-bookmark-bmenu-show-infos): Use it.
4937         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4938         (gnus-bookmark-bmenu-hide-infos): Ditto.
4939         (gnus-bookmark-remove-properties): New function.
4940         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4941         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4942         (gnus-bookmark-write-file): Bind coding-system-for-write.
4943         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4944         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4945         group before selecting it.
4946         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4947         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4948         quit-window if it is not available; use gnus-mouse-2 and bind it to
4949         gnus-bookmark-bmenu-select-by-mouse.
4950         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4951         (gnus-bookmark-bmenu-select-by-mouse): New function.
4952
4953 2006-08-13  Romain Francoise  <romain@orebokech.com>
4954
4955         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4956         space.
4957
4958 2006-08-10  Romain Francoise  <romain@orebokech.com>
4959
4960         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
4961         (dns-mode-soa-auto-increment-serial): New user option.
4962         (dns-mode-soa-maybe-increment-serial): New function.
4963         (dns-mode): Add the latter to `write-contents-functions'.
4964
4965 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * compface.el (uncompface): Use binary rather than raw-text-unix.
4968
4969 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * compface.el (uncompface): Make sure the eol conversion doesn't take
4972         place when communicating with the external programs.  Reported by
4973         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4974
4975 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4978
4979 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4980
4981         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4982         Make it more robust by parsing author and date independently.
4983
4984 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4987
4988 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4989
4990         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4991         first matching secret key.
4992         (mml2015-epg-encrypt): Ditto.
4993
4994         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4995         first matching secret key.
4996         (mml1991-epg-encrypt): Ditto.
4997
4998         * mml2015.el (mml2015-encrypt-to-self): New user option.
4999         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5000         mml2015-epg-encrypt-to-self is set.
5001
5002         * mml1991.el (mml1991-encrypt-to-self): New variable.
5003         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5004         mml1991-epg-encrypt-to-self is set.
5005
5006         * mml2015.el (mml2015-signers): New user option.
5007         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5008         (mml2015-epg-encrypt): Allow to select signing keys.
5009
5010         * mml1991.el (mml1991-signers): New variable.
5011         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5012         (mml1991-epg-encrypt): Allow to select signing keys.
5013
5014 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * nnheader.el (nnheader-insert-head): Make it work even if the file
5017         uses CRLF for the line-break code.
5018
5019 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5020
5021         * mml2015.el: Require mml-sec instead of password.
5022         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5023         (mml2015-cache-passphrase): Inherit the default value from
5024         mml-secure-cache-passphrase.
5025         (mml2015-passphrase-cache-expiry): Inherit the default value from
5026         mml-secure-passphrase-cache-expiry.
5027
5028         * mml1991.el: Require mml-sec instead of password.
5029         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5030         (mml1991-cache-passphrase): Inherit the default value from
5031         mml-secure-cache-passphrase.
5032         (mml1991-passphrase-cache-expiry): Inherit the default value from
5033         mml-secure-passphrase-cache-expiry.
5034
5035         * mml-sec.el: Require password.
5036         (mml-secure-verbose): New user option.
5037         (mml-secure-cache-passphrase): New user option.
5038         (mml-secure-passphrase-cache-expiry): New user option.
5039
5040 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5041
5042         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5043         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5044         andreas@altroot.de (Andreas Vögele).
5045
5046         FIXME: Use `tiny change'?
5047
5048 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5049
5050         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5051         workaround for the url package included with Emacs.
5052
5053         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5054
5055 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5058         correctly.  This fixes a bug caused by the 2006-05-12 change.
5059
5060 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5061
5062         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5063         some information about the error when saying that the `bogus' mail
5064         group will be used.
5065
5066 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5067
5068         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5069         string.
5070
5071 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5072
5073         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5074
5075 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5076
5077         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5078
5079 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5080
5081         * mml1991.el (mml1991-function-alist): Add epg.
5082         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5083         (mml1991-epg-encrypt): New functions.
5084
5085 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5086
5087         * mml2015.el (mml2015-verbose): New variable.
5088         (mml2015-cache-passphrase): Ditto.
5089         (mml2015-passphrase-cache-expiry): Ditto.
5090         (mml2015-function-alist): Add epg.
5091         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5092         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5093         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5094         functions.
5095
5096 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5097
5098         * message.el (message-cite-original-1): Preserve region when removing
5099         quoted text due to X-No-Archive in order to avoid bogus attribution
5100         when citing multiple messages.
5101
5102 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5103
5104         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5105         Kenneth Jacker <khj@be.cs.appstate.edu>.
5106
5107 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-diary.el (gnus-user-format-function-d)
5110         (gnus-user-format-function-D): Autoload.
5111
5112         * imap.el (Commentary): Fix typo.
5113
5114         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5115         2006-04-22 contribution.
5116
5117 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5118
5119         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5120         It didn't really fix the bogosity I'm seeing with solid web groups.
5121
5122 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5123
5124         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5125         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5126         created using server names.  If we use the feature without declaring
5127         it, Gnus does not properly manage server and group state.
5128
5129         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5130         bound.
5131
5132 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5133
5134         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5135         looking up the method using GROUP's prefix before inventing a new one.
5136         It is used on killed/unknown groups in various places where returning
5137         an all-new method isn't expected by the caller.
5138
5139         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5140         and match semantics of gnus-group-real-prefix.
5141
5142 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * nnmail.el (nnmail-broken-references-mailers): New variable.
5145         (nnmail-ignore-broken-references): New function generalizing
5146         nnmail-fix-eudora-headers.
5147         (nnmail-fix-eudora-headers): Now obsolete.
5148
5149         * gnus-art.el (gnus-button-handle-custom): Support
5150         `customize-apropos*'.
5151
5152 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5155
5156         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5157         articles.
5158
5159 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * message.el (message-cite-reply-above): New variable.
5162         (message-yank-original): Use it.
5163
5164 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5167
5168 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5171         as read.
5172
5173         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5174
5175 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5178         (gnus-bookmark-default-file): Use gnus-directory.
5179         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5180         Remove "*" in doc string.
5181         (gnus-bookmark-write-file): Simplify.
5182         (gnus-bookmark-maybe-sort-alist): Use `when'.
5183         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5184         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5185         FIXME about Emacs 21 and XEmacs compatibility.
5186         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5187         compatibility.
5188         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5189         compatibility.
5190         (gnus-bookmark-menu-heading): Fix version.
5191
5192 2006-06-19  Bastien Guerry  <bzg@altern.org>
5193
5194         * gnus-bookmark.el: New file.
5195
5196 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * message.el (message-syntax-checks): Doc fix.
5199
5200 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5201
5202         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5203         unsubscribed groups as if they were killed ones.  It causes duplicate
5204         entries in gnus-newsrc-alist.
5205
5206 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * message.el (message-syntax-checks): Doc fix.
5209         (message-send-mail): Add check for continuation headers.
5210         (message-check-news-header-syntax): Fix regexp used to check for
5211         continuation headers.
5212
5213 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5216
5217 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5220
5221 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5224         default-truncate-lines.
5225
5226 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5229         to fill the utf-8 entry.
5230
5231         * lpath.el: Fbind unicode-precedence-list.
5232
5233 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5234
5235         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5236
5237 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5238
5239         * gnus-agent.el (directory-files-and-attributes): Move all the way
5240         forward (the third and final move).
5241         (gnus-agent-read-agentview): Trap reconstruction errors due to
5242         nonexistant directory.  Handle by returning nil.
5243
5244 2006-05-30  Didier Verna  <didier@xemacs.org>
5245
5246         * message.el (message-dont-reply-to-names): Update the custom type.
5247         * message.el (message-dont-reply-to-names): New defsubst: potentially
5248         convert a list of regexps into a single one.
5249         * message.el (message-get-reply-headers): Use it.
5250         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5251
5252 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-agent.el (directory-files-and-attributes): Move forward.
5255
5256 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * gnus-ml.el (gnus-mailing-list-subscribe)
5259         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5260         (gnus-mailing-list-message): Fix doc strings.
5261
5262 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5263
5264         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5265         of doing it manually.
5266
5267 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5270         comment.
5271
5272 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5273
5274         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5275         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5276         (gnus-agent-read-local): All symbols allocated in my-obarray
5277         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5278         (gnus-agent-regenerate-group): Check numeric names to see if they are
5279         messages or groups.
5280         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5281         better way of do this...)
5282
5283         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5284         'dummy.group' (there should be a better way of do this...)
5285
5286 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5289         (gnus-saved-headers): Ditto.
5290         (gnus-default-article-saver): Mention functions may have properties.
5291         (gnus-article-save): Override gnus-save-all-headers and
5292         gnus-saved-headers by :headers property which saver function may have.
5293         (gnus-summary-save-in-file): Add :headers property.
5294         (gnus-summary-write-to-file): Ditto.
5295
5296         * gnus-sum.el (gnus-summary-save-article): Bind
5297         gnus-prompt-before-saving to t when saving many articles in a file;
5298         always show all headers.
5299
5300         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5301
5302 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5305         marks.
5306
5307         * message.el (message-indent-citation): Add optional arguments to allow
5308         using it outside of message buffers.
5309
5310         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5311         (gnus-article-treat-unfold-headers): Use it.
5312         (gnus-article-truncate-lines): New variable.
5313         (gnus-article-mode): Use it.
5314         (gnus-article-toggle-truncate-lines): New function.
5315
5316         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5317         gnus-article-toggle-truncate-lines.
5318
5319         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5320         coding system in XEmacs, use binary.
5321
5322 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5325         after-load-alist.
5326
5327         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5328         this function should save decoded articles.
5329         (gnus-summary-write-to-file): Use property to specify this function
5330         should save decoded articles and specify gnus-summary-save-in-file
5331         should be used to save articles other than the first one when saving
5332         many articles.
5333         (gnus-summary-save-body-in-file): Use property to specify this
5334         function should save decoded articles.
5335         (gnus-summary-write-body-to-file): Use property to specify this
5336         function should save decoded articles and specify
5337         gnus-summary-save-body-in-file should be used to save articles other
5338         than the first one when saving many articles.
5339
5340         * gnus-sum.el (gnus-summary-save-article): Simplify.
5341
5342 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-art.el (gnus-default-article-saver): Add
5345         gnus-summary-write-body-to-file.
5346         (gnus-article-save-coding-system): Don't use coding system object
5347         in XEmacs.
5348         (gnus-read-save-file-name): Add optional `dir-var' argument which
5349         specifies directory in which files are saved; work even if optional
5350         `variable' argument is not specified.
5351         (gnus-summary-write-to-file): Read file name.
5352         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5353         (gnus-summary-write-body-to-file): New function.
5354
5355         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5356         (gnus-summary-local-variables): Add it.
5357         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5358         (gnus-summary-save-article): Remove optional `decode' argument;
5359         determine whether to decode articles by the value of
5360         gnus-default-article-saver; when saving many files using
5361         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5362         it first and use gnus-summary-save-in-file or
5363         gnus-summary-save-body-in-file thereafter unless
5364         gnus-prompt-before-saving is always; move point to article which
5365         will be saved.
5366         (gnus-summary-save-article-file): Revert.
5367         (gnus-summary-write-article-file): Revert.
5368         (gnus-summary-save-article-body-file): Revert.
5369         (gnus-summary-write-article-body-file): New function.
5370
5371 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-default-article-saver): Doc fix.
5374         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5375         from gnus-summary-save-article-coding-system, and default to a
5376         certain coding system.
5377         (gnus-output-to-file): Add coding cookie and encode text according
5378         to gnus-article-save-coding-system; don't use mm-append-to-file.
5379
5380         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5381         gnus-art.el and rename to gnus-article-save-coding-system.
5382         (gnus-summary-save-article): Require gnus-art; don't show all
5383         headers if it decodes articles; don't add coding cookie here;
5384         don't bind mm-text-coding-system-for-write.
5385         (gnus-summary-save-article-file): Save decoded articles.
5386         (gnus-summary-write-article-file): When saving many files, use
5387         gnus-summary-write-to-file first and gnus-summary-save-in-file
5388         thereafter unless gnus-prompt-before-saving is always.
5389         (gnus-summary-save-article-body-file): Save decoded articles.
5390
5391         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5392
5393 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * nnrss.el (nnrss-check-group): Bind hash-index.
5396
5397 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5398
5399         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5400         its hash index.  Store this hash in `nnrss-group-data'.
5401         (nnrss-read-group-data): Update accordingly.
5402
5403 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5406         entry.
5407
5408         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5409         gnus-article-browse-html-article.
5410
5411 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5412
5413         * gnus-sum.el (gnus-summary-mime-map): Add
5414         gnus-article-browse-html-article.
5415
5416         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5417
5418 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5421         suitable coding systems in customize.
5422
5423 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * mail-source.el (mail-sources): Fix custom type.
5426
5427 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5430         (gnus-summary-expire-articles-now): Shorten prompt.
5431
5432         * gmm-utils.el (wid-edit): Require.
5433         (defun-gmm): Renamed from `gmm-defun-compat'.
5434         (gmm-image-search-load-path): Use it.
5435         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5436
5437 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5440         variable.
5441         (gnus-summary-save-article): Add optional `decode' argument.  If
5442         it is set and gnus-summary-save-article-coding-system is non-nil,
5443         save decoded article.
5444         (gnus-summary-write-article-file): Save decoded article if
5445         gnus-summary-save-article-coding-system is non-nil.
5446
5447         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5448         type.
5449
5450 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5453
5454 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5457         first to test gnus-single-article-buffer which may be buffer-local.
5458
5459         * gnus-sum.el (gnus-summary-setup-buffer): Make
5460         gnus-single-article-buffer buffer-local and nil in ephemeral
5461         group; make gnus-article-buffer, gnus-article-current, and
5462         gnus-original-article-buffer always buffer-local.
5463         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5464         group.
5465         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5466
5467 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * nnml.el (nnml-request-compact-group): Compressed files might not
5470         have .gz extension.
5471
5472 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5473
5474         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5475         (mm-copy-to-buffer): Use with-current-buffer.
5476         (mm-display-part): Simplify.
5477         (mm-inlinable-p): Add optional arg `type'.
5478
5479 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5480
5481         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5482         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5483         Try harder to show the attachment internally or externally using
5484         gnus-mime-view-part-as-type.
5485
5486 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * message.el (message-from-style, message-signature-separator)
5489         (message-user-organization-file, message-send-mail-function)
5490         (message-citation-line-function, message-yank-prefix)
5491         (message-indent-citation-function, message-signature)
5492         (message-signature-file, message-signature-insert-empty-line):
5493         Remove autoloads.
5494
5495         * gnus-art.el (gnus-buttonized-mime-types): Remove
5496         "multipart/signed".  Revert 2006-04-26 change.
5497
5498 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus.el (gnus-version-number): Bump version.
5501
5502 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5503
5504         * gnus.el: No Gnus v0.5 is released.
5505
5506 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5507
5508         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5509         fetching articles by message-id.
5510
5511 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * message.el (hashcash): Require hashcash as normal.
5514
5515         * ecomplete.el (ecomplete-highlight-match-line): Use
5516         point-at-eol.
5517         (ecomplete-highlight-match-line): Use `highlight', because that
5518         face exists in both Emacs and XEmacs.
5519
5520         * message.el (message-display-abbrev): Use point-at-bol.
5521
5522         * mail-source.el: Don't require timer/timer-funcs.
5523
5524         * gnus-async.el: Ditto.
5525
5526         * password.el: Ditto.
5527
5528         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5529
5530         * mm-url.el: Ditto.
5531
5532         * gnus-xmas.el: Don't require timer-funcs.
5533
5534         * mm-util.el: Require timer/timer-funcs.
5535
5536 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5537
5538         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5539         Close.
5540
5541 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5544         unibyte after clear-decrypt function runs.
5545
5546         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5547         returns as a unibyte string.
5548
5549 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * lpath.el: Revert.
5552
5553         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5554         (pgg-gpg-process-sentinel): Revert.
5555
5556         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5557         (pgg-pgp-lookup-key): Revert.
5558
5559         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5560         (pgg-pgp5-lookup-key): Revert.
5561
5562         * pgg.el (pgg-fetch-key): Revert.
5563
5564 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * lpath.el: Fbind string-as-multibyte for XEmacs.
5567
5568         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5569         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5570         (mml1991-pgg-encrypt): Ditto.
5571
5572         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5573         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5574         a multibyte buffer.
5575
5576         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5577         (pgg-pgp-lookup-key): Ditto.
5578
5579         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5580         (pgg-pgp5-lookup-key): Ditto.
5581
5582         * pgg.el (pgg-fetch-key): Ditto.
5583
5584 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * message.el (message-user-organization-file): Check several
5587         locations of the organization file.
5588
5589         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5590         Add gnus-article-view-part-as-type.
5591
5592         * gnus-art.el (gnus-article-view-part-as-type): New function.
5593
5594         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5595         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5596
5597         * mml.el: Simplify autoload.
5598         (mml-mode): defvar dnd-protocol-alist instead of using
5599         symbol-value.
5600         (mml-default-directory): New variable.
5601         (mml-minibuffer-read-file): Use it.
5602         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5603
5604         * message.el (message-citation-line-format): New variable.
5605         (message-insert-formated-citation-line): New function.
5606         (message-citation-line-function): Add
5607         `message-insert-formated-citation-line' to custom type.
5608
5609         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5610         to doc string.
5611
5612         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5613         depending on mm-verify-option.
5614
5615 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5618         binding pgg-* variables; reimplement the section which prevents
5619         MIME header from being signed.
5620         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5621         pgg-text-mode; remove a blank line at the top of body.
5622
5623         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5624         lines at the top of body; use gnus-newsgroup-charset if there's no
5625         Charset header.
5626
5627 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * message.el (message-self-insert-commands): Doc fix.
5630
5631         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5632         (mm-uu-pgp-encrypted-test): Ditto.
5633         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5634         between header and body; return application/pgp-encrypted handle
5635         if decryption failed; decode decrypted body by charset.
5636
5637         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5638         element match to application/pgp-*.
5639
5640 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5641
5642         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5643         HTML.
5644
5645 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * mail-source.el (mail-source-call-script): Message the error
5648         string.
5649
5650 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * gnus-util.el (gnus-byte-compile): Use it.
5653
5654 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5655
5656         * gnus-util.el (kill-empty-logs): New function.
5657
5658 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * message.el (message-mail-alias-type): Doc fix.
5661         (message-mail-alias-type-p): New function.
5662         (message-send): Use it.
5663         (message-mode): Ditto.
5664         (message-strip-forbidden-properties): Ditto.
5665
5666         * ecomplete.el (ecomplete-database-file-coding-system): New
5667         variable.
5668         (ecomplete-save): Use it.
5669         (ecomplete-setup): Use it.
5670
5671 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * message.el (message-self-insert-commands): New variable.
5674         (message-strip-forbidden-properties): Use it.
5675
5676 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5679         that doesn't make XEmacs choke.
5680
5681 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus-util.el (gnus-replace-in-string):
5684         Prefer replace-regexp-in-string over of replace-in-string.
5685
5686 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-util.el (gnus-select-frame-set-input-focus):
5689         Use select-frame-set-input-focus if it is available in XEmacs; use
5690         definition defined in Emacs 22 for old Emacsen.
5691
5692         * dgnushack.el: Autoload unmorse-region for XEmacs.
5693
5694         * lpath.el: Bind cursor-in-non-selected-windows and
5695         select-frame-set-input-focus for XEmacs.
5696
5697 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5700
5701 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5702
5703         * gnus-registry.el (gnus-registry-cache-save): Remove text
5704         properties when saving via the temp buffer.
5705
5706 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * message.el (message-generate-hashcash): Honor custom type.
5709
5710 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * message.el (message-generate-hashcash): Default to non-nil when
5713         hashcash is found.
5714
5715         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5716         (gnus-refer-thread-limit): Increase default to 500.
5717
5718         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5719
5720         * flow-fill.el (fill-flowed): Allow delete-space.
5721
5722 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5725         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5726         Remove autoloads.
5727
5728 2006-04-18  Simon Josefsson  <jas@extundo.com>
5729
5730         * message.el (message-generate-hashcash): Default to.
5731
5732 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5735         concatenating segments rather than before concatenating them.
5736
5737 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5740
5741 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5744
5745         * message.el (message-forward-make-body-plain): Allow
5746         message-forward-ignored-headers to be a list.
5747         (message-remove-ignored-headers): Factor out into function.
5748         (message-forward-make-body-mml): Use it.
5749
5750         * imap.el (imap-quote-specials): New function.
5751         (imap-login-auth): Quote specials.
5752
5753         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5754         (rfc2231-parse-string): Allow concatanation of parameters that
5755         aren't contiguous.  The test case is
5756           (mail-header-parse-content-type "message/external-body;
5757             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5758             access-type=LOCAL-FILE;
5759             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5760
5761 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * nntp.el (nntp-accept-process-output): Return the value of
5764         `nnheader-accept-process-output'.
5765
5766 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5769         (gnus-button-alist): Recognize more diff formats.
5770         (gnus-button-patch): Strip directory.
5771
5772 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5775         Emacs 22 when setting focus.
5776
5777 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * gnus-art.el (gnus-article-treat-types): Do treatment of
5780         text/x-verbatim parts.
5781         (gnus-button-patch): New command.
5782
5783         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5784         addresses that contain invalid characters.
5785
5786 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * message.el (message-put-addresses-in-ecomplete): Use
5789         gnus-replace-in-string.
5790         (message-is-yours-p): Use the more correct
5791         mail-header-parse-address instead of
5792         mail-extract-address-components.
5793         (message-put-addresses-in-ecomplete): Fix typo.
5794
5795         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5796         keystroke.
5797
5798         * gnus-art.el (gnus-treatment-function-alist): Change order of
5799         newsgroups/generic header folding to avoid double-folding.
5800
5801         * message.el (message-hidden-headers): Add X-Draft-From.
5802
5803         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5804         command.
5805         (gnus-summary-repeat-search-article-backward): New command.
5806
5807         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5808         groups in the parent topic.
5809
5810 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5811
5812         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5813         (spam-extra-header-to-number): Return the CRM114 number as a
5814         number instead of a string.
5815
5816 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus-art.el (gnus-face-properties-alist): Moved here from
5819         gnus-fun.
5820
5821         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5822
5823 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * message.el (message-strip-forbidden-properties): Only display on
5826         self-insert-command.
5827
5828         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5829         reindent.
5830         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5831
5832 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5833
5834         * smiley.el (smiley-style): Fix typo.
5835
5836 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * hashcash.el (hashcash-insert-payment-async-2): Use
5839         message-goto-eoh instead of doing it manually.
5840         (mail-add-payment): Use message-narrow-to-header instead of trying
5841         to do the same itself.
5842
5843         * message.el (message-hidden-headers): Add Face.
5844
5845         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5846         reparenting code.
5847         (gnus-summary-reparent-children): Refactored out code.
5848         (gnus-summary-thread-map): New keystroke.
5849         (gnus-summary-reparent-children): Make into command.
5850
5851         * smiley.el (smiley-style): Default to `medium' if using a large
5852         font.
5853
5854         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5855         does it itself.
5856
5857         * message.el (message-point-in-header-p): Simplify definition.
5858
5859 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * nnagent.el (nnagent-request-set-mark): Silence log file
5862         writing.
5863         (nnagent-request-set-mark): Use write-region instead of
5864         append-to-file.
5865
5866         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5867         strange select method.
5868
5869         * ecomplete.el (ecomplete-display-matches): Get highlightling
5870         right.
5871         (ecomplete-display-matches): Use literals.
5872         (ecomplete-display-matches): Disable message logging.
5873
5874         * message.el (message-display-abbrev): Small optimization.
5875
5876         * ecomplete.el (ecomplete-display-matches): Allow automatic
5877         display.
5878
5879         * message.el (message-strip-forbidden-properties): Display
5880         abbrevs.
5881         (message-display-abbrev): Get automatic display right.
5882
5883         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5884         keystrokes.
5885
5886 2006-04-13  Romain Francoise  <romain@orebokech.com>
5887
5888         TODO: Backport to v5-10!
5889
5890         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5891         Moved here (and renamed) from gnus-registry.el.
5892
5893         * gnus-registry.el: Require gnus-util.
5894         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5895
5896 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus-group.el (gnus-group-catchup-current): Change
5899         if-then-else-if-then-else into cond.
5900         (gnus-group-catchup): Indent.
5901         (group-name-at-point): New function.
5902         (gnus-fetch-group): Provide default from thing at point.
5903
5904 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * message.el (message-display-abbrev): Fix regexp.
5907
5908         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5909         choosing.
5910         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5911         dead variables.
5912
5913         * message.el (message-newline-and-indent): Remove debugging.
5914         (message-display-abbrev): Use new implementation.
5915
5916 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus-art.el (gnus-article-mode): Set
5919         cursor-in-non-selected-windows to nil.
5920
5921         * smiley.el: Revert previous change.
5922         (smiley-data-directory): defvar it before using it in the
5923         defcustom of `smiley-style'.
5924
5925 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * message.el (message-newline-and-indent): New function.
5928
5929         * ecomplete.el: Implement more bits.
5930
5931         * message.el (message-put-addresses-in-ecomplete): Clean up the
5932         string.
5933
5934         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5935
5936         * gnus-sum.el (gnus-summary-save-parts): Bind
5937         gnus-summary-save-parts-counter and use it to make unique file
5938         names.
5939
5940         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5941
5942         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5943         parameter to say whether to actually parse the individual
5944         addresses.
5945
5946         * message.el (message-put-addresses-in-ecomplete): New function.
5947         (ecomplete): Require.
5948         (message-mail-alias-type): Add ecomplete as an option.
5949
5950 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5951
5952         * flow-fill.el (fill-flowed): Remove trailing space from blank
5953         quoted lines.
5954
5955 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * smiley.el (smiley-style): Move definition later to avoid a
5958         compilation warning.
5959
5960 2006-04-12  Kenichi Handa  <handa@m17n.org>
5961
5962         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5963         buffer and then decode the buffer text if necessary.
5964         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5965         first, and after mm-encode-body, change the buffer to unibyte.
5966         Use mm-disable-multibyte instead of set-buffer-multibyte.
5967
5968 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5971         Content-Type header instead of Content-Disposition header.
5972         (gnus-mime-inline-part): Ditto.
5973         (gnus-mime-view-part-as-charset): Ignore charset that the part
5974         specifies.
5975
5976         * mm-decode.el (mm-display-part): Work with external parts and
5977         usual parts similarly.
5978
5979         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5980         instead of gnus-display-mime.
5981
5982         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5983         instead of with-temp-buffer.
5984
5985         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5986         tag to summarized topics part in order to encode non-ASCII text.
5987
5988 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * smiley.el (smiley-style): New variable.
5991         (smiley-directory): New function.
5992         (smiley-data-directory): Derive from `smiley-style' using
5993         `smiley-directory'.
5994         (smiley-regexp-alist): Add new entries.
5995
5996         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5997         (gnus-article-browse-delete-temp): Add :version.
5998
5999 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6000
6001         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6002         the sieve region.
6003
6004 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * gnus.el (gnus-version-number): Bump version.
6007
6008 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * gnus.el: No Gnus v0.4 is released.
6011
6012 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6015         layout.
6016
6017         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6018         unknown charset.
6019
6020         * message.el (message-header-synonyms): Add Original-To to the
6021         default.
6022
6023         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6024         optional parameter.
6025
6026 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * gnus-fun.el (gnus): Require it for gnus-directory.
6029
6030 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6033
6034 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6035
6036         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6037
6038 2006-04-05  Simon Josefsson  <jas@extundo.com>
6039
6040         * password.el (password-reset): New function.
6041
6042 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6043
6044         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6045         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6046
6047 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6048
6049         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6050         Some whitespace was matched into the url, which broke browsing hits
6051         > 100 when mm-url-use-external was nil.
6052
6053 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6056         gnus-extra-headers for 'Newsgroups.
6057
6058         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6059         bound.
6060
6061 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * pgg-gpg.el: Clean up process buffers every time gpg processes
6064         complete.
6065
6066 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6069         doc string.
6070
6071 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6072
6073         * pgg-gpg.el (pgg-gpg-process-filter)
6074         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6075
6076         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6077         lines, temporary fix.
6078
6079 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6082
6083 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6084
6085         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6086         default-enable-multibyte-characters.  This reverts the change from
6087         revision 6.17 which is no longer necessary because the passphrase
6088         is sent separately now.  GnuPG messages are unreadable under
6089         multibyte locales with default-enable-multibyte-characters set to
6090         nil.
6091
6092 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * message.el (message-tool-bar-gnome): Move "spell".
6095
6096 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6099         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6100         instead.
6101
6102 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6103
6104         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6105         newsgroups handling for NNTP overviews which don't include
6106         Newsgroups.
6107
6108 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6109
6110         * message.el (message-resend): Bind message-generate-hashcash to nil.
6111
6112 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6113
6114         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6115         when searching for already-paid recipients.
6116
6117 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6118
6119         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6120         passphrases when it is not needed.
6121         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6122         passphrase stuff from gpg, should only be necessary when you use
6123         gpg with a smartcard.
6124
6125 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * mml.el (mml-insert-mime): Ignore cached contents of
6128         message/external-body part.
6129
6130         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6131         (mm-insert-part): Ditto.
6132
6133 2006-03-23  Simon Josefsson  <jas@extundo.com>
6134
6135         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6136         Reiner.
6137         (pgg-gpg-use-agent-p): Use it again.
6138
6139 2006-03-23  Simon Josefsson  <jas@extundo.com>
6140
6141         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6142         older emacsen.
6143         (pgg-gpg-use-agent-p): Don't use it.
6144
6145 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6148         if we can.
6149
6150 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6151
6152         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6153         (pgg-gpg-update-agent): New function.
6154         (pgg-gpg-use-agent-p): New function.
6155         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6156         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6157         (pgg-gpg-sign-region): Use it.
6158
6159 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6162         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6163
6164 2006-03-21  Simon Josefsson  <jas@extundo.com>
6165
6166         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6167         <wilde@sha-bang.de>.
6168         (pgg-gpg-use-agent): New variable.
6169         (pgg-gpg-process-region): Use it.
6170         (pgg-gpg-encrypt-region): Likewise.
6171         (pgg-gpg-encrypt-symmetric-region): Likewise.
6172         (pgg-gpg-decrypt-region): Likewise.
6173         (pgg-gpg-sign-region): Likewise.
6174         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6175
6176 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6179
6180         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6181         Add comment on version.
6182
6183 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * smiley.el: Add missing test smiley.
6186
6187 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * mm-decode.el (mm-with-part): New macro.
6190         (mm-get-part): Use it; work with message/external-body as well.
6191         (mm-save-part): Treat name and filename equally.
6192
6193         * mm-extern.el (mm-extern-cache-contents): New function.
6194         (mm-inline-external-body): Use it; force the part to be displayed;
6195         move undisplayer added to the cached handle to the parent.
6196
6197         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6198         (gnus-mime-view-part-as-type): Work with message/external-body.
6199
6200         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6201
6202 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6205         images in image-load-path.  [Sync with image.el, revision 1.60, in
6206         Emacs.]
6207
6208 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6211         path rather than symbol.  Always return list of directories.
6212         Guarantee that image directory comes first.  [Sync with image.el,
6213         revision 1.59, in Emacs.]
6214
6215         * message.el (message-make-tool-bar): Adjust to new API of
6216         `gmm-image-load-path-for-library'.
6217
6218         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6219
6220         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6221
6222 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6223
6224         * gnus-art.el (gnus-article-only-boring-p):
6225         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6226         intangible text.
6227         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6228
6229 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6232         `defun' instead of `gmm-defun-compat'.
6233
6234 2006-03-14  Simon Josefsson  <jas@extundo.com>
6235
6236         * message.el (message-unique-id): Don't use message-number-base36
6237         if (user-uid) is a float.
6238         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6239
6240 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6243
6244         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6245         empty line between a part and a message part.
6246
6247 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * smiley.el: Add more test smileys.
6250         (smiley-data-directory, smiley-regexp-alist)
6251         (gnus-smiley-file-types): Fix doc strings.
6252         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6253         adding new elements.
6254         (smiley-mouse-map): Unused code.  Make it a comment.
6255
6256 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6259         scan latest NoCeM messages instead of old ones.
6260         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6261         delimiters that are recently used.
6262         (gnus-nocem-load-cache): Add autoload cookie.
6263
6264         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6265
6266         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6267         level which is larger than gnus-use-nocem is specified.
6268
6269         * gnus-group.el (gnus-group-get-new-news): Ditto.
6270
6271 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-util.el (gnus-tool-bar-update): New function.
6274
6275         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6276         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6277
6278         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6279
6280         * gnus-group.el (gnus-group-redraw-when-idle)
6281         (gnus-group-redraw-check): Remove.
6282         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6283
6284 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6287         if optional last element is specified in splits (FIELD VALUE...).
6288
6289 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6292         to gmm-image-load-path-for-library.  Call with no-error argument.
6293         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6294
6295         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6296
6297         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6298
6299         * gmm-utils.el (gmm-image-load-path): Remove alias.
6300
6301 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * gmm-utils.el (gmm-image-load-path): Add alias.
6304
6305         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6306         nnml-generate-nov-databases-1.
6307         (nnml-generate-nov-databases): Use it.
6308         (nnml-generate-nov-databases-directory): Document no-active
6309         argument.
6310
6311         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6312         directory if path is t.  Add no-error.
6313
6314         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6315         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6316
6317         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6318         resetting gnus-article-browse-html-temp-list.
6319
6320         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6321         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6322         Add example to docstring.  Rename local variables.  Move error
6323         checks to default case in cond and simplify.
6324
6325 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6328         handle is multipart when calling it recursively.
6329         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6330
6331 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6332
6333         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6334         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6335
6336 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6339         is loaded.
6340
6341         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6342         loaded.
6343
6344 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6347         to "Emacs 23 (unicode)" in doc string.
6348
6349         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6350         "Emacs 23 (unicode)" in comment.
6351
6352 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6355
6356         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6357         characters 160 through 255 in Emacs 23.
6358
6359 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6362         gnus-article-browse-html-temp.
6363         (gnus-article-browse-delete-temp): Make it customizable.  Add
6364         `file'.  Adjust doc string.
6365         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6366         query for each file.  Adjust doc string.
6367         (gnus-article-browse-html-parts): Add
6368         `gnus-article-browse-delete-temp-files' to
6369         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6370
6371 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6372
6373         * gnus-art.el (gnus-article-browse-html-temp)
6374         (gnus-article-browse-delete-temp): New variables.
6375         (gnus-article-browse-delete-temp-files): New function.
6376         (gnus-article-browse-html-parts): Use it.
6377
6378 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6381
6382         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6383         string.
6384
6385         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6386         gnus-summary-insert-new-articles when unplugged.  Remove
6387         gnus-summary-search-article-forward.
6388
6389         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6390         display-visual-class instead of display-color-cells.
6391
6392 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * dgnushack.el: Autoload customize-group for XEmacs.
6395
6396         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6397         message/* containing non-ASCII text properly.
6398
6399 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * message.el: Require gmm-utils, remove autoloads.
6402         (message-tool-bar): Set default based on
6403         gmm-tool-bar-style.
6404         (message-tool-bar-gnome): Add gmm-customize-mode.
6405
6406         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6407         gmm-tool-bar-style.
6408         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6409
6410         * gnus-group.el (gnus-group-tool-bar): Set default based on
6411         gmm-tool-bar-style.
6412         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6413
6414         * gmm-utils.el (gmm-image-directory): Rename variable from
6415         gmm-image-load-path.
6416         (gmm-image-load-path): Use gmm-image-directory.
6417         (gmm-customize-mode): New function.
6418         (gmm-tool-bar-style): New variable.
6419
6420         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6421         gnus-group-redraw-line-number.
6422         (gnus-group-redraw-check): Simplify.
6423         (gnus-group-tool-bar-update): Remove redraw check.
6424         (gnus-group-make-tool-bar): Add redraw check.
6425
6426 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6427
6428         * gnus-art.el (gnus-button): Add missing parentheses.
6429
6430 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * lpath.el: Fbind line-number-at-pos.
6433
6434 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6437
6438 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus-art.el (gnus-button): New face.
6441         (gnus-article-button-face): Use it.
6442
6443         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6444         gnus-summary-next-page.  Re-order.
6445
6446         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6447         next-node are now included.
6448         (gnus-group-redraw-line-number): New internal variable.
6449         (gnus-group-redraw-check): Helper function for updating the tool
6450         bar.
6451         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6452
6453         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6454
6455         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6456         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6457         Use it to match format of Spamassassin 3.0 and later.  Reported by
6458         IRIE Tetsuya <irie@t.email.ne.jp>.
6459         (spam-check-bogofilter)
6460         (spam-bogofilter-register-with-bogofilter): Fix args of
6461         `gnus-error' calls.
6462
6463 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6466         unnecessary interaction when sending queued mails.  Reported by
6467         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6468
6469 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6472         first or last are nil.
6473
6474 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6475
6476         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6477
6478 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6481
6482 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * dns.el (query-dns): Protect more against buggy tcp output.
6485
6486 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6489         nov.php.
6490
6491 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6492
6493         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6494         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6495         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6496         output on the server side.
6497         (nnweb-google-create-mapping): Update regexps and add some
6498         progress indication.
6499
6500 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6503         gnus-agent-toggle-plugged.  Re-order icons.
6504         (gnus-group-tool-bar-gnome): Add
6505         gnus-group-{prev,next}-unread-group.
6506         (gnus-group-tool-bar-gnome): Re-order icons.
6507
6508         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6509         gnus-summary-insert-new-articles.
6510
6511         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6512         comments.
6513
6514         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6515         also available in Emacs 21.3.
6516
6517         * message.el (message-fix-before-sending): Change "Emacs 22" to
6518         "Emacs 23 (unicode)" in comment.
6519
6520         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6521         "Emacs 23 (unicode)" in comment.
6522
6523         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6524         comment.
6525         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6526
6527         * mm-view.el (mm-fill-flowed): Add :version.
6528
6529 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6532         and load-path.
6533
6534 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * message.el: Autoload gmm-image-load-path.
6537         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6538         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6539         consitency.
6540
6541         * gmm-utils.el (gmm-image-load-path): Also search in
6542         "../etc/images".  Don't set gmm-image-load-path if we don't find
6543         the image.
6544
6545 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gmm-utils.el (gmm-image-load-path): Don't make
6548         `gmm-image-load-path' include subdirectories which the second arg
6549         `image' might specify.
6550
6551         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6552         subdirectory to icon file names.
6553
6554         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6555
6556 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6559         gmm-image-load-path calls.
6560
6561         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6562
6563         * message.el (message-make-tool-bar): Ditto.
6564
6565         * mml.el (mml-preview): Added comment concerning tool bar icons.
6566
6567         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6568         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6569
6570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6571         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6572
6573         * message.el (message-tool-bar-gnome): Use new icon names.
6574         (message-make-tool-bar): Use `gmm-image-load-path'.
6575
6576         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6577         functions from MH-E.
6578         (gmm-image-load-path): New variable from MH-E.
6579         (gmm-image-load-path): New function from MH-E.  Added arguments
6580         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6581         *-image-load-path-called-flag.
6582
6583 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6584
6585         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6586
6587 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6588
6589         * nnimap.el (nnimap-request-move-article): Change folder back to
6590         source group before deleting.
6591
6592 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6595
6596         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6597         mm-url.
6598
6599         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6600
6601 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6604         coding system which mm-charset-to-coding-system returns for a
6605         given charset is valid.
6606
6607 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6608
6609         * html2text.el (html2text-remove-tag-list):
6610         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6611
6612 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6613
6614         * gnus-cus.el: Revert 2005-10-17 change.
6615
6616 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-art.el (article-strip-banner): Call
6619         article-really-strip-banner only when the regexp match is made.
6620
6621 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (article-strip-banner): Use
6624         gnus-extract-address-components instead of
6625         mail-header-parse-addresses to make it work with non-ASCII text;
6626         remove mail-encode-encoded-word-string.
6627
6628         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6629         values which are surrounded with \"...\"; make it never cause a
6630         Lisp error; give up parsing of parameters if it failed in
6631         extracting type.
6632
6633 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6634
6635         * smime.el (smime-cert-by-ldap-1): Fix bug where
6636         `smime-ldap-search' returns results without userCertificates.
6637
6638 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6641
6642 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * spam.el (spam-check-spamassassin-headers): Adapt format for
6645         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6646         <ari@mbf.ocn.ne.jp>.
6647         (spam-list-of-processors): Add spam-use-gmane.
6648
6649 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6652         make-temp-file; make it work with XEmacs as well.
6653
6654         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6655         mm-make-temp-file.
6656
6657         * mm-decode.el (mm-display-external): Use the 3rd arg of
6658         mm-make-temp-file.
6659         (mm-create-image-xemacs): Ditto.
6660
6661 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6664         with message-narrow-to-headers.
6665         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6666         (gnus-draft-check-draft-articles): New function.
6667         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6668
6669 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-art.el (gnus-article-browse-html-parts):
6672         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6673         Don't use suffix argument for mm-make-temp-file for Emacs 21
6674         compatibility.  Remove useless `format'.
6675
6676 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6677
6678         * nnweb.el (nnweb-google-wash-article): Update regexps.
6679         (nnweb-group-alist): Use defvoo instead of defvar.
6680
6681 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6684         re-loading nn* modules.
6685
6686 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6689         for `tool-bar-mode' and don't check it's default-value.
6690
6691         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6692
6693         * message.el (message-make-tool-bar): Ditto.
6694
6695         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6696         `substring'.  Shorten tmp-file name.
6697
6698         * gnus.el: Remove bogus comment.
6699
6700 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6701
6702         * gnus-art.el (gnus-article-browse-html-parts): New function.
6703         (gnus-article-browse-html-article): New function for viewing html
6704         articles with a browser.
6705
6706 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6709         in elisp.
6710         (pgg-gpg-encrypt-symmetric-region): Ditto.
6711         (pgg-gpg-sign-region): Ditto.
6712
6713         * pgg-def.el (pgg-text-mode): New variable.
6714
6715         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6716         (mml2015-pgg-encrypt): Ditto.
6717
6718         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6719         (mml1991-pgg-encrypt): Ditto.
6720
6721 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6724         message-make-date instead of current-time-string.
6725
6726         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6727         to gnus-decoded which mm-uu might set.
6728
6729 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6732         don't decode quoted parameters; remove misimported Emacs code.
6733         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6734         (rfc2231-decode-encoded-string): Don't use split-string which
6735         behaves differently according to Emacs version; use
6736         mm-decode-coding-region to convert charset to coding-system.
6737         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6738         (rfc2231-encode-string): Remove misimported Emacs code.
6739
6740 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6743         when calling mail-header-parse-content-type.
6744         (article-de-quoted-unreadable): Ditto.
6745         (article-de-base64-unreadable): Ditto.
6746         (article-wash-html): Ditto.
6747
6748         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6749         calling mail-header-parse-content-type and
6750         mail-header-parse-content-disposition.
6751         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6752         mail-header-parse-content-type.
6753
6754         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6755         insert charset and format parameters; encode description after
6756         inserting it to buffer.
6757         (mml-insert-parameter): Fold lines properly even if a parameter is
6758         segmented into two or more lines; change the max column to 76.
6759
6760         * rfc1843.el (rfc1843-decode-article-body): Don't use
6761         ignore-errors when calling mail-header-parse-content-type.
6762
6763         * rfc2231.el (rfc2231-parse-string): Return at least type if
6764         possible; don't cause an error even if it fails in parsing of
6765         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6766         (rfc2231-encode-string): Don't break lines at the beginning, leave
6767         it to mml-insert-parameter.
6768
6769         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6770         calling mail-header-parse-content-type.
6771
6772 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * spam-report.el (spam-report-gmane-use-article-number):
6775         Improve doc string.
6776         (spam-report-gmane-internal): Check if a suitable header was found
6777         in the article.
6778
6779 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6782         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6783
6784 2006-02-05  Romain Francoise  <romain@orebokech.com>
6785
6786         Update copyright notices of all files in the gnus directory.
6787
6788 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6789
6790         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6791
6792 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6795         segmented lines of parameter value to cope with Thunderbird 1.5
6796         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6797         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6798         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6799
6800 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6801
6802         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6803         parts.
6804
6805 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6806
6807         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6808         there's only one active file for all servers.
6809         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6810         solid groups.  Gnus might have used a FAST request to select the group.
6811         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6812         and nnweb-search redundantly in the active file.
6813         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6814         (nnweb-request-create-group): Don't use ARGS.
6815         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6816         initialisations.  Let nnoo do the work.
6817
6818 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6821         Say the part has been decoded.
6822
6823         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6824
6825 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6826
6827         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6828         mailcap-viewer-test-cache when there's no 'test clause, since that
6829         will invert the meaning of a "nil" test previously determined by
6830         mailcap-mailcap-entry-passes-test.
6831
6832 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6835         compiling.
6836
6837         * gnus-sum.el: Ditto.
6838
6839         * message.el: Don't bind tool-bar-map when compiling.
6840
6841 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6844
6845 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6846
6847         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6848         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6849         current Google Groups.
6850
6851 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6854         and tool-bar-mode.
6855
6856         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6857         and tool-bar-mode.
6858
6859         * message.el (message-tool-bar-update): Simplify.
6860         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6861
6862         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6863         gnus-summary-buffer.
6864         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6865         gnus-summary-reply.
6866
6867         * gmm-utils.el (gmm): Add :version.
6868
6869 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * Makefile.in (clean): New rule.
6872         (distclean): Use it.
6873
6874 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6875
6876         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6877         autoload.
6878
6879 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gmm-utils.el (gmm-verbose): Add :group.
6882
6883 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * message.el: Change some comments WRT tool-bars.
6886
6887         * gnus-sum.el (gnus-summary-tool-bar)
6888         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6889         (gnus-summary-tool-bar-zap-list): New variables.
6890         (gnus-summary-make-tool-bar): Complete rewrite using
6891         `gmm-tool-bar-from-list'.
6892
6893         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6894         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6895         variables.
6896         (gnus-group-make-tool-bar): Complete rewrite using
6897         `gmm-tool-bar-from-list'.
6898         (gnus-group-tool-bar-update): New function.
6899
6900         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6901
6902 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6905         is dissected into a single part of which the type is the same as
6906         the given one; decode charset.
6907
6908 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6909
6910         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6911         into alists as symbol not string, since that's what
6912         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6913         look for.
6914
6915 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6918         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6919
6920         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6921
6922 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6925         (gnus-xmas-mime-security-button-menu): New function.
6926
6927         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6928         (gnus-mime-security-button-menu): New definition.
6929         (gnus-mime-security-button-map): Use them.
6930         (gnus-mime-security-button-menu): New function.
6931         (gnus-insert-mime-security-button): Addition to help echo.
6932         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6933         (gnus-mime-security-pipe-part): New functions.
6934
6935         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6936         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6937
6938         * mm-decode.el (mm-handle-set-disposition): Remove.
6939         (mm-handle-set-description): Remove.
6940
6941 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6944         (mm-w3m-standalone-supports-m17n-p): New function.
6945         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6946         w3m usage.
6947
6948         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6949         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6950
6951 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * message.el (message-tool-bar-zap-list): Use
6954         gmm-tool-bar-zap-list as custom type.
6955         (message-tool-bar-update): New function.
6956         (message-tool-bar, message-tool-bar-gnome)
6957         (message-tool-bar-retro): Add message-tool-bar-update.
6958         (message-tool-bar-gnome): Add flyspell-buffer.
6959
6960         * gnus-util.el (gnus-error): Describe `args'.
6961
6962         * gmm-utils.el (gmm-error): Describe `args'.
6963         (gmm-tool-bar-zap-list): New widget.
6964         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6965
6966 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6969         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6970         the number of recursive calls.
6971
6972         * mm-decode.el (mm-handle-set-disposition): New macro.
6973         (mm-handle-set-description): New macro.
6974
6975 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6978         encoding.
6979
6980 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * message.el (message-tool-bar-zap-list, message-tool-bar)
6983         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6984         (message-tool-bar-local-item-from-menu): Remove.
6985         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6986         (message-make-tool-bar): New function.
6987         (message-mode): Use `message-make-tool-bar'.
6988
6989         * gmm-utils.el: New file.
6990         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6991         (gmm-lazy): New widget copied from `nnmail.el'.
6992         (gmm-tool-bar-from-list): New function for creating customizable
6993         tool bars.
6994         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6995         output.
6996         (gmm): Add :prefix to defgroup.
6997
6998 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6999
7000         * gmm-utils.el (gmm-widget-p): New function.
7001
7002 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * mml.el (mml-attach-file): Describe `description' in doc string.
7005         (mml-menu): Add Emacs MIME manual and PGG manual.
7006
7007 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7008
7009         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7010
7011 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7012
7013         * nntp.el (nntp-end-of-line): Doc fix.
7014
7015 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7016
7017         * imap.el (imap-open): Handle case where buffer is a buffer
7018         object.
7019
7020 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * gnus-delay.el (gnus-delay): Don't autoload.
7023         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7024         to be re-loaded when customizing the `gnus-delay' group.
7025
7026 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7027
7028         * message.el (message-insert-citation-line): Use newlines.
7029
7030 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7031
7032         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7033         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7034         these routines, so the passphrase can be managed externally and
7035         passed in to the system.
7036         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7037         pgg-add-passphrase-to-cache function.
7038
7039         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7040         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7041         these routines, so the passphrase can be managed externally and
7042         passed in to the system.
7043         (pgg-pgp5-sign-region): Use new name of
7044         pgg-add-passphrase-to-cache function.
7045
7046 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7047
7048         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7049         part of the decoded armor to find the key-identifier.
7050         (pgg-gpg-lookup-key-owner): New function to return the
7051         human-readable identifier of a key owner.
7052         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7053         itself.
7054         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7055         the key value) if we have a key and can match it against a secret
7056         key.  Also, added a note pointing out fact that the prompt only
7057         indicates the first matching key.
7058
7059         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7060         pgg-decrypt-region.
7061         (pgg-add-passphrase-to-cache): Rename from
7062         `pgg-add-passphrase-cache' to reduce confusion (all callers
7063         changed).
7064         (pgg-remove-passphrase-from-cache): Rename from
7065         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7066         changed).
7067         (pgg-read-passphrase, pgg-add-passphrase-cache)
7068         (pgg-remove-passphrase-cache): Add informative docstrings.
7069         (pgg-decrypt): Convey provided passphrase in subordinate call to
7070         pgg-decrypt-region.
7071
7072 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7073
7074         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7075         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7076         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7077         'passphrase' argument, so the passphrase can be managed externally
7078         and then passed in to the system.
7079
7080         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7081         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7082         so the passphrase cache can be used reliably with identifiers
7083         besides a pgp packet's key id.
7084
7085         * pgg-gpg.el (pgg-gpg-encrypt-region)
7086         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7087         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7088         these routines, so the passphrase can be managed externally and
7089         passed in to the system.
7090
7091         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7092         'notruncate' argument, so the passphrase cache can be used
7093         reliably with identifiers besides a pgp packet's key id.
7094
7095 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7096
7097         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7098         symmetric encryption.
7099         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7100         encrypted session key.
7101         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7102         message ask for the passphrase in a proper way.
7103
7104         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7105         New user commands for symmetric encryption.
7106
7107 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7110
7111         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7112
7113 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7114
7115         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7116
7117 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * mm-decode.el (mm-inlined-types): Add application/pgp.
7120         (mm-automatic-display): Ditto.
7121
7122         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7123         part as text.
7124
7125 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * nnrss.el: Update copyright.
7128         (nnrss-opml-import): Query whether to subscribe to each entry.
7129
7130         * gnus-art.el:
7131         * gnus-sum.el:
7132         * gnus-xmas.el:
7133         * messagexmas.el:
7134         * mm-uu.el:
7135         * mm-view.el: Update copyright.
7136
7137 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * message.el (message-info): New function.
7140         (message-mode-menu): Add it.
7141         Update copyright.
7142
7143         * ChangeLog: Fix and update copyright.
7144
7145 2006-01-13  Romain Francoise  <romain@orebokech.com>
7146
7147         * message.el (message-forward-subject-name-subject): Prefer the
7148         address to 'nowhere' if the sender has no name.
7149         Fix typo.  Update copyright year.
7150
7151 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-art.el (article-wash-html): Use
7154         gnus-summary-show-article-charset-alist if a numeric arg is given.
7155         (gnus-article-wash-html-with-w3m-standalone): New function.
7156
7157         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7158         mm-inline-text-html-render-with-w3m-standalone.
7159         (mm-text-html-washer-alist): Map w3m-standalone to
7160         gnus-article-wash-html-with-w3m-standalone.
7161         (mm-inline-text-html-render-with-w3m-standalone): New function.
7162
7163 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7166         Improve LaTeX.
7167
7168 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7171         (nnrss-request-article): Render text/plain parts as HTML.
7172
7173         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7174         the buffer.
7175
7176 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7179         custom definition of `gnus-posting-styles'.
7180
7181         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7182         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7183
7184 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7187         Use nntp for bug archive.
7188
7189 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7192         parts.
7193         (nnrss-normalize-date): New function converts ISO 8601 date into
7194         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7195         (nnrss-check-group): Use it.
7196
7197 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7200
7201         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7202         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7203         (nnrss-insert-w3): Ditto.
7204
7205 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7208         the articles to be forwarded including the case where neither a
7209         number of articles nor a region is specified.
7210
7211 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * nnrss.el (nnrss-request-article): Fix last change; fill
7214         text/plain parts.
7215
7216 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7219         in text/plain part.
7220         (nnrss-check-group): Don't add excessive newline to dc:subject.
7221
7222 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7223
7224         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7225         article.
7226
7227 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7230         (nnml-use-compressed-files, nnml-save-mail): Support other
7231         comression programs such as bzip2.
7232
7233 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * dns.el (query-dns): Make sure we check the buffer size before
7236         removing tcp headers.
7237
7238 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7241         remove MIME buttons associated with multipart/alternative parts.
7242         (gnus-mime-display-alternative): Tag buttons using `article-type'
7243         text property.
7244
7245         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7246         associated with multipart/alternative parts.
7247
7248         * gnus-art.el (gnus-signature-separator): Fix custom type.
7249
7250         * mm-decode.el (mm-inlined-types): Fix custom type.
7251         (mm-keep-viewer-alive-types): Ditto.
7252         (mm-automatic-display): Ditto.
7253         (mm-attachment-override-types): Ditto.
7254         (mm-inline-override-types): Ditto.
7255         (mm-automatic-external-display): Ditto.
7256
7257 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * spam-report.el (spam-report-user-mail-address)
7260         (spam-report-user-agent): New variables.
7261         (spam-report-url-ping-plain): Use spam-report-user-agent.
7262
7263 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7264
7265         * gnus-art.el (gnus-button-handle-custom): Do not just use
7266         `customize-apropos' for any "M-x customize-*" button but the
7267         function called for.  Accept both the function name and its
7268         argument in order to achieve this.
7269         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7270         function name to `gnus-button-handle-custom' in case of "M-x
7271         customize-*" buttons.
7272
7273 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7276         multipart/alternative and add xref to mm-discouraged-alternatives
7277         in doc string.
7278
7279         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7280         gnus-buttonized-mime-types in doc string.
7281
7282 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7285         Suggest image/.* in the doc string.
7286
7287 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7290         message-marks (Debian bug #342521).
7291
7292 2005-12-12  Simon Josefsson  <jas@extundo.com>
7293
7294         * password.el (password-read-from-cache): Add.
7295         (password-read): Use it.
7296
7297 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7300         us-ascii as a MIME charset.
7301
7302         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7303         against the case where the 2nd arg TYPE is nil.
7304
7305 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * pop3.el (pop3-stream-type): Fix custom version.
7308
7309         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7310
7311 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7312
7313         * mm-decode.el (mm-display-external): Add missing cdr.
7314
7315 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7318         RFC1524) if it is in mailcap or add a suffix according to
7319         mailcap-mime-extensions when generating a temp filename; postpone
7320         deleting a temp file for 2 seconds for some wrappers, shell
7321         scripts, and so on, which might exit right after having started a
7322         viewer command as a background job.
7323
7324 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * nntp.el (nntp-marks-directory): Fix custom group.
7327
7328         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7329         steps when < 10.
7330
7331         * gnus-start.el (gnus-no-server-1): Mention
7332         `gnus-level-default-subscribed' in doc string.
7333
7334 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7335
7336         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7337         parens.
7338
7339 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-xmas.el (gnus-use-toolbar): Revert.
7342         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7343         gnus-use-toolbar is default.
7344
7345         * messagexmas.el (message-use-toolbar): Revert.
7346         (message-setup-toolbar): Use global default-toolbar if
7347         message-use-toolbar is default.
7348
7349 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7352         according to default-toolbar-visible-p.
7353
7354         * messagexmas.el (message-use-toolbar): Ditto.
7355
7356 2005-11-26  Dave Love  <fx@gnu.org>
7357
7358         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7359         (tls-program, tls-success): Provide openssl alternative.
7360
7361         * starttls.el: Doc fixes.
7362         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7363         SERVICE to PORT.
7364
7365         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7366         port null or service name.
7367         (starttls-negotiate): Autoload.
7368
7369 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * message.el (message-kill-to-signature): Fix interactive spec.
7372
7373 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * pop3.el (pop3-open-server): Recognize a string as a service name.
7376
7377 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7378
7379         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7380
7381 2005-11-23  Dave Love  <fx@gnu.org>
7382
7383         Add pop3s, pop3/starttls.
7384
7385         * pop3.el (pop3-authentication-scheme): Clarify doc.
7386         (open-tls-stream, starttls-open-stream): Autoload.
7387         (pop3-stream-type): New.
7388         (pop3-open-server): Use it.
7389
7390         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7391         for POP.
7392         (mail-source-keyword-map): Add :stream for POP.
7393         (mail-source-fetch-pop): Use pop3-stream-type.
7394
7395 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7398         of current-time-string.
7399
7400 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7401
7402         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7403         date header.
7404
7405 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7406
7407         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7408         it can seriously impact performance as it bypasses the agent's
7409         local caches.
7410
7411 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7412
7413         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7414         must be explicitly online rather than "not explicitly offline" for
7415         its flags to be synchronized.
7416
7417         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7418         that gnus-uu-unmark-thread will function correctly.
7419
7420         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7421         1024K is instead displayed as 1M.
7422
7423 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7426
7427 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7428
7429         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7430
7431 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7432
7433         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7434         error message to display actual error condition.
7435         (gnus-agent-save-local): Avoid saving symbols that are bound to
7436         nil as they simply result in a warning message in
7437         gnus-agent-read-local.
7438
7439 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7442         rather than make-variable-buffer-local for file-precious-flag.
7443
7444 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7445
7446         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7447         for duplicates which are removed.  The invalid sort check then
7448         triggers a rescan after the sort as sorting may have moved
7449         duplicate entries such that they can be cheaply detected.
7450
7451 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7454
7455 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7456
7457         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7458         internal variable to a custom variable.  Changed default value
7459         from compressed(2) to uncompressed(1).
7460         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7461         support for uncompressed agentview files.  Taken together, reading
7462         the agentview file should now be 6-7 times faster.
7463
7464 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7465
7466         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7467         as a buffer-local variable.  This avoids creating truncated
7468         dribble files as a result of a hang up, eg.
7469
7470 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7471
7472         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7473         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7474         XEmacs.
7475
7476 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-start.el (gnus-start-draft-setup): Enforce
7479         `gnus-draft-mode' for nndraft:drafts at startup.
7480
7481         * gnus.el (gnus-splash): Change custom group.
7482         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7483         allow-list argument.
7484
7485         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7486         string.
7487
7488 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-art.el (gnus-default-article-saver): Add user-defined
7491         `function' to custom type.
7492
7493 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7494
7495         * imap.el (imap-open): Handle case where buffer is a buffer
7496         object.
7497
7498 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7501         long lines.
7502         (gnus-cache-delete-group): Wrap doc strings.
7503
7504         * gnus-agent.el (gnus-agent-rename-group)
7505         (gnus-agent-delete-group): Wrap doc strings.
7506
7507 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * messagexmas.el (message-use-toolbar): Change the valid values
7510         into default, top, bottom, left, and right.
7511         (message-toolbar-thickness): New variable.
7512         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7513         well.
7514         (message-setup-toolbar): Make it work.
7515
7516         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7517         (gnus-use-toolbar): Change the valid values into default, top,
7518         bottom, left, and right.
7519         (gnus-toolbar-thickness): New variable.
7520         (gnus-xmas-setup-toolbar): New function.
7521         (gnus-xmas-setup-group-toolbar): Use it.
7522         (gnus-xmas-setup-summary-toolbar): Use it.
7523
7524 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-start.el (gnus-1): Add "native" to
7527         gnus-predefined-server-alist.
7528
7529         * gnus.el (gnus-method-to-server): Don't add "native" to the
7530         lists here, because that leads to problems when
7531         gnus-select-method is bound.
7532
7533 2005-11-09  Simon Josefsson  <jas@extundo.com>
7534
7535         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7536         use (not sort-by-date) instead.
7537
7538 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7539
7540         * gnus-delay.el (gnus-delay-group): Don't autoload.
7541         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7542         to be re-loaded when customizing the `gnus-delay' group.
7543
7544 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7545
7546         * message.el: Revert last changes.
7547         (message-insert-citation-line): Use newlines.
7548
7549 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7550
7551         * message.el (message-courtesy-message)
7552         (message-mark-insert-begin, message-mark-insert-end)
7553         (message-elide-ellipsis, message-cancel-message)
7554         (message-add-header, message-change-subject)
7555         (message-cross-post-followup-to-header)
7556         (message-cross-post-insert-note, message-reduce-to-to-cc)
7557         (message-widen-reply, message-delete-not-region)
7558         (message-kill-to-signature, message-insert-signature)
7559         (message-insert-importance-high, message-insert-importance-low)
7560         (message-insert-or-toggle-importance)
7561         (message-insert-disposition-notification-to)
7562         (message-indent-citation, message-yank-original)
7563         (message-cite-original-without-signature, message-cite-original)
7564         (message-insert-citation-line, message-position-on-field)
7565         (message-fix-before-sending, message-send-mail-partially)
7566         (message-send-mail, message-send-mail-with-sendmail)
7567         (message-send-mail-with-qmail, message-send-news)
7568         (message-check-news-header-syntax, message-generate-headers)
7569         (message-insert-courtesy-copy, message-fill-address)
7570         (message-fill-header, message-shorten-references)
7571         (message-setup-1, message-cancel-news)
7572         (message-forward-make-body-plain, message-forward-make-body-mime)
7573         (message-forward-make-body-mml, message-encode-message-body)
7574         (message-forward-make-body-digest-plain)
7575         (message-forward-make-body-digest-mime)
7576         (message-use-alternative-email-as-from): Insert `hard-newline'
7577         instead of ordinary newlines.
7578
7579 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * message.el (message-generate-headers): Downcase the argument
7582         given to message-check-element.
7583
7584 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7585
7586         * nntp.el (nntp-authinfo-rejected): New error condition.
7587         (nntp-wait-for): Use new error condition to signal authentication
7588         error.
7589         (nntp-retrieve-data): Rethrow new error condition to break out of
7590         recursive call to nntp-send-authinfo.
7591
7592 2005-11-08  Romain Francoise  <romain@orebokech.com>
7593
7594         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7595         (gnus-summary-exit-map): Bind to `Z p'.
7596         (gnus-summary-make-menu-bar): Add menu item.
7597
7598 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7601         (gnus-treat-*): Add `first' in all doc strings.
7602
7603         * gnus-group.el (gnus-group-compact-group): Fix typo.
7604
7605 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus.el (gnus-parameters-case-fold-search): New variable.
7608         (gnus-parameters-get-parameter): Use it.
7609
7610         * gnus-score.el (gnus-home-score-file): Doc fix.
7611
7612 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7613
7614         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7615
7616 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * mm-util.el (mm-special-display-p): New function.
7619
7620         * mml.el (mml-preview): Use it; doc fix.
7621
7622 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7623
7624         * imap.el (imap-open): Handle case where buffer is a buffer object.
7625
7626 2005-10-29  Romain Francoise  <romain@orebokech.com>
7627
7628         * message.el (message-fix-before-sending): Fix comment.
7629
7630 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7631
7632         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7633
7634 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7635
7636         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7637         Used in gnus-score.el.
7638
7639 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7642
7643 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7646         whitespace removed in revision 7.8.  Use concatenated string to
7647         protect trailing whitespace.
7648
7649 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7650
7651         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7652         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7653         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7654         Courier IMAP ("some version from 2004").  Mostly based on similar
7655         code in the same function.
7656
7657 2005-10-26  Didier Verna  <didier@xemacs.org>
7658
7659         * gnus-group.el (gnus-group-compact-group): Invalidate original
7660         article buffer.
7661         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7662         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7663         NOV database and in article itself.
7664         Invalidate article backlog.
7665
7666 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7669
7670 2005-10-26  Simon Josefsson  <jas@extundo.com>
7671
7672         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7673         part of 2004-07-25 change.
7674
7675 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-display-completion-list): New function.
7678         (message-expand-group): Use it; make sure the Completions buffer
7679         is modifiable.
7680 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7681
7682         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7683         user-mail-name is an empty string.
7684
7685 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7688         depending on gnus-score-decay-constant.
7689
7690         * encrypt.el (encrypt-insert-file-contents)
7691         (encrypt-write-file-contents): Don't use `gnus-message'.
7692
7693         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7694         arguments.
7695         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7696         arguments to mm-uu-verbatim-marks-extract.
7697         (mm-uu-hide-markers): New variable.
7698         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7699
7700         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7701         (gnus-convert-image-to-face-command): Use "convert" by default to
7702         allow other input image formats.
7703         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7704         accordingly.
7705
7706 2005-10-23  Simon Josefsson  <jas@extundo.com>
7707
7708         * imap.el (imap-gssapi-program): Align command line parameters
7709         with latest GNU SASL.
7710         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7711
7712 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7715         HTML.
7716         (nnslashdot-request-article): Ditto.
7717
7718         * lpath.el (featurep): Add nobreak-char-display.
7719
7720 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7721
7722         * mail-source.el (mail-source-fetch-pop): Require pop3.
7723         (mail-source-check-pop): Ditto.
7724
7725 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7728         errors.
7729
7730 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7733         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7734
7735         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7736
7737         * mm-bodies.el (mm-decode-string): Call
7738         `mm-charset-to-coding-system' with allow-override argument.
7739
7740 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7743         (rfc2047-charset-to-coding-system): New function.
7744         (rfc2047-decode-encoded-words): New function.
7745         (rfc2047-decode-region): Use them.
7746         (rfc2047-decode-cte): Remove.
7747         (rfc2047-parse-and-decode): Remove.
7748         (rfc2047-decode): Remove.
7749
7750 2005-10-15  Kenichi Handa  <handa@m17n.org>
7751
7752         * rfc2047.el (rfc2047-decode-cte): New function.
7753         (rfc2047-decode-region): Change the way to decode successive
7754         encoded-words: decode B- or Q-encoding in each encoded-word,
7755         concatenate them, and decode it as charset.
7756
7757 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * lpath.el: Fbind codepage-setup for XEmacs.
7760
7761 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7762
7763         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7764         widget-move-and-invoke.
7765         (gnus-custom-mode): Use gnus-custom-map.
7766
7767 2005-10-15  Bill Wohler  <wohler@newt.com>
7768
7769         * message.el (message-tool-bar-map): Renamed image file from
7770         mail_send to mail/send.
7771
7772 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7773
7774         * message.el (message-expand-group): Pass the common
7775         prefix substring of completion to `display-completion-list'.
7776
7777 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * mml-sec.el (mml-secure-method): New internal variable.
7780         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7781         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7782         functions using mml-secure-method.
7783
7784         * mml.el (mml-mode-map): Add key bindings for those functions.
7785         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7786         Harder <harder@myrealbox.com>.
7787         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7788         end of message if point is the headers of the message.
7789
7790         * message.el (message-in-body-p): New function.
7791
7792         * assistant.el: Autoload gnus-util and netrc.
7793
7794         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7795         Use `mm-charset-override-alist' only when decoding.
7796
7797         * mm-bodies.el (mm-decode-body): Call
7798         `mm-charset-to-coding-system' with allow-override argument.
7799
7800         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7801         `filename' from Content-Disposition if Content-Type doesn't
7802         provide `name'.
7803         (gnus-mime-view-part-as-type): Set default instead of
7804         initial-input.
7805
7806 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7807
7808         * format-spec.el (format-spec): Propagate text properties of % spec.
7809
7810 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gnus-art.el (gnus-treat-predicate): Add `first'.
7813
7814 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7817         (mm-charset-override-alist): New variable.
7818         (mm-charset-to-coding-system): Use it.
7819         (mm-codepage-setup): New helper function.
7820         (mm-charset-eval-alist): New variable.
7821         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7822         about unknown charsets.
7823
7824         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7825
7826 2005-10-04  David Hansen  <david.hansen@gmx.net>
7827
7828         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7829         (nnrss-check-group): Ditto.
7830
7831 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7834         Rename x-gnus-verbatim to x-verbatim.
7835         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7836
7837         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7838         x-verbatim.
7839
7840         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7841
7842         * gnus-util.el (gnus-remove-duplicates): Remove.
7843
7844         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7845         instead of gnus-remove-duplicates.
7846
7847         * message.el (message-remove-duplicates): Remove.
7848         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7849         message-remove-duplicates.
7850
7851         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7852         available, else use implementation from `delete-dups'.
7853
7854         * message.el (message-insert-expires): New function.
7855         (message-mode-map): Add key binding.
7856         (message-mode-field-menu): Add menu entry.
7857         (message-mode): Document it.
7858         (message-make-expires-date): Use `message-make-date'.
7859
7860 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7861
7862         * message.el (message-make-expires-date): New function.
7863
7864 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * Makefile.in (list-installed-shadows): New entry.
7867         (install): Use it.
7868         (remove-installed-shadows): New entry.
7869
7870         * dgnushack.el (dgnushack-default-load-path): New variable.
7871         (dgnushack-find-lisp-shadows): New function.
7872         (dgnushack-remove-lisp-shadows): New function.
7873
7874 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * Makefile.in (install-el-elc): New entry.
7877         (install): Use it so that .el files are necessarily installed.
7878
7879 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7882
7883 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7886         function rather than the diff-mode.el package.
7887         (mm-display-external): Use with-current-buffer.
7888         (mm-viewer-completion-map, mm-viewer-completion-map):
7889         Move initialization inside declaration.
7890
7891 2005-09-29  Simon Josefsson  <jas@extundo.com>
7892
7893         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7894         autoload mail-check-payment.
7895         (spam-check-hashcash): Define unconditionally, since hashcash.el
7896         is part of Gnus now.  Ignore errors from payment checking.
7897
7898 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * message.el (message-bold-region, message-unbold-region): Rename
7901         from `bold-region' and `unbold-region'.
7902
7903         * message.el: Remove useless autoloads.
7904
7905 2005-09-28  Simon Josefsson  <jas@extundo.com>
7906
7907         * message.el (message-use-idna): Default to t.
7908         (message-use-idna): Test whether encoding works too.  Doc fix.
7909
7910 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * nntp.el (nntp-warn-about-losing-connection): Remove.
7913
7914 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7917         customizable.  Change default value.
7918         (mm-uu-diff-groups-regexp): Change default value.
7919         (mm-uu-type-alist): Add doc string.
7920         (mm-uu-configure): Add doc string.  Make it interactive.
7921         (mm-uu-tex-groups-regexp): New variable.
7922         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7923         (mm-uu-type-alist): Add LaTeX documents.
7924         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7925         of "text/verbatim".
7926         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7927
7928         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7929         instead of "text/verbatim".
7930
7931         * message.el (message-mark-inserted-region)
7932         (message-mark-insert-file): Use slrn style marks when called with
7933         prefix argument.
7934
7935 2005-09-27  Simon Josefsson  <jas@extundo.com>
7936
7937         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7938
7939 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7940
7941         * message.el (message-remove-duplicates): New function.
7942         Implementation borrowed from `gnus-remove-duplicates'.
7943         (message-idna-to-ascii-rhs): Also encode idna addresses in
7944         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7945         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7946         only ask about the same idna domain once per header and also tell
7947         in what header to replace the idna domain.
7948
7949         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7950         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7951         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7952         a header is decoded and not just the last one.
7953
7954 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7957         has been decoded.
7958
7959         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7960         (mm-insert-part): Don't modify text if it has been decoded.
7961
7962         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7963         decoded.
7964
7965         * mm-view.el (mm-inline-text): Don't strip text props unless
7966         decoding enriched or richtext parts.
7967
7968 2005-09-25  Romain Francoise  <romain@orebokech.com>
7969
7970         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7971         * gnus-start.el (gnus-subscribe-interactively):
7972         * gnus-uu.el (gnus-uu-grab-articles):
7973         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7974         space.
7975
7976 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7977
7978         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7979         * mm-view.el (mm-view-pkcs7-decrypt):
7980         * gnus-sum.el (gnus-summary-limit-to-extra)
7981         (gnus-summary-respool-article, gnus-read-move-group-name):
7982         * gnus-score.el (gnus-summary-increase-score):
7983         * gnus-util.el (gnus-completing-read-with-default):
7984         * gnus-art.el (gnus-read-save-file-name)
7985         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7986         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7987         * message.el (message-check-news-header-syntax):
7988         Follow convention for reading with the minibuffer.
7989
7990 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * spam-report.el (spam-report-url-ping-plain):
7993         Use gnus-extended-version as User-Agent.
7994
7995         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7996         default value is nil.
7997
7998         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7999         (mm-uu-verbatim-marks-extract): New function.
8000         (mm-uu-extract): New face.
8001         (mm-uu-copy-to-buffer): Use it.
8002
8003         * spam-report.el (spam-report-gmane-ham): Renamed from
8004         `spam-report-gmane-unspam'.
8005         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8006         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8007
8008         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8009         Autoload.
8010         (spam-report-gmane-unregister-routine): Renamed
8011         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8012
8013 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8016         (spam-report-gmane-unregister-routine): Add support for gmane
8017         unregistration.
8018
8019         * spam-report.el (spam-report-gmane-unspam)
8020         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8021         (spam-report-gmane): Change to take a single article and do unspam
8022         registration.
8023
8024 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * mm-url.el (mm-url-decode-entities): Fix regexp.
8027
8028 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8031         default to nil, to be able to use Gnus at all.  If the default
8032         switches to something else, then the function should be fixed not
8033         be exceedingly slow.
8034
8035 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8038         fail hard.
8039
8040         * spam-report.el: Add better Keywords line.
8041
8042         * spam.el: Add Maintainer and better Keywords line.
8043
8044 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-art.el (gnus-article-replace-part)
8047         (gnus-mime-replace-part): New functions.
8048         (gnus-mime-action-alist, gnus-mime-button-commands)
8049         (gnus-mime-save-part-and-strip): Added file argument.
8050         (gnus-article-part-wrapper): Added interactive argument.
8051
8052         * gnus-sum.el (gnus-summary-mime-map): Add
8053         `gnus-article-replace-part'.
8054
8055 2005-09-19  Didier Verna  <didier@xemacs.org>
8056
8057         The nnml compaction feature:
8058         * nnml.el (nnml-request-compact-group): New function.
8059         * nnml.el (nnml-request-compact): New function.
8060         * gnus-int.el (gnus-request-compact-group): New function.
8061         * gnus-int.el (gnus-request-compact): New function.
8062         * gnus-group.el (gnus-group-compact-group): New function.
8063         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8064         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8065         * gnus-srvr.el (gnus-server-compact-server): New function.
8066         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8067         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8068
8069 2005-09-18  Deepak Goel  <deego@gnufans.org>
8070
8071         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8072         format spec.
8073
8074 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8077
8078 2005-09-15  Romain Francoise  <romain@orebokech.com>
8079
8080         * message.el (message-fill-paragraph): Clarify docstring.
8081
8082 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el (gnus-mime-display-part): Protect against broken
8085         MIME messages.
8086
8087 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8090         before parsing header.
8091
8092 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8093
8094         * html2text.el (html2text-replace-list): Add new entities.
8095
8096 2005-09-11  Romain Francoise  <romain@orebokech.com>
8097
8098         * message.el (message-alternative-emails): Improve docstring.
8099         (message-setup-1): Call `message-use-alternative-email-as-from'
8100         after `message-setup-hook' to give it precedence over posting
8101         styles, etc.
8102         (message-use-alternative-email-as-from): Add docstring.  Remove
8103         the original From header if present.
8104
8105         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8106         (nnml-save-mail): Use it.
8107
8108         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8109         articles.  Add new argument `silent'.
8110         (gnus-uu-mark-all): Report the total number of marked articles.
8111
8112 2005-09-10  Romain Francoise  <romain@orebokech.com>
8113
8114         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8115         (gnus-uu-mark-series): Likewise.
8116
8117 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * spam-report.el (spam-report-gmane): Fix generation of spam
8120         report URL.
8121
8122 2005-09-10  Simon Josefsson  <jas@extundo.com>
8123
8124         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8125         t, based on discussion on the ding list with Robert Epprecht
8126         <epprecht@solnet.ch>.
8127
8128 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * spam-report.el (spam-report-gmane): Make it work without
8131         X-Report-Spam header.  Gmane now only provides Archived-At.
8132         This is only used if `spam-report-gmane-use-article-number' is nil.
8133         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8134
8135         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8136         make `gnus-summary-sort-by-recipient' work with threading.
8137
8138         * nnweb.el (nnweb-google-wash-article): Print a message if article
8139         is not available.
8140
8141 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8142
8143         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8144         change.  Decode text/* parts content before displaying.
8145
8146 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8149
8150 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8153
8154         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8155         url-package-name, url-package-version,
8156         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8157         w3m-display-inline-images, and w3m-minor-mode-map.
8158
8159 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * message.el (message-tab-body-function): Fix mismatched custom type.
8162
8163         * gnus.el (gnus-group-change-level-function): Ditto.
8164
8165         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8166
8167         * gnus-art.el (gnus-signature-limit)
8168         (gnus-article-mime-part-function): Ditto.
8169
8170 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * mml.el (mml-mode): Silence the byte compiler.
8173
8174         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8175         using `(sit-for 0)' before moving the point to the specified part;
8176         skip unbuttonized parts.
8177         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8178         return to the summary window if gnus-auto-select-part is non-nil.
8179
8180 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8183         variables.
8184         (mml-dnd-attach-file, mml-mode): Use them.
8185
8186         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8187         Make fetching article by MID work again for Google Groups.  Added
8188         FIXME concerning gnus-group-make-web-group.
8189
8190         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8191         Don't depend on Gnus by using mail-extract-address-components if
8192         gnus-extract-address-components is not bound.
8193
8194 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * gnus-art.el (gnus-mime-display-security): Don't display the
8197         signature, but only the signed part.
8198
8199 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8202
8203         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8204         list, not listp.
8205
8206 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8207
8208         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8209         when encoding.
8210
8211         * mm-bodies.el (mm-decode-content-transfer-encoding):
8212         De-canonicalize CRLF for all text content types, not just
8213         text/plain.
8214
8215 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8218         valid article; point arrow and cursor at the MIME button.
8219
8220 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8223         Suggested by Dan Christensen <jdc@uwo.ca>.
8224
8225         * mm-decode.el (mm-save-part): Enable change of prompt.
8226
8227 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8228
8229         * gnus-msg.el (gnus-inews-add-send-actions): Made
8230         `message-post-method' lambda parameter ARG `&optional'.
8231
8232 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gnus-sum.el (gnus-summary-mime-map): Added
8235         gnus-article-save-part-and-strip, gnus-article-delete-part and
8236         gnus-article-jump-to-part.
8237
8238         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8239         (gnus-article-edit-part): Use it.
8240         (gnus-article-part-wrapper): Added no-handle argument.
8241         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8242         functions.
8243
8244 2005-08-29  Romain Francoise  <romain@orebokech.com>
8245
8246         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8247         docstring.
8248         (gnus-face-from-file): Likewise.
8249
8250 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8253         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8254         non-nil.
8255         (gnus-auto-select-part): New variable.
8256         (gnus-article-jump-to-part): New function.
8257         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8258         (gnus-mime-delete-part): Allow selecting specified part after
8259         deleting or stripping parts.
8260         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8261         part if argument is bogus.
8262
8263 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8264
8265         * gnus-art.el (w3m-minor-mode-map):
8266         * gnus-spec.el (gnus-newsrc-file-version):
8267         * gnus-util.el (nnmail-active-file-coding-system)
8268         (gnus-original-article-buffer, gnus-user-agent):
8269         * gnus.el (gnus-ham-process-destinations)
8270         (gnus-parameter-ham-marks-alist)
8271         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8272         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8273         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8274         * mm-decode.el (gnus-current-window-configuration):
8275         * mm-extern.el (gnus-article-mime-handles):
8276         * mm-url.el (url-current-object, url-package-name)
8277         (url-package-version):
8278         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8279         (smime-keys, w3m-cid-retrieve-function-alist)
8280         (w3m-current-buffer, w3m-display-inline-images)
8281         (w3m-minor-mode-map):
8282         * mml-smime.el (gnus-extract-address-components):
8283         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8284         (gnus-newsrc-hashtb, message-default-charset)
8285         (message-deletable-headers, message-options)
8286         (message-posting-charset, message-required-mail-headers)
8287         (message-required-news-headers):
8288         * mml1991.el (mc-pgp-always-sign):
8289         * mml2015.el (mc-pgp-always-sign):
8290         * nnheader.el (nnmail-extra-headers):
8291         * rfc1843.el (gnus-decode-encoded-word-function)
8292         (gnus-decode-header-function, gnus-newsgroup-name):
8293         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8294
8295 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8296
8297         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8298         the end of the date treatments.
8299
8300 2005-08-15  Simon Josefsson  <jas@extundo.com>
8301
8302         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8303         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8304         Capello and Romain Francoise.
8305         (pgg-fetch-key-function): Removed, not used?
8306         (pgg-insert-url-with-w3): Require url, to get
8307         url-insert-file-contents regardless of where it is defined.
8308
8309 2005-08-13  Romain Francoise  <romain@orebokech.com>
8310
8311         * message.el (message-cite-original-1): New function.
8312         (message-cite-original): Use it.
8313         (message-cite-original-without-signature): Ditto.
8314
8315 2005-08-08  Romain Francoise  <romain@orebokech.com>
8316
8317         * message.el (message-yank-empty-prefix): New variable.
8318         (message-indent-citation): Use it.
8319         (message-cite-original-without-signature): Respect X-No-Archive.
8320
8321 2005-08-08  Simon Josefsson  <jas@extundo.com>
8322
8323         * pgg.el: Autoload url-insert-file-contents instead of loading
8324         w3/url.
8325         (pgg-insert-url-with-w3): Don't load url here.
8326
8327 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8328
8329         * message.el (message-kill-to-signature): Don't insert newline at
8330         bol.
8331         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8332
8333 2005-08-06  Romain Francoise  <romain@orebokech.com>
8334
8335         * message.el (message-user-fqdn): Fix typo in docstring.
8336
8337 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8338
8339         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8340
8341         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8342
8343 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * mm-bodies.el (mm-encode-body): Use coding system rather than
8346         charset to encode text.
8347
8348         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8349         number of charsets if utf-8 is available (XEmacs).
8350
8351 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8354         taken from `gnus-button-mid-or-mail-regexp'.
8355         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8356         (gnus-button-alist): Improve regexp for domain part of the MIDs
8357         for news:localpart@domain buttons.
8358         (gnus-button-ctan-directory-regexp): Update.
8359
8360 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * sieve-manage.el (sieve-manage-interactive-login): Use
8363         make-local-variable rather than make-variable-buffer-local.
8364         (sieve-manage-open): Ditto.
8365         (sieve-manage-authenticate): Ditto.
8366
8367         * mml.el (mml-generate-mime-1): Make the content type default to
8368         text/plain if the filename is not specified.
8369
8370 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8373         instead of insert-buffer.
8374
8375         * message.el (message-yank-original): Ditto; set the mark at the
8376         end of the yanked message.
8377
8378 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8381         lines to scroll rather than to stop it.
8382
8383         * mml.el (mml-generate-default-type): Add doc string.
8384         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8385         default to application/octet-stream when determining the content
8386         type if it is not specified for the part or the mml contents; add
8387         a comment about mml-generate-default-type.
8388
8389 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8392         make it default to application/octet-stream when determining the
8393         content type if it is not specified for the external contents.
8394
8395 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8398         segmented parameter but also other parameters might be there.
8399
8400 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * mm-decode.el (mm-display-external): Delete temp file, directory
8403         and buffer immediately if the external process is exited.
8404
8405 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8408         fewer lines than that of scroll-margin.
8409         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8410
8411 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-art.el (gnus-article-next-page): Revert.
8414         (gnus-article-beginning-of-window): New macro.
8415         (gnus-article-next-page-1): Use it.
8416         (gnus-article-prev-page): Ditto.
8417         (gnus-article-edit-part): Use insert-buffer-substring instead of
8418         insert-buffer.
8419         (gnus-article-edit-exit): Ditto.
8420
8421         * gnus-util.el (gnus-beginning-of-window): Remove.
8422         (gnus-end-of-window): Remove.
8423
8424         * lpath.el: Don't bind header-line-format and scroll-margin.
8425
8426 2005-07-25  Simon Josefsson  <jas@extundo.com>
8427
8428         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8429         to have the url package without w3.  Reported by Daiki Ueno
8430         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8431
8432 2005-07-20  Didier Verna  <didier@xemacs.org>
8433
8434         * gnus-diary.el: Remove the description comment (nndiary is now
8435         properly documented in the Gnus manual).
8436         Fix the spelling of "Back End".
8437         * nndiary.el: Ditto.
8438         Fix the copyright notice.
8439
8440 2005-07-18  Romain Francoise  <romain@orebokech.com>
8441
8442         * gnus-sum.el (gnus-summary-to-prefix)
8443         (gnus-summary-newsgroup-prefix): New variables.
8444         (gnus-summary-from-or-to-or-newsgroups): Use them.
8445
8446 2005-07-17  Romain Francoise  <romain@orebokech.com>
8447
8448         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8449         space as it's generally not especially interesting to the user.
8450
8451 2005-07-16  Romain Francoise  <romain@orebokech.com>
8452
8453         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8454         nil to avoid prompting and file modification if one of the
8455         messages at the top of the nnfolder file contains a copyright
8456         notice.
8457         Update copyright notice.
8458
8459         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8460         instead of `current-time-string' as the latter creates a time
8461         string that is not RFC 2822 compliant (it lacks the zone).
8462         Update copyright notice.
8463
8464 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8465
8466         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8467         for text/rtf.  Display default in prompt.  Pass default for M-n.
8468
8469         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8470
8471 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-msg.el (gnus-button-mailto): Remove
8474         save-selected-window-window hackery because it relies on
8475         save-selected-window internals.
8476
8477 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8480         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8481         (gnus-article-prev-page): Ditto.
8482
8483         * gnus-util.el (gnus-beginning-of-window): New function.
8484         (gnus-end-of-window): New function.
8485
8486         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8487
8488 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8489
8490         * gnus-score.el (gnus-score-edit-all-score): Set
8491         gnus-score-edit-exit-function to gnus-score-edit-done and call
8492         gnus-message.
8493
8494 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * gnus-msg.el (gnus-button-mailto): Remove
8497         save-selected-window-window hackery because it relies on
8498         save-selected-window internals.
8499
8500 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8503         add-minor-mode.
8504         (gnus-binary-mode): Ditto.
8505
8506         * gnus-topic.el (gnus-topic-mode): Ditto.
8507
8508 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8509
8510         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8511         (gnus-article-prev-page): Take scroll-margin into consideration.
8512
8513 2005-07-04  Lute Kamstra  <lute@gnu.org>
8514
8515         Update FSF's address in GPL notices.
8516
8517 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8518
8519         * gnus.el (gnus-exit):
8520         * gnus-group.el (gnus-group-icons):
8521         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8522
8523         * gnus-nocem.el (gnus-nocem):
8524         * message.el (message-various, message-buffers, message-sending)
8525         (message-interface, message-forwarding, message-insertion)
8526         (message-headers, message-news, message-mail):
8527         * pgg-gpg.el (pgg-gpg):
8528         * pgg-parse.el (pgg-parse):
8529         * pgg-pgp.el (pgg-pgp):
8530         * pgg-pgp5.el (pgg-pgp5):
8531         * pop3.el (pop3): Finish `defgroup' description with period.
8532
8533 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-art.el (article-display-face): Improve the efficiency.
8536         (article-display-x-face): Ditto; remove grey x-face stuff.
8537
8538 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-art.el (article-display-face): Correct the position in
8541         which Faces are inserted.
8542
8543 2005-06-29  Didier Verna  <didier@xemacs.org>
8544
8545         * gnus-art.el (article-display-face): Display faces in correct
8546         order.
8547
8548 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8551         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8552         (gnus-nocem-check-article): Fetch the Type header.
8553         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8554         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8555         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8556         make sure gnus-nocem-hashtb is initialized.
8557         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8558         (gnus-nocem-unwanted-article-p): Ditto.
8559
8560         * pgg.el (pgg-verify): Return the verification result.
8561
8562 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8565         is ascii.
8566
8567 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8568
8569         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8570         `show-nonbreak-escape'.
8571
8572 2005-06-23  Lute Kamstra  <lute@gnu.org>
8573
8574         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8575
8576         * dig.el (dig-mode):
8577         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8578
8579 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8580
8581         * nnimap.el (nnimap-split-download-body): Fix spellings.
8582
8583 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8584
8585         * gnus-art.el (gnus-article-encrypt-body):
8586         * gnus-cus.el (gnus-score-customize):
8587         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8588         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8589
8590 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8591
8592         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8593         header by looking for magic "MII" at the beginnig.
8594
8595 2005-06-16  Miles Bader  <miles@gnu.org>
8596
8597         * gnus-xmas.el (gnus-xmas-group-startup-message):
8598         Use renamed gnus-splash face.
8599
8600         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8601         (assistant-field-face): New backward-compatibility alias for renamed
8602         face.
8603         (assistant-render-text): Use renamed assistant-field face.
8604
8605         * spam.el (spam): Remove "-face" suffix from face name.
8606         (spam-face): New backward-compatibility alias for renamed face.
8607         (spam-face, spam-initialize): Use renamed spam face.
8608
8609         * message.el (message-header-to, message-header-cc)
8610         (message-header-subject, message-header-newsgroups)
8611         (message-header-other, message-header-name)
8612         (message-header-xheader, message-separator, message-cited-text)
8613         (message-mml): Remove "-face" suffix from face names.
8614         (message-header-to-face, message-header-cc-face)
8615         (message-header-subject-face, message-header-newsgroups-face)
8616         (message-header-other-face, message-header-name-face)
8617         (message-header-xheader-face, message-separator-face)
8618         (message-cited-text-face, message-mml-face):
8619         New backward-compatibility aliases for renamed faces.
8620         (message-font-lock-keywords): Use renamed message faces.
8621
8622         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8623         (sieve-test-commands, sieve-tagged-arguments):
8624         Remove "-face" suffix from face names.
8625         (sieve-control-commands-face, sieve-action-commands-face)
8626         (sieve-test-commands-face, sieve-tagged-arguments-face):
8627         New backward-compatibility aliases for renamed faces.
8628         (sieve-control-commands-face, sieve-action-commands-face)
8629         (sieve-test-commands-face, sieve-tagged-arguments-face):
8630         Use renamed sieve faces.
8631
8632         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8633         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8634         (gnus-group-news-3-empty, gnus-group-news-4)
8635         (gnus-group-news-4-empty, gnus-group-news-5)
8636         (gnus-group-news-5-empty, gnus-group-news-6)
8637         (gnus-group-news-6-empty, gnus-group-news-low)
8638         (gnus-group-news-low-empty, gnus-group-mail-1)
8639         (gnus-group-mail-1-empty, gnus-group-mail-2)
8640         (gnus-group-mail-2-empty, gnus-group-mail-3)
8641         (gnus-group-mail-3-empty, gnus-group-mail-low)
8642         (gnus-group-mail-low-empty, gnus-summary-selected)
8643         (gnus-summary-cancelled, gnus-summary-high-ticked)
8644         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8645         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8646         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8647         (gnus-summary-low-undownloaded)
8648         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8649         (gnus-summary-low-unread, gnus-summary-normal-unread)
8650         (gnus-summary-high-read, gnus-summary-low-read)
8651         (gnus-summary-normal-read, gnus-splash):
8652         Remove "-face" suffix from face names.
8653         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8654         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8655         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8656         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8657         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8658         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8659         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8660         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8661         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8662         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8663         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8664         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8665         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8666         (gnus-summary-normal-ticked-face)
8667         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8668         (gnus-summary-normal-ancient-face)
8669         (gnus-summary-high-undownloaded-face)
8670         (gnus-summary-low-undownloaded-face)
8671         (gnus-summary-normal-undownloaded-face)
8672         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8673         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8674         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8675         (gnus-splash-face):
8676         New backward-compatibility aliases for renamed faces.
8677         (gnus-group-startup-message): Use renamed gnus faces.
8678
8679         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8680         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8681         (gnus-server-agent): Remove "-face" suffix from face names.
8682         (gnus-server-agent-face, gnus-server-opened-face)
8683         (gnus-server-closed-face, gnus-server-denied-face)
8684         (gnus-server-offline-face):
8685         New backward-compatibility aliases for renamed faces.
8686         (gnus-server-agent-face, gnus-server-opened-face)
8687         (gnus-server-closed-face, gnus-server-denied-face)
8688         (gnus-server-offline-face): Use renamed gnus faces.
8689
8690         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8691         Remove "-face" suffix from face names.
8692         (gnus-picon-xbm-face, gnus-picon-face):
8693         New backward-compatibility aliases for renamed faces.
8694
8695         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8696         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8697         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8698         (gnus-cite-11): Remove "-face" suffix from face names.
8699         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8700         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8701         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8702         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8703         New backward-compatibility aliases for renamed faces.
8704         (gnus-cite-attribution-face, gnus-cite-face-list)
8705         (gnus-article-boring-faces): Use renamed gnus faces.
8706
8707         * gnus-art.el (gnus-signature, gnus-header-from)
8708         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8709         (gnus-header-content): Remove "-face" suffix from face names.
8710         (gnus-signature-face, gnus-header-from-face)
8711         (gnus-header-subject-face, gnus-header-newsgroups-face)
8712         (gnus-header-name-face, gnus-header-content-face):
8713         New backward-compatibility aliases for renamed faces.
8714         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8715
8716         * gnus-sum.el (gnus-summary-selected-face)
8717         (gnus-summary-highlight): Use renamed gnus faces.
8718         * gnus-group.el (gnus-group-highlight): Likewise.
8719
8720 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8721
8722         * gnus-sieve.el (gnus-sieve-article-add-rule):
8723         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8724         * spam-stat.el (spam-stat-buffer-change-to-spam)
8725         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8726
8727         * message.el (message-is-yours-p):
8728         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8729
8730 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-view.el (mm-inline-text): Withdraw the last change.
8733
8734 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8737         executing enriched-decode.
8738
8739 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8742         charset of tar files.
8743
8744 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8745
8746         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8747
8748 2005-06-04  Lute Kamstra  <lute@gnu.org>
8749
8750         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8751         information is never recorded.
8752
8753 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8754
8755         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8756
8757 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * pop3.el (pop3-apop): Run md5 in the binary mode.
8760
8761         * starttls.el (starttls-set-process-query-on-exit-flag):
8762         Use eval-and-compile.
8763
8764 2005-05-31  Simon Josefsson  <jas@extundo.com>
8765
8766         * smime.el (smime-replace-in-string): Define.
8767         (smime-cert-by-ldap-1): Use it.
8768
8769 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (article-display-x-face): Replace
8772         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8773
8774         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8775         set-process-query-on-exit-flag or process-kill-without-query.
8776
8777         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8778         loop instead of replace-regexp.
8779
8780         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8781         instead of process-kill-without-query if it is available.
8782
8783         * lpath.el: Fbind ldap-search-entries.
8784
8785         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8786         instead of find-file-hooks if it is available.
8787
8788         * mml1991.el: Bind pgg-default-user-id when compiling.
8789
8790         * mml2015.el: Bind pgg-default-user-id when compiling.
8791
8792         * nndraft.el (nndraft-request-associate-buffer):
8793         Use write-contents-functions instead of write-contents-hooks if it is
8794         available.
8795
8796         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8797         instead of find-file-hooks if it is available.
8798
8799         * nntp.el (nntp-open-connection): Replace
8800         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8801         (nntp-open-ssl-stream): Ditto.
8802         (nntp-open-tls-stream): Ditto.
8803
8804         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8805         set-process-query-on-exit-flag or process-kill-without-query.
8806         (starttls-open-stream-gnutls): Use it instead of
8807         process-kill-without-query.
8808         (starttls-open-stream): Ditto.
8809
8810 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8811
8812         * smime.el (smime-cert-by-ldap-1): Don't use
8813         replace-regexp-in-string.
8814
8815 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8816
8817         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8818
8819         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8820         in PEM format.  Adjust to the XEmacs compability.
8821
8822 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8825         by `string-to-number'.
8826         * gnus-agent.el (gnus-agent-regenerate-group)
8827         (gnus-agent-fetch-articles): Ditto.
8828         * gnus-art.el (gnus-button-fetch-group): Ditto.
8829         * gnus-cache.el (gnus-cache-generate-active)
8830         (gnus-cache-articles-in-group): Ditto.
8831         * gnus-group.el (gnus-group-set-current-level)
8832         (gnus-group-insert-group-line): Ditto.
8833         * gnus-score.el (gnus-score-set-expunge-below)
8834         (gnus-score-set-mark-below, gnus-summary-score-effect)
8835         (gnus-summary-score-entry): Ditto.
8836         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8837         (gnus-soup-pack): Ditto.
8838         * gnus-spec.el (gnus-xmas-format): Ditto.
8839         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8840         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8841         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8842         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8843         * nndb.el (nndb-get-remote-expire-response): Ditto.
8844         * nndiary.el (nndiary-parse-schedule-value)
8845         (nndiary-string-to-number, nndiary-request-replace-article)
8846         (nndiary-request-article): Ditto.
8847         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8848         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8849         * nneething.el (nneething-make-head): Ditto.
8850         * nnfolder.el (nnfolder-request-article)
8851         (nnfolder-retrieve-headers): Ditto.
8852         * nnheader.el (nnheader-file-to-number): Ditto.
8853         * nnkiboze.el (nnkiboze-request-article): Ditto.
8854         * nnmail.el (nnmail-process-unix-mail-format)
8855         (nnmail-process-babyl-mail-format): Ditto.
8856         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8857         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8858         (nnmh-request-create-group, nnmh-request-list-1)
8859         (nnmh-request-group, nnmh-request-article): Ditto.
8860         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8861         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8862         * nnsoup.el (nnsoup-make-active): Ditto.
8863         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8864         * nntp.el (nntp-find-group-and-number)
8865         (nntp-retrieve-headers-with-xover): Ditto.
8866         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8867         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8868         (pgg-format-key-identifier): Ditto.
8869         * pop3.el (pop3-last, pop3-stat): Ditto.
8870         * qp.el (quoted-printable-decode-region): Ditto.
8871
8872         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8873         of concat.
8874
8875 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8878
8879         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8880
8881         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8882
8883         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8884
8885         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8886
8887         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8888
8889         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8890         (gnus-carpal-mode): Ditto.
8891
8892         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8893         (gnus-browse-mode): Ditto.
8894
8895         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8896
8897         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8898
8899 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8900
8901         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8902
8903 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-util.el (gnus-run-mode-hooks): New function.
8906
8907         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8908
8909         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8910         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8911
8912 2005-05-27  Lute Kamstra  <lute@gnu.org>
8913
8914         * dns-mode.el (dns-mode): Specify customization group.
8915
8916 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8917
8918         * gnus-agent.el (gnus-agent-make-mode-line-string):
8919         Use mode-line-highlight as mouse-face.
8920
8921 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * canlock.el (canlock): Change the parent group to news.
8924
8925         * deuglify.el (gnus-outlook-deuglify): Add :group.
8926
8927         * dig.el (dig): Add :group.
8928
8929         * dns-mode.el (dns-mode): Add :group.
8930
8931         * encrypt.el (encrypt): Add :group.
8932
8933         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8934         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8935         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8936         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8937         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8938
8939         * gnus-diary.el (gnus-diary): Add :group.
8940
8941         * gnus.el (gnus-group-news-1-face): Add :group.
8942         (gnus-group-news-1-empty-face): Ditto.
8943         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8944         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8945         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8946         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8947         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8948         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8949         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8950         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8951         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8952         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8953         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8954         (gnus-summary-high-ticked-face): Ditto.
8955         (gnus-summary-low-ticked-face): Ditto.
8956         (gnus-summary-normal-ticked-face): Ditto.
8957         (gnus-summary-high-ancient-face): Ditto.
8958         (gnus-summary-low-ancient-face): Ditto.
8959         (gnus-summary-normal-ancient-face): Ditto.
8960         (gnus-summary-high-undownloaded-face): Ditto.
8961         (gnus-summary-low-undownloaded-face): Ditto.
8962         (gnus-summary-normal-undownloaded-face): Ditto.
8963         (gnus-summary-high-unread-face): Ditto.
8964         (gnus-summary-low-unread-face): Ditto.
8965         (gnus-summary-normal-unread-face): Ditto.
8966         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8967         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8968
8969         * hashcash.el (hashcash): New custom group.
8970         (hashcash-default-payment): Add :group.
8971         (hashcash-payment-alist): Ditto.
8972         (hashcash-default-accept-payment): Ditto.
8973         (hashcash-accept-resources): Ditto.
8974         (hashcash-path): Ditto.
8975         (hashcash-extra-generate-parameters): Ditto.
8976         (hashcash-double-spend-database): Ditto.
8977         (hashcash-in-news): Ditto.
8978
8979         * message.el (message-minibuffer-local-map): Add :group.
8980
8981         * netrc.el (netrc): Add :group.
8982
8983         * sieve-manage.el (sieve-manage-log): Add :group.
8984         (sieve-manage-default-user): Diito.
8985         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8986         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8987         (sieve-manage-authenticators): Ditto.
8988         (sieve-manage-authenticator-alist): Ditto.
8989         (sieve-manage-default-port): Ditto.
8990
8991         * sieve-mode.el (sieve-control-commands-face): Add :group.
8992         (sieve-action-commands-face): Ditto.
8993         (sieve-test-commands-face): Ditto.
8994         (sieve-tagged-arguments-face): Ditto.
8995
8996         * smime.el (smime): Add :group.
8997
8998         * spam-report.el (spam-report): Add :group.
8999
9000         * spam.el (spam, spam-face): Add :group.
9001
9002 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9005         return \n.\n.\n at the end of articles.  Protect against that.
9006         (nntp-with-open-group): Allow debugging.
9007
9008         * nnheader.el (mail-header-set-extra): Make into a function
9009         because I just could't understand how to quote the list properly.
9010
9011         * dns.el (query-dns-cached): New function.
9012
9013 2005-05-26  Lute Kamstra  <lute@gnu.org>
9014
9015         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9016
9017 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9020
9021         * gnus-art.el: Don't autoload mail-extract-address-components.
9022
9023         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9024         eval-and-compile to evaluate it.
9025
9026         * hashcash.el: Don't autoload executable-find.
9027
9028         * nndb.el: Don't declare the nndb back end two or more times; don't
9029         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9030
9031         * nntp.el: Autoload format-spec instead of format; use
9032         eval-and-compile to evaluate autoload forms.
9033
9034 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9035
9036         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9037
9038 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * gnus.el (gnus-version-number): Bump version.
9041
9042 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9043
9044         * gnus.el: No Gnus v0.3 is released.
9045
9046 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * lpath.el (featurep): Bind show-nonbreak-escape.
9049
9050 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (gnus-article-edit-part): Disable undo.
9053
9054 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9057         gnus-article-date-lapsed-new-header is t if date timer is active;
9058         skip headers in which the original date value is empty.
9059         (gnus-article-save-original-date): Redefine it as a macro.
9060         (gnus-display-mime): Use it.
9061
9062 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (article-date-ut): Support converting date in
9065         forwarded parts as well.
9066         (gnus-article-save-original-date): New function.
9067         (gnus-display-mime): Use it.
9068
9069 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9070
9071         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9072         enclosure element of <item>.
9073
9074 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * message.el (message-kill-buffer-query): Renamed from
9077         `message-kill-buffer-query-if-modified'.  Added :version.
9078
9079 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9082         window layout.
9083
9084 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * mml.el: Autoload dnd when compiling.
9087
9088 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9091         x-dnd-*.
9092
9093 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * qp.el (quoted-printable-encode-region): Save excursion.
9096
9097 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * message.el (message-kill-buffer-query-if-modified): Add new variable
9100         so the user can kill a modified message buffer quickly.
9101         (message-kill-buffer): Use it.
9102
9103 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * lpath.el: Fbind display-time-event-handler; don't fbind
9106         string-to-multibyte.
9107
9108         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9109
9110 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9113         contained in text because xml.el decodes entities) with LFs.
9114
9115 2005-04-11  Lute Kamstra  <lute@gnu.org>
9116
9117         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9118         differently.
9119
9120 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9121
9122         * mm-util.el (mm-detect-coding-region): Typo.
9123
9124 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9127
9128 2005-04-06  Deepak Goel  <deego@gnufans.org>
9129
9130         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9131         user-function allow user modifications of the scores.
9132         (spam-stat-score-buffer-user): New function, to allow
9133         user-computed modifications to the score.
9134         (spam-stat-score-buffer-user-functions): List of additional
9135         scoring functions.
9136         (spam-stat-error-holder): Global temporary error holder.
9137         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9138         variable.
9139
9140 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9141
9142         * gnus-registry.el (gnus-registry-clean-empty-function)
9143         (gnus-registry-trim, gnus-registry-fetch-groups)
9144         (gnus-registry-delete-group): Groups that match
9145         `gnus-registry-ignored-groups' are removed from the registry
9146         entries, not just ignored for splitting.  This helps clean up the
9147         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9148         to get all the groups a message ID is in.
9149
9150         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9151         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9152         (spam-stat-score-buffer-user-functions): Add :number custom type.
9153
9154 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9157         argument in XEmacs.
9158
9159         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9160         (nnrss-request-group): Decode group name first.
9161         (nnrss-request-article): Make a text/plain article if mml-to-mime
9162         failed.
9163         (nnrss-get-encoding): Return a compatible encoding according to
9164         nnrss-compatible-encoding-alist.
9165         (nnrss-find-el): Use consp instead of listp.
9166         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9167
9168 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9171         which Emacs 20 doesn't support.
9172         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9173
9174 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9177         silence the byte compiler inside the defun.
9178
9179         * gnus-demon.el (parse-time-string): Add autoload.
9180
9181         * gnus-delay.el (parse-time-string): Add autoload.
9182
9183         * gnus-art.el (parse-time-string): Add autoload.
9184
9185         * nnultimate.el (parse-time): Require for `parse-time-string'.
9186
9187 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9188
9189         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9190
9191         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9192
9193         * smime.el (smime-ldap-host-list): Add :version.
9194
9195 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9198         pass it to `gnus-browse-read-group'.
9199         (gnus-browse-read-group): Add NUMBER argument and pass it to
9200         `gnus-group-read-ephemeral-group'.
9201
9202         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9203         argument and pass it to `gnus-group-read-group'.
9204
9205 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9206
9207         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9208         mm-xemacs-find-mime-charset-1 if we have the mule feature
9209         available at runtime.
9210
9211 2005-03-25  Werner Lemberg  <wl@gnu.org>
9212
9213         * nnmaildir.el: Replace `illegal' with `invalid'.
9214
9215 2005-03-23  Lute Kamstra  <lute@gnu.org>
9216
9217         * time-date.el: Add comment on time value formats.
9218         Don't require parse-time.
9219         (with-decoded-time-value): New macro.
9220         (encode-time-value): New function.
9221         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9222         (days-to-time): Return a valid time value when arg is huge.
9223         (time-since): Use time-subtract.
9224         (time-to-number-of-days): Use time-to-seconds.
9225
9226 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9227
9228         * gnus-start.el (gnus-display-time-event-handler):
9229         Check display-time-timer at runtime rather than only at load time
9230         in case display-time-mode is turned off in the mean time.
9231
9232 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9235         used.
9236
9237         * nneething.el (nneething-map-file-directory): Derive from
9238         `gnus-directory'.
9239
9240         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9241         the To/Cc button.
9242
9243 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * nnmaildir.el (nnmaildir-request-accept-article):
9246         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9247
9248 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9249
9250         * gnus-async.el: Require timer-funcs at compile time when in
9251         XEmacs for `run-with-idle-timer'.
9252
9253 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9254
9255         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9256         autoloaded function.
9257
9258 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9259
9260         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9261
9262 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9263
9264         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9265
9266 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9269         gnus-expert-user to default.
9270
9271 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9272
9273         * nnimap.el (nnimap-open-server): Ditto.
9274
9275         * imap.el (imap-authenticate): Fix typo.
9276
9277 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9278
9279         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9280         buffer (since IMAP server might return FETCH response out of
9281         order, and the nntp buffer must be sorted).
9282
9283 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9284
9285         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9286         comparison on string.
9287
9288         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9289         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9290         (gnus-agent-summary-fetch-series): Modified to protect against
9291         gnus-agent-summary-fetch-group clearing processable flags.
9292         (gnus-agent-synchronize-group-flags): Update live group buffer as
9293         synchronization may occur due to the user toggle the plugged
9294         status.
9295         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9296         successfully downloaded.
9297         (gnus-agent-expire-group-1): Avoid using markers when the overview
9298         is in ascending order; greatly improves performance.
9299         (gnus-agent-regenerate-group): Use
9300         gnus-agent-synchronize-group-flags to reset read status in both
9301         gnus and server.
9302         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9303
9304 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * message.el: Don't autoload former message-utils variables.
9307         (message-strip-subject-trailing-was): Change doc string.
9308
9309         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9310         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9311         (nnweb-google-search): Add "hl=en" here.
9312         (nnweb-google-parse-1, nnweb-google-create-mapping):
9313         Don't hardcode URL.
9314
9315 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * message.el (message-get-reply-headers, message-followup):
9318         Mention related variables `message-use-followup-to' and
9319         `message-use-mail-followup-to', in the information buffer.
9320
9321         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9322         of broken groups(-beta).google.com.
9323
9324 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9325
9326         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9327         parameter to invoked gnus-request-move-article; remove the
9328         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9329         all at once instead of once per article.
9330         (gnus-summary-remove-process-mark): Accept a list of articles as
9331         well as a single article for processing.
9332
9333         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9334         parameter.
9335
9336         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9337
9338         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9339
9340         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9341         parameter.
9342
9343         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9344         parameter.
9345
9346         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9347         parameter and remove the gnus-sum-hint-move-is-internal variable.
9348
9349         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9350         parameter.
9351
9352         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9353         parameter.
9354
9355         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9356         parameter.
9357
9358         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9359
9360         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9361         parameter.
9362
9363         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9364         parameter.
9365
9366 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9367
9368         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9369         a more conservative way.
9370
9371 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9372
9373         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9374         buffer, so it moves the window's cursor.
9375
9376 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9377
9378         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9379         `mm-dissect-multipart' and receive the from field as an (optional)
9380         argument from `mm-dissect-multipart'.
9381         (mm-dissect-multipart): Receive the from field as an argument and
9382         pass it on when we call `mm-dissect-buffer' on MIME parts.
9383         Fixes verification/decryption of signed/encrypted MIME parts.
9384
9385 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         * gnus-sum.el (gnus-summary-move-article): Set
9388         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9389         whatever it calls (right now, only nnimap-request-move article
9390         respects it).
9391
9392         * nnimap.el (nnimap-request-move-article): When
9393         gnus-sum-hint-move-is-internal is set, don't do the extra
9394         nnimap-request-article.
9395
9396 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9399
9400         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9401         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9402
9403         * gnus-sum.el (gnus-summary-caesar-message):
9404         Apply `gnus-treat-article' after rotation.
9405
9406         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9407         doc string.
9408
9409 2005-02-22  Simon Josefsson  <jas@extundo.com>
9410
9411         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9412         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9413         <arne@arnested.dk>.
9414         (encrypt): Add password-cache and password-cache-expiry as group
9415         members.
9416
9417 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9418
9419         * smime.el (smime-ldap-host-list): Doc fix.
9420         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9421         cache) password.
9422         (smime-sign-region): Use it.
9423         (smime-decrypt-region): Use it.
9424         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9425         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9426         fails.
9427         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9428         certificate from DER to PEM format rather than calling openssl.
9429
9430         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9431
9432         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9433         for signing/encryption.
9434
9435         * mml.el (mml-parse-1): Use them.
9436
9437 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9438
9439         * nnrss.el (nnrss-verbose): Removed.
9440         (nnrss-request-group): Use `nnheader-message' instead.
9441
9442 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9443
9444         * nnrss.el (nnrss-verbose): New variable.
9445         (nnrss-request-group): Make it say nnrss is requesting a group.
9446
9447 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9450         Handle news URL with given port correctly.
9451
9452 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9455         containing special characters.
9456
9457         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9458
9459         * mml.el (mime-to-mml): Ditto.
9460
9461         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9462         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9463         (rfc2047-decode-region): Quote decoded words containing special
9464         characters when rfc2047-quote-decoded-words-containing-tspecials
9465         is non-nil.
9466
9467 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9470
9471         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9472
9473 2005-02-15  Simon Josefsson  <jas@extundo.com>
9474
9475         * nnimap.el (nnimap-debug): Doc fix.
9476
9477         * imap.el (imap-debug): Doc fix.
9478
9479 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9482
9483 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * gnus.el (spam-contents): Improve docs for spam-contents
9486         parameter in its variable incarnation.
9487
9488 2005-02-14  Simon Josefsson  <jas@extundo.com>
9489
9490         * smime-ldap.el: Use require instead of load-library for ldap.
9491         (smime-ldap-search): Indent.
9492         (smime-ldap-search-internal): Shorten line.
9493
9494         * smime.el (smime-cert-by-dns): Add doc-string.
9495         (smime-cert-by-ldap-1): Indent.
9496
9497         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9498         mml-smime-get-dns-ldap.
9499         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9500
9501 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9502
9503         * smime.el: Require smime-ldap.
9504         (smime-ldap-host-list): New variable.
9505         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9506
9507         * mml-smime.el (mml-smime-encrypt-query): New function.
9508         (mml-smime-encrypt-query): Use it.
9509
9510         * smime-ldap.el: New file.
9511
9512 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9515
9516 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9519         argument in doc string.  Make query for type more clear.
9520
9521 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus.el (gnus-group-startup-message): Search for gnus images in
9524         etc/images/gnus.
9525         * mm-util.el (mm-image-load-path): Likewise.
9526         * smiley.el (smiley-data-directory): Search for smilies in
9527         etc/images/smilies.
9528
9529 2005-02-09  Kim F. Storm  <storm@cua.dk>
9530
9531         Change Emacs release version from 21.4 to 22.1 throughout.
9532         Change Emacs development version from 21.3.50 to 22.0.50.
9533
9534 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9537
9538         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9539         non-Mule XEmacs as well.
9540         (mm-decompress-buffer): Signal an error intentionally if it does
9541         not decompress compressed data because auto-compression-mode is
9542         disabled.
9543
9544 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9547         an ID in the registry even if it has no groups.
9548
9549 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9552         merge it into mm-decompress-buffer.
9553         (gnus-mime-copy-part): Use the MIME part charset, the value which
9554         a user specified or gnus-newsgroup-charset for decoding, like
9555         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9556         save-buffer what was used.  Suggested by Kevin Ryde
9557         <user42@zip.com.au>.
9558         (gnus-mime-inline-part): Allow the name parameter as well as the
9559         filename parameter; force decompressing of compressed data; always
9560         display contents being not decoded as unibyte.
9561
9562         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9563         as well as the filename parameter.
9564
9565         * mm-util.el (mm-decompress-buffer): Merge
9566         gnus-mime-jka-compr-maybe-uncompress.
9567         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9568         of compressed data.
9569
9570 2005-02-08  Simon Josefsson  <jas@extundo.com>
9571
9572         * imap.el (imap-log): Doc fix.
9573
9574 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9577         the coding cookies; decompress compressed parts.
9578
9579         * mml.el (mml-generate-mime-1): Add the charset parameter according
9580         to the value which a user specified manually or the coding cookie.
9581
9582         * mm-util.el (mm-string-to-multibyte): New function.
9583         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9584         (mm-coding-system-to-mime-charset): New function.
9585         (mm-decompress-buffer): New function.
9586         (mm-find-buffer-file-coding-system): New function.
9587
9588         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9589         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9590         parts.
9591
9592 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9593
9594         * mm-view.el (mm-display-inline-fontify): Decode a part according
9595         to the charset parameter.
9596
9597 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9600         prefix arg is neither nil nor a number, as info specifies.
9601
9602 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9605         timestamps.
9606
9607 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9608
9609         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9610         groups error checking and notify user.
9611
9612 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9613
9614         * message.el (message-send-mail-function): Check existence of
9615         sendmail-program first before using default value
9616         `message-send-mail-with-sendmail'.  Otherwise use more generic
9617         `smtpmail-send-it'.
9618
9619 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * nntp.el (nntp-request-update-info): Always return nil.
9622
9623 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9624
9625         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9626
9627 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9628
9629         * message.el (message-beginning-of-line): Change the behavior when
9630         invoked between BOL and : so that it first moves backward.
9631
9632 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9635         article buffer when editing of the article is discarded.
9636         (gnus-article-prepare): Revert.
9637
9638 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (gnus-article-prepare):
9641         Remove message-strip-forbidden-properties from the local hook.
9642
9643 2005-01-27  Simon Josefsson  <jas@extundo.com>
9644
9645         * password.el (password-cache-add): Only start one timer per key.
9646         Reported by Derek Atkins <warlord@MIT.EDU>.
9647
9648 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9649
9650         * run-at-time.el: Removed.  It is no longer needed as
9651         timer-funcs.el in the xemacs-base package has a working version of
9652         `run-at-time'.
9653
9654         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9655
9656         * password.el: Require timer-funcs instead of run-at-time in
9657         XEmacs.
9658         Remove `password-run-at-time' macro.
9659         (password-cache-add): Use `run-at-time' instead of
9660         `password-run-at-time'.
9661
9662         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9663         Remove `nnheader-cancel-function-timers' alias,
9664         `cancel-function-timers' exists in XEmacs in timer-funcs.
9665
9666         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9667         for `run-with-idle-timer'.
9668
9669         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9670         for `run-at-time'.
9671
9672         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9673         for `with-timeout'.
9674
9675         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9676         the same as for XEmacs 21.4.
9677         No need to ignore `run-with-idle-timer', this function exists in
9678         XEmacs now in timer-funcs.el in the xemacs-base package.
9679         (dgnushack-compile): No need to delete
9680         run-at-time.el from the list of files to compile because it
9681         doesn't exist anymore.
9682
9683 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9686         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9687
9688 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9689
9690         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9691         sensitively.
9692
9693 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9694
9695         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9696
9697 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9700         which will be inserted according to the multibyteness of a buffer
9701         rather than the type of contents.  Suggested by ARISAWA Akihiro
9702         <ari@mbf.ocn.ne.jp>.
9703
9704         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9705         of string which old xml.el may return rather than a string.
9706
9707 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9710
9711 2005-01-16  Simon Josefsson  <jas@extundo.com>
9712
9713         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9714         idn/idna.el isn't available.
9715         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9716         <michael@waxrat.com>.
9717
9718         * hashcash.el: Remove non-FSF copyright header.
9719
9720         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9721         (hashcash-generate-payment): Use it.
9722         (hashcash-generate-payment-async): Use it.
9723
9724 2005-01-15  Simon Josefsson  <jas@extundo.com>
9725
9726         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9727         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9728
9729         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9730         gnus-summary-idna-message.
9731         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9732         (gnus-summary-idna-message): New function.
9733
9734 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9737         gnus-novice-user.
9738
9739 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * nnrss.el (nnrss-request-delete-group): Delete entries in
9742         nnrss-group-alist as well.
9743         (nnrss-save-server-data): Insert newline.
9744
9745 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gnus.el (gnus-user-agent): Use list of symbols instead of
9748         symbols.  Display full version number for (S)XEmacs.  Optionally
9749         display (S)XEmacs codename.
9750
9751         * gnus-util.el (gnus-emacs-version): Update for new
9752         `gnus-user-agent'.
9753
9754         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9755         Gnus version.
9756
9757 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9760         which is unreadable in some setups.
9761
9762 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-spec.el (gnus-update-format-specifications): Flush the
9765         group format spec cache if it doesn't support decoded group names.
9766
9767 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9770         Allow to apply decay on score files matching a regexp.
9771
9772 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9775         compatibility in %g and %c.
9776
9777 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9780         name for only %g and %c.
9781         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9782         of gnus-tmp-group to decoded group name.
9783         (gnus-group-make-rss-group): Exclude `/'s from group names.
9784
9785 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * nnrss.el (nnrss-get-encoding): Fix regexp.
9788
9789 2004-12-27  Simon Josefsson  <jas@extundo.com>
9790
9791         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9792         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9793         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9794
9795 2004-12-17  Kim F. Storm  <storm@cua.dk>
9796
9797         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9798
9799         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9800
9801 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9802
9803         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9804
9805 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * nnrss.el: Require rfc2047 and mml.
9808         (nnrss-file-coding-system): New variable.
9809         (nnrss-format-string): Redefine it as an inline function.
9810         (nnrss-decode-group-name): New function.
9811         (nnrss-string-as-multibyte): Remove.
9812         (nnrss-retrieve-headers): Decode group name; don't use
9813         nnrss-format-string.
9814         (nnrss-request-group): Decode group name.
9815         (nnrss-request-article): Decode group name; allow a Message-ID as
9816         well as an article number; don't use nnrss-format-string; encode a
9817         Message-ID string which may contain non-ASCII characters; use
9818         mml-to-mime to compose a MIME article.
9819         (nnrss-request-expire-articles): Decode group name.
9820         (nnrss-request-delete-group): Decode group name.
9821         (nnrss-fetch): Clarify error message.
9822         (nnrss-read-server-data): Use insert-file-contents instead of load;
9823         bind file-name-coding-system; use multibyte buffer.
9824         (nnrss-save-server-data): Bind coding-system-for-write to the
9825         value of nnrss-file-coding-system; bind file-name-coding-system;
9826         add coding cookie.
9827         (nnrss-read-group-data): Use insert-file-contents instead of load;
9828         bind file-name-coding-system; use multibyte buffer.
9829         (nnrss-save-group-data): Bind coding-system-for-write to the
9830         value of nnrss-file-coding-system; bind file-name-coding-system.
9831         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9832         make it work with non-ASCII text.
9833         (nnrss-find-el): Make it work with old xml.el as well.
9834
9835 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9836
9837         * nnrss.el (nnrss-get-encoding): New function.
9838         (nnrss-fetch): Use unibyte buffer initially; bind
9839         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9840         decode contents according to the encoding attribute.
9841         (nnrss-save-group-data): Add coding cookie.
9842         (nnrss-mime-encode-string): New function.
9843         (nnrss-check-group): Use it to encode subject and author.
9844
9845 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9848         imaginary variable.
9849
9850 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9853         correctly even if there are wide characters.
9854
9855 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9856
9857         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9858         downcased symbol names; make a new cache instead of reusing
9859         bbdb-hashtable.
9860
9861 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9864         concatenating segments rather than before concatenating them.
9865         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9866
9867         * message.el (message-get-reply-headers): Bind `extra'.
9868
9869 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * message.el (message-extra-wide-headers): New variable.
9872         (message-get-reply-headers): Use it.
9873
9874 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9877         (gnus-agent-group-pathname): Ditto.
9878
9879         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9880
9881         * gnus-group.el (gnus-group-make-group): Decode group name.
9882         (gnus-group-make-rss-group): Register the group data after opening
9883         the nnrss group.
9884
9885 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9886
9887         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9888         by expiry now get marked as read.
9889
9890 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9893
9894 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9895
9896         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9897         unify Latin characters in XEmacs.
9898         (mm-find-mime-charset-region): Use it.
9899
9900 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-util.el (gnus-delete-directory): New function.
9903
9904         * gnus-agent.el (gnus-agent-delete-group): Use it.
9905
9906         * gnus-cache.el (gnus-cache-delete-group): Use it.
9907
9908 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9911         names.
9912
9913 2004-12-16  Simon Josefsson  <jas@extundo.com>
9914
9915         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9916
9917 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9920
9921         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9922         (gnus-group-set-current-level): Decode group name.
9923
9924 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9925
9926         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9927         failed.
9928
9929 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-group.el (gnus-group-delete-group): Decode group name.
9932         (gnus-group-make-rss-group): Encode group name.
9933         (gnus-group-catchup-current): Decode group name.
9934         (gnus-group-kill-group): Decode group name.
9935
9936 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9937
9938         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9939
9940 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-group.el (gnus-group-make-rss-group):
9943         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9944
9945         * gnus-start.el (gnus-setup-news): Honor user's setting to
9946         gnus-message-archive-method.  Suggested by Lute Kamstra
9947         <lute@gnu.org>.
9948
9949 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9950
9951         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9952         global counterparts of the buffer-local variables.
9953
9954 2004-11-16  Romain Francoise  <romain@orebokech.com>
9955
9956         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9957         counterparts of the buffer-local variables.
9958
9959 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * message.el (message-forbidden-properties): Fixed typo in doc
9962         string.
9963
9964 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-util.el (gnus-replace-in-string): Added doc string.
9967
9968         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9969         to avoid problems when splitting mails with many recipients.
9970
9971 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9972
9973         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9974         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9975
9976 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9977
9978         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9979         if there is no hashtable in memory or file modification time is
9980         newer than cached timestamp.
9981
9982 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9985         not-matching option.
9986
9987 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9990         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9991         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9992         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9993         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9994         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9995
9996 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-forward-make-body-mml): Remove headers
9999         according to message-forward-ignored-headers if a message is decoded.
10000
10001 2004-12-02  Romain Francoise  <romain@orebokech.com>
10002
10003         * message.el (message-forward-make-body-plain): Always remove
10004         headers according to message-forward-ignored-headers.
10005
10006 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         * spam.el (spam-summary-prepare-exit): Remove the
10009         gnus-summary-limit pop for now, it has problems with ham marks for
10010         me.
10011
10012 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10013
10014         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10015         correctly.
10016
10017 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10018
10019         * format-spec.el (format-spec): Message the char.
10020
10021 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10022
10023         * gnus-art.el (gnus-split-methods): Reformat comments.
10024
10025         * spam.el (spam-summary-prepare-exit): Remove article limits
10026         before exiting the summary buffer.
10027
10028 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10031         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10032
10033         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10034         order to silence the byte compiler.
10035
10036         * spam.el: Fix the way to silence the byte compiler, which
10037         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10038         bbdb-search-simple, spam-BBDB-register-routine,
10039         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10040         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10041         spam-stat-buffer-is-spam, spam-stat-load,
10042         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10043         spam-stat-save and spam-stat-split-fancy.
10044
10045 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10048         which may confuse users.
10049         (canlock-password-for-verify): Ditto.
10050
10051         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10052
10053         * gnus-art.el (gnus-emphasis-alist): Ditto.
10054
10055         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10056
10057         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10058
10059         * gnus-start.el (gnus-save-killed-list): Ditto.
10060
10061         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10062         (gnus-sum-thread-tree-root): Ditto.
10063         (gnus-sum-thread-tree-false-root): Ditto.
10064         (gnus-sum-thread-tree-single-indent): Ditto.
10065
10066         * message.el (message-courtesy-message): Ditto.
10067         (message-archive-note): Ditto.
10068         (message-subscribed-address-file): Ditto.
10069         (message-user-fqdn): Ditto.
10070
10071         * spam-report.el (spam-report-gmane-regex): Ditto.
10072
10073         * spam.el (spam-blackhole-good-server-regex): Ditto.
10074
10075 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * mml.el (mml-preview): Widen the message buffer before copying
10078         the contents to the preview buffer; sort headers before previewing.
10079
10080         * message.el (message-hidden-headers): Fix the way to avoid a bug
10081         in the `repeat' widget in Emacs 21.3 or earlier.
10082
10083 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * message.el (message-hidden-headers): Default to "^References:".
10086         Improve customization type.  Suggested by Reiner Steib
10087         <Reiner.Steib@gmx.de>.
10088
10089 2004-11-25  Romain Francoise  <romain@orebokech.com>
10090
10091         * message.el (message-strip-forbidden-properties): Remove check for
10092         obsolete `message-hidden' text property, hidden headers are not
10093         accessible in the buffer anymore.
10094
10095 2004-11-22  Romain Francoise  <romain@orebokech.com>
10096
10097         * message.el (message-header-format-alist): Add `From' in list
10098         so that it can be sorted.
10099         (message-fix-before-sending): Widen and sort headers before
10100         sending.
10101         (message-hide-headers): Use narrowing to hide headers by moving
10102         them to the top of the buffer and narrowing to the region
10103         underneath.
10104
10105 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * message.el (message-strip-forbidden-properties): Bind
10108         buffer-read-only (etc) to nil.
10109
10110 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10113         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10114
10115 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10116
10117         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10118
10119 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * dns.el (query-dns): Use sit-for to time instead of
10122         accept-process-output, since that doesn't seem to work on udp
10123         sockets.
10124
10125 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10128
10129 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10130
10131         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10132         doc string.  Improve doc string.
10133
10134 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * nntp.el (nntp-request-update-info): Return nil if
10137         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10138         may not call gnus-activate-group which uselessly issues the GROUP
10139         commands for all nntp groups and wastes time.  Reported by Romain
10140         Francoise <romain@orebokech.com>.
10141
10142         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10143
10144 2004-11-15  Simon Josefsson  <jas@extundo.com>
10145
10146         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10147         headers separately.
10148         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10149         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10150
10151 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-start.el (gnus-convert-old-newsrc):
10154         Assign legacy-gnus-agent to 5.10.7.
10155
10156 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10159         start of the lines.
10160
10161 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10162
10163         * hashcash.el (hashcash-default-payment): Change default to 20
10164         (hashcash-default-accept-payment): Change default to 20
10165         (hashcash-process-alist): New variable
10166         (hashcash-generate-payment-async): Add
10167         (hashcash-already-paid-p): Add
10168         (hashcash-insert-payment): Don't generate payments twice
10169         (hashcash-insert-payment-async): Add
10170         (hashcash-insert-payment-async-2): Add
10171         (hashcash-cancel-async): Add
10172         (hashcash-wait-async): Add
10173         (hashcash-processes-running-p): Add
10174         (hashcash-wait-or-cancel): Add
10175         (mail-add-payment): New optional argument.  Conditionally start
10176         asynchronous calculation.
10177         (mail-add-payment-async): Add
10178
10179         * message.el (message-send-mail): Wait for asynchronous hashcash
10180         results.  Don't clobber existing X-Hashcash headers.
10181         (message-setup-1): Call mail-add-payment-async when
10182         message-generate-hashcash is non-nil.
10183
10184 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10185
10186         * message.el (message-use-alternative-email-as-from): Examine the
10187         From header as well; use message-make-from in order to include a
10188         user's full name.
10189
10190 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10193         default; improve customization type.
10194         (gnus-emphasis-custom-with-format): New macro.
10195         (gnus-emphasis-custom-value-to-external): New function.
10196         (gnus-emphasis-custom-value-to-internal): New function.
10197
10198 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10199
10200         * dns.el (query-dns): Resolve reverse addresses.
10201
10202 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10203
10204         * gnus-group.el (gnus-group-get-new-news): Use it.
10205
10206         * gnus-start.el (gnus-check-reasonable-setup): New function.
10207
10208 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10211         "Args out of range" error.  Reported by Arnaud Giersch
10212         <arnaud.giersch@free.fr>.
10213
10214 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10215
10216         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10217
10218 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10219
10220         * spam.el (spam group): Add :version.
10221
10222         * pgg-def.el (pgg group): Add :version.
10223
10224 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (gnus-article-edit-article): Don't associate the
10227         article buffer with a draft file.  This is a temporary measure
10228         against the 2004-08-22 change to gnus-article-edit-mode.
10229
10230 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10233         (html2text-format-tags): Remove unused variable `attr'.
10234
10235 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10238
10239         * tls.el (tls-process-connection-type, tls-success)
10240         (tls-certtool-program): Add :version.
10241
10242         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10243         (starttls-extra-arguments, starttls-process-connection-type)
10244         (starttls-connect, starttls-failure, starttls-success): Add :version.
10245
10246         * spam-stat.el (spam-stat): Add :version.
10247
10248         * sieve.el (sieve): Add :version.
10249
10250         * sha1.el (sha1): Add :version.
10251         (sha1-use-external): Remove redundant version.
10252
10253         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10254         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10255         (nnmail-split-fancy-match-partial-words)
10256         (nnmail-split-lowercase-expanded): Add :version.
10257
10258         * nndiary.el (nndiary): Add :version.
10259
10260         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10261
10262         * mml-sec.el (mml-default-sign-method)
10263         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10264         Add :version.
10265
10266         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10267
10268         * mm-url.el (mm-url-use-external, mm-url-program)
10269         (mm-url-arguments): Add :version.
10270
10271         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10272         (mm-attachment-file-modes, mm-decrypt-option)
10273         (mm-w3m-safe-url-regexp): Add :version.
10274
10275         * message.el (message-cite-prefix-regexp)
10276         (message-sendmail-envelope-from, message-minibuffer-local-map)
10277         (message-user-fqdn, message-completion-alist): Add :version.
10278
10279         * gnus-win.el (gnus-configure-windows-hook)
10280         (gnus-use-frames-on-any-display): Add :version.
10281
10282         * gnus-art.el (gnus-article-address-banner-alist)
10283         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10284         (gnus-treat-from-picon, gnus-treat-mail-picon)
10285         (gnus-treat-x-pgp-sig): Add :version.
10286
10287         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10288         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10289         (gnus-summary-article-delete-hook)
10290         (gnus-summary-display-while-building): Add :version.
10291
10292         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10293         (gnus-get-top-new-news-hook): Add :version.
10294
10295         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10296         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10297
10298         * gnus-registry.el (gnus-registry): Add :version.
10299
10300         * gnus-spec.el (gnus-use-correct-string-widths)
10301         (gnus-make-format-preserve-properties): Add :version.
10302
10303         * gnus.el (gnus-group-charter-alist)
10304         (gnus-group-fetch-control-use-browse-url)
10305         (gnus-install-group-spam-parameters): Add :version.
10306
10307         * gnus-diary.el (gnus-diary): Add :version.
10308
10309         * gnus-delay.el (gnus-delay): Add :version.
10310
10311         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10312         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10313         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10314         Add :version.
10315
10316         * gnus-agent.el (gnus-agent-max-fetch-size)
10317         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10318         (gnus-agent-prompt-send-queue): Add :version.
10319
10320         * deuglify.el (gnus-outlook-deuglify): Add :version.
10321
10322         * html2text.el: Beautify code.  Improve doc strings.  Some
10323         checkdoc cleanup.
10324         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10325
10326 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10327
10328         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10329
10330 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10333         when package is loaded.
10334
10335         * spam.el (spam-summary-score-preferred-header): Add global preference
10336         for people who want to override the default SpamAssassin over
10337         Bogofilter preference (when both are set).
10338         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10339         (spam-user-format-function-S): Check
10340         spam-summary-score-preferred-header.
10341         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10342         (spam-user-format-function-S): Format the score correctly.
10343
10344 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10347         signature file.  Suggested by Manoj Srivastava
10348         <srivasta@golden-gryphon.com>.
10349
10350         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10351         iso-2022-jp even in the Japanese language environment.
10352         Suggested by Jason Rumney <jasonr@gnu.org>.
10353
10354 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10357         use the same characters as the dummy marks; make it free from
10358         getting affected by the language environment.
10359         (gnus-summary-read-group-1): Update mark positions only when the
10360         format spec is updated.
10361
10362         * gnus-spec.el (gnus-update-format-specifications): Return a list
10363         of updated types.
10364
10365 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10368         of boundp to check if display-warning is available.
10369
10370 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10371
10372         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10373
10374 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * nnspool.el (nnspool-spool-directory): Use news-path if the
10377         news-directory variable is not bound.
10378
10379         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10380         function instead of display-warning if it is not available.
10381
10382 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10385         v5-10: Use `point-at-bol'.
10386
10387 2004-10-26  Simon Josefsson  <jas@extundo.com>
10388
10389         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10390         <chenggao@gmail.com>.
10391
10392 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10395         instead.
10396
10397 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10398
10399         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10400         to remove a server from the nnimap-server-buffer-alist.
10401         (nnimap-open-connection, nnimap-close-server): Use it.
10402
10403         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10404
10405 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10408         running the major-mode function.
10409
10410 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10413         dummy marks in the right way.
10414
10415 2004-10-18  David Edmondson  <dme@dme.org>
10416
10417         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10418         excessively.
10419
10420 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10421
10422         * gnus-util.el (gnus-split-references): Accept a nil references
10423         string and go on blissfully.
10424
10425         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10426         cases where the references string is non-nil but has no references.
10427
10428         * encrypt.el: Add autoload tags.
10429
10430         * spam.el (spam-resolve-registrations-routine): Remove article
10431         from unregistration list too.  Reported by David Hanak
10432         <dhanak@isis.vanderbilt.edu>
10433
10434 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10437         nil.  Changed custom type.
10438
10439 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10442
10443         * gnus-sum.el (gnus-summary-move-article): Use it.
10444
10445 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10446
10447         * encrypt.el: Add autoload cookies.
10448
10449         * spam.el (spam-backend-article-list-property)
10450         (spam-backend-get-article-todo-list)
10451         (spam-backend-put-article-todo-list)
10452         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10453         Resolve registrations separately.
10454         (spam-register-routine): Format comments.
10455         (spam-unregister-routine, spam-register-routine): Always call with
10456         specific-articles, no default list.
10457         (spam-summary-prepare-exit): Use the spam-classifications function.
10458
10459         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10460         gnus-encrypt.el.
10461
10462         * encrypt.el: Copied from gnus-encrypt.el.
10463
10464         * gnus-encrypt.el: Commented that it's obsolete.
10465
10466 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10469         (gnus-score-save): Use it.
10470
10471         * message.el (message-bury): Use `window-dedicated-p'.
10472
10473 2004-10-15  Simon Josefsson  <jas@extundo.com>
10474
10475         * pop3.el (top-level): Don't require nnheader.
10476         (pop3-read-timeout): Add.
10477         (pop3-accept-process-output): Add.
10478         (pop3-read-response, pop3-retr): Use it.
10479
10480 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10481
10482         * spam.el (spam-register-routine): Move comment.
10483         (spam-verify-bogofilter): Use 'unknown for the initial
10484         spam-bogofilter-valid state, not 'never.
10485
10486         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10487         for netrc-machine.
10488
10489         * nnimap.el (nnimap-open-connection): Use
10490         netrc-machine-user-or-password.
10491
10492 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10493
10494         * gnus-registry.el (gnus-registry-unload-hook):
10495         Set as a variable with add-hook.
10496
10497         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10498         of news-path.
10499
10500         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10501
10502         * spam.el: Delete duplicate `provide'.
10503         (spam-unload-hook): Set as a variable with add-hook.
10504
10505 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10508         in the doc string.
10509
10510         * message.el (message-ignored-news-headers)
10511         (message-ignored-supersedes-headers)
10512         (message-ignored-resent-headers)
10513         (message-forward-ignored-headers): Improve custom type.
10514
10515 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * message.el (message-tokenize-header): Fix 2004-09-06 change
10518         which used point-min in the wrong place.
10519
10520 2004-10-12  Simon Josefsson  <jas@extundo.com>
10521
10522         * tls.el (tls-certtool-program): New variable.
10523         (tls-certificate-information): New function, based on
10524         ssl-certificate-information.
10525
10526 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * compface.el: Move the version of ELisp-based uncompface program
10529         to the contrib directory because of the copyright problem.
10530
10531 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * message.el (message-kill-buffer): Raise the current frame.
10534
10535 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10538
10539         * gnus.el (message-y-or-n-p): Autoload.
10540
10541         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10542         (pop3-password-required, pop3-authentication-scheme)
10543         (pop3-leave-mail-on-server): Made customizable.
10544         (pop3): New custom group.
10545         (pop3-retr): Remove `sleep-for' statements.
10546         Suggested by Dave Love <fx@gnu.org>.
10547
10548         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10549         Windows/DOS.
10550
10551         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10552         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10553         Dave Love <fx@gnu.org>.
10554
10555         * mml.el (mml-minibuffer-read-disposition): Require match.
10556         Suggested by Dave Love <fx@gnu.org>.
10557
10558 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10561         doc string.
10562
10563 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10566
10567 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10568
10569         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10570         instead of calling `mm-insert-inline', to decode text/* parts
10571         before displaying them.
10572
10573 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mm-uu.el (mm-uu-text-plain-type): New variable.
10576         (mm-uu-pgp-signed-extract-1): Use it.
10577         (mm-uu-pgp-encrypted-extract-1): Use it.
10578         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10579         bind mm-uu-text-plain-type with that value.
10580         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10581         mm-uu-dissect.
10582
10583 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-group.el (gnus-update-group-mark-positions):
10586         * gnus-sum.el (gnus-update-summary-mark-positions):
10587         * message.el (message-check-news-body-syntax):
10588         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10589         of string-as-multibyte.
10590
10591 2004-10-05  Juri Linkov  <juri@jurta.org>
10592
10593         * gnus-group.el (gnus-update-group-mark-positions):
10594         * gnus-sum.el (gnus-update-summary-mark-positions):
10595         * message.el (message-check-news-body-syntax):
10596         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10597         8-bit unibyte values to a multibyte string for search functions.
10598
10599 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10602         (mm-uu-dissect-text-parts): New function.
10603
10604         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10605         dissect text parts.
10606
10607         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10608         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10609
10610         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10611
10612         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10613         gnus-current-topics instead of gnus-current-topic.
10614
10615 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10616
10617         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10618
10619 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10620
10621         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10622         where approriate.
10623
10624         * nnml.el (nnml-generate-active-info): do.
10625
10626         * nndiary.el (nndiary-generate-active-info): do.
10627
10628         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10629         (gnus-topic-move): do.
10630
10631         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10632         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10633
10634         * gnus-srvr.el (gnus-server-prepare)
10635         (gnus-server-open-all-servers): do.
10636
10637         * gnus-msg.el (gnus-summary-cancel-article)
10638         (gnus-summary-resend-message)
10639         (gnus-summary-mail-crosspost-complaint): do.
10640
10641         * gnus-move.el (gnus-change-server): do.
10642
10643         * gnus-group.el (gnus-group-unmark-all-groups)
10644         (gnus-group-set-current-level): do.
10645
10646 2004-10-04  Simon Josefsson  <jas@extundo.com>
10647
10648         * message.el (message-generate-hashcash): Doc fix.
10649
10650 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10651
10652         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10653         avoid infinite recursion via gnus-get-function.
10654
10655 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10656
10657         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10658
10659         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10660
10661         * nnmail.el (nnmail-split-history): do.
10662
10663         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10664         (nnml-request-delete-group): do.
10665
10666         * nnslashdot.el (nnslashdot-read-groups): do.
10667
10668         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10669         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10670
10671         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10672         (nnspool-sift-nov-with-sed): Use last
10673         (nnspool-retrieve-headers-with-nov): Use mapc.
10674         (nnspool-request-newgroups): Use dolist.
10675         (nnspool-request-group): Use last.
10676
10677         * nntp.el (nntp-read-server-type): Use dolist.
10678
10679         * nnvirtual.el (nnvirtual-create-mapping)
10680         (nnvirtual-update-read-and-marked): Use dolist.
10681         (nnvirtual-convert-headers): Simplify.
10682
10683 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10684
10685         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10686         support for sync'ing tick marks.
10687
10688 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10691         there's no visible header.
10692
10693 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10694
10695         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10696         necessary, pass full group name to gnus-request-set-marks.
10697
10698 2004-10-01  Simon Josefsson  <jas@extundo.com>
10699
10700         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10701         acroread.
10702
10703 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10704
10705         * spam-report.el (spam-report-gmane): Fix interactive.
10706
10707         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10708
10709         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10710         when writing file.
10711         (gnus-agent-synchronize-flags): Don't default to being
10712         interactive.
10713
10714 2004-09-30  Simon Josefsson  <jas@extundo.com>
10715
10716         * message.el (message-generate-hashcash): Add.
10717         (message-send-mail): Use it, call mail-add-payment.
10718
10719 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10720
10721         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10722
10723 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10724
10725         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10726         gnus-requst-update-info with explicit code to sync the in-memory
10727         info read flags with the marks being sync'd to the backend.
10728
10729         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10730
10731 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10732
10733         * spam.el (spam-verify-bogofilter): Add new function.
10734         (spam-check-bogofilter)
10735         (spam-bogofilter-register-with-bogofilter): Use it.
10736         (spam-verify-bogofilter): Add small fixes.
10737
10738 2004-09-28  Simon Josefsson  <jas@extundo.com>
10739
10740         * hashcash.el (hashcash-generate-payment): Revert.
10741
10742 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10743
10744         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10745         gnus-extract-references instead of gnus-split-references.
10746
10747         * gnus-util.el (gnus-extract-references): Add new function, analogous
10748         to gnus-split-references but extracts only the message-ID without
10749         anything extra.
10750
10751         * hashcash.el (hashcash-generate-payment)
10752         (hashcash-check-payment): Do the right thing if hashcash-path is
10753         nil (because the hashcash program could not be found).
10754
10755         * spam.el (spam-use-hashcash): Remove comment.
10756
10757 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10758
10759         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10760         (gnus-cache-enter-article, gnus-cache-remove-article)
10761         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10762
10763         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10764
10765         * gnus-art.el (article-hide-boring-headers)
10766         (article-translate-strings, article-display-face)
10767         (gnus-article-mime-match-handle-first)
10768         (gnus-article-highlight-headers)
10769         (gnus-article-add-buttons-to-head): do.
10770
10771 2004-09-27  Simon Josefsson  <jas@extundo.com>
10772
10773         * hashcash.el: New version, from
10774         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10775         ../contrib/.
10776
10777 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10780
10781 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10782
10783         * gnus-dup.el (gnus-dup-open): Use mapc.
10784         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10785
10786         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10787         Reported by Stefan Wiens <s.wi@gmx.net>.
10788
10789         * gnus.el (gnus-shutdown): Use dolist.
10790
10791         * gnus-undo.el (gnus-undo): Use mapc.
10792
10793         * nnrss.el (nnrss-generate-active): do.
10794
10795         * message.el (message-cite-original-without-signature)
10796         (message-cite-original): Use mapc.
10797         (message-do-actions, message-make-forward-subject): Use dolist.
10798
10799 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10800
10801         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10802         deletion to remove entire duplicate line.  Fixes merged article
10803         number bug.
10804
10805 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10806
10807         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10808         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10809         first ask if you want to open a server and then, even when you
10810         responded with no, asking if you want to synchronize the server's
10811         flags.
10812         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10813         multi-line expressions.
10814         (gnus-agent-synchronize-group-flags): New internal function.
10815         Updates marks in memory (in the info structure) AND in the
10816         backend.
10817
10818         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10819
10820         * nnagent.el (nnagent-request-set-mark): Use
10821         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10822         method, to ensure that synchronization updates marks in the
10823         backend and in the info (in memory) structure.
10824
10825 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10828         convention fully; don't miss the root article of a thread; make
10829         the X-Draft-From header with correct article numbers.
10830
10831 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10832
10833         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10834         unless plugged.  Disable the agent so that an open failure causes
10835         an error.
10836
10837         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10838         Reverted 2004-09-21 change.  The backend must be opened while
10839         synchronizing flags even when the backend stores the flags
10840         locally.
10841
10842 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10845         in `header' match.  Reported by Svend Tollak Munkejord.
10846
10847         * message.el (message-cite-original): Fix use of
10848         `message-cite-articles-with-x-no-archive'.
10849
10850 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10853         (gnus-window-to-buffer): Ditto.
10854
10855         * mml.el (mml-preview-buffer): New variable.
10856         (mml-preview): Manage window layout with gnus-buffer-configuration.
10857
10858         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10859         X-Draft-From header even if those articles aren't quoted.
10860
10861 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10862
10863         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10864         (gnus-request-set-mark, gnus-request-update-mark): Use new
10865         g-s-t-u-l-m to decide to use backend even when unplugged.
10866
10867 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10870         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10871
10872 2004-09-20  Simon Josefsson  <jas@extundo.com>
10873
10874         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10875         "utf-16-le".
10876
10877 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10878
10879         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10880
10881 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * uudecode.el (uudecode-use-external): Add :version.
10884
10885         * smime.el (smime-CA-file, smime-encrypt-cipher)
10886         (smime-dns-server): Add :version.
10887
10888         * smiley.el (gnus-smiley-file-types): Add :version.
10889
10890         * sha1.el (sha1-use-external): Add :version.
10891
10892         * pgg-def.el (pgg-query-keyserver): Add :version.
10893
10894         * nnmail.el (nnmail-fancy-expiry-targets)
10895         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10896         Add :version.
10897
10898         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10899         (nnimap-retrieve-groups-asynchronous): Add :version.
10900         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10901
10902         * mml.el (mml-content-disposition-parameters)
10903         (mml-insert-mime-headers-always): Add :version.
10904
10905         * mm-util.el (mm-coding-system-priorities): Add :version.
10906
10907         * mm-decode.el (mm-inline-text-html-with-images)
10908         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10909         (mm-verify-option): Add :version.
10910         (mm-text-html-renderer): Change :version.
10911
10912         * message.el (message-fcc-externalize-attachments)
10913         (message-required-headers, message-draft-headers)
10914         (message-subject-trailing-was-query)
10915         (message-subject-trailing-was-ask-regexp)
10916         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10917         (message-mark-insert-end, message-archive-header)
10918         (message-archive-note, message-cross-post-default)
10919         (message-cross-post-note, message-followup-to-note)
10920         (message-cross-post-note-function, message-use-mail-followup-to)
10921         (message-subscribed-address-functions)
10922         (message-subscribed-address-file, message-subscribed-addresses)
10923         (message-subscribed-regexps, message-allow-no-recipients)
10924         (message-yank-cited-prefix, message-signature-insert-empty-line)
10925         (message-hidden-headers, message-hierarchical-addresses)
10926         (message-mail-user-agent, message-use-idna)
10927         (message-valid-fqdn-regexp)
10928         (message-strip-special-text-properties, message-header-synonyms)
10929         (message-beginning-of-line, message-tab-body-function): Add :version.
10930         (message-insert-canlock, message-wide-reply-confirm-recipients):
10931         Change :version.
10932
10933         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10934         and :version.
10935         (mail-source-delete-old-incoming-confirm)
10936         (mail-source-movemail-program): Add :version.
10937
10938         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10939         (gnus-agent-cache, gnus-agent): Change :version.
10940
10941         * gnus-util.el (gnus-use-byte-compile): Change :version.
10942
10943         * gnus-sum.el (gnus-summary-make-false-root-always)
10944         (gnus-summary-default-high-score)
10945         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10946         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10947         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10948         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10949         (gnus-sum-thread-tree-single-indent)
10950         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10951         (gnus-sum-thread-tree-leaf-with-other)
10952         (gnus-sum-thread-tree-single-leaf): Add :version.
10953         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10954         (gnus-article-loose-mime): Change :version.
10955
10956         * gnus-start.el (gnus-backup-startup-file)
10957         (gnus-save-startup-file-via-temp-buffer): Add :version.
10958
10959         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10960         (gnus-server-offline-face): Add :version.
10961
10962         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10963
10964         * gnus-msg.el (gnus-gcc-externalize-attachments)
10965         (gnus-debug-files, gnus-debug-exclude-variables)
10966         (gnus-discouraged-post-methods): Change :version.
10967         (gnus-confirm-mail-reply-to-news)
10968         (gnus-confirm-treat-mail-like-news): Add :version.
10969
10970         * gnus-int.el (gnus-server-unopen-status): Add :version.
10971
10972         * gnus-group.el (gnus-group-jump-to-group-prompt)
10973         (gnus-large-ephemeral-newsgroup)
10974         (gnus-fetch-old-ephemeral-headers): Add :version.
10975
10976         * gnus-fun.el (gnus-x-face-directory)
10977         (gnus-convert-pbm-to-x-face-command)
10978         (gnus-convert-image-to-x-face-command)
10979         (gnus-convert-image-to-face-command): Add :version.
10980
10981         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10982
10983         * gnus-cite.el (gnus-cite-blank-line-after-header)
10984         (gnus-article-boring-faces): Add :version.
10985
10986         * gnus-art.el (gnus-buttonized-mime-types)
10987         (gnus-inhibit-mime-unbuttonizing)
10988         (gnus-treat-display-face)
10989         (gnus-treat-body-boundary): Change :version.
10990         (gnus-body-boundary-delimiter, gnus-picon-databases)
10991         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10992         (gnus-treat-date-english, gnus-treat-fold-headers)
10993         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10994         (gnus-treat-mail-picon, gnus-treat-wash-html)
10995         (gnus-article-encrypt-protocol)
10996         (gnus-use-idna, gnus-article-over-scroll)
10997         (gnus-mime-display-multipart-alternative-as-mixed)
10998         (gnus-mime-display-multipart-related-as-mixed)
10999         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11000         (gnus-ctan-url, gnus-button-ctan-handler)
11001         (gnus-button-handle-ctan-bogus-regexp)
11002         (gnus-button-ctan-directory-regexp)
11003         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11004         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11005         (gnus-button-man-level, gnus-button-emacs-level)
11006         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11007
11008         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11009         (gnus-agent-go-online): Change :version.
11010         (gnus-agent-expire-unagentized-dirs)
11011         (gnus-agent-auto-agentize-methods): Add :version.
11012
11013         * flow-fill.el (fill-flowed-display-column)
11014         (fill-flowed-encode-column): Add :version.
11015
11016         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11017         (gnus-outlook-deuglify-unwrap-max)
11018         (gnus-outlook-deuglify-cite-marks)
11019         (gnus-outlook-deuglify-unwrap-stop-chars)
11020         (gnus-outlook-deuglify-no-wrap-chars)
11021         (gnus-outlook-deuglify-attrib-cut-regexp)
11022         (gnus-outlook-deuglify-attrib-verb-regexp)
11023         (gnus-outlook-deuglify-attrib-end-regexp)
11024         (gnus-outlook-display-hook): Add :version.
11025
11026         * binhex.el (binhex-use-external): Add :version.
11027
11028 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11031         and `invisible'.
11032
11033 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11036         in gnus-registry-trim.
11037
11038 2004-09-13  Simon Josefsson  <jas@extundo.com>
11039
11040         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11041
11042         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11043
11044         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11045         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11046         <yamaoka@jpl.org>.
11047         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11048         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11049         <yamaoka@jpl.org>.
11050
11051         * sieve.el (sieve-manage-mode): Ditto.
11052
11053 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11056
11057 2004-09-11  Simon Josefsson  <jas@extundo.com>
11058
11059         * dns-mode.el: Add.
11060
11061         * mm-view.el (mm-display-dns-inline): Add.
11062
11063         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11064         (mm-automatic-display): Ditto.
11065
11066         * mailcap.el (mailcap-mime-data): Add text/dns.
11067         (mailcap-mime-extensions): Map .soa to text/dns.
11068
11069 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11070
11071         * gnus-art.el (article-decode-mime-words, article-babel)
11072         (gnus-article-highlight-signature, gnus-article-add-buttons)
11073         (gnus-signature-toggle): Remove unnecessary bindings of
11074         `inhibit-read-only' inherited from v5.10 merge.
11075
11076 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * nntp.el (nntp): New customization group.
11079         (nntp-authinfo-file): Add customization group.
11080
11081         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11082
11083         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11084
11085         * gnus.el (to-address, to-list, subscribed)
11086         (large-newsgroup-initial): Ditto.
11087
11088         * flow-fill.el (fill-flowed-display-column)
11089         (fill-flowed-encode-column): Ditto.
11090
11091 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11092
11093         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11094         Use point-min rather than 1.
11095         (message-send-mail): Use buffer-size rather than point-max.
11096
11097         * gnus-sum.el (gnus-summary-search-article-forward):
11098         Signal a specific `search-failed' rather than a generic `error'.
11099
11100         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11101         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11102         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11103
11104 2004-09-10  Simon Josefsson  <jas@extundo.com>
11105
11106         * nndb.el (require): Remove tcp and duplicate cl.
11107
11108 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-agent.el (directory-files-and-attributes): Move forward.
11111
11112 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11113
11114         * gnus-agent.el (directory-files-and-attributes): Optionally
11115         defined to support XEmacs.
11116
11117 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11118
11119         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11120         to avoid run-time CL dependencies.
11121         (gnus-agent-unfetch-articles): New function.
11122         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11123         article numbers even when local .overview file is missing.
11124         (gnus-agent-read-article-number): New function.  Only accepts
11125         27-bit article numbers.
11126         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11127         gnus-agent-read-article-number.
11128         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11129         from backend while recognizing that article numbers in .overview
11130         must be valid.
11131         (gnus-agent-update-files-total-fetched-for): Use
11132         directory-files-and-attributes to improve performance.
11133         * gnus-int.el (gnus-request-move-article): Use
11134         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11135         improve performance.
11136
11137         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11138         some users confused by references to .newsrc when they only have a
11139         .newsrc.eld file.
11140         (gnus-convert-mark-converter-prompt)
11141         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11142         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11143         New function.  Used internally to only display 'gnus converting
11144         files' message when actually necessary.
11145
11146         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11147         methods now autoloaded.
11148
11149 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11152         identifiers.
11153
11154 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * gnus-picon.el: Fix indentation and closing parenthesis.
11157
11158 2004-09-01  Simon Josefsson  <jas@extundo.com>
11159
11160         * message.el (message-canlock-generate): Require sha1, not
11161         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11162         to require within a function.  Sadly, if sha1.el isn't loaded, the
11163         let binding in m-c-g will hide the defcustom definition, which is
11164         bad.)
11165
11166         * canlock.el: Require sha1, not sha1-el.
11167
11168         * message.el: Don't autoload sha1 (there is a autoload cookie in
11169         sha1.el).
11170
11171         * sha1-el.el: Renamed to sha1.el.
11172
11173 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11174
11175         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11176
11177 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11178
11179         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11180
11181 2004-08-30  Kim F. Storm  <storm@cua.dk>
11182
11183         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11184
11185         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11186         Add :group 'nnimap.
11187
11188 2004-08-30  Andreas Schwab  <schwab@suse.de>
11189
11190         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11191         ?* and ?\;.
11192
11193         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11194         and ?\' to symbol instead of whitespace.
11195
11196 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11199
11200         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11201         instead of re-search-forward.
11202
11203         * gnus-uu.el (gnus-uu-save-article): Ditto.
11204         (gnus-uu-post-encode-uuencode): Ditto.
11205
11206         * html2text.el (html2text-clean-list-items): Ditto.
11207         (html2text-clean-dtdd): Ditto.
11208         (html2text-format-tags): Ditto.
11209
11210         * message.el (message-send-mail-with-sendmail): Fix regexp.
11211         (message-fill-field-general): Use search-forward instead of
11212         re-search-forward.
11213         (unbold-region): Ditto.
11214
11215         * nnrss.el (nnrss-request-article): Ditto.
11216
11217         * nnslashdot.el (nnslashdot-request-article): Ditto.
11218
11219         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11220
11221         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11222         "Unrecognized menu descriptor" error in XEmacs.
11223
11224 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11225
11226         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11227         parent article of a sparse article in the thread hashtb.
11228
11229 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11230
11231         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11232         (nnmail-expand-newtext): Lowercase expanded entries if
11233         nnmail-split-lowercase-expanded is non-nil.
11234
11235 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11238
11239         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11240         of gnus-tmp-news-method into string under XEmacs.  It will be
11241         passed to gnus-correct-length which takes only a string argument.
11242
11243 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-util.el (gnus-bind-print-variables): New macro.
11246         (gnus-prin1): Use it.
11247         (gnus-prin1-to-string): Use it.
11248         (gnus-pp): New function.
11249         (gnus-pp-to-string): New function.
11250
11251         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11252         Replace pp-to-string with gnus-pp-to-string.
11253         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11254         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11255         * gnus-msg.el (gnus-debug): Ditto.
11256         * gnus-score.el (gnus-score-save): Ditto.
11257         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11258         gnus-pp-to-string.
11259         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11260         with gnus-pp.
11261         * score-mode.el (gnus-score-pretty-print): Ditto.
11262         * webmail.el (webmail-debug): Ditto.
11263
11264 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-art.el (article-display-face, article-display-x-face):
11267         Use buffer-read-only.
11268
11269 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-art.el (article-hide-list-identifiers):
11272         Bind inhibit-read-only as t.
11273
11274 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11277
11278 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11279
11280         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11281         (gnus-narrow-to-page): Don't assume point-min == 1.
11282         (gnus-article-edit-mode): Derive from message-mode.
11283
11284         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11285         point-min == 1.
11286
11287         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11288         Disable incorrect use of `assert'.
11289
11290         * message.el (message-mode): Set comment-start-skip.
11291
11292
11293 2004-08-22  Sam Steingold  <sds@gnu.org>
11294
11295         * pop3.el (pop3-leave-mail-on-server): New user variable.
11296         (pop3-movemail): Delete mail only when it is nil.
11297
11298 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11301
11302         * mml.el (mml-preview): Use `pop-to-buffer'.
11303
11304         * message.el (message-goto-mail-followup-to): Insert after "To".
11305         (message-carefully-insert-headers): Add comment.
11306
11307         * gnus.el: Remove unused variable `gnus-article-check-size'.
11308
11309         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11310
11311         * gnus-art.el (gnus-button-alist): Improve
11312         `gnus-button-handle-library' entry.
11313
11314 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11315
11316         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11317         downcase, since XEmacs capitalizes error messages differently.
11318
11319 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11320
11321         * nntp.el: Add (require 'gnus) due to reference to
11322         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11323
11324 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11325
11326         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11327         `mm-fill-flowed'.
11328
11329         * mm-decode.el (mm-dissect-singlepart): Check it.
11330
11331 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11332
11333         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11334         'imap' for netrc parsing.
11335
11336 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * mailcap.el (mailcap-mime-data): Mark as risky.
11339
11340 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11343         may be included in the encoded word.
11344         (rfc2047-encode): Don't append a space if the encoded word
11345         includes close parenthesis.
11346
11347 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11350         of text within parentheses.
11351
11352 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11355         (gnus-encrypt-write-file-contents): Make the password key the file
11356         name PLUS the cipher, not just the cipher.  Also remove failed
11357         passwords from the cache.
11358
11359 2004-08-06  Simon Josefsson  <jas@extundo.com>
11360
11361         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11362         fix.
11363
11364 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11367         LWSP.
11368
11369 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11370
11371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11372         to append in-reply-to: data to the references: header.
11373
11374         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11375         (netrc-parse): Use gnus-encrypt.el functions.
11376
11377         * gnus-encrypt.el: Add new file for encryption support; currently
11378         does only a few GPG ciphers and an internal XOR cipher.
11379
11380         * password.el: Add comments on using password-read-and-add.
11381         (password-read-and-add): Add function to read and add the
11382         password to the cache at once.
11383
11384 2004-07-28  Simon Josefsson  <jas@extundo.com>
11385
11386         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11387         parameter (but don't use it, for now).
11388
11389         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11390         instead of hard coding to nil.
11391
11392 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11395         as mm-inline-image-xemacs does.
11396
11397 2004-07-26  Simon Josefsson  <jas@extundo.com>
11398
11399         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11400         Revert part of 2004-07-17 change below.
11401
11402 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11405         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11406
11407 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11410         quotes that actually start with ">" at the beginning of the
11411         lines.
11412
11413 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * rfc2047.el (rfc2047-encode-region): Fix last change.
11416         (rfc2047-encode-parameter): Remove useless concat.
11417
11418 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11421         encode special characters; fix some kind of misconfigured headers;
11422         signal a real error if debug-on-quit or debug-on-error is non-nil.
11423         (rfc2047-encode-max-chars): New variable.
11424         (rfc2047-encode-1): Use it.
11425         (rfc2047-encode-parameter): New function.
11426
11427         * mml.el (mml-insert-parameter): Remove an excessive space.
11428
11429 2004-07-17  Simon Josefsson  <jas@extundo.com>
11430
11431         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11432         Kai Grossjohann <kai@emptydomain.de>.
11433         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11434         (gnus-group-make-menu-bar): Ditto.
11435
11436         * gnus-util.el (gnus-group-server): Add.
11437
11438 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11439
11440         * message.el (message-clone-locals): Clone sendmail and smtp
11441         variables.
11442
11443 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * rfc2047.el (rfc2047-encode-region): Fix last change.
11446
11447 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11450         characters as non-special.
11451
11452 2004-07-09  Simon Josefsson  <jas@extundo.com>
11453
11454         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11455         Users will lose all flag changes made while unplugged with
11456         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11457         good default.  See numerous reports on ding mailing list.
11458
11459 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11462         add generate-head-function and generate-article-function to the
11463         rfc822-forward entry.
11464         (nndoc-rfc822-forward-generate-article): New function.
11465         (nndoc-rfc822-forward-generate-head): New function.
11466
11467         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11468
11469 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11470
11471         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11472         respect display group parameter and gnus-summary-expunge-below.
11473         (gnus-articles-to-read): Remove unused reference to display group
11474         parameter.
11475
11476 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * nnheader.el (nnheader-uniquify-message-id): New experimental
11479         variable.
11480         (nnheader-nov-read-message-id): Use it.
11481
11482         * spam-report.el (spam-report-gmane): Add interactive.
11483
11484 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11487         qp-or-base64 for the application/* types.
11488
11489 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11490
11491         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11492
11493 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11494
11495         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11496         trim value.
11497
11498 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11499
11500         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11501         New macro and function.
11502         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11503
11504 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11507         after-load-alist.
11508
11509 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11512         update info that isn't there.
11513
11514 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11515
11516         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11517         entry.
11518
11519 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-view.el (mm-inline-render-with-function): Use multibyte
11522         buffer; decode html source by charset.
11523
11524         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11525
11526         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11527         Mule-UCS is loaded under XEmacs.
11528         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11529
11530 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11531
11532         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11533
11534 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * mm-util.el (mm-coding-system-p): Return a coding-system.
11537         (mm-mime-mule-charset-alist): Use shift_jis instead of
11538         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11539         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11540         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11541         instead of japanese-shift-jis and iso-latin-1 respectively in
11542         order to share the default value with both Emacs and XEmacs-mule.
11543         (mm-mule-charset-to-mime-charset): Make
11544         mm-coding-system-priorities effective.
11545         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11546         while predicating of candidates upon the priorities.
11547
11548 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11549
11550         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11551         gnus-uu-invert-processable.
11552
11553         * gnus.el: Autoload gnus-uu-invert-processable.
11554
11555 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * mm-util.el (mm-with-multibyte-buffer): New macro.
11558
11559         * rfc2047.el (rfc2047-encode-string): Use it.
11560         (rfc2047-encode-region): Move point to the end of the region after
11561         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11562
11563 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11566         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11567
11568 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11571         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11572         Karl Chen <quarl@nospam.quarl.org>.
11573
11574 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11575
11576         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11577         invalid addresses.
11578
11579 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11580
11581         * spam.el: Change section markers, revise TODO list.
11582         (spam-backends): Make new master list of all installed backends.
11583         (spam-summary-exit-behavior): Add new variable to determine how
11584         messages moves are done at summary exit.
11585         (spam-move-spam-nonspam-groups-only)
11586         (spam-process-ham-in-nonham-groups)
11587         (spam-process-ham-in-spam-groups): Remove variables, the
11588         spam-summary-exit-behavior variable should be used to manage this
11589         behavior.
11590         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11591         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11592         and spam-old-spam-articles.
11593         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11594         Add empty variables, placeholders for the backends they represent.
11595         (spam-set-difference): Move, unchanged.
11596         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11597         unless the user has a processor variable.
11598         (spam-classifications, spam-classification-valid-p)
11599         (spam-backend-properties, spam-backend-property-valid-p)
11600         (spam-backend-function-type-valid-p)
11601         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11602         (spam-report-articles-gmane, spam-report-articles-resend):
11603         Remove functions, they are not needed.
11604         (spam-install-backend-super, spam-backend-list)
11605         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11606         (spam-backend-function, spam-backend-ham-registration-function)
11607         (spam-backend-spam-registration-function)
11608         (spam-backend-ham-unregistration-function)
11609         (spam-backend-spam-unregistration-function)
11610         (spam-backend-statistical-p, spam-backend-mover-p)
11611         (spam-install-backend-alias, spam-install-checkonly-backend)
11612         (spam-install-mover-backend, spam-install-nocheck-backend)
11613         (spam-install-backend, spam-install-statistical-backend)
11614         (spam-install-statistical-checkonly-backend): Add backend installation
11615         support.
11616         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11617         (spam-group-processor-p): Use the new backend code and respect the
11618         summary exit behavior.
11619         (spam-mark-spam-as-expired-and-move-routine): Remove.
11620         (spam-summary-prepare): Change to use the new spam-old-articles
11621         variable.
11622         (spam-copy-or-move-routine, spam-copy-spam-routine)
11623         (spam-move-spam-routine, spam-copy-ham-routine)
11624         (spam-move-ham-routine): Add code to copy/move ham or spam.
11625         (spam-fetch-field-fast): Improve doc and code, plus allow the
11626         'number request.
11627         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11628         variables.
11629         (spam-split, spam-find-spam): Use the new backend code.
11630         (spam-registration-functions): Remove variable.
11631         (spam-unregister-routine): Add convenience wrapper.
11632         (spam-log-undo-registration, spam-register-routine)
11633         (spam-log-processing-to-registry)
11634         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11635         where possible.
11636         (spam-check-gmane-xref, spam-check-regex-headers)
11637         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11638         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11639         (spam-check-bogofilter-headers, spam-check-spamoracle)
11640         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11641         (spam-check-crm114-headers): Use the spam-split-group that
11642         spam-split prepares, no need to determine it every time.
11643
11644         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11645         to the nnheader-parse-naked-head call.
11646
11647         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11648
11649         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11650         the nnheader-nov-read-message-id call.
11651
11652 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11655         gnus-activate-group twice.  Suggested by Markus Peter
11656         <warp@spin.de>.
11657
11658 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-art.el (gnus-article-time-format): Exchange the order of
11661         day and month in the default value; fix customization type.
11662         (article-date-ut): Use add-text-properties.
11663         (article-make-date-line): Use message-make-date instead of
11664         current-time-string.
11665
11666         * message.el (message-fetch-field): Don't use set-text-properties.
11667         (message-make-date): Simplify.
11668
11669         * messagexmas.el (message-xmas-make-date): New function.
11670         (message-xmas-redefine): Defalias message-make-date to it.
11671
11672 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11675         (rfc2047-encode-region): Treat text within parentheses as special;
11676         show the original text when error has occurred.
11677
11678         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11679         already-computed method to gnus-activate-group.
11680
11681         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11682         same select-methods identical Lisp objects.
11683
11684         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11685         object when modifying the info.
11686
11687 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11690         gnus-opened-servers since it has never been opened with the new
11691         configuration yet.
11692
11693 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11696         arg to nnheader-generate-fake-message-id.
11697
11698 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11701         number and build a fake message ID localized to a group and
11702         article number (so it's repeatable from that point on).
11703         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11704         ID format.
11705
11706         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11707         nnheader-generate-fake-message-id with the article number.
11708
11709 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11710
11711         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11712         end-of-buffer.
11713
11714 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * message.el (message-ignored-supersedes-headers): Add Approved.
11717
11718 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11721         goto-char.
11722         (rfc2047-encode): Fold the line before encoding.
11723
11724 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11727         folding -- not all headers can be folded, and this should be done
11728         by the message composition mode.  Probably.  I think.
11729
11730 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11733         fast.
11734
11735         * gnus-ems.el (gnus-remove-image): Don't use
11736         message-text-with-property; remove only the image found first.
11737
11738         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11739         found first.
11740
11741 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11742
11743         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11744
11745 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * message.el (message-text-with-property): Make it fast and accept
11748         optional arguments.
11749         (message-strip-forbidden-properties): Use it.
11750         (message-fix-before-sending): Follow the m-t-w-p change.
11751
11752         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11753
11754 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (article-hide-headers): Don't change the buffer
11757         mistakenly when performing mml-preview even if
11758         gnus-single-article-buffer is nil.
11759
11760 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11761
11762         * message.el (message-expand-name-databases): New user option.
11763         (message-expand-name): Use it.
11764
11765 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11766
11767         * spam.el (spam-report-articles-resend)
11768         (spam-report-resend-register-routine): Allow ham reporting.
11769         (spam-report-resend-register-ham-routine): Add wrapper.
11770         (spam-registration-functions): Add ham resending functions.
11771         (spam-list-of-processors): Add ham resend processor.
11772
11773         * gnus.el (ham-resend-to): Add new group parameter.
11774         (spam-process): Add ham resend option.
11775
11776         * spam-report.el (spam-report-resend): Allow reporting ham.
11777         (spam-report-resend-ham): Add wrapper.
11778
11779 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * message.el (message-cite-articles-with-x-no-archive): New
11782         variable.
11783         (message-cite-original): Use it.
11784
11785 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * message.el (message-cite-original): Respect X-No-Archive.
11788
11789 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (article-hide-headers): Refer to the values for
11792         gnus-ignored-headers and gnus-visible-headers in the summary
11793         buffer since a user may have set them as group parameters.
11794
11795 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * assistant.el (assistant-node-name): Add convenience function.
11798         (assistant-render-text, assistant-render-node): Add error handling,
11799         plus handle multiple next nodes.
11800         (assistant-find-next-node): Comment out for now.
11801         (assistant-find-next-nodes): Add function, returns list of next
11802         nodes.
11803
11804 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * mail-source.el (mail-source-directory): Fix doc-string.
11807
11808 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11809
11810         * assistant.el (assistant-render-text, assistant-eval): Add :set
11811         widget type, which is different because it takes and returns a
11812         list.  Much hilarity ensues.
11813
11814 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11817
11818         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11819         doc-string.
11820
11821         * gnus-start.el (gnus-activate-group): Added doc-string.
11822
11823 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11826
11827 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11828
11829         * assistant.el (assistant-render-text): Try to add a :set
11830         widget, more to come.
11831
11832         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11833         strings.
11834         (spam-report-articles-resend)
11835         (spam-register-routine): Do registration iff any articles warrant
11836         it.
11837         (spam-summary-prepare-exit): Change log message for nil group
11838         destinations.
11839
11840 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11841
11842         * spam.el (spam-report-resend-register-routine): Allow
11843         spam-report-resend-to to be a group parameter or a global value.
11844
11845 2004-05-26  Simon Josefsson  <jas@extundo.com>
11846
11847         * starttls.el: Merge with my GNUTLS based starttls.el.
11848         (starttls-gnutls-program, starttls-use-gnutls)
11849         (starttls-extra-arguments, starttls-process-connection-type)
11850         (starttls-connect, starttls-failure, starttls-success): New
11851         variables.
11852         (starttls-program, starttls-extra-args): Doc fix.
11853         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11854         functions.
11855         (starttls-negotiate, starttls-open-stream): Check
11856         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11857         function if it is set.
11858
11859 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11862         structured fields.
11863
11864 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11867
11868 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11871         variable.
11872         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11873         assigning the spam-mark to new messages.
11874
11875 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11876
11877         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11878
11879 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11882
11883         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11884         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11885         default.
11886
11887 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11888
11889         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11890         correct data.
11891
11892 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11893
11894         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11895         (spam-group-processor-p): Fix function.
11896         (spam-group-processor-multiple-p)
11897         (spam-group-spam-processor-report-gmane-p)
11898         (spam-group-spam-processor-report-resend-p)
11899         (spam-group-spam-processor-bogofilter-p)
11900         (spam-group-spam-processor-blacklist-p)
11901         (spam-group-spam-processor-ifile-p)
11902         (spam-group-ham-processor-ifile-p)
11903         (spam-group-spam-processor-spamoracle-p)
11904         (spam-group-spam-processor-crm114-p)
11905         (spam-group-ham-processor-bogofilter-p)
11906         (spam-group-spam-processor-stat-p)
11907         (spam-group-ham-processor-stat-p)
11908         (spam-group-ham-processor-whitelist-p)
11909         (spam-group-ham-processor-BBDB-p)
11910         (spam-group-ham-processor-spamoracle-p)
11911         (spam-group-ham-processor-copy-p): Remove functions with some
11912         prejudice against unneeded code.
11913         (spam-report-articles-resend)
11914         (spam-report-resend-register-routine): Allow the group/topic
11915         spam-resend-to value to override spam-report-resend-to.
11916         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11917         properly now.
11918
11919         * gnus.el (spam-resend-to): Add group/topic parameter.
11920         (spam-process): Move the OBSOLETE processors to the end of the
11921         choices.
11922
11923 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11924
11925         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11926         with resend-to set to nil, and then ask the user if necessary.
11927         (spam-report-resend): spam-report-resend takes a list of articles, not
11928         separate article numbers.
11929
11930 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11933         addition to emacs-w3m.
11934
11935 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * assistant.el (assistant-authinfo-data): New function.
11938         (assistant-eval): Eval for entire assistant.
11939
11940         * netrc.el (netrc-services-file): New variable.
11941         (netrc-parse-services): New function.
11942         (netrc-find-service-name): New function.
11943         (netrc-find-service-number): New function.
11944         (netrc-port-equal): New function.
11945         (netrc-machine): Use it.
11946
11947         * nnimap.el (nnimap-open-connection): Use netrc.
11948
11949         * gnus-util.el (gnus-netrc-get): Remove aliases.
11950
11951         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11952
11953         * assistant.el (wid-edit): Fix compilation.
11954
11955         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11956
11957 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11958
11959         * gnus-util.el (gnus-set-file-modes): New function.  (small
11960         patch).
11961
11962 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11965
11966         * assistant.el (assistant-render-node): Fix up rendering and
11967         read-only text.
11968         (assistant-render-node): Reset.
11969         (assistant-make-read-only): Not sticky.
11970
11971 2004-05-20  Danny Siu  <dsiu@adobe.com>
11972
11973         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11974         centered even when gnus-auto-center-summary is t
11975
11976 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * dns.el (dns-get-txt-answer): New function.
11979         (dns-read-txt): Ditto.
11980         (query-dns): Use it.
11981
11982 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11985         active for foreign groups even if the group level is higher than
11986         the specified value.
11987
11988 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11991         non-active groups.
11992
11993         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11994
11995 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11996
11997         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11998
11999 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12000
12001         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12002         (spam-crm114-header, spam-crm114-spam-switch)
12003         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12004         (spam-crm114-positive-spam-header)
12005         (spam-crm114-database-directory, spam-list-of-processors)
12006         (spam-group-spam-processor-crm114-p)
12007         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12008         (spam-generic-score, spam-list-of-checks)
12009         (spam-list-of-statistical-checks, spam-registration-functions)
12010         (spam-check-crm114-headers, spam-crm114-score)
12011         (spam-check-crm114, spam-crm114-register-with-crm114)
12012         (spam-crm114-register-spam-routine)
12013         (spam-crm114-unregister-spam-routine)
12014         (spam-crm114-register-ham-routine)
12015         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12016         asjo@koldfront.dk (Adam Sjøgren).
12017
12018         * gnus.el: Add spam-use-crm114.
12019
12020         * spam.el (spam-list-of-processors, spam-registration-functions):
12021         Add spam-use-resend.
12022         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12023         (spam-report-articles-gmane): Add doc fix.
12024         (spam-report-articles-resend, spam-report-resend-register-routine):
12025         Add wrappers around spam-report-resend-to.
12026
12027         * spam-report.el (spam-report-resend-to, spam-report-resend):
12028         Add support for resending spam.
12029         (spam-report-gmane): Fix line length >80.
12030
12031         * gnus.el (spam-process): Add spam-use-resend.
12032
12033 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12034
12035         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12036         number of processed spam messages.
12037         (spam-ham-copy-or-move-routine): Return the number of processed
12038         ham messages.
12039         (spam-summary-prepare-exit): Use the above values to decide
12040         whether status messages shouled be displayed.
12041
12042 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12045         `rfc2047-encoding-function-alist' in order to avoid conflicting
12046         with the old version.
12047         (rfc2047-encode-region): Concatenate words containing non-ASCII
12048         characters in structured fields; don't encode space-delimited
12049         ASCII words even in unstructured fields; don't break words at
12050         char-category boundaries.
12051         (rfc2047-encode-1): New function.
12052         (rfc2047-encode): Use it; encode text so that it occupies the
12053         maximum width within 76-column; work correctly on Q encoding for
12054         iso-2022-* charsets.
12055         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12056         sure not to break a line just after the header name.
12057         (rfc2047-b-encode-region): Removed.
12058         (rfc2047-b-encode-string): New function.
12059         (rfc2047-q-encode-region): Removed.
12060         (rfc2047-q-encode-string): New function.
12061
12062         * mm-util.el (mm-replace-in-string): New function.
12063
12064 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12067         get it right.
12068         (gnus-inews-make-draft): Really.
12069
12070 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12071
12072         * nnmh.el (nnmh-request-list-1): Don't check the link count
12073         before descending.  (small patch)
12074
12075 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12078         stuff.
12079
12080         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12081         on real group name.
12082
12083         * gnus-art.el (gnus-signature-limit): Doc fix.
12084
12085         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12086
12087         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12088
12089 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12090
12091         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12092         isn't a string.
12093
12094 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12095
12096         * gnus-draft.el (gnus-draft-send): Bind
12097         rfc2047-encode-encoded-words.
12098
12099         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12100         (rfc2047-encodable-p): Say that =? needs encoding.
12101         (rfc2047-encode-encoded-words): New variable.
12102
12103         * gnus-group.el (gnus-group-select-group): Doc fix.
12104
12105         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12106
12107         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12108         to nil.
12109
12110         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12111
12112         * nnheader.el (nnheader-get-lines-and-char): New function.
12113
12114 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus-msg.el (gnus-summary-followup-with-original): Document
12117         yanking of region when active.
12118
12119 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12122         groups if the group level is higher than the specified value.
12123
12124 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12127         (gnus-group-jump-to-group): Added prefix argument using
12128         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12129         non-active group.
12130
12131         * compface.el (uncompface): Be verbose when changing
12132         `uncompface-use-external'.
12133
12134         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12135         handle manual section.
12136
12137 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * gnus-art.el (gnus-button-alist): Revert previous change.
12140
12141 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12144
12145 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12148         whether backend can accept message.
12149
12150         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12151
12152 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12153
12154         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12155         Avoid creating directory when nntp-marks-is-evil is true.
12156         Reported by Reiner Steib.
12157
12158 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * gnus-picon.el (gnus-picon-style): New variable.
12161         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12162         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12163         Jesper Harder <harder@ifa.au.dk>.
12164
12165 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * message.el (message-fill-field): Return point.
12168         (message-generate-headers): Go to end of field.
12169
12170         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12171         stuff for non-living groups.
12172
12173 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12174
12175         * gnus-art.el (gnus-article-followup-with-original)
12176         (gnus-article-reply-with-original): gnus-mark-active-p ->
12177         gnus-region-active-p.
12178
12179 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12180
12181         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12182         only when there is spam or ham to be processed.
12183
12184 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12185
12186         * mail-source.el (mail-source-delete-crash-box): Refactor.
12187         (mail-source-fetch): Use it.
12188         (mail-source-fetch-file): Ditto.
12189         (mail-source-fetch-directory): Run postscript in loop.
12190         (mail-source-fetch-pop): Delete.
12191         (mail-source-fetch-maildir): Ditto.
12192         (mail-source-fetch-imap): Ditto.
12193
12194         * imap.el (imap-authenticators): Comment out sasl.
12195
12196         * message.el (message-skip-to-next-address): New function.
12197         (message-fill-header-address): Refactor.
12198         (message-fill-address): Use it.
12199         (message-delete-address): Use it.
12200         (message-fill-header-general): Refactor.
12201         (message-fill-field-address): Rename.
12202         (message-narrow-to-field): Find the start of the header.
12203         (message-header-format-alist): Don't pre-fill.
12204         (message-fill-header): Removed.
12205         (message-insert-header): New function.
12206         (message-shorten-references): Use it.
12207
12208         * rfc2047.el (rfc2047-field-value): Strip props.
12209
12210         * mail-parse.el (mail-header-make-address): New alias.
12211
12212         * ietf-drums.el (ietf-drums-make-address): New function.
12213
12214         * imap.el: Add compiler directives.
12215
12216         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12217
12218         * gnus-art.el (article-decode-idna-rhs): Don't use
12219         message-idna-inside-rhs-p.
12220
12221 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * message.el (message-idna-inside-rhs-p): Removed.
12224         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12225
12226         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12227         false positives.
12228
12229 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12230
12231         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12232
12233 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * nneething.el (nneething-file-name): Don't create spurious
12236         files.
12237
12238         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12239         (gnus-inews-do-gcc): Remove sleep.
12240
12241         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12242         part under point.
12243
12244         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12245         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12246
12247 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12248
12249         * spam.el (spam-summary-prepare-exit): Fixed (length).
12250
12251 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12252
12253         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12254         as expired without moving it" message when there are spam
12255         messages left.
12256
12257 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12258
12259         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12260         header is not nil.
12261
12262 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12263
12264         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12265         nntp-possibly-create-directory, not nntp-possibly-change-group.
12266         (nntp-marks-changed-p): New arg SERVER.
12267         (nntp-request-update-info): Adjust caller.
12268
12269 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12270
12271         * nntp.el (nntp-save-marks): Pass missing arg.
12272
12273 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12274
12275         * nntp.el: Support marks.
12276         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12277         (nntp-marks-modtime, nntp-marks-directory): New variables.
12278         (nntp-request-set-mark, nntp-request-update-info)
12279         (nntp-possibly-create-directory, nntp-marks-changed-p)
12280         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12281         functions.
12282
12283 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12284
12285         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12286         (gnus-xmas-redefine): Rename.
12287
12288         * gnus-score.el (gnus-score-insert-help): Use
12289         gnus-select-lowest-window.
12290
12291         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12292         appt-select-lowest-window and rename to gnus-select-lowest-window.
12293
12294         * gnus.el: do.
12295
12296 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12297
12298         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12299         encodings of MIME-encoded words, in order to improve
12300         interoperability with several broken MUAs.
12301
12302 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12303
12304         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12305         tags, only when charsets are not specified in headers.
12306         (mm-inline-text-html-render-with-w3m): Ditto.
12307
12308         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12309         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12310
12311 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12312
12313         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12314         instead of MIME-decoded from fields when checking
12315         `gnus-article-address-banner-alist'.
12316
12317 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12318
12319         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12320         description rather than subject.
12321
12322 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12323
12324         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12325
12326 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * gnus.el (gnus-version-number): Bump.
12329
12330 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12331
12332         * gnus.el: No Gnus v0.2 is released.
12333
12334 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * gnus-agent.el (gnus-agent-read-agentview): Inline
12337         gnus-uncompress-range.
12338
12339 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12340
12341         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12342         `exec-installed-p'.
12343
12344 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12345
12346         * gnus.el (spam-process, spam-autodetect-methods): Add
12347         bsfilter and bsfilter-headers.
12348
12349         * spam.el (spam-bsfilter): New customize group.
12350         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12351         (spam-bsfilter-header, spam-bsfilter-probability-header)
12352         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12353         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12354         (spam-bsfilter-database-directory): New options.
12355         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12356         (spam-list-of-statistical-checks, spam-registration-functions):
12357         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12358         (spam-bsfilter-score): New command.
12359         (spam-check-bsfilter-headers, spam-check-bsfilter)
12360         (spam-bsfilter-register-with-bsfilter)
12361         (spam-bsfilter-register-spam-routine)
12362         (spam-bsfilter-unregister-spam-routine)
12363         (spam-bsfilter-register-ham-routine)
12364         (spam-bsfilter-unregister-ham-routine): New functions.
12365         (spam-generic-score): Support bsfilter; Accept an optional argument
12366         to recalcurate spam score even if scoring header has already been
12367         added.
12368         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12369         optional argument to recalcurate spam score even if scoring header
12370         has already been added.
12371
12372 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12373
12374         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12375         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12376         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12377         link is missing.
12378
12379 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12380
12381         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12382         (html2text-get-attr): Rewrite.
12383
12384         * message.el (message-setup-1): Remove redundant put-text-property
12385         on mail-header-separator.
12386
12387 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12388
12389         * gnus-registry.el (gnus-registry-cache-whitespace)
12390         (gnus-registry-action, gnus-registry-spool-action)
12391         (gnus-registry-split-fancy-with-parent): Change message levels
12392         from 5 to 3 or 7, as needed.
12393
12394         * spam.el (spam-summary-prepare-exit)
12395         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12396         (spam-split, spam-find-spam, spam-log-undo-registration)
12397         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12398         level from 5 to 6.
12399
12400 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12403         2004-03-04 change).
12404
12405 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12406
12407         * sieve-manage.el (sieve-manage-open):
12408         * nnweb.el (nnweb-insert-html):
12409         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12410         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12411         * nnspool.el (nnspool-request-group):
12412         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12413         * nnml.el (nnml-request-update-info):
12414         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12415         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12416         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12417         (nnimap-request-set-mark):
12418         * nnfolder.el (nnfolder-request-update-info):
12419         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12420         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12421         * gnus-uu.el (gnus-uu-find-articles-matching):
12422         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12423         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12424         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12425         * gnus-nocem.el (gnus-nocem-scan-groups):
12426         * gnus-int.el (gnus-start-news-server):
12427         * gnus-group.el (gnus-group-make-kiboze-group)
12428         (gnus-group-browse-foreign-server):
12429         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12430         Use mapc when appropriate.
12431
12432 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12433
12434         FIXME: Make separate entries for each person.
12435
12436         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12437         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12438         <shields@msrl.com>:
12439
12440         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12441         may need for spam sorting and scoring.
12442         (spam-user-format-function-S): Add user format function suitable for
12443         general use.
12444         (spam-article-sort-by-spam-status): Add sorting function for summary
12445         sorting.
12446         (spam-extra-header-to-number): Add function to get a score from a
12447         header.
12448         (spam-summary-score): Add function to  get a numeric score from the
12449         headers.
12450         (spam-generic-score): Fix function doc, was in wrong place.
12451         (spam-initialize): Take symbols when it's run, and install the
12452         extra headers that spam-necessary-extra-headers thinks we need.
12453
12454 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12455
12456         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12457         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12458
12459 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12460
12461         * gnus-sum.el (gnus-set-global-variables)
12462         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12463         (gnus-article-get-xrefs, gnus-summary-best-group)
12464         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12465         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12466         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12467         Use with-current-buffer.
12468
12469 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12470
12471         * spam.el (spam-summary-prepare-exit): Simplify logic.
12472         (spam-fetch-article-header): Read the article header if it's not
12473         available.
12474         (spam-list-articles): Simplify logic.
12475         (spam-filelist-register-routine): Fix bug with unregister-list.
12476
12477         * gnus-registry.el: Fix comments at beginning.
12478
12479 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12480
12481         * message.el (message-cater-to-broken-inn): Remove.
12482         (message-shorten-references): Make sure the total folded length of
12483         References is shorter than 998 characters to cater to a bug in INN
12484         2.3.  Also, don't pretend that references aren't folded -- this
12485         hasn't worked for a while.
12486
12487 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12488
12489         * gnus-agent.el (gnus-agentize):
12490         gnus-agent-send-mail-real-function no longer set to current value
12491         of message-send-mail-function but rather a lambda that calls
12492         message-send-mail-function.  The change makes the agent real-time
12493         responsive to user changes to message-send-mail-function.
12494
12495 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12496
12497         * legacy-gnus-agent.el
12498         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12499         help from Florian Weimer <fw@deneb.enyo.de>
12500
12501 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nnmail.el (nnmail-cache-insert): Revert last change.
12504
12505 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * nnmail.el (nnmail-cache-insert): Always check whether
12508         nnmail-cache-ignore-groups matches a group name.
12509
12510 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12511
12512         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12513         (spam-find-spam, spam-log-processing-to-registry)
12514         (spam-log-registered-p, spam-log-unregistration-needed-p)
12515         (spam-log-undo-registration): Use gnus-message instead of
12516         gnus-error, none of these errors are fatal.
12517
12518         * gnus-registry.el (gnus-registry-clean-empty-function)
12519         (gnus-registry-clean-empty): Remove only empty entries without
12520         extra data.
12521
12522 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12523
12524         * spam-stat.el (spam-stat-buffer-change-to-spam)
12525         (spam-stat-buffer-change-to-non-spam): Change (error) to
12526         (gnus-message 8) invocation.
12527
12528 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * nntp.el (nntp-via-netcat-command): New variable.
12531         (nntp-via-netcat-switches): New variable.
12532         (nntp-open-via-rlogin-and-netcat): New function.
12533         (nntp-open-connection-function): Doc fix.
12534         (nntp-telnet-command): Doc fix.
12535         (nntp-end-of-line): Doc fix.
12536         (nntp-via-rlogin-command): Doc fix.
12537         (nntp-via-user-name): Doc fix.
12538         (nntp-via-address): Doc fix.
12539
12540 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12543         error in Emacs 21.1.
12544
12545 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12548
12549 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12550
12551         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12552         (gnus-agent-with-refreshed-group): New macro.
12553         (gnus-agent-rename-group): New function.
12554         (gnus-agent-delete-group): New function.
12555         (gnus-agent-save-group-info): Use gnus-command-method when
12556         `method' parameter is nil.  Don't write nil entries into the
12557         active file.
12558         (gnus-agent-get-group-info): New function.
12559         (gnus-agent-fetch-articles): Use
12560         gnus-agent-update-files-total-fetched-for to increment disk space
12561         used.
12562         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12563         gnus-agent-update-view-total-fetched-for to increment disk space
12564         used.
12565         (gnus-agent-get-local): Added optional parameters to avoid calling
12566         gnus-group-real-name and gnus-find-method-for-group.
12567         (gnus-agent-set-local): Delete stored entry if either min, or max,
12568         are nil.
12569         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12570         quit, use gnus-agent-regenerate-group to record existance of any
12571         articles fetched to disk before the quit occurred.
12572         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12573         gnus-agent-update-view-total-fetched-for, and
12574         gnus-agent-update-files-total-fetched-for to decrement disk space
12575         used.
12576         (gnus-agent-retrieve-headers): Use
12577         gnus-agent-update-view-total-fetched-for to increment disk space
12578         used.
12579         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12580         with gnus-agent-update-files-total-fetched-for to decrement disk
12581         space and fresh group buffer.
12582         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12583         (gnus-agent-need-update-total-fetched-for): New variable.
12584         (gnus-agent-update-files-total-fetched-for): New function.
12585         (gnus-agent-update-view-total-fetched-for): New function.
12586         (gnus-agent-total-fetched-for): New function.
12587
12588         * gnus-cache.el (gnus-cache-save-buffers): Use
12589         gnus-cache-update-overview-total-fetched-for to change disk space
12590         used by this group.
12591         (gnus-cache-possibly-enter-article): Use
12592         gnus-cache-update-file-total-fetched-for to increment disk space
12593         used by this group.
12594         (gnus-cache-possibly-remove-article): Use
12595         gnus-cache-update-file-total-fetched-for to decrement disk space
12596         used by this group.
12597         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12598         (gnus-cache-rename-group): New function.
12599         (gnus-cache-delete-group): New function.
12600         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12601         (gnus-cache-need-update-total-fetched-for): New variable.
12602         (gnus-cache-with-refreshed-group): New macro.
12603         (gnus-cache-update-file-total-fetched-for): New function.
12604         (gnus-cache-update-overview-total-fetched-for): New function.
12605         (gnus-cache-rename-group-total-fetched-for): New function.
12606         (gnus-cache-delete-group-total-fetched-for): New function.
12607         (gnus-cache-total-fetched-for): New function.
12608
12609         * gnus-group.el: Require gnus-sum and autoload functions to
12610         resolve warnings when gnus-group.el compiled alone.
12611         (gnus-group-line-format): Documented new %F
12612         (size of Fetched data) group line format; identifies disk space
12613         used by agent and cache.
12614         (gnus-group-line-format-alist): Defined new F format.
12615         (gnus-total-fetched-for): New function.
12616         (gnus-group-delete-group): No longer update
12617         gnus-cache-active-altered as gnus-request-delete-group now keeps
12618         the cache in sync.
12619         (gnus-group-list-active): Let the agent store a server's active
12620         list if currently plugged.
12621
12622         * gnus-int.el (gnus-request-delete-group):
12623         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12624         local disk in sync with the server.
12625         (gnus-request-rename-group):
12626         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12627         local disk in sync with the server.
12628
12629         * gnus-start.el (gnus-get-unread-articles):
12630         Cosmetic simplification to logic.
12631
12632         * gnus-util.el (gnus-rename-file): New function.
12633
12634 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12635
12636         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12637
12638 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12639
12640         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12641         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12642
12643 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12644
12645         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12646         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12647
12648 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12649
12650         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12651
12652 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12653
12654         * spam.el (spam-set-difference): Add function to replace
12655         gnus-set-difference in spam.el.
12656         (spam-summary-prepare-exit): Use spam-set-difference.
12657
12658 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12659
12660         * gnus-registry.el (gnus-registry-cache-file): Update to use
12661         gnus-dribble-directory OR gnus-home-directory OR ~.
12662         (gnus-registry-split-fancy-with-parent): Fix doc.
12663
12664 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * message.el (message-exchange-point-and-mark): Use
12667         message-mark-active-p.  Suggested by Jesper Harder
12668         <harder@ifa.au.dk>.
12669
12670 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * message.el (message-exchange-point-and-mark): Don't activate
12673         region if it was inactive.  Suggested by Hiroshi Fujishima
12674         <pooh@nature.tsukuba.ac.jp>.
12675
12676 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-art.el (article-display-face): Display Faces in the same
12679         order as X-Faces.
12680
12681 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12684
12685 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12688         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12689         (gnus-article-mime-hierarchy): Remove.
12690         (gnus-article-mime-hierarchy-next): Remove.
12691         (gnus-article-mode): Revert 2004-03-19 change.
12692         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12693         (gnus-insert-mime-button): Revert 2004-03-19 change.
12694         (gnus-mime-accumulate-hierarchy): Remove.
12695         (gnus-mime-enter-multipart): Remove.
12696         (gnus-mime-leave-multipart): Remove.
12697         (gnus-mime-display-part): Revert 2004-03-19 change.
12698         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12699
12700         * mml.el (mml-preview): Revert 2004-03-19 change.
12701
12702 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12703
12704         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12705
12706 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12709         t while entering a file name using the mm-with-multibyte macro.
12710         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12711
12712         * mm-util.el (mm-with-multibyte): New macro.
12713
12714 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12717         user option.
12718         (gnus-mime-multipart-functions): Doc and customization fix.
12719         (gnus-article-mime-hierarchy): New variable.
12720         (gnus-article-mime-hierarchy-next): New variable.
12721         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12722         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12723         gnus-article-mime-hierarchy-next to nil.
12724         (gnus-insert-mime-button): Show hierarchy numbers.
12725         (gnus-mime-accumulate-hierarchy): New function.
12726         (gnus-mime-enter-multipart): New function.
12727         (gnus-mime-leave-multipart): New function.
12728         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12729         (gnus-mime-display-alternative): Show hierarchy numbers.
12730
12731         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12732         gnus-article-mime-hierarchy-next to nil.
12733
12734 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12735
12736         * dns.el: Don't require gnus-xmas.
12737
12738 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12739
12740         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12741         inline PGP.
12742         (mml-menu): Disable mml-quote-region if mark is inactive.
12743
12744 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12747         when the group's active is not available.
12748
12749 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12752         error.
12753
12754 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * imap.el (imap-store-password): New variable.
12757         (imap-interactive-login): Use it.
12758         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12759
12760 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12763         window-start and hscroll to summary window.
12764
12765 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12766
12767         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12768         conversion message to newsrc-dribble when an actual conversion is
12769         performed.
12770
12771 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12772
12773         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12774
12775 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * mm-decode.el (mm-complicated-handles): New function reviving
12778         former definition of mm-multiple-handles.
12779
12780         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12781         (gnus-mime-delete-part): Use it.
12782
12783 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12784
12785         * gnus-agent.el (gnus-agent-read-local): Bind
12786         nnheader-file-coding-system to gnus-agent-file-coding-system to
12787         avoid the implicit assumption that they will always be equal.
12788         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12789         coding-system-for-write, as the with-temp-file macro first prints
12790         to a buffer then saves the buffer.
12791
12792 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-art.el (gnus-article-edit-part): New function.
12795         (gnus-mime-save-part-and-strip): Use it; do query instead of
12796         signaling an error; don't use mm-multiple-handles.
12797         (gnus-mime-delete-part): Ditto.
12798
12799 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12800
12801         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12802         old file versions.
12803         (gnus-group-prepare-hook): Removed function that converted list
12804         form of gnus-agent-expire-days to group properties.
12805
12806         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12807         (gnus-request-accept-article): Re-indented.
12808
12809         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12810         converters to handle old agent file formats.  Added logic for a
12811         "backup before upgrading warning".
12812         (gnus-convert-mark-converter-prompt): Developers can mark
12813         functions as needing (default), or not needing,
12814         gnus-convert-old-newsrc's "backup before upgrading warning".
12815         (gnus-convert-converter-needs-prompt): Tests whether the user
12816         should be protected from potentially irreversable changes by the
12817         function.
12818
12819         * legacy-gnus-agent.el: New.  Provides converters that are only
12820         loaded when gnus-convert-old-newsrc needs to call them.
12821
12822 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * mail-source.el (mail-source-touch-pop): Doc fix.
12825
12826         * message.el (message-smtpmail-send-it): Doc fix.
12827
12828 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12831
12832         * nnmail.el (nnmail-split-fancy): do.
12833
12834         * gnus-kill.el (gnus-kill, gnus-execute): do.
12835
12836 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12837
12838         * gnus-sum.el (gnus-widget-reversible-match)
12839         (gnus-widget-reversible-to-internal)
12840         (gnus-widget-reversible-to-external): New functions.
12841         (gnus-widget-reversible): New widget.
12842         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12843
12844 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12845
12846         * gnus-sum.el (gnus-thread-sort-functions)
12847         (gnus-article-sort-functions): Document `(not F)' items.
12848
12849 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * spam.el (spam-use-gmane-xref): Add new backend.
12852         (spam-gmane-xref-spam-group): Add variable to control the name of the
12853         Gmane spam group.
12854         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12855         (spam-regex-headers-spam, spam-regex-headers-ham)
12856         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12857         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12858         backends and checks.
12859         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12860
12861         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12862         an autodetect method.
12863
12864 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12865
12866         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12867         articles are being added to a group.
12868         (gnus-request-replace-article): Inform the agent that articles
12869         need to be uncached as the cached contents are no longer valid.
12870
12871 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * binhex.el: Don't autoload executable-find.
12874
12875         * canlock.el: Don't autoload mail-fetch-field.
12876
12877         * dgnushack.el: Autoload c-mode for XEmacs.
12878
12879         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12880
12881         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12882         rmail-dont-reply-to and rmail-output.
12883
12884         * gnus-score.el: Don't autoload ffap-string-at-point.
12885
12886         * gnus-setup.el: Don't autoload sc-cite-original.
12887
12888         * imap.el: Don't autoload base64-decode-string,
12889         base64-encode-string and md5.
12890
12891         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12892         and rmail-msg-restore-non-pruned-header.
12893
12894         * mm-decode.el: Don't autoload executable-find.
12895
12896         * mm-url.el: Don't autoload executable-find.
12897
12898         * mm-view.el: Don't autoload diff-mode.
12899
12900         * nndb.el: Don't autoload news-reply-mode, news-setup,
12901         cancel-timer and telnet.
12902
12903         * password.el: Don't autoload run-at-time for Emacs.
12904
12905         * sha1-el.el: Don't autoload executable-find.
12906
12907         * sieve-mode.el: Don't autoload c-mode.
12908
12909         * uudecode.el: Don't autoload executable-find.
12910
12911 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12912
12913         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12914         (gnus-agent-possibly-alter-active): Avoid null in numeric
12915         comparison.
12916         (gnus-agent-set-local): Refuse to save null in local object table.
12917         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12918         list of articles that will be marked as unread.
12919
12920 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12923
12924 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12925
12926         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12927         language tags.
12928
12929 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12930
12931         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12932         Don't bind "obarray".
12933
12934         * gnus-sum.el (gnus-thread-sort-functions): Added
12935         `gnus-thread-sort-by-most-recent-number' and
12936         `gnus-thread-sort-by-most-recent-date'.
12937         Reported by Kai Grossjohann <kai@emptydomain.de>.
12938
12939 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12942
12943 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12944
12945         * gnus-cus.el (gnus-agent-customize-category): Removed
12946         ignore-errors macro reference that required cl to be loaded at
12947         run-time.
12948
12949         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12950         single-interval range of the form (min . max).  Previously the
12951         range had to look like ((min . max)).  Likewise, return
12952         (min . max) rather than ((min . max)).
12953         (gnus-range-map): Use gnus-range-normalize to accept
12954         single-interval range.
12955
12956         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12957         the cache, but not the agent, now appear with their usual face.
12958
12959         * dgnushack.el (loaddir): New variable that is bound to the
12960         directory containing the dgnushack.el file. Use loaddir, rather
12961         than srcdir, to update load-path. Change lets dgnushack compile
12962         code in directories other than GNUS/lisp.
12963
12964 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * lpath.el: Don't bind w3m-safe-url-regexp.
12967
12968         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12969         w3m-safe-url-regexp variable buffer-local.
12970
12971         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12972
12973 2004-02-27  Simon Josefsson  <jas@extundo.com>
12974
12975         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12976         gnus-group-real-prefix.
12977         (gnus-summary-move-article): Use it, instead of
12978         gnus-group-real-prefix.
12979
12980 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * lpath.el: Bind w3m-safe-url-regexp.
12983
12984         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12985         w3m-safe-url-regexp variable buffer-local and set it as the value
12986         of mm-w3m-safe-url-regexp.
12987
12988         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12989
12990         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12991         parsing gnus-posting-styles when the message is not for replying.
12992
12993         * dgnushack.el: Autoload sgml-mode for XEmacs.
12994
12995         * nnrss.el (nnrss-opml-export): Use
12996         mm-set-buffer-file-coding-system instead of
12997         set-buffer-file-coding-system.
12998
12999 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13002         of checkdoc.el).
13003         * nnrss.el: do.
13004         * gnus-mlspl.el: do.
13005         * gnus-ml.el: do.
13006         * gnus-srvr.el: do.
13007
13008         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13009
13010 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13011
13012         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13013         Corrections to custom-manual links.
13014
13015         * gnus-art.el (gnus-article): Ditto.
13016
13017         * mm-decode.el (mime-display, mime-security): Ditto.
13018
13019 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13020
13021         * flow-fill.el: Typo.
13022
13023 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13024
13025         * spam-wash.el: New file.
13026
13027 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13028
13029         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13030
13031 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13034         to be run with new-articles as LIST1, not LIST2.
13035         (spam-registration-functions): Add spam-use-ham-copy as a nil
13036         registration backend.
13037
13038 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13039
13040         * spam-stat.el (spam-stat-washing-hook): New option.
13041         (spam-stat-buffer-words): Use it.
13042         (spam-stat-process-directory, spam-stat-test-directory): Use
13043         insert-file-contents-literally.
13044         (spam-stat-coding-system): New variable.
13045         (spam-stat-load, spam-stat-save): Use it.
13046
13047 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * spam-report.el (spam-report-plug-agent): Quote
13050         spam-report-url-to-file and spam-report-url-ping-plain.
13051
13052 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13055         / in mailto URLs.
13056
13057 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * spam-report.el (spam-report-process-queue): Fix interactive use.
13060         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13061         (spam-report-unplug-agent): Doc fixes.
13062         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13063         (spam-report-agentize, spam-report-deagentize): Autoload
13064
13065 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13068
13069         * message.el (message-setup-fill-variables): Add mml tags to
13070         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13071         <ajk@iu.edu>.
13072         (message-mode): Don't modify paragraph-separate there.
13073
13074 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * compface.el (uncompface-use-external): Default to undecided.
13077         (uncompface-use-external-threshold): New variable.
13078         (uncompface-float-time): New macro.
13079         (uncompface): Determine whether to use the external decoder if
13080         uncompface-use-external is undecided.
13081
13082 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13085         after images.
13086
13087         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13088
13089 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13092
13093         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13094
13095         * gnus-sum.el (gnus-summary-limit-to-age)
13096         (gnus-summary-limit-children): do.
13097
13098         * gnus-int.el (gnus-request-scan): do.
13099
13100         * gnus-group.el (gnus-group-suspend): do.
13101
13102         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13103
13104         * gnus-cite.el (gnus-cite-parse-attributions): do.
13105
13106         * gnus-agent.el (gnus-summary-set-agent-mark)
13107         (gnus-agent-regenerate-group): do.
13108
13109         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13110
13111         * binhex.el (binhex-decode-region-internal): do.
13112
13113 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-fun.el (gnus-face-properties-alist): New user option.
13116         (gnus-display-x-face-in-from): Use it.
13117
13118         * gnus-art.el (article-display-face): Ditto.
13119
13120         * compface.el (uncompface-use-external): Default to nil.
13121
13122 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13123
13124         * nntp.el (nntp-erase-buffer): New function.
13125         (nntp-retrieve-data, nntp-send-command)
13126         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13127         (nntp-possibly-change-group): Use it.
13128
13129         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13130         with-current-buffer.
13131
13132 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13133
13134         * compface.el: Merge the ELisp-based uncompface program.
13135         (compface): New customization group.
13136         (uncompface-use-external): New user option.
13137         (uncompface): Call uncompface-internal if uncompface-use-external
13138         is nil.
13139         (uncompface-internal): New function.  Note that there are also
13140         some other functions and variables added for this function.
13141
13142 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13143
13144         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13145         if necessary.
13146
13147 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13148
13149         * spam-report.el (spam-report-unplug-agent)
13150         (spam-report-plug-agent, spam-report-deagentize)
13151         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13152         Add support for the Agent in spam-report: when unplugged, report to a
13153         file; when plugged, submit all the requests.
13154
13155         * spam.el (spam-register-routine): Fix message about
13156         registration.
13157
13158 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13159
13160         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13161         dependencies.
13162         (rfc2047-encode): Use it.
13163
13164         * gnus-art.el (gnus-button-marker-list): Move before first
13165         reference.
13166
13167         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13168         (imap-parse-body): Fix format string mismatch.
13169
13170         * gnus-score.el (gnus-summary-increase-score): do.
13171
13172         * nnrss.el (nnrss-close): New function.
13173
13174 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13175
13176         * nnrss.el (nnrss-make-filename): New function.
13177         (nnrss-request-delete-group, nnrss-read-server-data)
13178         (nnrss-save-server-data, nnrss-read-group-data)
13179         (nnrss-save-group-data): Use it.
13180         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13181         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13182         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13183
13184 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13185
13186         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13187
13188 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13189
13190         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13191         files.
13192
13193         * message.el (message-generate-headers-first): Don't quote nil
13194         and t in docstrings.
13195
13196         * imap.el (imap-id): do.
13197
13198         * gnus-agent.el (gnus-agent-consider-all-articles)
13199         (gnus-agent-queue-mail): do.
13200
13201 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * spam-report.el (spam-report-process-queue): New function.
13204         Process requests from `spam-report-requests-file'.
13205         (spam-report-process-queue): Doc fix.
13206
13207 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13208
13209         * spam.el (spam-register-routine)
13210         (spam-log-processing-to-registry, spam-log-registered-p)
13211         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13212         Change "check" to "spam-check" for semi-clarity.
13213
13214 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13215
13216         * pop3.el: Require nnheader.
13217
13218         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13219
13220         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13221
13222         * gnus-picon.el: Require cl.
13223
13224         * gnus-fun.el: Require gnus-ems and gnus-util.
13225
13226         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13227
13228         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13229
13230         * gnus-art.el (gnus-article-edit-mode): Define before first
13231         reference.
13232
13233 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13234
13235         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13236         (gnus-uu-post-encoded): Use point-at-bol.
13237
13238         * gnus-topic.el (gnus-group-active-topic-p): do.
13239
13240         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13241
13242         * gnus-group.el (gnus-group-kill-region): do.
13243
13244         * gnus-art.el (article-date-ut): do.
13245
13246         * message.el (message-fetch-field): Remove redundant
13247         case-fold-search binding.
13248         (message-narrow-to-field): Simplify.
13249
13250 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * spam.el (spam-directory): Derive from `gnus-directory'.
13253
13254         * spam-report.el (spam-report-url-to-file)
13255         (spam-report-requests-file): New function and variable for offline
13256         reporting.
13257         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13258         and user defined function.
13259         (spam-report-url-ping-mm-url): Remove doubled slash.
13260
13261 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13264
13265 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13266
13267         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13268         format string mismatch.
13269
13270         * sieve.el (sieve-deactivate-all): do.
13271
13272         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13273
13274         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13275
13276         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13277
13278         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13279
13280 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13281
13282         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13283         the list of checks.
13284
13285 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13286
13287         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13288         padding.
13289
13290 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13291
13292         * mm-view.el (mm-fill-flowed): New variable.
13293         (mm-inline-text): Use it.
13294
13295 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13296
13297         * spam.el (spam-spamassassin-register-ham-routine)
13298         (spam-spamassassin-register-spam-routine): Fix function names.
13299
13300 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * gnus.el (gnus-tmp-grouplens): Remove.
13303         (gnus-summary-line-format): Remove grouplens.
13304
13305         * gnus-group.el (gnus-group-line-format): Ditto.
13306
13307         * gnus-spec.el (gnus-format-specs): Ditto.
13308         (gnus-update-format-specifications): Flush the group format spec
13309         cache if there's the grouplens stuff.
13310         (gnus-parse-simple-format): Replace %l with the empty string.
13311
13312 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13313
13314         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13315         omission.
13316
13317 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13320         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13321
13322 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13323
13324         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13325         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13326         New macros and functions.
13327         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13328         Handle > NLINK_MAX messages.
13329         * nnmaildir.el (nnmaildir-request-set-mark): Use
13330         nnmaildir--emlink-p and nnmaildir--eexist-p.
13331
13332 2004-01-25  Alex Schroeder  <alex@gnu.org>
13333
13334         * spam-stat.el (spam-stat-process-directory-age): New option.
13335         (spam-stat-process-directory): Use it.
13336
13337 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13338
13339         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13340         (spam-stat-save): Accept prefix argument.
13341
13342 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13343
13344         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13345         links" error.
13346
13347 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13350         the rest of the and/or forms.
13351
13352 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13353
13354         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13355         compatibility with old .newsrc.eld files.
13356
13357         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13358
13359         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13360
13361         * gnus-start.el (gnus-1): do.
13362
13363         * gnus-group.el (gnus-group-line-format-alist): do.
13364
13365         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13366
13367         * gnus-gl.el: Remove.
13368
13369 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13370
13371         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13372         marks consisting of a single range {for example, (3 . 5)} rather
13373         than a list of a single range { ((3 . 5)) }.
13374
13375 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13376
13377         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13378         with-current-buffer.
13379         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13380         avoid consing a string.
13381
13382         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13383         Remove obsolete entries for big5 and gb2312.
13384
13385 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13386
13387         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13388         uncompressed list.
13389
13390 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13391
13392         * spam-stat.el (spam-stat-strip-xref): New function.
13393         (spam-stat-process-directory): Use it.
13394
13395         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13396         here -- it's done in message-fetch-field.
13397
13398 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13399
13400         * gnus-agent.el (gnus-agent-queue-mail)
13401         (gnus-agent-prompt-send-queue): New variables.
13402         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13403         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13404         "nndraft:queue" along to gnus-draft-send.  Use
13405         gnus-agent-prompt-send-queue.
13406         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13407         is "nndraft:queue".  Suggested by Gaute Strokkenes
13408         <gs234@srcf.ucam.org>
13409
13410         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13411         (agent-enable-undownloaded-faces): Added
13412         (gnus-agent-cat-groups): Use eval-and-compile, not
13413         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13414         method of gnus-agent-cat-groups even when the buffer has been
13415         evaled.
13416         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13417         delete gnus-agent-save-active-1.
13418         (gnus-agent-save-groups): Deleted.  Identical to
13419         gnus-agent-save-active.
13420         (gnus-agent-write-active): No longer adjust agent's copy of active
13421         file as agent's adjustments are now stored in their own
13422         file.  Removed optional parameter.
13423         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13424         servers.  Add use of min/max range limits from server's local
13425         file.
13426         (gnus-agent-save-alist): Removed unused optional argument.
13427         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13428         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13429         (gnus-agent-set-local): A per-server file that keeps min/max range
13430         limits for articles known to the agent.  Provides a fast mechanism
13431         for altering many active ranges.
13432         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13433         active file (local makes it unnecessary).
13434         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13435
13436         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13437         (agent-enable-undownloaded-faces): Added
13438
13439         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13440         disable it when sending to "nndraft:queue".
13441         (gnus-group-send-queue): Add safety check to avoid sending queue
13442         when unplugged.
13443
13444         * gnus-group.el (gnus-group-catchup): Use new
13445         gnus-sequence-of-unread-articles, not
13446         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13447         numbers of articles.  Use gnus-range-map to avoid having to
13448         uncompress the unread list.
13449         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13450         Fixed invalid ange-ftp reference.
13451
13452         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13453         (gnus-sorted-range-intersection): Intersection of two ranges
13454         without requiring that they first be uncompressed.
13455
13456         * gnus-start.el (gnus-activate-group): Unless blocked by the
13457         caller, possibly expand the active range to include both cached
13458         and agentized articles.
13459         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13460         multiple version-dependent converters.
13461         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13462         gnus-agent-save-active.
13463         (gnus-save-newsrc-file): Save dirty agent range limits.
13464
13465         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13466         gnus-agent-possibly-alter-active.
13467         (gnus-adjust-marked-articles): Faster handling of simple lists
13468
13469 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13470
13471         * spam-stat.el (spam-stat-test-directory): New optional argument
13472         displays a list of files detected.  Suggested by Andrew Cohen
13473         <cohen@andy.bu.edu>.
13474         (spam-stat-buffer-words-with-scores): Don't narrow and change
13475         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13476
13477 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13478
13479         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13480         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13481         (spam-spamassassin-arguments)
13482         (spam-spamassassin-spam-flag-header)
13483         (spam-spamassassin-positive-spam-flag-header)
13484         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13485         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13486         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13487         (spam-list-of-processors, spam-list-of-checks)
13488         (spam-list-of-statistical-checks, spam-registration-functions)
13489         (spam-check-spamassassin-headers, spam-check-spamassassin)
13490         (spam-spamassassin-score)
13491         (spam-spamassassin-register-with-sa-learn)
13492         (spam-spamassassin-register-spam-routine)
13493         (spam-spamassassin-register-ham-routine)
13494         (spam-assassin-register-spam-routine)
13495         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13496         (spam-bogofilter-score): Fix to show article before scoring.
13497
13498 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13501         default scoring function.
13502         (spam-generic-score): Call spam-spamassassin-score if
13503         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13504         spam-bogofilter-score otherwise.
13505
13506         * gnus.el (spam-process, spam-autodetect-methods): Add
13507         spamassassin and spamassassin-headers.
13508
13509 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13510
13511         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13512         Suppress unnecessary messages.
13513
13514 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13515
13516         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13517         make-hash-table.
13518
13519 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * canlock.el (base64-encode-string): Don't autoload it.
13522
13523 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * run-at-time.el: Remove useless (require 'itimer),
13526         eval-and-compile and (featurep 'xemacs).
13527
13528 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13529
13530         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13531         GROUP is a virtual group.
13532
13533 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13534
13535         * gnus.el: Autoload `message-y-or-n-p'.
13536
13537 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13538
13539         * pgg-parse.el: Remove unnecessary (require 'custom).
13540
13541         * pgg-def.el: do.
13542
13543         * nnmail.el: do.
13544
13545         * gnus-undo.el: do.
13546
13547         * gnus-picon.el: do.
13548
13549         * gnus-util.el: do.
13550
13551 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13554
13555 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13558         handle, as well as a list.
13559
13560         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13561         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13562         (mm-w3m-cid-retrieve): Simplify.
13563
13564 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13565
13566         * message.el (message-kill-to-signature): Allow prefix arg to
13567         specify number of lines to keep before signature.
13568
13569 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13570
13571         (message-kill-to-signature): Change docstring.
13572
13573 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * canlock.el: Always require sha1-el.
13576         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13577
13578         * message.el: Autoload sha1 only when compiling.
13579
13580         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13581         eudc-expand-inline for XEmacs.
13582
13583 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * message.el (message-canlock-generate): Require sha1-el.
13586
13587 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13588
13589         * message.el (message-expand-name): Silence the byte compiler.
13590
13591         * lpath.el: Add detect-coding-system.
13592
13593         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13594         cus-edit.
13595
13596 2004-01-13  Simon Josefsson  <jas@extundo.com>
13597
13598         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13599         Invoke gnus-score-mode.  Reported by
13600         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13601
13602         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13603         Jim Blandy <jimb@redhat.com> (tiny change).
13604
13605 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13606
13607         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13608
13609 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * spam.el (spam-get-article-as-string): Update to use
13612         gnus-request-article-this-buffer, much simpler.
13613         (spam-get-article-as-buffer): Remove.
13614
13615 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13616
13617         * message.el (message-expand-name): Use EUDC if the user uses that.
13618
13619 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13620
13621         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13622         character for the encoding to avoid consing a string.
13623
13624         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13625         unnecessarily.
13626
13627         * mm-util.el (mm-replace-chars-in-string): Remove.
13628
13629         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13630         of mm-replace-chars-in-string.
13631
13632 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13633
13634         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13635
13636         * mm-util.el (mm-subst-char-in-string): Support inplace.
13637
13638         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13639         a new string in every iteration.  Use shy groups.
13640
13641 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13642
13643         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13644         * gnus-soup.el (gnus-soup-group-brew):
13645         * gnus-msg.el (gnus-put-message):
13646         * gnus-move.el (gnus-group-move-group-to-server):
13647         * gnus-kill.el (gnus-batch-score):
13648         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13649         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13650         (gnus-group-update-group, gnus-group-read-group)
13651         (gnus-group-make-group, gnus-group-make-help-group)
13652         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13653         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13654         (gnus-group-sort-by-unread, gnus-group-catchup)
13655         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13656         (gnus-group-yank-group, gnus-group-set-info)
13657         (gnus-group-list-groups):
13658         * gnus.el (gnus-generate-new-group-name):
13659         * gnus-delay.el (gnus-delay-send-queue):
13660         * nnvirtual.el (nnvirtual-catchup-group):
13661         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13662         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13663         (gnus-group-prepare-topics, gnus-topic-check-topology):
13664         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13665         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13666         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13667         (gnus-group-make-articles-read):
13668         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13669         (gnus-group-change-level, gnus-kill-newsgroup)
13670         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13671         (gnus-get-unread-articles, gnus-make-articles-unread)
13672         (gnus-make-ascending-articles-unread): Use accessor
13673         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13674         to get group information for improved readability.
13675
13676
13677 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13678
13679         * gnus-art.el (article-decode-mime-words, article-babel)
13680         (gnus-article-highlight-signature, gnus-article-add-buttons)
13681         (gnus-signature-toggle): Use gnus-with-article-buffer.
13682
13683         * gnus-art.el (gnus-article-highlight-headers)
13684         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13685
13686         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13687         (gnus-article-set-globals, gnus-request-article-this-buffer)
13688         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13689         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13690         (gnus-mime-display-alternative): Use with-current-buffer.
13691
13692 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13695         also under 80 char limit, and call gnus-error if needed.
13696         (spam-fetch-article-header): Fix - it was a
13697         buffer-local variable (gnus-newsgroup-data).
13698         (spam-find-spam): Use spam-generate-fake-headers, forget about
13699         spam-insert-fake-headers.
13700         (spam-insert-fake-headers): Remove.
13701
13702 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13703
13704         * deuglify.el (gnus-article-outlook-unwrap-lines)
13705         (gnus-outlook-rearrange-article)
13706         (gnus-outlook-repair-attribution-outlook)
13707         (gnus-outlook-repair-attribution-block)
13708         (gnus-outlook-repair-attribution-other): Remove redundant
13709         save-excursion.
13710
13711 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13712
13713         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13714         (spam-fetch-field-subject-fast)
13715         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13716         (spam-fetch-article-header): Add functions to deal with Gnus
13717         internals for fast retrieval of article header data.
13718         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13719
13720 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13721
13722         * pop3.el (pop3-md5): Remove.
13723         (pop3-apop): Replace pop3-md5 with md5.
13724
13725         * mm-bodies.el: base64 is always built-in.
13726
13727         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13728         with-current-buffer.
13729
13730 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * canlock.el (canlock-insert-header): Remove excessive grouping in
13733         regexp.
13734
13735         * gnus-sum.el (gnus-summary-read-document): Ditto.
13736
13737         * gnus-uu.el (gnus-uu-part-number): Ditto.
13738
13739         * html2text.el (html2text-remove-tags): Ditto.
13740         (html2text-format-tags): Ditto.
13741         (html2text-format-single-elements): Ditto.
13742
13743         * mml.el (mml-parse-1): Ditto.
13744
13745 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13746
13747         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13748
13749         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13750
13751         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13752
13753         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13754
13755 2003-11-15  Simon Josefsson  <jas@extundo.com>
13756
13757         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13758         (pgg-gpg-lookup-key): Use regexp match instead of
13759         split-string (split-string is different between emacs 21.2 and
13760         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13761
13762 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13763
13764         * gnus-art.el (gnus-mime-view-all-parts)
13765         (gnus-article-part-wrapper, gnus-article-view-part): Use
13766         with-current-buffer.
13767
13768 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13769
13770         * spam.el (spam-disable-spam-split-during-ham-respool)
13771         (spam-spamoracle-database, spam-cache-lookups)
13772         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13773         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13774         (spam-group-ham-marks, spam-group-spam-marks)
13775         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13776         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13777         also add spam-use-blackholes to the statistical checks.
13778         (spam-fetch-field-fast): Add interface to fetching fields, may
13779         become a macro.
13780         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13781         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13782         (spam-insert-fake-headers): Fake an article when needed.
13783         (spam-find-spam): Fake article when possible.
13784         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13785         (spam-check-bogofilter-headers): Use message-fetch-field instead
13786         of nnmail-fetch-field.
13787
13788 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13791
13792 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13793
13794         * spam.el (spam-split): Do not require spam-use-CHECK to be
13795         enabled if that check is passed to spam-split explicitly; also
13796         fix so 'spam doesn't get converted to spam-split-group when
13797         spam-split-symbolic-return is t.
13798         (spam-find-spam): Find registrations of the article and use those
13799         instead of re-running spam-split to find the spam/ham
13800         classification of the article.
13801         (spam-log-processing-to-registry, spam-log-registered-p)
13802         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13803         Use gnus-error instead of gnus-message.
13804         (spam-log-registration-type): Add function to determine the
13805         classification of a message based on registry entries; will
13806         return nil if both 'spam and 'ham are found.
13807         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13808         a reasonably fast local cache without the loading errors.
13809         (spam-cache-lookups): Set to t by default.
13810         (spam-find-spam): Don't try to guess spam-cache-lookups.
13811         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13812         spam-caches entry.
13813         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13814         caching of whitelist/blacklist entries.
13815         (spam-check-whitelist, spam-check-blacklist): Invoke
13816         spam-from-listed-p with a type, not a cache variable.
13817         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13818
13819 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13820
13821         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13822
13823         * nnmail.el (nnmail-split-fancy): do.
13824
13825         * mml.el (mml-parse): do.
13826
13827         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13828         (gnus-score-adaptive): do.
13829
13830 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13833         (gnus-mime-button-map): Don't set keymap parent.
13834         (gnus-button-ctan-directory-regexp): Use shy grouping.
13835         (gnus-prev-page-map): Don't set keymap parent.
13836         (gnus-prev-page-map): Remove duplicated one.
13837         (gnus-next-page-map): Don't set keymap parent.
13838         (gnus-mime-security-button-map): Ditto.
13839
13840         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13841         version number.
13842
13843         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13844
13845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * canlock.el (canlock-sha1-function): Remove.
13848         (canlock-sha1-function-for-verify): Remove.
13849         (canlock-openssl-program): Remove.
13850         (canlock-openssl-args): Remove.
13851         (canlock-ignore-errors): Remove.
13852         (canlock-sha1-with-openssl): Remove.
13853         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13854         (canlock-verify): Don't use canlock-ignore-errors.
13855
13856         * sha1-el.el (sha1-string-external): Make it can return a string
13857         in binary form.
13858         (sha1-region-external): Ditto.
13859         (sha1-string-internal): Ditto.
13860         (sha1-region-internal): Ditto.
13861         (sha1-region): Ditto.
13862         (sha1-string): Ditto.
13863         (sha1): Ditto.
13864
13865 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13866
13867         * spam.el (spam-report-articles-gmane): New command.
13868
13869 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13872
13873         * run-at-time.el (run-at-time-saved): Remove.
13874         (run-at-time): Doc fix.
13875
13876 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13877
13878         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13879         (gnus-summary-limit-map): Add it.
13880         (gnus-summary-make-menu-bar): do.
13881
13882 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13883
13884         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13885         Make attempt at some caching support (done for BBDB only now).
13886         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13887         addresses to be checked.
13888         (spam-clear-cache-BBDB): Add function, to be invoked by
13889         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13890         (spam-check-BBDB): Check and use the caches, if
13891         spam-cache-lookups is on, remove superfluous (provide).
13892
13893 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13896
13897 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13898
13899         * run-at-time.el (run-at-time-saved): Move to after the definition
13900         of `run-at-time'.
13901
13902         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13903
13904 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13907         mm-w3m-local-map-property.
13908
13909         * mm-view.el (mm-w3m-mode-map): Remove.
13910         (mm-w3m-local-map-property): Remove.
13911         (mm-inline-text-html-render-with-w3m): Don't use
13912         mm-w3m-local-map-property.
13913
13914 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13915
13916         * run-at-time.el: New file.
13917
13918         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13919         under Emacs.
13920
13921         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13922         of gnus-set-text-properties.
13923
13924         * gnus-uu.el (gnus-uu-save-article): Ditto.
13925
13926         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13927
13928         * gnus-cite.el (gnus-cite-parse): Ditto.
13929
13930         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13931         of gnus-.
13932
13933         * gnus-xmas.el (run-at-time): Require run-at-time.
13934
13935         * gnus.el: Changed calls to nnheader-run-at-time and
13936         password-run-at-time throughout to use run-at-time directly.
13937
13938         * password.el: Removed definition of run-at-time.
13939
13940         * nnheaderxm.el: Remove definition of run-at-time.
13941
13942 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13943
13944         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13945         in prompt.
13946
13947 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13948
13949         * messagexmas.el (message-xmas-redefine): Alias
13950         `message-make-caesar-translation-table' to
13951         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13952         version.
13953
13954         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13955         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13956         `gnus-xmas-set-text-properties'.
13957         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13958         `gnus-xmas-completing-read'.
13959         (gnus-xmas-completing-read): Removed.
13960         (gnus-xmas-open-network-stream): Removed.
13961
13962         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13963         XEmacs version.
13964
13965         * dns.el (dns-make-network-process): Use `open-network-stream'
13966         instead of `gnus-xmas-open-network-stream'.
13967
13968         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13969
13970         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13971
13972 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13973
13974         * gnus-art.el (gnus-mime-display-alternative)
13975         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13976         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13977         Don't use gnus-local-map-property.
13978
13979         * gnus-util.el (gnus-local-map-property): Remove.
13980
13981         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13982         gnus-completing-read-maybe-default with completing-read.
13983
13984         * gnus-util.el (gnus-completing-read): do.
13985         (gnus-completing-read-maybe-default): Remove.
13986
13987 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13988
13989         * password.el: Only autoload `run-at-time' if not XEmacs.
13990         Only autoload the itimer functions if XEmacs.
13991
13992 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13995         XEmacsen.
13996
13997         * dgnushack.el: Autoload executable-find for XEmacs.
13998
13999 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14000
14001         * gnus-art.el (gnus-read-string): Remove.
14002         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14003         read-string.
14004
14005 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14006
14007         * netrc.el: Autoload password-read.
14008         (netrc): Add configuration group.
14009         (netrc-encoding-method, netrc-openssl-path): Add
14010         variables for encoding and decoding of files with symmetric
14011         ciphers.
14012         (netrc-encode): Add assistant function to encode a file with
14013         netrc-encoding-method.
14014         (netrc-parse): Add interactive parameter, added optional
14015         decoding if netrc-encoding-method is non-nil but otherwise
14016         behavior is standard.
14017         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14018         Do s/encode/encrypt/ everywhere.
14019
14020         * spam.el: Remove executable-find autoload.
14021
14022 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14023
14024         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14025
14026         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14027
14028 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * gnus-art.el (gnus-treat-ansi-sequences,
14031         (article-treat-ansi-sequences): New variable and function.
14032         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14033
14034         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14035         Use it.
14036
14037 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14038
14039         * mm-util.el (mm-quote-arg): Remove.
14040
14041         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14042         shell-quote-argument.
14043
14044         * gnus-uu.el (gnus-uu-command): do.
14045
14046         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14047
14048         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14049         with make-char.
14050
14051         * mm-util.el (mm-make-char): Remove.
14052
14053         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14054         add-minor-mode.
14055
14056         * gnus-undo.el (gnus-undo-mode): do.
14057
14058         * gnus-topic.el (gnus-topic-mode): do.
14059
14060         * gnus-sum.el (gnus-dead-summary-mode): do.
14061
14062         * gnus-start.el (gnus-slave-mode): do.
14063
14064         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14065
14066         * gnus-ml.el (gnus-mailing-list-mode): do.
14067
14068         * gnus-gl.el (gnus-grouplens-mode): do.
14069
14070         * gnus-draft.el (gnus-draft-mode): do.
14071
14072         * gnus-dired.el (gnus-dired-mode): do.
14073
14074         * gnus-ems.el (gnus-add-minor-mode): Remove.
14075
14076         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14077         Replace gnus-char-width with char-width.
14078
14079         * gnus-ems.el (gnus-char-width): Remove.
14080
14081         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14082         Replace gnus-char-width with char-width.
14083
14084         * gnus-ems.el (gnus-char-width): Remove.
14085
14086         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14087         definition.
14088         Remove Emacs 20 hash table compatibility code.
14089
14090         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14091         20 compatibility code.
14092
14093         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14094
14095         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14096
14097         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14098         with point-at-{eol,bol}.
14099
14100         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14101
14102         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14103
14104         * flow-fill.el (fill-flowed-point-at-bol)
14105         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14106
14107         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14108         Replace with point-at-{eol,bol} throughout all files.
14109
14110 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * ntlm.el (ntlm-string-as-unibyte): New macro.
14113         (ntlm-build-auth-response): Use it.
14114
14115         Remove Emacs 20 stuff:
14116         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14117         (butlast, mapc, remove): Remove the compiler macros.
14118         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14119         of delq and copy-sequence.
14120         * gnus-art.el (popup-menu): Remove the compiler macro.
14121         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14122         Emacs 20.
14123
14124 2004-01-05  Simon Josefsson  <jas@extundo.com>
14125
14126         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14127         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14128         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14129         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14130         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14131         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14132         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14133         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14134         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14135         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14136         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14137         string-xor into ntlm-string-xor.  Suggested by
14138         Jesper Harder <harder@myrealbox.com>.
14139
14140         * ntlm.el: Don't include poem.
14141
14142         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14143         Jesper Harder <harder@myrealbox.com>.
14144
14145         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14146
14147         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14148         probably breaks emacs with DL patch, but do we care? Is anyone
14149         still using the DL stuff?)
14150
14151         * sieve-manage.el: Use the password package.
14152         (sieve-manage-read-passwd): Remove.
14153         (sieve-manage-interactive-login): Use password.  Re-add
14154         condition-case around loop.
14155
14156         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14157         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14158         the password package.
14159
14160 2003-02-19  Simon Josefsson  <jas@extundo.com>
14161
14162         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14163         token.
14164
14165 2002-08-07  Simon Josefsson  <jas@extundo.com>
14166
14167         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14168         (sieve-manage-authenticators):
14169         (sieve-manage-authenticator-alist): Add some SASL mechs.
14170         (sieve-sasl-auth): New function.
14171         (sieve-manage-cram-md5-auth):
14172         (sieve-manage-plain-auth): Rewrite using SASL library.
14173         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14174         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14175         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14176         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14177
14178 2004-01-05  Simon Josefsson  <jas@extundo.com>
14179
14180         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14181         New files.
14182
14183 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14184
14185         * gnus-group.el (gnus-no-groups-message): Update.
14186
14187         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14188
14189 2003-11-09  Simon Josefsson  <jas@extundo.com>
14190
14191         * imap.el: Support for ID IMAP extension (RFC 2971).
14192         (imap-local-variables): Add imap-id.
14193         (imap-id): New variable.
14194         (imap-id): New function.
14195         (imap-parse-response): Parse untagged ID response.
14196         * nnimap.el (nnimap-id): New variable.
14197         (nnimap-open-connection): Use it.
14198
14199 2003-12-28  Simon Josefsson  <jas@extundo.com>
14200
14201         * gnus-score.el (gnus-score-edit-all-score): New.
14202         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14203
14204 2004-01-04  Simon Josefsson  <jas@extundo.com>
14205
14206         * password.el: Add.
14207
14208 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14209
14210         * dns.el (dns-query-types): Fix typo.
14211         (dns-query-types): New function
14212         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14213         PTR and SOA replies, see RFC 1035.
14214
14215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14218
14219         * Moved to Changelog.2.
14220
14221 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14222
14223         * gnus.el (gnus-version-number): Bump version.
14224
14225 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14226
14227         * gnus.el: No Gnus v0.1 is released.
14228
14229 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14230
14231         * gnus.el: No Gnus v0.0 is released.
14232
14233 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14234
14235         * gnus.el (gnus-version-number): Bump.
14236         (gnus-version): No.
14237
14238 See ChangeLog.2 for earlier changes.
14239
14240     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14241
14242   This file is part of GNU Emacs.
14243
14244   GNU Emacs is free software: you can redistribute it and/or modify
14245   it under the terms of the GNU General Public License as published by
14246   the Free Software Foundation, either version 3 of the License, or
14247   (at your option) any later version.
14248
14249   GNU Emacs is distributed in the hope that it will be useful,
14250   but WITHOUT ANY WARRANTY; without even the implied warranty of
14251   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14252   GNU General Public License for more details.
14253
14254   You should have received a copy of the GNU General Public License
14255   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14256
14257 ;; Local Variables:
14258 ;; coding: utf-8
14259 ;; fill-column: 79
14260 ;; add-log-time-zone-rule: t
14261 ;; End:
14262
14263 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4