* gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
[gnus] / lisp / ChangeLog
1 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4
5         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6
7         * message.el (message-check-news-header-syntax): Protect against a
8         string that `rfc822-addresses' returns when parsing fails.
9
10 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13         (gnus-previous-char-property-change): New functions.
14
15         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
16
17 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
18
19         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
20         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
21
22 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
23
24         * message.el (message-exchange-point-and-mark): Rework last change to
25         avoid using optional arg of exchange-point-and-mark, for backward
26         compatibility.
27
28 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
29
30         * message.el (message-exchange-point-and-mark): Call
31         exchange-point-and-mark with an argument rather than setting
32         mark-active by hand (Bug#5175).
33
34 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * nntp.el (nntp-service-to-port): Work for service expressed with
37         numeric string; replace [:digit:] with [0-9] for XEmacs.
38
39 2009-12-17  Glenn Morris  <rgm@gnu.org>
40
41         * gnus-group.el (gnus-bug-group-download-format-alist):
42         Change emacs entry to debbugs.gnu.org.  Bump :version.
43
44 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
47
48 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
49
50         * message.el (message-info): Explain why we use `Info-goto-node'.
51
52 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
55
56 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
57
58         * message.el (message-completion-in-region): New compatibility function.
59         (message-expand-group): Use it.
60
61 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
64         with no unread article should be listed if the 2nd arg `predicate' is
65         given.
66
67 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
70
71 2009-11-29  Juri Linkov  <juri@jurta.org>
72
73         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
74         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
75         on `gnus-recenter'. (Bug#4698, Bug#4981)
76
77 2009-11-26  Kevin Ryde  <user42@zip.com.au>
78
79         * sha1.el (sha1-string-external): default-directory "/" in case
80         otherwise non-existent.  process-connection-type pipe for touch of
81         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
82
83 2009-11-25  Kevin Ryde  <user42@zip.com.au>
84
85         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
86         it's comms related and sgml-mode.el has "comm" on that basis too.
87
88 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
91         containing tspecial characters if they have been already quoted.
92
93 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
94
95         * dns-mode.el (auto-mode-alist): Purecopy string.
96
97 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
98
99         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
100
101 2009-10-24  Glenn Morris  <rgm@gnu.org>
102
103         * gnus-art.el (help-xref-stack-item): Define for compiler.
104
105 2009-10-21  Kevin Ryde  <user42@zip.com.au>
106
107         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
108
109 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
112
113 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
116         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
117
118 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus.el (gnus-overlay-get): New alias to overlay-get.
121         (gnus-overlays-in): New alias to overlays-in.
122
123         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
124         gnus-overlay-get, and gnus-delete-overlay.
125         (gnus-summary-show-thread): Make it work as well for systems in which
126         next-single-char-property-change is not available.
127         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
128
129         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
130         (gnus-overlay-get): New alias to extent-property.
131         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
132
133         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
134         SXEmacs.
135
136         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
137         SXEmacs.
138
139 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
140
141         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
142
143 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
144
145         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
146         and XEmacs that don't have `remove-overlays'.
147
148 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
149
150         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
151         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
152         selective display.  Use overlays instead.
153
154 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
155
156         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
157
158 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
159
160         * spam-stat.el (spam-stat-load): Fix typo in message.
161
162 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
163
164         * dig.el (dig-invoke): Fix typo in docstring.
165         (query-dig): Reflow docstring.
166
167 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
168
169         * gnus-art.el (gnus-article-encrypt-body):
170         * message.el (message-check-recipients):
171         * mm-util.el (mm-codepage-setup):
172         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
173         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
174
175 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
176
177         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
178         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
179         keys from the menu if mm-{sign,encrypt}-option is 'guided.
180         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
181         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
182
183 2009-09-21  Kevin Ryde  <user42@zip.com.au>
184
185         * dig.el: Add "Keywords: comm", as per net-utils.el.
186
187 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
188
189         * dig.el (dig-mode): Use define-derived-mode.
190
191 2009-09-19  Glenn Morris  <rgm@gnu.org>
192
193         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
194
195 2009-09-18  Glenn Morris  <rgm@gnu.org>
196
197         * gnus-diary.el (gnus-diary-check-message):
198         * message.el (message-insert-formatted-citation-line):
199         * nnbabyl.el (top-level):
200         * nndiary.el (nndiary-schedule):
201         Fix typos in condition-case handlers.
202
203 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (gnus-article-edit-part): Work for the buffer
206         configuration that provides the sole article window in a frame;
207         position point correctly after deleting a part.
208
209 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
210
211         * spam.el (spam-unregister-on-reregister): Add boolean variable.
212         (spam-resolve-registrations-routine): Use it to unregister articles
213         that change status.
214
215 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
218         with XEmacs.
219         (parse-time-string-chars): Use it.
220
221 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
222
223         * imap.el (imap-interactive-login): Better messages.
224         (imap-open): Fix bug with renamed buffer on reconnect.
225         (imap-authenticate): Add buffer-local imap-last-authenticator variable
226         for easier debugging and cleaner code.  On successful (guessed based on
227         server capabilities) secondary authentication, set imap-state
228         correctly.
229         (imap-last-authenticator): Define imap-last-authenticator as a variable
230         to avoid warnings.
231
232 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * nnrss.el (nnrss-request-article): Remove binding of
235         default-enable-multibyte-characters that has gotten needless by
236         the 2007-07-13 change in rfc2047-encode-message-header.
237
238         * mml.el (mml-insert-multipart): Error on the message header.
239         (mml-insert-part): Error on the message header; position point at
240         the end of a MIME tag.
241
242 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * time-date.el (autoload): Expand define-obsolete-function-alias into
245         defalias and make-obsolete for old Emacsen that Gnus supports.
246         (with-no-warnings): Define it for old Emacsen.
247         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
248         is available.
249         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
250         float-time is available; suppress compile warning for time-to-seconds.
251
252         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
253         (gnus-float-time): Alias to float-time if it exists.
254
255         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
256         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
257         float-time is available; suppress compile warning for time-to-seconds.
258
259         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
260         XEmacs.
261
262 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * imap.el (imap-message-map): Docstring fix.
265
266 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
269         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
270         Add the optional argument `encoding' that overrides the default.
271
272         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
273         mm-encode-buffer.
274
275 2009-09-04  Glenn Morris  <rgm@gnu.org>
276
277         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
278         mm-disable-multibyte, rather than default-enable-multibyte-characters.
279         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
280         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
281         * mm-util.el (mm-with-unibyte-current-buffer)
282         (mm-find-buffer-file-coding-system):
283         * yenc.el (yenc-decode-region): Use default-value rather than
284         default-enable-multibyte-characters.
285
286 2009-09-03  Glenn Morris  <rgm@gnu.org>
287
288         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
289         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
290         than default-enable-multibyte-characters.
291
292 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
293
294         * gnus-art.el (gnus-article-read-summary-keys):
295         Fix gnus-buffer-configuration's value temporarily used.
296
297 2009-09-02  Glenn Morris  <rgm@gnu.org>
298
299         * gnus-util.el (gnus-float-time): New function.
300         * gnus-delay.el (gnus-delay-article):
301         * gnus-sum.el (gnus-thread-latest-date):
302         * gnus-util.el (gnus-user-date): Use gnus-float-time.
303         * nnspool.el (nnspool-request-newgroups):
304         Use gnus-float-time rather than time-to-seconds.
305         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
306
307         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
308         (gnus-header-subject-face, gnus-header-newsgroups-face)
309         (gnus-header-name-face, gnus-header-content-face):
310         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
311         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
312         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
313         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
314         (gnus-cite-face-11):
315         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
316         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
317         (gnus-server-closed-face, gnus-server-denied-face)
318         (gnus-server-offline-face):
319         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
320         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
321         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
322         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
323         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
324         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
325         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
326         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
327         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
328         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
329         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
330         (gnus-summary-selected-face, gnus-summary-cancelled-face)
331         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
332         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
333         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
334         (gnus-summary-high-undownloaded-face)
335         (gnus-summary-low-undownloaded-face)
336         (gnus-summary-normal-undownloaded-face)
337         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
338         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
339         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
340         (gnus-splash-face):
341         * message.el (message-header-to-face, message-header-cc-face)
342         (message-header-subject-face, message-header-newsgroups-face)
343         (message-header-other-face, message-header-name-face)
344         (message-header-xheader-face, message-separator-face)
345         (message-cited-text-face, message-mml-face):
346         * sieve-mode.el (sieve-control-commands-face)
347         (sieve-action-commands-face, sieve-test-commands-face)
348         (sieve-tagged-arguments-face):
349         * spam.el (spam-face):
350         Mark face aliases with "-face" in the name as obsolete.
351
352 2009-09-01  Glenn Morris  <rgm@gnu.org>
353
354         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
355         than goto-line.
356
357 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
360         Don't move point if the command is invoked inside the message header.
361
362 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
363
364         * imap.el (imap-send-command): Simplify.
365         (imap-wait-for-tag): point-max -> buffer-size.
366
367 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
370         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
371         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
372         * nnir.el (nnir-swish-e-index-file):
373         * gnus-sum.el (gnus-summary-delete-marked-as-read)
374         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
375         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
376         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
377         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
378         (gnus-treat-display-xface): Add Emacs version of obsolescence.
379
380 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
383         Don't save excursion.
384
385 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
386
387         * nnheader.el (nnheader-find-file-noselect):
388         * mm-util.el (mm-insert-file-contents):
389         Use (default-value 'major-mode) instead of default-major-mode.
390
391 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
392
393         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
394
395 2009-08-26  Glenn Morris  <rgm@gnu.org>
396
397         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
398         than placing in files.el.
399
400 2009-08-25  Glenn Morris  <rgm@gnu.org>
401
402         * nnir.el (top-level): Don't require cl at run-time.
403         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
404         Replace cl-function substitute with gnus-replace-in-string.
405         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
406         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
407         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
408         simplified expansions.
409
410 2009-08-25  Kevin Ryde  <user42@zip.com.au>
411
412         * dig.el (dig): Add autoload cookie.
413
414 2009-08-22  Glenn Morris  <rgm@gnu.org>
415
416         * gnus-art.el (gnus-button-patch): Use forward-line rather than
417         goto-line.
418
419 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
420
421         * parse-time.el (parse-time-string-chars): Save match data.
422
423 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
424
425         * parse-time.el (parse-time-string-chars): Compute using character
426         classes, to handle non-ascii characters (Bug#3190).
427
428 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
431
432         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
433         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
434         (gnus-mm-display-part, gnus-mime-display-single)
435         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
436         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
437
438         * gnus-sum.el
439         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
440         (gnus-summary-move-article): Add expirable mark to articles copied or
441         moved to group that has auto-expire turned on if the option is non-nil.
442
443 2009-07-24  Glenn Morris  <rgm@gnu.org>
444
445         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
446         Fix typo.  (Bug#3903)
447
448 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
451         gnus-article-read-summary-keys rather than gnus-summary-edit-article
452         that should not be used for draft articles.
453         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
454         that has no concern in minor mode keys.
455         (gnus-article-summary-command, gnus-article-summary-command-nosave):
456         Abolish.
457
458 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
461         article without making inquiry to a user for unknown encoding.
462
463         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
464         (nnmaildir--scan): Assume i-node and device number that file-attributes
465         returns might be cons-cell.
466
467         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
468
469         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
470
471 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         * auth-source.el: Remove docs now in auth.texi.  Don't use
474         `gnus-message' for logging.  Add new variables `auth-source-debug' and
475         `auth-source-hide-passwords' and use them.
476
477 2009-07-15  Glenn Morris  <rgm@gnu.org>
478
479         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
480
481 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
484         excessive whitespace from the default values of title and description.
485
486 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
489         mail-fetch-field to fetch Content-Description header in order to
490         exclude newlines.
491
492 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
493
494         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
495         format used by GnuPG 2.0.11.
496
497 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
500         to deleted part.
501
502 2009-05-30  David Engster  <dengste@eml.cc>
503
504         * nnmairix.el: Remove old documentation in the commentary block.
505         (nnmairix-request-group): Do not update active file for nnml back ends.
506         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
507         end so that overview files are ignored.
508         (nnmairix-update-groups): Make updating the groups more robust by using
509         marks.
510         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
511         with dollar characters in message-id.
512
513 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
514
515         * spam.el: Use dns-query instead of query-dns.  Was renamed on
516         2008-12-25 in dns.el.
517
518 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
519
520         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
521         could happen if the text is only composed of spaces and/or tabs.
522
523 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
524
525         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
526         when sending a queued message to avoid extra mml tags.
527
528 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
531
532 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
535         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
536         rmail-toggle-header for XEmacs;
537         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
538
539 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-dired.el: Remove autoload for gnus-setup-message.
542         (gnus-dired-attach): Fake this-command value to prevent Gnus from
543         displaying Gnus logo; always use compose-mail.
544
545 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
548
549 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
552         (gnus-nocem-issuers): List currently active issuers; fix custom type.
553         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
554         available.
555         (gnus-nocem-epg-verify): New function.
556
557 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
558
559         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
560
561 2009-02-15  Glenn Morris  <rgm@gnu.org>
562
563         * gnus-util.el (rmail-insert-rmail-file-header)
564         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
565         autoloads.
566         (rmail-default-rmail-file): Remove unnecessary declaration.
567         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
568
569 2009-02-14  Glenn Morris  <rgm@gnu.org>
570
571         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
572         variable (only used in gnus-util, which declares it anyway).
573         (rmail-output-to-rmail-file): Remove autoload of deleted function,
574         which was only needed by gnus-art (changed to not use it any more).
575         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
576         only used in gnus-util, which autoloads it itself.
577         (rmail-update-summary): Fix autoload.
578
579         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
580         rather than rmail-output-to-rmail-file.
581
582 2009-02-07  Glenn Morris  <rgm@gnu.org>
583
584         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
585         autoload of function that no longer exists.
586         (rmail-toggle-header): Declare.
587         (message-forward-rmail-make-body): Handle mbox Rmail.
588
589 2009-01-31  Glenn Morris  <rgm@gnu.org>
590
591         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
592         2009-01-09 change.
593
594 2009-01-31  Dave Love  <fx@gnu.org>
595
596         * imap.el (imap-fetch-safe): Bind debug-on-error.
597         (imap-debug): Add imap-fetch-safe.
598
599 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
602         (auth-source-forget-all-cached): New convenience function.
603         (auth-source-user-or-password): Accept list of modes or a single mode.
604
605         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
606         auth-source modes.
607
608         * netrc.el (netrc-machine-user-or-password): Use list of
609         auth-source modes.
610
611         * nnimap.el (nnimap-open-connection): Use list of
612         auth-source modes.
613
614         * nntp.el (nntp-send-authinfo): Use list of
615         auth-source modes.
616
617 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
618
619         * auth-source.el: Update docs to reflect epa-file-enable is to be used
620         now.
621
622 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
625         coding system in XEmacs; add a workaround for XEmacs.
626
627         * lpath.el: Fbind coding-system-aliasee.
628
629 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * mm-util.el (mm-coding-system-priorities): Protect against nil value
632         of current-language-environment.
633
634 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
635
636         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
637         available at runtime.
638
639 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (article-date-ut): Fix end point of narrowing.
642
643 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
644
645         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
646         the greatest positive fixnum value doesn't work under an XEmacs with
647         bignum support; use the most-positive-fixnum constant instead,
648         available since Emacs 21.1 with cl and XEmacs 21.1.
649
650 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
653         XEmacs gets not to work.
654
655 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * mm-util.el (mm-coding-system-priorities): Allow the value like
658         "Japanese (UTF-8)" of current-language-environment.
659
660 2009-01-09  Glenn Morris  <rgm@gnu.org>
661
662         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
663         with last-command-event.
664
665 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
666
667         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
668         in the doc string.
669
670         * message.el (message-fix-before-sending): Amend comment.
671
672 2009-01-08  Dave Love  <fx@gnu.org>
673
674         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
675
676 2009-01-07  David Engster  <dengste@eml.cc>
677
678         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
679         simplified server definitions by converting it via
680         gnus-server-to-method.
681
682 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
685         parameter's operands.
686
687 2009-01-06  David Engster  <dengste@eml.cc>
688
689         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
690         primary select method (for gnus-group-mark-article-as-read).
691
692 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
693
694         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
695         `(gnus)Face', not `(gnus)X-Face'.
696
697 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * mm-util.el (mm-ucs-to-char): New function.
700
701         * mm-url.el (mm-url-decode-entities): Use it.
702
703         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
704         unicode-to-char.
705
706 2009-01-05  Dave Love  <fx@gnu.org>
707
708         * time-date.el: Require cl for `declare'.
709
710 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
711
712         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
713         Dave Love.
714
715 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
716
717         * message.el (message-fix-before-sending): Add `eight-bit' to
718         illegible-text check.
719
720 2009-01-03  Michael Olson  <mwolson@gnu.org>
721
722         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
723         `headers' is nil.  This can occur if the IMAP server does not have
724         permissions to read messages from a folder, but can write new messages
725         to the folder.
726         (nnimap-request-article-part): Do not insert `data' if it is nil.
727
728         * imap.el (imap-parse-fetch): Courier can insert spurious blank
729         characters which will confuse `read', so skip past them.
730
731 2009-01-01  Dave Love  <fx@gnu.org>
732
733         * imap.el (imap-string-to-integer): Fix typo.
734         (imap-fetch-safe): New function.
735         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
736
737         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
738
739         * imap.el (imap-process-connection-type, imap-debug, imap-open):
740         (imap-parse-greeting): Fix doc strings.
741         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
742         (imap-parse-flag-list): Make messages unique.
743         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
744
745         * nnimap.el: Fix author email.
746         (nnimap-split-rule): Add FIXME comment.
747         (nnimap-debug): Fix doc string.
748
749 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * dns.el (dns-set-servers): Check "Address".  Fix typo.
752
753 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
754
755         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
756         nslookup if resolv.conf isn't available.
757         (dns-query): Rename from query-dns.
758         (dns-query-cached): Rename from query-dns-cached.
759
760 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
763         overlay-arrow-position and overlay-arrow-string buffer-local; no need
764         to check if those variables exist (first appeared in Emacs 18.50).
765
766 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mm-util.el (mm-line-number-at-pos): New function.
769
770         * spam-report.el (spam-report-process-queue): Use it.
771
772 2008-12-24  David Engster  <dengste@eml.cc>
773
774         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
775         parameters that haven't existed as variables as buffer-local variables.
776
777 2008-12-23  Dave Love  <fx@gnu.org>
778
779         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
780         cadar.
781
782         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
783         imap-starttls-p.
784         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
785
786 2008-12-22  Dave Love  <fx@gnu.org>
787
788         * imap.el: Fix author email.  Doc fixes.
789         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
790         reply.
791
792 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
793
794         * spam-report.el (spam-report-gmane-max-requests): New constant.
795         (spam-report-gmane-wait): New variable.
796         (spam-report-gmane-ham, spam-report-gmane-spam)
797         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
798         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
799         the server.
800
801         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
802         Add explanations.
803
804         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
805         nnheader-accept-process-output and nnheader-read-timeout if available.
806         (pop3-movemail): Use it.
807
808         * message.el (message-check-news-body-syntax): Fix signature check if
809         there's an attachment.
810
811 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * mm-util.el: Add comments to the mm- emulating functions.
814
815 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
816
817         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
818         by Stephen Berman <stephen.berman@gmx.net>.
819
820 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * mm-util.el (mm-substring-no-properties): New function.
823         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
824         (mm-special-display-p): Enable those lambda forms to be byte compiled.
825         (mm-string-to-multibyte): Doc fix.
826
827         * mml.el (mml-attach-file): Use mm-substring-no-properties.
828
829 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
830
831         * mml.el (mml-attach-file): Strip text properties from file name.
832         (Bug#1574)
833
834 2008-12-16  Glenn Morris  <rgm@gnu.org>
835
836         * mm-util.el (mm-charset-override-alist): Declare for compiler.
837
838 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
841         knows since the charset specified might be a bogus alias that
842         mm-charset-synonym-alist provides.
843
844 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
845
846         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
847         "ISO_8859-1".
848
849         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
850
851 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mm-util.el (mm-charset-eval-alist):
854         Define it before mm-charset-to-coding-system.
855         (mm-charset-to-coding-system): Add optional argument `silent';
856         define it before mm-charset-override-alist.
857         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
858         default value if it can be used in Emacs currently running;
859         silence mm-charset-to-coding-system.
860
861 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
864         `allow-override' which says whether to use `mm-charset-override-alist'.
865         (rfc2047-decode-encoded-words): Use it.
866
867         * mm-util.el (mm-charset-override-alist): Fix custom type;
868         add `(gb2312 . gbk)' to choices.
869
870 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
873         fast.
874
875         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
876
877         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
878
879 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
880
881         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
882         on links.
883
884         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
885
886 2008-12-03  Lute Kamstra  <lute@gnu.org>
887
888         * sha1.el: Remove leading * from docstrings of defcustoms,
889         deffaces, defconsts and defuns.
890
891 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * message.el (message-idna-to-ascii-rhs-1): Protect against local
894         users' addresses that don't have domain parts.
895         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
896         rather than message-narrow-to-head since there will be the message
897         header separator.
898
899 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
900
901         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
902         since the result is inserted in a unibyte buffer anyway.
903         (nnimap-demule-use-string-to-multibyte): Remove.
904         (nnimap-demule): Alias it to mm-string-to-multibyte.
905
906 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
907
908         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
909         variable for debugging bug#464 and bug#1174.
910         (nnimap-demule): Use it.
911
912 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
913
914         * gnus-score.el (gnus-score-find-trace): Handle default score in total
915         score calculation correctly.
916
917 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
918
919         * message.el (message-send-mail): Just set the buffer to unibyte
920         rather than use mm-with-unibyte-current-buffer which does a lot more.
921         (message-send-mail-partially): Don't bother with
922         mm-with-unibyte-current-buffer since it's already been made unibyte by
923         message-send-mail.
924
925 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
928
929 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
932
933 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
936         require itself and to remove `with-no-warnings'.
937
938 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * starttls.el (starttls-any-program-available): Get the name of the
941         available TLS layer program.
942         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
943         well as the host name in the "opening" message.
944
945         * auth-source.el (auth-source-cache, auth-source-do-cache)
946         (auth-source-user-or-password): Cache passwords and logins by default,
947         allow override with `auth-source-do-cache'.
948         (auth-source-forget-user-or-password): Allow users to remove cache
949         entries if needed.
950
951 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
952
953         * md4.el (md4-buffer): Fix typo in docstring.
954         (md4, md4-64): Doc fixes.
955         (md4-pack-int32): Reflow docstring.
956
957 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
958
959         * ietf-drums.el (ietf-drums-remove-comments): Localize second
960         condition-case to only the forward-sexp call.
961
962 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
965         quotes contained.  Make it more robust regardless by an extra
966         condition-case wrapper.
967
968 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * lpath.el: No need to fbind codepage-setup for Emacs 23.
971
972 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * nnml.el (nnml-request-expire-articles): Check if the function set to
975         `nnmail-expiry-target' returns the symbol `delete'.
976
977         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
978
979         * nnmail.el (nnmail-expiry-target): Fix custom type.
980
981 2008-10-02  Glenn Morris  <rgm@gnu.org>
982
983         * mm-util.el (mm-codepage-setup): Tweak codepage error.
984         Silence compiler warning.
985
986 2008-10-01  Magnus Henoch  <mange@freemail.hu>
987
988         * tls.el (open-tls-stream): Show the actual command being
989         executed, instead of the format string.
990
991 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * lpath.el: Fbind codepage-setup for Emacs 23.
994
995 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
996
997         * mml.el (mml-menu): Don't assume mml2015 is bound.
998
999 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1002         exists.
1003
1004 2008-09-27  Glenn Morris  <rgm@gnu.org>
1005
1006         * gnus-util.el (mail-header-remove-comments): Autoload it.
1007
1008 2008-09-27  Andreas Schwab  <schwab@suse.de>
1009
1010         * gnus-util.el (gnus-split-references): Strip comments.
1011         (gnus-parent-id): Likewise.
1012
1013 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1014
1015         * message.el (message-confirm-send): Fix version.
1016
1017 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * message.el (message-idna-to-ascii-rhs-1): Use
1020         mail-extract-address-components rather than mail-header-parse-addresses
1021         that is an alias by default to ietf-drums-parse-addresses that does not
1022         support non-ASCII names in headers' contents.
1023
1024 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         * message.el (message-confirm-send): Fixed variable documentation to
1027         avoid the "y/n" wording.
1028
1029 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1030
1031         * message.el (message-set-auto-save-file-name): Save to a different
1032         filename so multiple messages (especially drafts) can be recovered.
1033
1034 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * message.el (message-confirm-send): Add appropriate version.
1037
1038 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1041         defvar.
1042
1043 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1044
1045         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1046         (mm-pkcs7-enveloped-magic): Ditto.
1047
1048 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1049
1050         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1051         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1052
1053 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1056         default, it's better.
1057
1058 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1059
1060         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1061         summary line gnus-number property and ignore them (with a warning
1062         message).
1063
1064 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1067         macro caddr in the interactive form since it won't be expanded.
1068
1069 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1072         `charset'; fix name of function called recursively.
1073         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1074
1075 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1078         (gnus-mime-set-charset-parameters): New function.
1079         (gnus-mime-view-part-as-charset): Use it to correctly display part
1080         specifying wrong charset.
1081
1082 2008-09-08  David Engster  <dengste@eml.cc>
1083
1084         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1085         in completing-read for back end server.
1086
1087 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1088
1089         * message.el (message-confirm-send): New variable to confirm sending a
1090         message.
1091         (message-send): Use it.
1092
1093 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1096
1097 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1100
1101 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1102
1103         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1104         prevent tracking too many groups.
1105         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1106         Use it.
1107
1108 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1109
1110         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1111         moving point to the bottom of the window in order to avoid recentering.
1112
1113 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1116
1117         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1118         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1119         (gnus-article-beginning-of-window): Fix calculation.
1120
1121 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-msg.el (gnus-summary-supersede-article)
1124         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1125         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1126         message header.
1127
1128 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1129
1130         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1131         pending output coming after the status change.
1132
1133 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1134
1135         * message.el:
1136         * gnus-start.el:
1137         * gnus-registry.el: Remove VMS support.
1138
1139 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1142         macro.
1143         (rfc2104-hash): Use it.
1144
1145 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1148         (gnus-summary-sort-by-most-recent-date): New commands.
1149         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1150         and menu entries.
1151
1152 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1155         don't redisplay article for raw contents; remove plural articles stuff.
1156
1157         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1158         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1159         on gnus-summary-save-article; display results properly.
1160
1161 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * lpath.el: No need to fbind ns-focus-frame.
1164
1165 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1168
1169 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1172         gnus-save-all-headers.
1173
1174 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1175
1176         * gnus-util.el (ns-focus-frame): Remove declaration.
1177         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1178         like x.
1179
1180 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1181
1182         * rfc2104.el (rfc2104-zero): Delete defconst.
1183         (rfc2104-hex-alist): Likewise.
1184         (rfc2104-hex-to-int): Delete func.
1185         (rfc2104-hexstring-to-bitstring): Likewise.
1186         (rfc2104-nybbles): New defconst.
1187         (rfc2104-hash): Rewrite for speed.
1188
1189 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * tls.el (open-tls-stream): Make it work with the 2nd argument
1192         BUFFER that is a string but does not exist as a buffer object, as
1193         mentioned in the doc-string.
1194
1195 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1198         SXEmacs.
1199
1200 2008-07-16  Glenn Morris  <rgm@gnu.org>
1201
1202         * gnus-util.el (ns-focus-frame): Declare for compiler.
1203
1204 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1207         set as a group parameter.
1208         (gnus-summary-save-in-pipe): Work when it is called independently.
1209         (gnus-summary-pipe-to-muttprint): Don't modify
1210         gnus-summary-pipe-output-default-command.
1211
1212 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1213
1214         * message.el (message-send-mail-with-sendmail):
1215         Display the error message.
1216
1217 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-art.el (gnus-default-article-saver):
1220         Add gnus-summary-save-in-pipe to choices.
1221         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1222         gnus-summary-pipe-output-default-command as the default command.
1223         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1224         instead of gnus-last-shell-command.
1225
1226         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1227         New user option.
1228         (gnus-summary-muttprint-program): Mention the value will be changed.
1229         (gnus-summary-save-article): Force showing of all headers.
1230         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1231
1232 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1233
1234         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1235
1236 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1237
1238         * nnimap.el (nnimap-id):
1239         * sieve-manage.el (sieve-manage-open): Doc fixes.
1240
1241 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1242
1243         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1244         if available.
1245
1246 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1247
1248         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1249
1250         * nnkiboze.el (nnkiboze-generate-group):
1251         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1252
1253         * nnmairix.el: Require CL.
1254
1255 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * dgnushack.el: Autoload get-display-table and put-display-table for
1258         XEmacs 21.5.
1259
1260         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1261         21.4 and SXEmacs.
1262
1263 2008-06-15  David Engster  <dengste@eml.cc>
1264
1265         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1266
1267 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1268
1269         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1270         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1271         runtime choice under XEmacs.
1272
1273         * gnus-sum.el (gnus-summary-set-display-table):
1274         Use `gnus-put-display-table', `gnus-get-display-table',
1275         `gnus-set-display-table' for the display table, instead of `aset'.
1276
1277         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1278         Use `gnus-put-display-table', `gnus-get-display-table',
1279         `gnus-set-display-table' for the display table.
1280
1281 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1282
1283         * nnmairix.el: Add autoloads.
1284
1285 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * nnmairix.el (nnmairix-delete-recreate-group)
1288         (nnmairix-update-and-clear-marks): Fix error messages.
1289
1290 2008-06-14  David Engster  <dengste@eml.cc>
1291
1292         * nnmairix.el: Upgrade to version 0.6.
1293         (nnmairix-group-toggle-propmarks-this-group)
1294         (nnmairix-group-toggle-readmarks-this-group)
1295         (nnmairix-group-delete-recreate-this-group)
1296         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1297         (nnmairix-remove-tick-mark-original-article): New commands.
1298         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1299         (nnmairix-propagate-marks-to-nnmairix-groups)
1300         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1301         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1302         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1303         functions needed for marks propagation and manipulation of read marks.
1304         (nnmairix-update-groups): New function.
1305         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1306         (nnmairix-determine-original-group-from-registry)
1307         (nnmairix-determine-original-group-from-path)
1308         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1309         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1310         New helper functions.
1311         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1312         keystrokes for new commands.
1313         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1314         (nnmairix-request-group): Check allow-fast group parameter.
1315         (nnmairix-request-create-group): Set allow-fast group parameter if
1316         nnmairix-allowfast-default is set.
1317         (nnmairix-close-group): Propagate marks upon closing if needed.
1318         (nnmairix-group-toggle-threads-this-group): Use new.
1319         nnmairix-group-toggle-parameter helper function.
1320         (nnmairix-search): Better check for empty search result.
1321         (nnmairix-goto-original-article): Use new helper functions for
1322         determining original article.
1323         (nnmairix-show-original-article): Make sure message-id is in brackets.
1324         (nnmairix-call-mairix-binary): Change variable name.
1325         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1326         helper function.
1327         (nnmairix-widget-toggle-activate): Fix doc string.
1328
1329 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * nnir.el: Require edmacro when compiling with XEmacs.
1332         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1333         available in Emacs 21.
1334
1335 2008-06-11  Glenn Morris  <rgm@gnu.org>
1336
1337         * gnus-util.el (x-focus-frame):
1338         * gnus.el (image-size):
1339         * mm-decode.el (image-size): Declare.
1340
1341         * gnus-picon.el (declare-function): Add compat definition.
1342         (image-size): Declare.
1343
1344         * gnus-group.el (tool-bar-map):
1345         * gnus-sum.el (tool-bar-map): Define for compiler.
1346
1347         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1348
1349         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1350
1351         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1352         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1353         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1354         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1355         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1356         * sieve-manage.el, spam-report.el, spam.el:
1357         Remove unnecessary eval-and-compile of autoloads.
1358
1359 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1360
1361         * auth-source.el: Precise Tramp doc.
1362
1363 2008-06-07  Glenn Morris  <rgm@gnu.org>
1364
1365         * nnmairix.el: Remove unnecessary eval-when-compile.
1366
1367 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * lpath.el: Fbind propertize for XEmacs 21.4.
1370
1371 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * nnir.el: Move here from ../contrib.
1374
1375 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1376
1377         * gnus-util.el (gnus-read-shell-command): New function.
1378         * mm-decode.el (mm-pipe-part):
1379         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1380
1381 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1384
1385 2008-06-03  Glenn Morris  <rgm@gnu.org>
1386
1387        * pop3.el (nnheader-accept-process-output): Autoload it.
1388
1389 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1392         are not 2-digit hexadecimal characters that follow `%'s.
1393
1394 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * message.el (message-bogus-recipient-p): Fix type in doc string.
1397         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1398         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1399         Improve custom options.
1400         (message-bogus-recipient-p): Adjust accordingly.
1401
1402 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1403
1404         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1405         long-form month and day names.
1406
1407 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * dgnushack.el: Autoload debug, eudc-expand-inline and
1410         pgg-snarf-keys-region for XEmacs.
1411
1412         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1413
1414         * nnmairix.el: Require edmacro when compiling with XEmacs.
1415
1416 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1419         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1420
1421 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * auth-source.el: Add more docs.
1424
1425         * netrc.el (netrc-machine): Always match if the port is not given.
1426
1427 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1430         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1431         retrieval faster in some cases, but might make CPU usage larger.  If
1432         this has any bad side effects, we might revert this change.
1433
1434         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1435         seems to make mail retrieval much, much faster.
1436         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1437         unconditionally.
1438
1439         * gnus-draft.el (gnus-group-send-queue): Bind
1440         message-send-mail-partially-limit to nil to avoid being prompted.
1441
1442 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1445
1446         * message.el (message-bogus-address-regexp): Fix and improve custom
1447         type.
1448         (message-setup-hook): Add message-check-recipients as custom option.
1449
1450 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * message.el (message-cite-function): Remove bogus autoload which crept
1453         in during merge from v5-10.
1454
1455 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1458
1459         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1460
1461         * auth-source.el: Preliminary Tramp docs.
1462         (auth-sources): Change the default auth-sources to use
1463         EPA .gpg files.
1464
1465 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         * nntp.el: Autoload `auth-source-user-or-password'.
1468         (nntp-send-authinfo): Use it.
1469
1470         * nnimap.el: Autoload `auth-source-user-or-password'.
1471         (nnimap-open-connection): Use it.
1472
1473         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1474         for the gnus-message function.
1475         (auth-source-user-or-password): Use it.
1476
1477 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1478
1479         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1480         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1481         (rfc2104-hash): Use it.
1482
1483 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1484
1485         * gnus-art.el (gnus-article-toggle-truncate-lines):
1486         Don't use `iff' in docstring.
1487
1488 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1491
1492         * gnus-util.el (gnus-extract-address-component-name)
1493         (gnus-extract-address-component-email): Convenience functions around
1494         `gnus-extract-address-components'.
1495
1496         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1497         Use `gnus-extract-address-component-email' to fix bug of comparing full
1498         sender name to `user-mail-address'.
1499
1500 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1503         catch/throw to optimize.
1504         (gnus-registry-find-keywords): Just use member to find a keyword.
1505
1506 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1507
1508         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1509         is current before calling gnus-server-prepare.
1510         (gnus-server-setup-buffer, gnus-server-update-server)
1511         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1512
1513 2008-05-04  Juri Linkov  <juri@jurta.org>
1514
1515         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1516         (mailcap-file-default-commands): Use mailcap-replace-in-string
1517         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1518         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1519
1520 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1521
1522         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1523
1524 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1525
1526         * gnus.el: Bump version to 0.11
1527
1528 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1529
1530         * gnus.el: No Gnus v0.10 is released.
1531
1532 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1535         hooks.
1536         (gnus-update-read-articles): Speed up non-marks-using users.
1537         (gnus-use-marks): Define gnus-use-marks.
1538         (gnus-propagate-marks): Rename variable to something more sensible.
1539
1540 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1541
1542         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1543         (gmm-image-load-path-for-library): Fix typos in docstrings.
1544         (gmm-message): Reflow docstring.
1545
1546 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1547
1548         * mail-source.el (mail-source-set-1, mail-source-bind):
1549         Move auth-source code out of the macro to clean it up and fix bugs.
1550
1551 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1554         by sender if it's equal to user-mail-address, it's likely to be
1555         useless.
1556
1557         * mail-source.el (mail-source-bind): Don't use user or password if they
1558         are not bound.  Unintern them if they are nil.  Don't use server unless
1559         it's bound, and default it to empty string otherwise.
1560
1561 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * mail-source.el: Load auth-source.el.
1564         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1565         get user name or password, if auth-sources is set up.
1566
1567         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1568         strategy of splitting with parent.
1569         (gnus-registry-split-fancy-with-parent)
1570         (gnus-registry-post-process-groups): Use it and fix prior
1571         bug (returning a list as the split result).
1572
1573         * auth-source.el (auth-sources): Remove server parameter.
1574         (auth-source-pick, auth-source-user-or-password)
1575         (auth-source-user-or-password-imap)
1576         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1577         (auth-source-user-or-password-sftp)
1578         (auth-source-user-or-password-smtp): Remove server parameter.
1579
1580 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1581
1582         * smime.el (smime-sign-region, smime-encrypt-region)
1583         (smime-decrypt-region):
1584         Remove redundant calls to `generate-new-buffer-name'.
1585
1586 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1587
1588         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1589         Don't use QP for message/rfc822.
1590         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1591
1592 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1593
1594         * sieve-manage.el (sieve-string-bytes): Remove.
1595         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1596         correct byte-length only if the process's coding-system is the same as
1597         the one used internally by Emacs to represent strings.
1598
1599 2008-04-22  Juri Linkov  <juri@jurta.org>
1600
1601         * mailcap.el (mailcap-file-default-commands): New function.
1602
1603 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * message.el (message-signature-separator, message-cite-function):
1606         Change custom version.
1607
1608 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1609
1610         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1611         commands.
1612         (tls-checktrust): Ditto.
1613
1614 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1615
1616         * mm-decode.el (mm-display-external): Make temp file read-only.
1617
1618 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1621         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1622         `C-c C-f d'.
1623
1624 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1625
1626         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1627
1628 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1629
1630         * gnus.el: Bump version to 0.9.
1631
1632 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * gnus.el: No Gnus v0.8 is released.
1635
1636 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1637
1638         * mail-source.el (mail-source-value):
1639         Prefer fboundp to functionp so it works with macros as well.
1640
1641 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1642
1643         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1644         Fix last change in case the element is not even a symbol.
1645
1646 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1647
1648         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1649         Prefer fboundp to functionp so it works with macros as well.
1650
1651 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1652
1653         * auth-source.el: Added docs.
1654         (auth-sources): Modify format to support server.
1655         (auth-source-pick, auth-source-user-or-password)
1656         (auth-source-user-or-password-imap)
1657         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1658         (auth-source-user-or-password-sftp)
1659         (auth-source-user-or-password-smtp): Add server parameter.
1660
1661 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1662
1663         * gnus-registry.el: Initialize the registry when gnus-registry-install
1664         is t.
1665
1666 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * compface.el (uncompface): Make buffer unibyte.
1669
1670 2008-04-05  Glenn Morris  <rgm@gnu.org>
1671
1672         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1673
1674 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1675
1676         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1677         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1678
1679         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1680         multibyteness after rather than before erasing it.
1681
1682         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1683         mm-with-multibyte.
1684         (gnus-request-article-this-buffer): Make sure the proper decoding is
1685         used if gnus-original-article-buffer happens to be unibyte.
1686
1687         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1688         default-enable-multibyte-characters.
1689
1690         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1691         default-enable-multibyte-characters.
1692
1693         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1694
1695         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1696
1697 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1698
1699         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1700         (imap-message-copyuid-1): Use it.
1701         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1702         J. Williams in
1703         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1704
1705         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1706         imap-enable-exchange-bug-workaround.
1707         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1708
1709 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1710
1711         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1712         a 100 byte status-checks into a 2-3MB transfer for each group.
1713         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1714         to enable bug workaround or not.
1715         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1716
1717 2008-03-31  Glenn Morris  <rgm@gnu.org>
1718
1719         * message.el (mml2015-use): Declare for compiler.
1720         (message-info): Require mml2015 when appropriate.
1721
1722 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1725         whitespace.
1726
1727 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1728
1729         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1730         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1731         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1732         (nntp-service-to-port): New function.
1733         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1734         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1735         (nntp-open-netcat-stream): New function.
1736         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1737
1738 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1739
1740         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1741
1742 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1743
1744         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1745
1746 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1747
1748         * dns.el (dns-write): Use set-buffer-multibyte.
1749
1750 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1751
1752         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1753
1754 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * message.el (message-signature-separator): Change default.
1757         Improve custom type.
1758         (message-cite-function): Change default to
1759         message-cite-original-without-signature.
1760
1761         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1762         toggle.
1763
1764         * message.el (message-check-news-body-syntax): Fix signature check.
1765         (message-setup-1): Mark buffer as unmodified _after_ running
1766         message-setup-hook and handling message-alternative-emails.
1767         (message-shorten-references): Be more strict when building list of
1768         valid references to comply with GNKSA.
1769
1770         * gnus-group.el (gnus-read-ephemeral-bug-group)
1771         (gnus-read-ephemeral-debian-bug-group)
1772         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1773
1774         * message.el (message-info): Don't use booleanp which isn't supported
1775         in Emacs 21 and XEmacs.
1776
1777 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1778
1779         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1780         gnus-group-gmane-group-download-format.
1781         (gnus-group-read-ephemeral-gmane-group): Rename from
1782         gnus-group-read-ephemeral-gmane-group.
1783         (gnus-read-ephemeral-gmane-group-url): Rename from
1784         gnus-group-read-ephemeral-gmane-group-url.
1785         (gnus-bug-group-download-format-alist): New variable.
1786         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1787         (gnus-read-ephemeral-emacs-bug-group): New commands.
1788
1789 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1792         (gnus-visible-headers): Improve custom type.
1793
1794 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * mml.el (mml-menu): Add workarounds for XEmacs.
1797
1798         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1799         X-Boundary header.
1800
1801         * message.el (message-simplify-recipients): Fix previous commit.
1802
1803 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1804
1805         * mm-util.el (mm-set-buffer-multibyte): New function.
1806         * mm-decode.el (mm-copy-to-buffer): Use it.
1807
1808 2008-03-19  Glenn Morris  <rgm@gnu.org>
1809
1810         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1811         Accidentally removed in the sync process with Emacs.
1812
1813 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * message.el (message-alter-recipients-discard-bogus-full-name):
1816         New function.
1817         (message-alter-recipients-function): New variable.
1818         (message-get-reply-headers): Use it.
1819         (message-replace-header): New helper function.
1820         (message-recipients-without-full-name): New variable.
1821         (message-simplify-recipients): New command.
1822
1823         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1824
1825         * message.el (message-info): Handle EasyPG manual.
1826
1827         * mml.el (mml-menu): Add entry for EasyPG.
1828
1829 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1830
1831         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1832         parameter.
1833
1834         * message.el (message-disassociate-draft): Specify drafts group name
1835         fully.
1836
1837 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1838
1839         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1840         unnecessary duplicates from the match list.
1841
1842 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1845
1846         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1847
1848         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1849         args of `how-many' of which the XEmacs version doesn't take; declare
1850         Info-index-next as function.
1851
1852 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * gnus-score.el (gnus-score-headers): Fix handling of
1855         gnus-inhibit-slow-scoring.
1856
1857         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1858         string.
1859         (gnus-button-url-regexp): Improve handling of parenthesis.
1860         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1861         (gnus-button-handle-info-keystrokes): Handle index entries.
1862
1863 2008-03-15  Glenn Morris  <rgm@gnu.org>
1864
1865         * parse-time.el (parse-time-string): Simplify.
1866
1867 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1870         Incoming* files.
1871
1872 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1873
1874         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1875         (auth-source-pick): Use it.
1876
1877 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * binhex.el (binhex-decode-region-internal):
1880         * uudecode.el (uudecode-decode-region-internal):
1881         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1882         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1883         setting default-enable-multibyte-characters.
1884
1885 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1886
1887         * auth-source.el (auth-source-protocols)
1888         (auth-source-protocols-customize, auth-source-choices): Added and
1889         modified variable customizations and defaults.
1890         (auth-source-pick, auth-source-user-or-password)
1891         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1892         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1893         (auth-source-user-or-password-sftp)
1894         (auth-source-user-or-password-smtp): Use new variables and provide an
1895         interface to netrc.el.
1896
1897 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1900         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1901         Make sure the nntp port to specify is a string.
1902
1903 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1904
1905         * nntp.el: Use with-current-buffer.
1906         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1907         dubious mm-with-unibyte-current-buffer.
1908         (nntp-with-open-group-function): New function extracted from
1909         nntp-with-open-group macro.
1910         (nntp-with-open-group): Use the function, so it's easier to debug.
1911         Add indentation and debugging info.
1912         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1913         the use of the netcat alternatives.
1914
1915         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1916         Avoid mm-string-as-multibyte as well.
1917
1918         * nnweb.el (nnweb-insert-html):
1919         Remove use of nnheader-string-as-multibyte.
1920
1921         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1922         (nnheader-string-as-multibyte): Remove.
1923
1924         * mm-view.el: Use inhibit-read-only.
1925         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1926         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1927         or unibyte-string.
1928
1929         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1930         (mm-uu-yenc-extract): Use with-current-buffer.
1931
1932         * gnus-soup.el (gnus-soup-send-packet): Don't use
1933         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1934
1935         * nnmh.el: Use with-current-buffer.
1936         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1937         mm-string-as-multibyte on the output of mm-encode-coding-string.
1938
1939         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1940         (nnimap-request-move-article): Use with-current-buffer.
1941
1942         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1943         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1944         conversion uses string-make-unibyte rather than string-as-unibyte.
1945
1946         * gnus-msg.el: Use with-current-buffer.
1947
1948         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1949
1950 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1951
1952         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1953         string for caching if it is 'PIN.
1954
1955 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * lpath.el: Consider the case without Emacs/W3.
1958
1959 2008-03-08  Glenn Morris  <rgm@gnu.org>
1960
1961         * time-date.el (date-to-time, time-subtract, time-add)
1962         (safe-date-to-time): Doc fixes.
1963
1964 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1965
1966         * mail-source.el (mail-source-delete-old-incoming-confirm):
1967         Change default to nil.
1968         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1969
1970 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * lpath.el: Rearrange.
1973
1974         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1975         (gnus-article-goto-prev-page): Work for articles having ^L's.
1976
1977         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1978
1979         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1980
1981 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1982
1983         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1984         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1985         (gnus-bookmark-jump): Adjust some variable names.
1986
1987 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1988
1989         * auth-source.el: New package.
1990         (auth-source-choices): Add customization entry point variable.
1991
1992         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1993         bug.
1994
1995 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1998         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1999         (gnus-registry-install-shortcuts): Rename from
2000         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2001         the `gnus-registry-mark-map' keymap dynamically from
2002         `gnus-registry-marks'.  The generated functions update the summary line
2003         when a registry mark is added or deleted, and will call
2004         `gnus-registry-install-p' (see the comments in the code).
2005         (gnus-registry-user-format-function-M): Use concat intelligently.
2006
2007         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2008         the registry mark functions.
2009
2010 2008-03-05  Glenn Morris  <rgm@gnu.org>
2011
2012         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2013         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2014         gnus-art.
2015         (top-level): No need to load own source when compiling.
2016
2017 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2018
2019         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2020         Suggested by <chris.anderton@zetnet.co.uk>.
2021
2022 2008-03-04  Glenn Morris  <rgm@gnu.org>
2023
2024         * gnus-sum.el (top-level): No need to require gnus when compiling,
2025         since unconditionally required near start of file.
2026         (gnus-summary-display-while-building): Move definition before use.
2027
2028 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2029
2030         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2031         formatting function.
2032
2033 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2034
2035         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2036         with plists.
2037         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2038         Use new format.
2039
2040 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2043         `where-is-internal' that returns a range of key sequences.
2044
2045 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2046
2047         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2048
2049         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2050         (gnus-summary-jump-to-group): Consider windows on other displayed
2051         frames as well.  Similar changes might be needed elsewhere, but that's
2052         the one I've bumped into during my use.
2053
2054         * nndoc.el (nndoc-oe-dbx-type-p):
2055         * gnus-msg.el (gnus-debug):
2056         * gnus-group.el (gnus-update-group-mark-positions):
2057         Use mm-string-to-multibyte.
2058
2059 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2060
2061         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2062         doesn't handle NotDashEscaped.
2063
2064         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2065         (mml-dnd-attach-options): Fix typo in custom choice.
2066
2067         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2068         nndoc-article-type to mbox.
2069         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2070
2071         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2072         to nil, instead of html2text.
2073
2074         * imap.el (imap-debug): Add `imap-ping-server'.
2075
2076         * gnus-bookmark.el: Add FIXMEs.
2077
2078         * message.el (message-form-letter-separator)
2079         (message-send-form-letter-delay): New variables.
2080         (message-send-form-letter): Use them.  New command to send form
2081         letters.  Requested by Uwe Siart.
2082         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2083
2084 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2085
2086         * Update copyright years.
2087
2088 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         Sync from EMACS_22_BASE.
2091
2092         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2093
2094 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2095
2096         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2097         empty author.
2098
2099 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * gnus-registry.el (gnus-registry-marks): Add variable for
2102         customization of marks and their appearance.
2103         (gnus-registry-read-mark): Use it.
2104         (gnus-registry-do-marks): Add utility function to loop through
2105         `gnus-registry-marks'.
2106         (gnus-registry-install-shortcuts-and-menus): Add function to install
2107         shortcuts and menus.
2108         (gnus-registry-initialize): Use it.
2109         (gnus-registry-default-mark): Clarify documentation.
2110
2111 2008-02-29  Glenn Morris  <rgm@gnu.org>
2112
2113         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2114         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2115         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2116         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2117         Change defcustom :version from 23.0 to 23.1.
2118
2119 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2120
2121         * gnus-registry.el (gnus-registry-follow-group-p)
2122         (gnus-registry-post-process-groups): Add functions to aid registry
2123         splitting and improve logging.  Clarify behavior in function
2124         documentation.
2125         (gnus-registry-split-fancy-with-parent): Use them.
2126
2127 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2128
2129         * gnus-art.el: Use with-current-buffer.
2130
2131 2008-02-27  David Engster  <dengste@eml.cc>
2132
2133         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2134         Express real group name in the response.
2135
2136 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2139         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2140         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2141         autoload gnus-registry-fetch-group when compiling.
2142         (nnmairix-request-group-with-article-number-correction): Remove
2143         unreferenced argument passed to nnmairix-call-backend.
2144
2145 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2146
2147         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2148         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2149         Wilde.
2150
2151 2008-02-27  Glenn Morris  <rgm@gnu.org>
2152
2153         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2154         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2155         variables to defconsts.  Convert comments to doc-strings.
2156         (nnmairix-last-server, nnmairix-current-server): Convert from free
2157         variables to defvars.  Convert comments to doc-strings.
2158         (gnus-registry-fetch-group): Autoload.
2159         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2160         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2161         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2162         caddr.
2163         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2164         nnmairix-request-group-with-article-number-correction call.
2165         (nnmairix-fast, nnmairix-group): New, less general names, for free
2166         variables passed from nnmairix-request-group to
2167         nnmairix-request-group-with-article-number-correction.  Declare.
2168         (nnmairix-request-group-with-article-number-correction):
2169         Use nnmairix-fast, nnmairix-group rather than fast, group.
2170
2171 2008-02-26  David Engster  <dengste@eml.cc>
2172
2173         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2174         version 0.5.
2175
2176 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2179         instead of making an extra function call.  Don't add the current group
2180         to articles only when they have the group.  Use
2181         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2182         Reported by David <de_bb@arcor.de>.
2183
2184 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2187         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2188
2189 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * mail-source.el (mail-source-delete-incoming): Change default.
2192         Supplement doc string.
2193
2194         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2195
2196 2008-02-14  Glenn Morris  <rgm@gnu.org>
2197
2198         * time-date.el (format-seconds): New function.
2199
2200 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2201
2202         * nnmail.el (nnmail-message-id-cache-file): Derive from
2203         `gnus-home-directory'.
2204
2205 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2206
2207         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2208         Document negative prefix.
2209
2210         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2211
2212 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * message.el (message-unsent-separator): Add the Exim bounce
2215         separator.
2216
2217 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2218
2219         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2220         list.
2221         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2222         recipient/signer list.
2223
2224 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * Makefile.in (datarootdir): Define.
2227         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2228         name that might contain whitespace.
2229
2230 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2231
2232         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2233         fbound (Emacs 23 unicode), signal an error.
2234
2235 2008-02-08  Glenn Morris  <rgm@gnu.org>
2236
2237         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2238
2239 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2240
2241         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2242         ports to the calls to `netrc-machine-user-or-password' in addition to
2243         "imap" and "imaps".
2244
2245 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2246
2247         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2248
2249         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2250
2251 2008-02-01  Kenichi Handa  <handa@m17n.org>
2252
2253         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2254         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2255         (rfc2104-hash): Convert the result of concat to unibyte string.
2256
2257 2008-02-01  Dave Love  <fx@gnu.org>
2258
2259         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2260         coding-system-for-read.
2261         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2262
2263 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2264
2265         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2266         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2267         <hanche@math.ntnu.no>.
2268
2269 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2272
2273         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2274
2275 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2276
2277         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2278         * message.el (message-beginning-of-line): Use featurep instead of bound
2279         tests in order to resolve conditionals at compile time.
2280
2281 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2282
2283         * mail-source.el (mail-sources): Add `group' choice.
2284
2285         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2286         parameter `in-group' to control into which group the articles go.
2287         Add treatment of `group' mail-source.
2288
2289 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2292
2293         * mm-decode.el (mm-dissect-buffer): Decode description.
2294
2295         * mml.el (mml-to-mime): Encode message header first.
2296
2297 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2300         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2301
2302         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2303         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2304
2305 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2308
2309 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2312         prefix keys.
2313         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2314         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2315         gnus-xmas.el.
2316
2317         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2318         (gnus-xmas-article-describe-bindings): New function.
2319         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2320         gnus-xmas-article-describe-bindings.
2321
2322         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2323
2324 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2325
2326         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2327         Add new variables for article mark management.
2328         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2329         list of extra data entries which, when present, will indicate that the
2330         article ID should not be trimmed from the registry.
2331         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2332         functions.
2333         (gnus-registry-read-mark): New function to read a mark name from the
2334         user.
2335         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2336         (gnus-registry-set-article-mark-internal): New functions to add and
2337         remove marks.
2338         (gnus-registry-get-article-marks): New function to show the marks for
2339         an article, or retrieve them for further use.
2340
2341 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2344         keys when no argument is given.
2345
2346 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2347
2348         * imap.el (imap-ping-server): New variable.
2349         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2350         (imap-ping-server): Minor doc string fixes.
2351
2352 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2353
2354         * imap.el (imap-ping-server): New function.
2355         (imap-opened): Call imap-ping-server.
2356
2357 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2358
2359         * gnus-sum.el (gnus-article-sort-by-random)
2360         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2361         jidanni@jidanni.org.
2362
2363 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-art.el (gnus-article-describe-bindings): New function.
2366         (gnus-article-read-summary-keys): Use it.
2367         (gnus-article-mode-map): Bind `C-h b' to it.
2368
2369 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2372         XEmacs.
2373         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2374         against non-character events.
2375
2376         * lpath.el: Fbind map-keymap for Emacs 21.
2377
2378 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2379
2380         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2381         command.
2382         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2383         instead of END.  Change name of the temp file.
2384         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2385         customizable.
2386
2387 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2390         bind `S W' to gnus-article-wide-reply-with-original; set default
2391         binding to gnus-article-read-summary-send-keys.
2392         (gnus-article-read-summary-keys): Fix the order of keys; display
2393         continuation keys correctly in the echo area; describe bindings
2394         correctly when keys end with `C-h'.
2395         (gnus-article-read-summary-send-keys): New function.
2396         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2397         for gnus-article-read-summary-send-keys; display continuation keys
2398         correctly in the echo area.
2399         (gnus-article-reply-with-original): Ignore prefix argument.
2400         (gnus-article-wide-reply-with-original): New function.
2401
2402         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2403         Emacs 21.
2404
2405 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2408         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2409
2410 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2413         (gnus-group-read-ephemeral-gmane-group): New command.
2414
2415 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2416
2417         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2418
2419 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * message.el (message-send-mail-function): Increase custom version.
2422
2423         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2424         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2425
2426 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2429         for the cases where imap-authenticate is called with a nil buffer
2430         parameter.
2431
2432 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2435         html parts correctly; support forwarded messages.
2436         (gnus-article-browse-html-article): Remove work buffers.
2437
2438         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2439         compiling.
2440         (netrc-bound-and-true-p): New macro.
2441         (netrc-parse): Use it instead of bound-and-true-p that is not available
2442         in XEmacs 21.4.
2443
2444 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * gnus-registry.el (gnus-registry-mark-article)
2447         (gnus-registry-article-marks): Add functionality to mark articles
2448         through the Gnus registry.
2449
2450         * encrypt.el: Clarify documentation for the new pgg method.
2451         (encrypt-file-alist): Add PGG option.
2452         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2453         functionality.  Abstract password key and messaging to external
2454         functions.
2455         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2456         (encrypt-message-method-and-cipher): Add new convenience external
2457         functions.
2458         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2459         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2460
2461         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2462         (netrc-parse): Use encrypt-file-alist to determine if
2463         encrypt-find-model or encrypt-insert-file-contents should be used.
2464
2465         * encrypt.el: Clarify documentation.  Load password-cache or
2466         password, whichever one is found first, instead of autoloading.
2467
2468 2007-12-19  Glenn Morris  <rgm@gnu.org>
2469
2470         * mml.el (message-options-set, message-narrow-to-head)
2471         (message-in-body-p, message-mail-p, message-encode-message-body):
2472         Autoload.
2473         (message-remove-header, message-narrow-to-headers-or-head)
2474         (message-subscribed-p, message-make-mail-followup-to)
2475         (message-position-on-field, message-news-p)
2476         (message-options-set-recipient, message-generate-headers)
2477         (message-sort-headers): Declare as functions.
2478
2479 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2482         convention in doc string.
2483
2484 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2487         title to html parts.
2488         (gnus-article-browse-html-article): Pass message header to it.
2489
2490         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2491
2492 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2493
2494         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2495         or password compatible with XEmacs.
2496
2497 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2498
2499         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2500         format document.
2501         (gnus-mime-delete-part): Don't write description line if empty.
2502         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2503
2504 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2505
2506         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2507         (gnus-summary-mark-read-and-unread-as-read)
2508         (gnus-summary-mark-current-read-and-unread-as-read)
2509         (gnus-summary-mark-unread-as-ticked): Doc fix.
2510         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2511
2512 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2513
2514         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2515         Christoph Conrad <christoph.conrad@gmx.de>.
2516
2517 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2518
2519         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2520         yes-or-no-p.
2521
2522 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * mm-decode.el (mm-add-meta-html-tag): New function.
2525         (mm-save-part-to-file, mm-pipe-part): Use it.
2526
2527         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2528         gnus-y-or-n-p instead of y-or-n-p.
2529         (gnus-article-browse-html-parts): Work with message/external-body; use
2530         mm-add-meta-html-tag.
2531
2532 2007-12-11  Glenn Morris  <rgm@gnu.org>
2533
2534         * gnus-cache.el: Require gnus-sum not just when compiling.
2535
2536         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2537
2538         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2539         definitions before use.
2540
2541         * mm-decode.el: Require gnus-util.
2542         (mm-remove-part): Only call delete-annotation on XEmacs.
2543
2544         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2545
2546         * nnmail.el: Require gnus-int.
2547
2548         * spam.el: Move `require's before `eval-when-compile's.
2549
2550         * gnus-ems.el (gnus-alive-p):
2551         * gnus-fun.el (message-goto-eoh):
2552         * gnus-util.el (gnus-group-name-decode):
2553         * mail-source.el (gnus-compress-sequence):
2554         * message.el (Info-goto-node, format-spec):
2555         * mm-bodies.el (message-options-get):
2556         * mm-decode.el (mm-view-pkcs7):
2557         * mm-util.el (gmm-write-region):
2558         * mml-smime.el (mml-compute-boundary)
2559         (gnus-completing-read-with-default):
2560         * mml.el (widget-button-press, gnus-make-hashtable):
2561         * mml1991.el (mm-decode-content-transfer-encoding)
2562         (mm-encode-content-transfer-encoding)
2563         (message-options-get, message-options-set):
2564         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2565         * nnfolder.el (gnus-request-group):
2566         * nnheader.el (ietf-drums-unfold-fws):
2567         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2568         * smime.el (gnus-run-mode-hooks):
2569         * spam-stat.el (gnus-message): Autoload.
2570
2571         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2572         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2573         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2574         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2575         Add declare-function compatibility definition.
2576
2577         * gnus-cache.el (nnvirtual-find-group-art):
2578         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2579         (gnus-add-image, gnus-add-wash-type):
2580         * gnus-group.el (nnkiboze-score-file):
2581         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2582         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2583         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2584         (message-tokenize-header, gnus-get-buffer-create)
2585         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2586         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2587         * gnus.el (gnus-group-decoded-name):
2588         * mail-source.el (imap-capability):
2589         * mm-bodies.el (message-options-set):
2590         * mm-decode.el (gnus-configure-windows):
2591         * mm-extern.el (message-goto-body):
2592         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2593         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2594         (epg-sub-key-validity, message-options-set):
2595         * mml.el (widget-event-point, gnus-configure-windows):
2596         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2597         * mml2015.el (epg-check-configuration, epg-configuration)
2598         (message-options-set):
2599         * nndb.el (nndb-request-article):
2600         * nnfolder.el (gnus-request-create-group):
2601         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2602         * nnmaildir.el (gnus-group-mark-article-read):
2603         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2604         * rfc1843.el (message-fetch-field):
2605         * spam.el (gnus-extract-address-components):
2606         Declare as functions.
2607
2608 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2611
2612         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2613
2614         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2615         bind show-trailing-whitespace for XEmacs.
2616
2617 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2618
2619         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2620         new no-op macro for backward compatibility.
2621
2622         * imap.el (imap-string-to-integer): New function.
2623
2624 2007-12-09  Glenn Morris  <rgm@gnu.org>
2625
2626         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2627
2628         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2629         * message.el, mm-view.el, sieve-manage.el, smime.el:
2630         Add declare-function compatibility definition.
2631
2632         * gnus-art.el (w3-region, w3m-region, Info-menu):
2633         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2634         * gnus-sum.el (gnus-get-predicate):
2635         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2636         * message.el (mail-abbrev-in-expansion-header-p):
2637         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2638         (w3m-detect-meta-charset, w3m-region):
2639         * sieve-manage.el (password-read, password-cache-add)
2640         (password-cache-remove):
2641         * smime.el (password-read-and-add): Declare as functions.
2642
2643 2007-12-08  David Kastrup  <dak@gnu.org>
2644
2645         * gnus-sum.el (gnus-summary-simplify-subject-query):
2646         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2647         `message'.
2648
2649 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2652         it to bind idna-program, installation-directory, defined-colors, and
2653         face-attribute for XEmacs of the version that compiles defcustom forms.
2654
2655 2007-12-07  Glenn Morris  <rgm@gnu.org>
2656
2657         * gnus-art.el (article-make-date-line): Revert previous change.
2658
2659 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2660
2661         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2662
2663 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2664
2665         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2666         Call gnus-add-to-range ranges only once with a prepared article-list.
2667
2668 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2669
2670         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2671         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2672         group names with backslashes.  Reported by Tassilo Horn
2673         <tassilo@member.fsf.org>.
2674
2675 2007-12-06  Deepak Goel  <deego3@gmail.com>
2676
2677         * gnus-art.el (article-make-date-line):
2678         * gnus-start.el (gnus-load):
2679         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2680
2681 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (gnus-use-idna)
2684         * gnus-start.el (gnus-site-init-file)
2685         * message.el (message-use-idna)
2686         * mm-uu.el (mm-uu-hide-markers)
2687         * smiley.el (smiley-style): Revert changes that suppress warnings.
2688
2689 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2692         specify charset to html source.  Reported by Christoph Conrad
2693         <christoph.conrad@gmx.de>.
2694
2695 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2698         idna-program in order to suppress byte compile warning issued by XEmacs
2699         that came to byte compile the default value section of defcustom forms
2700         recently.
2701
2702         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2703         value of installation-directory.
2704
2705         * message.el (message-use-idna): Don't directly refer to the value of
2706         idna-program.
2707
2708         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2709
2710         * smiley.el (smiley-style): Don't directly call face-attribute.
2711
2712 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2715
2716         * gnus-dired.el: Reduce Gnus dependencies.
2717         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2718         require.  Use autoloads instead.
2719         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2720         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2721         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2722         (gnus-dired-mode): Adjust doc string.
2723         (gnus-dired-mail-mode): New variable.
2724         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2725         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2726         (gnus-dired-mail-buffers): New function.  Return mail or message
2727         composition buffers.
2728         (gnus-dired-attach): Use it.
2729         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2730         NO-DECODE.
2731         (gnus-dired-print): Use `gnus-print-buffer' depending on
2732         `gnus-dired-mail-mode'.
2733
2734 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * rfc2047.el (rfc2047-encoded-word-regexp)
2737         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2738         explaining what regexp patterns are for.
2739
2740 2007-12-04  Glenn Morris  <rgm@gnu.org>
2741
2742         * password.el: Move to password-cache.el.
2743
2744         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2745         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2746         * mml-smime.el (password-read, password-cache-add)
2747         (password-cache-remove):
2748         No need to autoload, since mml-sec requires password.
2749
2750         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2751         * message.el (gnus-extract-address-components):
2752         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2753
2754         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2755         password.
2756
2757 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * mailcap.el: Reduce dependencies.
2760         (mail-header-parse-content-type): Autoload.
2761         (mailcap-delete-duplicates): New alias.
2762         (mailcap-mime-info): Add optional argument NO-DECODE.
2763         (mailcap-mime-types): Use mailcap-delete-duplicates.
2764
2765         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2766
2767 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2768
2769         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2770         (imap-parse-status): Upcase status-att for servers that sends them
2771         lower-case (e.g., MS Exchange 2007).
2772
2773 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2776         function.
2777
2778         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2779         (gnus-uu-yenc-article): New function.
2780
2781         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2782
2783         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2784         buffer.
2785
2786 2007-12-02  Glenn Morris  <rgm@gnu.org>
2787
2788         * binhex.el (binhex): New custom group.
2789         (binhex-decoder-program, binhex-decoder-switches)
2790         (binhex-use-external): Move to the binhex custom group.
2791
2792         * uudecode.el (uudecode): New custom group.
2793         (uudecode-decoder-program, uudecode-decoder-switches)
2794         (uudecode-use-external): Move to the uudecode custom group.
2795
2796         * netrc.el (top-level): Don't load `encrypt' features.
2797         (netrc-parse): Don't use encrypt.
2798         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2799
2800         * encrypt.el: Remove file.
2801
2802 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2803
2804         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2805         matches on patches.
2806
2807         * gnus-art.el (gnus-article-browse-html-article): Mention
2808         `mm-text-html-renderer' in the doc string.
2809
2810         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2811         string.  Add comments.
2812
2813         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2814         if rhs is ASCII.
2815
2816 2007-12-01  Glenn Morris  <rgm@gnu.org>
2817
2818         * mail-source.el (top-level): Require format-spec before
2819         eval-when-compile.
2820
2821 2007-11-30  Glenn Morris  <rgm@gnu.org>
2822
2823         * encrypt.el: Require password, rather than autoloading password-read.
2824
2825 2007-11-29  Glenn Morris  <rgm@gnu.org>
2826
2827         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2828         (sasl-make-client, sasl-next-step, sasl-step-data)
2829         (sasl-step-set-data): Declare as functions.
2830
2831 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2832
2833         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2834
2835 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2836
2837         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2838         certs should be verified and what is to be done in the event of a
2839         verification failure.
2840
2841         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2842         caller can indicate whether the cache should be disregarded for this
2843         call.  This way the result of the call is reproducible at all times and
2844         can be considered a canonical server name for the supplied method.
2845         (gnus-agent-method-p): Canonicalize server names by pushing their
2846         method through `gnus-method-to-server' using the no-cache argument.
2847
2848         * gnus-srvr.el (gnus-server-insert-server-line): Call
2849         `gnus-method-to-server' with `no-cache' argument.
2850
2851         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2852         gnus-agent-possibly-synchronize-flags as this should be called when the
2853         server is actually being opened.
2854         (gnus-agent-possibly-synchronize-flags)
2855         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2856         flags file of an agentized server to the latter function.
2857
2858         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2859         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2860         after a connection has been established successfully.
2861
2862 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-art.el (article-display-face): Force to display face if called
2865         interactively; check if gnus-article-x-face-too-ugly matches author.
2866         (article-display-x-face): Display face even if From header is missing
2867         as article-display-face does.
2868
2869 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2870
2871         * hashcash.el (message-narrow-to-headers-or-head)
2872         (message-fetch-field, message-goto-eoh)
2873         (message-narrow-to-headers): Declare as functions.
2874
2875 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2876
2877         * mail-source.el (mail-sources): Default to fetch from file for
2878         compatibility with default of nnmail-spool-file.
2879
2880 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2883         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2884         to look for encoded word that should be encoded again.
2885         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2886         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2887         encoding pattern.
2888         (rfc2047-decode-region): Switch strict regexp and loose one according
2889         to rfc2047-allow-irregular-q-encoded-words.
2890
2891 2007-11-25  Romain Francoise  <romain@orebokech.com>
2892
2893         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2894
2895 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2896
2897         * tls.el (tls-program): Provide more custom choices from
2898         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2899         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2900
2901 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2902
2903         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2904         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2905
2906         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2907         `nnmail-spool-file'.
2908
2909         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2910         `nnmail-spool-file'.
2911
2912         * gnus-move.el (gnus-change-server): Ditto.
2913
2914         * gnus-kill.el (gnus-batch-score): Ditto.
2915
2916         * gnus-cache.el (gnus-jog-cache): Ditto.
2917
2918         * gnus-msg.el (gnus-summary-reply):
2919         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2920
2921 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2924         version.  Minor improvement to doc strings.
2925         (tls-program): Add comment.
2926
2927 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2928
2929         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2930         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2931         mismatch between the hostname provided in the certificate and the name
2932         of the host connnecting to.
2933         (open-tls-stream): Use them.  Check certificates against trusted root
2934         certificates.
2935
2936 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * gnus-cache.el (gnus-cache-generate-nov-databases):
2939         Use nnml-generate-nov-databases-directory instead of
2940         nnml-generate-nov-databases-1.
2941
2942 2007-11-24  Glenn Morris  <rgm@gnu.org>
2943
2944         * message.el (message-tool-bar-retro): Update for rename
2945         mail_send.xpm->mail-send.xpm.
2946
2947 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2950         `smime-ldap-search' for Emacs 22 and up.
2951
2952 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2953
2954         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2955
2956         * message.el (message-send-mail-function): Fix error convention.
2957         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2958         (message-widen-reply, message-send-mail, message-talkative-question)
2959         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2960         (message-clone-locals, message-send-news): Use with-current-buffer.
2961         (message-insert-or-toggle-importance): Remove unused var `valid'.
2962         (message-make-references): Remove unused var `new-references'.
2963         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2964
2965 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2966
2967         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2968         (spam-split-symbolic-return-positive): Reflow docstring.
2969         (spam-backends, spam-summary-exit-behavior)
2970         (spam-mark-ham-unread-before-move-from-spam-group)
2971         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2972         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2973         (spam-clear-cache, spam-backend-check, spam-install-backend)
2974         (spam-install-statistical-backend, spam-list-of-processors)
2975         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2976         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2977         (spam-check-crm114, spam-initialize, spam-unload-hook):
2978         Fix typos in docstrings.
2979
2980 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2983         been checked if they have never been read and those group levels are
2984         higher than the one that a user specified.
2985
2986 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2989         foreign groups unless a group level is specified by a user.
2990         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2991
2992 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * message.el (message-send-mail-function): Require sendmail.
2995
2996 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * message.el (message-send-mail-function): Check for smtpmail too.
2999
3000         * utf7.el (utf7-encode, utf7-decode): Use coding system
3001         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3002
3003         * message.el (message-send-mail-function): New function.
3004         (message-send-mail-function): Set default using
3005         message-send-mail-function.  Adjust doc string.
3006         (message-send-mail-with-mailclient): New function.
3007
3008 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3009
3010         * smime.el (from):
3011         * rfc2047.el (message-posting-charset):
3012         * qp.el (mm-use-ultra-safe-encoding):
3013         * pop3.el (parse-time-months):
3014         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3015         * nnml.el (files):
3016         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3017         (jka-compr-compression-info-list, ange-ftp-path-format)
3018         (efs-path-regexp):
3019         * nndiary.el (files):
3020         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3021         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3022         (epg-digest-algorithm-alist, inhibit-redisplay)
3023         (password-cache-expiry):
3024         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3025         (pgg-output-buffer, password-cache-expiry):
3026         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3027         (efs-path-regexp):
3028         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3029         (inhibit-redisplay):
3030         * mm-uu.el (file-name, start-point, end-point, entry)
3031         (gnus-newsgroup-name, gnus-newsgroup-charset):
3032         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3033         (latin-unity-ucs-list):
3034         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3035         (mm-uu-binhex-decode-function):
3036         * message.el (gnus-message-group-art, gnus-list-identifiers)
3037         (rmail-enable-mime-composing, gnus-local-organization)
3038         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3039         (gnus-read-active-file, facemenu-add-face-function)
3040         (facemenu-remove-face-function, gnus-article-decoded-p)
3041         (tool-bar-mode):
3042         * mail-source.el (display-time-mail-function):
3043         * gnus-util.el (nnmail-pathname-coding-system)
3044         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3045         (gnus-original-article-buffer, gnus-user-agent)
3046         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3047         (xemacs-codename, sxemacs-codename, emacs-program-version):
3048         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3049         * gnus-start.el (gnus-agent-covered-methods)
3050         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3051         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3052         (gnus-newsgroup-headers, gnus-group-list-mode)
3053         (gnus-group-mark-positions, gnus-newsgroup-data)
3054         (gnus-newsgroup-unreads, nnoo-state-alist)
3055         (gnus-current-select-method, mail-sources)
3056         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3057         (nnmail-spool-file, gnus-cache-active-hashtb):
3058         * gnus-mh.el (mh-lib-progs):
3059         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3060         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3061         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3062         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3063         (gnus-group-buffer):
3064         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3065         (font-lock-set-defaults):
3066         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3067         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3068         (gnus-summary-post-menu, total-parts, type, condition, length):
3069         * gnus-agent.el (gnus-agent-read-agentview):
3070         * flow-fill.el (show-trailing-whitespace):
3071         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3072         eval-and-compile wrappers for byte compiler pacifiers.
3073
3074         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3075         (mm-display-inline-fontify): Check for featurep 'xemacs not
3076         extent-list.
3077
3078         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3079         itimer-list.
3080         (mm-create-image-xemacs): Only do something for XEmacs.
3081         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3082
3083         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3084
3085         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3086         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3087
3088 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3089
3090         * nnimap.el (nnimap-split-download-body):
3091         * gnus-demon.el (gnus-demon):
3092         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3093
3094 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3097         macros.
3098         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3099         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3100         copy data from unibyte buffer to multibyte current buffer.
3101         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3102         to copy data from unibyte current buffer to multibyte buffer.
3103         (nntp-make-process-buffer): Make process buffer unibyte.
3104
3105         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3106
3107 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3108
3109         * pop3.el (pop3-open-server): Accept and process data more robustly at
3110         connexion start to avoid spurious "POP SSL connexion failed" errors.
3111
3112 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3115         read group names.
3116
3117 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3120
3121 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3124         (nnmail-save-active): Use a unibyte buffer when saving active file,
3125         which may contain non-ASCII group names.
3126
3127         * nnml.el (nnml-request-group): Decode group names in messages.
3128
3129 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * message.el (message-citation-line-function)
3132         (message-insert-formatted-citation-line): Fix spelling of
3133         `message-insert-formated-citation-line'.
3134
3135 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3138
3139 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3142         nnmail-pathname-coding-system.
3143
3144         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3145         that a user enters; decode group names in messages.
3146
3147         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3148
3149 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3152
3153         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3154
3155         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3156         risky local variable.
3157
3158         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3159
3160 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * encrypt.el: Improve documentation to fix function name typo.
3163         Reported by Daiki Ueno <ueno@unixuser.org>.
3164
3165 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3168         even if the point is not in the last page of an article.
3169         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3170         back to the previous page.
3171
3172 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3175
3176 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3179
3180 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3181
3182         * message.el (message-check-news-body-syntax): Avoid
3183         mm-string-as-multibyte.
3184         (message-hide-headers): Don't assume (point-min)==1.
3185
3186 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * message.el (message-remove-blank-cited-lines): Fix if remove is
3189         given.
3190         (message-bogus-address-regexp): New variable.
3191         (message-bogus-recipient-p): New function.
3192         (message-check-recipients): New command.
3193         (message-syntax-checks): Add `bogus-recipient'.
3194         (message-fix-before-sending): Add `bogus-recipient'.
3195
3196         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3197         (gnus-treat-body-boundary): Don't test window-system.
3198
3199 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3200
3201         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3202
3203 2007-10-28  Miles Bader  <miles@gnu.org>
3204
3205         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3206         at compile-time too.
3207
3208 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * gnus-msg.el (gnus-message-setup-hook): Add
3211         `message-remove-blank-cited-lines' to options.
3212
3213 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * message.el (message-remove-blank-cited-lines): New function.
3216         Suggested by Karl Plästerer.
3217
3218 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3221         mapc.
3222
3223         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3224         (top-level): Use mapc to set functions to be traced for debugging.
3225
3226         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3227         called for effect with while loop.
3228
3229         * message.el (message-talkative-question): Replace mapcar called for
3230         effect with mapc.
3231
3232         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3233         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3234         called for effect with dolist.
3235
3236         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3237
3238         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3239         gnus-extra-headers and nnmail-extra-headers.
3240
3241         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3242         called for effect with dolist.
3243         (top-level): Use mapc to set functions to be traced for debugging.
3244
3245         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3246         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3247         dolist.
3248
3249         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3250         Replace mapcar called for effect with mapc.
3251         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3252         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3253         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3254         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3255
3256         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3257         remove-if that's a cl function.
3258
3259         * webmail.el (webmail-debug): Replace mapcar called for effect with
3260         dolist.
3261
3262         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3263         with mapc.
3264
3265 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3268         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3269         with while loop.
3270
3271         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3272         functions from article-* functions.
3273         (gnus-multi-decode-header): Replace mapcar called for effect with
3274         dolist.
3275
3276         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3277         (gnus-bookmark-show-details): Replace mapcar called for effect with
3278         while loop.
3279
3280         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3281         called for effect with while loop.
3282
3283         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3284         with dolist.
3285
3286         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3287         mapcar called for effect with dolist.
3288
3289         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3290
3291         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3292         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3293         Replace mapcar called for effect with dolist.
3294         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3295         mapc.
3296
3297         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3298         Replace mapcar called for effect with dolist.
3299         (gnus-topic-list): Replace mapcar called for effect with mapc.
3300
3301         * gnus.el: Use mapc instead of mapcar to add autoloads.
3302
3303 2007-10-23  Richard Stallman  <rms@gnu.org>
3304
3305         * gnus-group.el (gnus-group-highlight): Mark as risky.
3306
3307 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus.el (gnus-server-to-method): Return method found first in
3310         gnus-newsrc-alist.
3311
3312         * gnus-art.el (gnus-article-highlight-signature)
3313         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3314         button overlay without the front stickiness.
3315
3316 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3317
3318         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3319         overview buffer needed a catch to receive its throw.
3320         (gnus-agent-flush-cache): Declared as interactive to make this function
3321         easier to use.
3322
3323 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3324
3325         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3326         `next-line'.
3327
3328 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3331         exclude address matching message-dont-reply-to-names.
3332
3333 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-util.el (gnus-string<): New function.
3336
3337         * gnus-sum.el (gnus-article-sort-by-author)
3338         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3339
3340 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3343         the frame-focus tag is set in gnus-buffer-configuration.
3344
3345 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3348         the front stickiness.
3349
3350 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3353         url pattern; remove duplicate one.
3354         (gnus-article-extend-url-button): New function.
3355         (gnus-article-add-buttons): Use it.
3356         (gnus-button-push): Use concatenated url that it makes.
3357
3358 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3359
3360         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3361
3362 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3363
3364         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3365         Don't hardcode point-min==1.
3366
3367 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3370         Fix comment about "iso8859-1".
3371
3372 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3373
3374         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3375         ones returned from the verify-function.
3376
3377         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3378         mml2015-extract-cleartext-signature if extraction failed.
3379
3380 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3381
3382         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3383         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3384         failed.
3385
3386 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3387
3388         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3389
3390 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3391
3392         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3393         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3394         recommends to use EasyPG instead of PGG.
3395
3396         * pgg.el: Revert to revision 6.23.2.16
3397
3398         * pgg-def.el: Revert to revision 6.6.2.14.
3399
3400         * pgg-gpg.el: Revert to revision 6.23.2.34.
3401
3402 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3405         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3406         thread for both the null and zero (kill/expire thread) universal prefix
3407         cases.
3408         (gnus-summary-expire-thread): Add new function to expire a thread,
3409         using gnus-summary-kill-thread.
3410         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3411         shortcuts for gnus-summary-expire-thread.
3412         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3413         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3414
3415 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3418         extras value, so an extras entry can be deleted.
3419         (gnus-registry-delete-extra-entry): Use it.
3420         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3421         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3422         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3423         storage through the gnus-registry, and provide an appropriate API for
3424         it.
3425
3426 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3429         Suggested by Leo <sdl.web@gmail.com>.
3430
3431         * gnus.el: Do.
3432
3433 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3436         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3437
3438         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3439
3440         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3441         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3442
3443 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3446         newline.
3447         (nnmbox-request-accept-article): Don't change article in source buffer;
3448         narrow to header to use message-fetch-field rather than
3449         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3450         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3451         as delimiters; make sure article ends with newline.
3452         (nnmbox-delete-mail): Correct last position of article to be deleted;
3453         ignore X-Gnus-Newsgroup header in article body.
3454         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3455         positions; make sure article ends with newline.
3456
3457         * message.el (message-display-abbrev): Don't infloop when a user
3458         inserts SPC in the beginning of header.
3459
3460         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3461         coding-system-for-read and coding-system-for-write for XEmacs having no
3462         file-coding feature.
3463
3464         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3465
3466 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3469         list of groups not followed by default.  Fix type to be regexp.
3470         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3471
3472 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3473
3474         * hmac-def.el (define-hmac-function): Switch from old-style to
3475         new-style backquotes.
3476
3477         * md4.el (md4-make-step): Likewise.
3478
3479 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3482         raw-text coding system when saving .newsrc file, which may contain
3483         non-ASCII group names.
3484
3485 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-cus.el (gnus-score-extra): New widget.
3488         (gnus-score-extra-convert): New function.
3489         (gnus-score-customize): Use it for Extra.
3490
3491 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3492
3493         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3494         (mml2015-mailcrypt-clear-verify): Use it.
3495         (mml2015-gpg-clear-verify): Use it.
3496         (mml2015-pgg-clear-verify): Use it.
3497         (mml2015-epg-clear-verify): Replace the current part with the output
3498         from GnuPG; don't extract the plaintext by itself.
3499
3500         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3501         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3502         mml2015-clear-verify-function; don't touch the armor headers or
3503         dash-escaped text here.
3504
3505 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3508         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3509         parts, or application/octet-stream as a last resort.
3510         (gnus-mime-view-part-as-type): Don't toggle display.
3511         (gnus-mime-view-part-as-charset): Don't turn off display before
3512         querying charset.
3513
3514         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3515         stuff to undisplayer function in Emacs.
3516         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3517
3518         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3519         text/calendar parts.
3520
3521 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3524         decoding text/calendar parts.
3525
3526         * message.el (message-forward-make-body-mime): Always mark body as
3527         having no illegible text; remove signed-or-encrypted argument.
3528         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3529
3530         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3531         (mml-generate-mime-1): Don't encode body if it is specified to be in
3532         raw form; don't make buffer be unibyte when inserting multibyte string.
3533
3534 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3535
3536         * sha1.el: Fix up comment style.
3537         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3538         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3539
3540         * hex-util.el: Fix up comment style.
3541         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3542
3543         * gnus-salt.el: Use with-current-buffer.
3544         (gnus-pick-setup-message): Fix long-standing typo.
3545
3546 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * imap.el (imap-logout-timeout): New variable.
3549         (imap-logout, imap-logout-wait): New functions.
3550         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3551
3552         * nnimap.el (nnimap-logout-timeout): New server variable.
3553         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3554         nnimap-logout-timeout.
3555
3556         * gnus-art.el (gnus-article-summary-command-nosave)
3557         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3558
3559 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus.el (gnus-maximum-newsgroup): New variable.
3562
3563         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3564         according to gnus-maximum-newsgroup.
3565
3566         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3567         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3568         Limit the range of articles according to gnus-maximum-newsgroup.
3569
3570 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3571
3572         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3573         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3574         Don't perform gnus-configure-windows here; reuse existing sticky
3575         article buffer.
3576
3577         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3578         it doesn't exist in gnus-article-mode.
3579
3580 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3583         (gnus-agent-decoded-group-name): New function.
3584         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3585         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3586
3587 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3588
3589         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3590         Add binding for gnus-sticky-article.
3591         (gnus-summary-exit): Don't kill sticky article buffers.
3592
3593         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3594         article buffer.
3595         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3596         (gnus-kill-sticky-article-buffers): New commands.
3597
3598 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * nntp.el (nntp-xref-number-is-evil): New server variable.
3601         (nntp-find-group-and-number): If it is non-nil, don't trust article
3602         numbers in the Xref header.
3603
3604 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-agent.el (gnus-agent-read-group): New function.
3607         (gnus-agent-flush-group, gnus-agent-expire-group)
3608         (gnus-agent-regenerate-group): Use it.
3609         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3610         nnmail-pathname-coding-system.
3611
3612 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3615
3616         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3617         that are unread as unread, and also as selected so that information of
3618         marks having been changed by a user may be updated when exiting group.
3619
3620 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3623         calculated ignoring signature parts to gnus-treat-article.
3624
3625 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3628         a point here in order to keep the window start.
3629         (gnus-insert-mime-security-button): Make a button overlay without the
3630         front stickiness.
3631         (gnus-mime-display-security): Goto the end of a button.
3632
3633         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3634
3635 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3638         group-name-at-point.
3639         (gnus-group-completing-read): New function that offers decoded
3640         non-ASCII group names for completion.
3641         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3642         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3643         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3644         (gnus-group-fetch-control): Use it.
3645         (gnus-fetch-group): Use group-name-at-point for the initial value
3646         rather than the default value; use gnus-alive-p.
3647
3648         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3649         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3650         (gnus-summary-post-news): Use gnus-group-completing-read.
3651
3652         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3653         (gnus-read-move-group-name): Decode group name for completion.
3654
3655 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3658         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3659         Yamaoka slightly modified the code).
3660
3661 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3664         (nnmail-split-incoming): Bind it.
3665
3666         * nnml.el (nnml-group-name-charset): New function.
3667         (nnml-decoded-group-name): Use it; don't decode group name if
3668         nnmail-group-names-not-encoded-p is non-nil.
3669         (nnml-encoded-group-name): New function.
3670         (nnml-group-pathname): Inline nnml-decoded-group-name.
3671         (nnml-request-expire-articles): Decode group name in message.
3672         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3673         nnmail-pathname-coding-system.
3674         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3675         not decoded ones according to nnmail-group-names-not-encoded-p.
3676         (nnml-generate-active-info): Use nnml-encoded-group-name.
3677
3678 2007-08-08  Glenn Morris  <rgm@gnu.org>
3679
3680         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3681         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3682         doc-strings and comments.
3683
3684 2007-07-25  Glenn Morris  <rgm@gnu.org>
3685
3686         * Relicense all FSF files to GPLv3 or later.
3687
3688 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-sum.el (gnus-summary-move-article): Make
3691         gnus-summary-respool-article work.
3692
3693 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3696         string.
3697
3698 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3699
3700         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3701         that should be ignored when comparing distant RSS articles with local
3702         ones.
3703         (nnrss-make-hash-index): New function.  Create a hash index according
3704         to the ignored fields.
3705         (nnrss-check-group): Use it.
3706
3707 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3710
3711         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3712
3713         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3714         the new optional argument ENCODED is non-nil.
3715         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3716         coding system for encoding group name.
3717         (gnus-group-make-rss-group): Pass un-encoded group name to
3718         gnus-group-make-group.
3719         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3720         encoded.
3721
3722         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3723         Encode group name to which articles are moved or copied.
3724         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3725         coding system for encoding Newsgroup, Followup-To and Xref headers.
3726
3727         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3728         marks; use nnheader-file-coding-system to write a file.
3729         (nnagent-retrieve-headers): Bind file-name-coding-system to
3730         nnmail-pathname-coding-system.
3731
3732         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3733
3734         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3735         (nnml-request-article, nnml-request-create-group)
3736         (nnml-request-rename-group, nnml-find-id)
3737         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3738         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3739         (nnml-save-marks): Use nnml-group-pathname instead of
3740         nnmail-group-pathname.
3741
3742         (nnml-request-create-group, nnml-request-expire-articles)
3743         (nnml-request-move-article, nnml-request-delete-group)
3744         (nnml-deletable-article-p, nnml-possibly-create-directory)
3745         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3746         (nnml-open-marks): Bind file-name-coding-system to
3747         nnmail-pathname-coding-system.
3748
3749         (nnml-request-article): Pass server argument to nnml-find-group-number.
3750         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3751         server argument to nnml-possibly-create-directory.
3752         (nnml-request-accept-article): Pass server argument to
3753         nnml-active-number and nnml-save-mail.
3754         (nnml-find-group-number): Pass server argument to nnml-find-id.
3755         (nnml-request-update-info): Pass server argument to
3756         nnml-marks-changed-p.
3757
3758         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3759         (nnml-save-mail, nnml-active-number): Add server argument.
3760
3761         (nnml-request-delete-group): Warn if group is missing.
3762         (nnml-get-nov-buffer): Decode group name.
3763         (nnml-generate-active-info): Encode group name.
3764         (nnml-open-marks): Decode group name in messages.
3765
3766 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3769         if it is not specified.
3770         (gnus-article-pipe-part, gnus-article-save-part)
3771         (gnus-article-interactively-view-part, gnus-article-copy-part)
3772         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3773         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3774         (gnus-article-replace-part, gnus-article-delete-part)
3775         (gnus-article-view-part-as-type): Pass raw prefix argument to
3776         gnus-article-part-wrapper.
3777
3778 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-agent.el (gnus-agent-save-active): Bind
3781         nnheader-file-coding-system to gnus-agent-file-coding-system.
3782
3783         * gnus-cache.el (gnus-cache-save-buffers)
3784         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3785         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3786         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3787         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3788         (gnus-cache-generate-active, gnus-cache-rename-group)
3789         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3790         (gnus-cache-update-overview-total-fetched-for): Bind
3791         file-name-coding-system to nnmail-pathname-coding-system.
3792         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3793         variables.
3794         (gnus-cache-decoded-group-name): New function.
3795         (gnus-cache-file-name): Use it.
3796         (gnus-cache-generate-active): Use non-decoded group name for active.
3797
3798         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3799         right place.
3800         (gnus-write-active-file): Don't break non-ASCII group names.
3801
3802         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3803         nnmail-pathname-coding-system.
3804
3805         * lpath.el: Bind default-file-name-coding-system,
3806         file-name-coding-system and language-info-alist for XEmacs.
3807
3808         * gnus-uu.el (gnus-uu-decode-save): Typo.
3809
3810 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3813
3814 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3817         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3818         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3819         (gnus-agent-flush-group, gnus-agent-flush-cache)
3820         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3821         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3822         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3823         (gnus-agent-regenerate-group)
3824         (gnus-agent-update-files-total-fetched-for)
3825         (gnus-agent-update-view-total-fetched-for): Bind
3826         file-name-coding-system to nnmail-pathname-coding-system.
3827         (gnus-agent-group-pathname): Don't encode file names by
3828         nnmail-pathname-coding-system.
3829         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3830         coding-system-for-write instead of buffer-file-coding-system to
3831         gnus-agent-file-coding-system.
3832
3833         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3834         Decode group name.
3835
3836         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3837
3838         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3839         (gnus-read-newsrc-el-file): Make group names unibyte.
3840
3841         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3842         nnmail-pathname-coding-system.
3843
3844         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3845         (nnrss-request-delete-group): Bind file-name-coding-system to
3846         nnmail-pathname-coding-system.
3847         (nnrss-read-server-data, nnrss-read-group-data): Bind
3848         file-name-coding-system correctly.
3849         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3850
3851         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3852         (nntp-server-to-method-cache): New variable.
3853         (nntp-group-pathname): New function that decodes non-ASCII group names.
3854         (nntp-possibly-create-directory, nntp-marks-changed-p)
3855         (nntp-save-marks, nntp-open-marks): Use it.
3856         (nntp-possibly-create-directory, nntp-open-marks):
3857         Bind file-name-coding-system to nnmail-pathname-coding-system.
3858         (nntp-open-marks): Decode group names when bootstrapping marks.
3859
3860         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3861         Newsgroups and Folowup-To headers.
3862
3863 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3866         (gnus-server-closed-face, gnus-server-denied-face)
3867         (gnus-server-offline-face): Remove variable.
3868         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3869
3870         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3871         of modifying message-stack directly for XEmacs.
3872
3873         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3874         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3875         if the coding-system argument is nil for XEmacs.
3876
3877         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3878         mm-charset-override-alist.
3879
3880         * rfc2047.el: Don't require base64; require rfc2045 for the function
3881         rfc2045-encode-string.
3882         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3883         to quote the parameter value.
3884
3885 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3888         form in gnus-group-name-charset-method-alist.
3889
3890         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3891         overrides the default layout edit-form.
3892
3893         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3894
3895         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3896
3897 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3900         as unfetched articles.
3901
3902 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3905
3906 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3909         original back end that keeps marks in the local system.
3910
3911 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3914         arg of pop-to-buffer for XEmacs.
3915         (gnus-article-read-summary-keys): Ditto; don't restore window
3916         configuration if summary command ends up with neither article buffer
3917         nor summary buffer; describe bindings if summary keys end with C-h.
3918
3919 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * message.el (message-fix-before-sending): Skip raw message part to be
3922         forwarded while checking illegible text.
3923         (message-forward-make-body-mime, message-forward-make-body): Mark
3924         signed or encrypted raw message as having no illegible text.
3925
3926 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3929         (gnus-message-with-timestamp-1): New macro.
3930         (gnus-message-with-timestamp): New function.
3931         (gnus-message): Use them.
3932
3933         * nnheader.el (nnheader-message): Use them.
3934
3935 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3938         .newsrc.eld file.
3939
3940 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-agent.el (gnus-agent-fetch-headers)
3943         (gnus-agent-retrieve-headers): Bind
3944         gnus-decode-encoded-address-function to identity.
3945
3946         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3947         available also when the server returns simply a dot.
3948
3949         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3950
3951 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3954
3955 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-ems.el (gnus-x-splash): Make it work.
3958
3959         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3960         from being used.
3961
3962         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3963
3964 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3967         4th and the 5th arguments.
3968
3969         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3970         the front stickiness.
3971         (gnus-article-summary-command-nosave): Correct the order of the
3972         arguments passed to pop-to-buffer.
3973         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3974         summary command ends up with the article buffer.
3975
3976         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3977         the same faces.
3978
3979 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3980
3981         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3982
3983 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3984
3985         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3986         * gnus-sum.el (gnus-summary-highlight):
3987         * pgg.el (pgg-sign-region, pgg-sign):
3988         * mail-source.el (mail-source-delete-old-incoming-confirm):
3989         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3990
3991 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (gnus-mime-view-part-externally)
3994         (gnus-mime-view-part-internally): Fix predicate function passed to
3995         completing-read.
3996
3997         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3998
3999         * gnus.el (gnus-update-message-archive-method): Add :version.
4000
4001 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus.el (gnus-update-message-archive-method): New variable.
4004
4005         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4006         according to gnus-message-archive-method if
4007         gnus-update-message-archive-method is non-nil.
4008
4009 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4012         by Loic Dachary <loic@dachary.org>.
4013         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4014
4015 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * message.el (message-pop-to-buffer): Add switch-function argument.
4018         (message-mail): Pass switch-function argument to it.
4019
4020 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4023         Improve doc string.
4024
4025 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4028         (gnus-header-content)
4029         * gnus-cite.el (gnus-cite-10)
4030         * gnus-srvr.el (gnus-server-closed)
4031         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4032         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4033         (gnus-group-mail-3-empty, gnus-group-mail-low)
4034         (gnus-group-mail-low-empty, gnus-splash)
4035         * message.el (message-header-to, message-header-cc)
4036         (message-header-subject, message-header-other, message-header-name)
4037         (message-header-xheader, message-separator, message-cited-text)
4038         (message-mml): Lighten colors of faces used for dark background.
4039
4040 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4041
4042         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4043         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4044
4045 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * message.el (message-narrow-to-headers-or-head):
4048         Ignore mail-header-separator in the body.
4049
4050 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4053         same as window size.
4054
4055 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4056
4057         * message.el (message-font-lock-keywords): Use message-header-xheader
4058         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4059         ahead of the anything pattern, to get it recognised.
4060
4061 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4064         spam.el loads uses it in the compiled defadvice form.
4065
4066 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4067
4068         * gnus-sum.el (gnus-articles-to-read)
4069         (gnus-summary-insert-old-articles): Don't truncate group name for
4070         `read-string'.
4071
4072         * gnus-util.el (gnus-limit-string): Delete this function.
4073
4074         * gnus-sum.el (gnus-simplify-subject-fully): Use
4075         `truncate-string-to-width' instead.
4076
4077 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4078
4079         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4080         if, on summary exit, the next group has to be selected.
4081         (gnus-summary-exit): Use it.
4082
4083 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4084
4085         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4086         non-break space.
4087
4088 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4091         Check if group is not a directory.
4092         (nnfolder-request-expire-articles): Don't delete articles if the target
4093         group is not available.
4094
4095         * nnml.el (nnml-request-create-group): Properly check if group is not a
4096         file.
4097         (nnml-request-expire-articles): Don't delete articles if the target
4098         group is not available.
4099
4100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4101         Don't quote characters that are within parentheses.
4102
4103 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4106         (gnus-handle-ephemeral-exit): Select article according to it.
4107
4108 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * message.el (message-insert-formated-citation-line): Remove newline.
4111         (message-citation-line-format): Add final \n here so that the user can
4112         avoid a blank line.
4113
4114 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4115
4116         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4117         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4118         Update lanl/arXiv support.
4119
4120 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * gnus.el: Bump version number.
4123
4124 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus.el (gnus-version-number): Bump version.
4127
4128 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4129
4130         * gnus.el: No Gnus v0.6 is released.
4131
4132 2007-04-27  Didier Verna  <didier@xemacs.org>
4133
4134         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4135         * gmm-utils.el (gmm-regexp-concat): here.
4136         * message.el: Don't require 'gnus-util.
4137         (message-dont-reply-to-names): Handle name change above.
4138         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4139
4140 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4143         since the initial value varies according to the system.
4144
4145 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4148
4149 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4150
4151         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4152
4153 2007-04-24  Didier Verna  <didier@xemacs.org>
4154
4155         Improve the type of gnus-ignored-from-addresses.
4156         * gnus-util.el (gnus-orify-regexp): New function.
4157         * message.el (gnus-util): Require it.
4158         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4159         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4161
4162 2007-04-24  Didier Verna  <didier@xemacs.org>
4163
4164         * gnus-sum.el:
4165         * gnus-utils.el: Fix some trailing whitespaces.
4166
4167 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4170         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4171         article's Message-ID; refer parent article in summary buffer.
4172
4173         * message.el (message-bounce): Call mime-to-mml.
4174
4175         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4176         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4177         optimize and/or forms properly.
4178
4179 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4182         URL.
4183
4184 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4187
4188 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4191         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4192         displayed of multipart/alternative part if it is invoked from summary
4193         buffer.
4194
4195         * mm-view.el (mm-inline-text-html-render-with-w3m)
4196         (mm-inline-text-html-render-with-w3m-standalone)
4197         (mm-inline-render-with-function): Use mail-parse-charset by default.
4198
4199 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4200
4201         * parse-time.el (parse-time-string-chars): Check if CHAR
4202         is less than the length of parse-time-syntax.
4203
4204 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4207         from gnus-newsgroup-processable.
4208
4209 2007-04-16  Didier Verna  <didier@xemacs.org>
4210
4211         * gnus-msg.el (gnus-configure-posting-styles): Handle
4212         message-signature-directory properly with :file syntax.  Reported by
4213         "Leo".
4214
4215 2007-04-11  Didier Verna  <didier@xemacs.org>
4216
4217         New user option: message-signature-directory.
4218         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4219         * message.el (message-insert-signature): Ditto.
4220         * message.el (message-signature-file): Doc update.
4221         * message.el (message-signature-directory): New.
4222
4223 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-msg.el (gnus-inews-yank-articles): Use
4226         message-exchange-point-and-mark instead of exchange-point-and-mark.
4227
4228 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * message.el (message-yank-original): Make sure cited text ends with
4231         newline; don't exchange point and mark.
4232
4233 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4234
4235         * tls.el (open-tls-stream): Properly handle case where there
4236         is no associated buffer.
4237
4238 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4239
4240         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4241         message-yank-original, make sure (< mark TEXT point).
4242
4243 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * message.el (message-fill-column): New variable.
4246         (message-mode): Use it.  Add comment on a possible new hook.
4247
4248         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4249         (nnmail-get-new-mail): Reformat.
4250
4251         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4252
4253         * gmm-utils.el: Fix Commentary.
4254         (gmm-tool-bar-from-list): Fix typo in doc string.
4255
4256 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4257
4258         * message.el (message-yank-original): Don't switch point and mark
4259         unnecessarily to put point and mark as documented.
4260
4261 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4264         from the message heads.
4265
4266 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4267
4268         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4269         article buffer does not have a window.  This may not be the best
4270         solution but is certainly better than setting the start of the null,
4271         that is the current, window.
4272
4273 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4276         (gnus-draft-setup): Run it.
4277
4278         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4279         gnus-score-fast-scoring.  Allow regexp.
4280         (gnus-score-headers): Use it.
4281
4282         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4283         XEmacs.
4284
4285         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4286         string.
4287         (gnus-button-alist): Also catch `<f1> k ...'.
4288         (gnus-treat-display-x-face): Fix doc string.
4289
4290 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4291
4292         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4293         evaluation of gnus-extended-version to ensure correct generation of the
4294         User-Agent header when message-generate-headers-first is used.
4295
4296 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4297
4298         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4299         hashcash-path is nil.  Don't call callback with incorrect number of
4300         parameters if val is 0.
4301
4302 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4303
4304         * message.el (message-required-news-headers):
4305         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4306
4307 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4308
4309         * tls.el (open-tls-stream): In handshake-waiting loop,
4310         don't wait more if there is output available to process.
4311
4312 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4313
4314         * tls.el (tls-program): Doc fix.
4315
4316 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * message.el (message-generate-new-buffers): Change the meaning of the
4319         nil value; add `standard' to the choices; treat t as `unique'; improve
4320         doc string.
4321         (gnus-select-frame-set-input-focus): Autoload.
4322         (message-buffer-name): Search for the existing message buffer if
4323         message-generate-new-buffers is nil or `standard'; treat the value t of
4324         message-generate-new-buffers as `unique'.
4325         (message-pop-to-buffer): Raise the frame already displaying the message
4326         buffer; clear the echo area after querying.
4327         (message-setup): Pass the `continue' argument to compose-mail.
4328         (message-mail): Prefer `switch-function' if it is given; search for the
4329         existing message buffer if the `continue' argument is non-nil; pass
4330         continue and switch-function arguments to compose-mail by way of
4331         message-setup.
4332         (message-mail-other-window): Adjust argument of message-setup.
4333         (message-mail-other-frame): Ditto.
4334
4335 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4338         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4339         to turn font-lock on when turning gnus-message-citation-mode on.
4340
4341 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4342
4343         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4344         (mml-smime-function-alist): New variable; add epg as the backend.
4345         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4346         mml-smime- functions instead.
4347         * mm-view.el: Require smime.
4348
4349 2007-03-05  Didier Verna  <didier@xemacs.org>
4350
4351         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4352         instead of just inheritance for posting styles.
4353         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4354
4355 2007-02-24  Chris Moore  <dooglus@gmail.com>
4356
4357         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4358         * pgg-pgp.el (pgg-pgp-encrypt-region):
4359         * pgg-gpg.el (pgg-gpg-encrypt-region):
4360         Check pgg-encrypt-for-me if no other recipients.
4361
4362 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4363
4364         * tls.el (tls-certtool-program): Fix custom type.
4365
4366 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4369         and point-at-eol instead of line-(beginning|end)-position.
4370
4371         * assistant.el (assistant-parse-buffer): Ditto.
4372
4373         * netrc.el (netrc-parse-services): Ditto.
4374
4375 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4376
4377         * mml2015.el (mml2015-epg-find-usable-key): New function.
4378         (mml2015-epg-sign): Use it.
4379         (mml2015-epg-encrypt): Use it.
4380
4381 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * message.el (message-make-in-reply-to): Quote name containing
4384         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4385         if there are special characters.  Reported by NAKAJI Hiroyuki
4386         <nakaji@jp.freebsd.org>.
4387
4388 2007-02-27  Didier Verna  <didier@xemacs.org>
4389
4390         Include the group parameters as well as the topic ones in the
4391         inheritance filter process.
4392         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4393         argument GROUP-PARAMS-LIST.
4394         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4395
4396 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * nntp.el (nntp-never-echoes-commands)
4399         (nntp-open-connection-functions-never-echo-commands): New variables.
4400         (nntp-send-command): Use them.
4401
4402 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4403
4404         * mml2015.el (mml2015-epg-verify): Simplified.
4405
4406 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * mml.el (mml-content-disposition-alist): New user option.
4409         (mml-content-disposition): New function.
4410         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4411         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4412
4413 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4416         verification.
4417
4418 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4419
4420         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4421         articles posted in the last 24 hours.
4422
4423 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4424
4425         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4426
4427 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4428
4429         * nntp.el (nntp-send-command): Don't wait for echoes when
4430         nntp-open-ssl-stream is used.
4431
4432 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4435         (gnus-message-add-citation-keywords)
4436         (gnus-message-remove-citation-keywords): Remove.
4437         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4438         directly, make the variables in font-lock-defaults buffer-local, add
4439         gnus-message-citation-keywords to them and then update the value of
4440         font-lock-keywords.
4441
4442 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * message.el (message-cite-original-1): Don't call
4445         gnus-article-highlight-citation.
4446
4447         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4448         citations; fix line count.
4449
4450 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4453         (gnus-message-add-citation-keywords)
4454         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4455         versions of font-lock-add-keywords and font-lock-remove-keywords to
4456         work with XEmacs correctly.
4457
4458 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-cite.el (gnus-cite-face-list): Set the values of
4461         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4462         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4463         (gnus-message-cite-prefix-regexp): New variable.
4464         (gnus-message-search-citation-line): Use it; protect against long
4465         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4466         the 0th match data for Emacs.
4467         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4468         (gnus-message-add-citation-keywords): Append keywords rather than
4469         prepending; emulate font-lock-add-keywords if it is not available.
4470         (gnus-message-remove-citation-keywords): Emulate
4471         font-lock-remove-keywords if it is not available.
4472
4473         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4474
4475         * message.el (message-cite-prefix-regexp): Set the value of
4476         gnus-message-cite-prefix-regexp.
4477
4478 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4479
4480         * nnweb.el (nnweb-google-parse-1): Update parser.
4481
4482 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4483
4484         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4485
4486 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4487
4488         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4489         regexp.
4490
4491 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4494         string-to-multibyte.
4495         (uudecode-decode-region-internal): Use it.
4496
4497         * lpath.el: Fbind string-as-multibyte for XEmacs.
4498
4499 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4502         custom choice.
4503
4504         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4505
4506 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4507
4508         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4509
4510         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4511         `write-region' to respect `mm-inhibit-file-name-handlers'.
4512
4513 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4516         Use gnus-home-directory instead of "~/" or "$HOME".
4517
4518 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4521         to mention filename.
4522         Add comments at beginning regarding usage.
4523         (encrypt-write-file-contents): Change interactive so a string is
4524         acceptable.  If the file has no associated model, show an error instead
4525         of a nonsense prompt.
4526
4527 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4528
4529         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4530         Thanks to Yoshihiko Yamada for kind notification of this typo.
4531
4532 2007-01-12  Kenichi Handa  <handa@m17n.org>
4533
4534         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4535         multibyte buffer.
4536
4537 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * gnus-score.el (gnus-score-fast-scoring): New variable.
4540         (gnus-score-headers): Use it.
4541
4542         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4543
4544         * message.el (message-cite-original-1): Call
4545         gnus-article-highlight-citation if requested.
4546         (message-make-from): Allow name and address as optional arguments.
4547
4548         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4549
4550         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4551         bugs to doc string.
4552         (gnus-button-alist): Add mid\\|message-id.
4553         (gnus-button-fetch-group): Extend for use in
4554         `browse-url-browser-function'.
4555         (gnus-button-url-regexp): Try to catch paired parentheses like in
4556         Wikipedia URLs.
4557
4558         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4559         Suggested by Simon Krahnke <overlord@gmx.li>.
4560
4561 2007-01-13  Romain Francoise  <romain@orebokech.com>
4562
4563         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4564         Update copyright.
4565
4566 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4567
4568         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4569
4570 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * gnus-registry.el (gnus-registry-unfollowed-groups)
4573         (gnus-registry-split-fancy-with-parent): Fix documentation.
4574
4575 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4578         from nnweb groups.
4579
4580 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4583         Xref urls.  Erase buffer before requesting head.
4584
4585 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4588         customizable.
4589
4590 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4593         no signing key is found.
4594         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4595         no encrypting and/or signing key is found.
4596
4597 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4600
4601 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4602
4603         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4604         headers read from disk with the ones newly found in the current search.
4605         This should no longer cause problems, because the article numbers in
4606         Gmane's `nov.php' output are ignored since the previous change.
4607
4608 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4609
4610         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4611
4612 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4615         replace-regexp-in-string; bind url-version; fbind display-images-p and
4616         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4617         find-face and set-itimer-function for Emacs; bind itimer-list for
4618         Emacs.
4619
4620         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4621
4622 2007-01-01  Romain Francoise  <romain@orebokech.com>
4623
4624         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4625
4626 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4627
4628         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4629         `define-minor-mode' macro definition expanded properly.
4630         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4631         exclude it there.
4632
4633         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4634         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4635         `fboundp' test.
4636         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4637         This is OK to autoload in (S)XEmacs now.
4638
4639 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4642         keystroke.
4643         (gnus-summary-limit-to-singletons): Fix typo.
4644
4645         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4646         else fails.
4647
4648 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4649
4650         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4651         docstring.
4652
4653         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4654         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4655         (gnus-summary-insert-dormant-articles): Fix typo in message.
4656
4657 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4660         nil for XEmacs.
4661         (gnus-message-citation-mode): Don't autoload in XEmacs.
4662
4663         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4664
4665 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4666
4667         * nnimap.el (nnimap-expunge-search-string): Mention
4668         nnimap-search-uids-not-since-is-evil in docstring.
4669
4670 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * spam.el: Revert to make-obsolete-variable because
4673         define-obsolete-variable-alias is not supported in Emacs 21.
4674
4675         * spam.el (spam-ifile-path, spam-ifile-database-path)
4676         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4677         make-obsolete-variable.
4678         (spam-bsfilter-path, spam-bsfilter-program)
4679         (spam-spamassassin-path, spam-spamassassin-program)
4680         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4681         use "path" inappropriately.
4682         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4683         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4684         variable names.
4685
4686 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4687
4688         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4689         summary buffer.
4690
4691         * password.el (password-cache-remove): Use clear-string to burn
4692         password, if available.
4693
4694 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4695
4696         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4697
4698         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4699
4700         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4701         (gnus-message-highlight-citation): Move defcustom here from
4702         gnus-cite.el.
4703         (gnus-message-citation-mode): Autoload.
4704
4705         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4706         checks to make it compile with XEmacs.
4707         (gnus-message-citation-mode): New minor mode.
4708         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4709         (gnus-message-highlight-citation): New variables.
4710         (gnus-message-search-citation-line)
4711         (gnus-message-add-citation-keywords)
4712         (gnus-message-remove-citation-keywords)
4713         (turn-on-gnus-message-citation-mode)
4714         (turn-off-gnus-message-citation-mode): New functions.
4715
4716 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4717
4718         * gnus-cite.el: Enable highlighting of different citation levels in
4719         message-mode.
4720
4721 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4722
4723         * message.el (message-make-fqdn): Fix comment.
4724         (message-bogus-system-names): Add ".local".
4725
4726         * spam.el (spam-ifile-path, spam-ifile-program)
4727         (spam-ifile-database-path, spam-ifile-database)
4728         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4729         Don't use "path" inappropriately.
4730         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4731         strings.
4732         (spam-check-ifile, spam-ifile-register-with-ifile)
4733         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4734         new variable names.
4735
4736         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4737         (gnus-treat-display-smileys): Simplify using
4738         gnus-image-type-available-p.
4739
4740         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4741         available.
4742
4743         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4744         `display-images-p' if available.
4745
4746 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4749         one after turning on the buffer's multibyteness instead of decoding
4750         them directly in the unibyte buffer that causes unexpected conversion
4751         in Emacs 23 (unicode).
4752
4753 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4754
4755         * message.el (message-generate-hashcash): Fix custom type.
4756
4757 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4760
4761 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4764         disconnect icons.  Add help text.
4765
4766 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4769         negated to be consistent with the others we handle.
4770
4771 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4774         version of gnus-summary-buffer to something, so that we can use two
4775         article buffers at the same time.
4776
4777 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4780         trigger all the extra headers.
4781         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4782         sorting.
4783
4784 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4785
4786         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4787         solid groups.
4788
4789 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4790
4791         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4792
4793 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * legacy-gnus-agent.el: Add Copyright notice.
4796
4797 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4798
4799         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4800
4801 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4804
4805         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4806         to make it work reliably in CVS Emacs.
4807         (gnus-summary-limit-strange-charsets-predicate)
4808         (gnus-summary-limit-to-predicate): New functions.
4809
4810 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4811
4812         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4813         specifying array size.
4814         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4815         array if it is too small.
4816         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4817         (gnus-sort-threads-loop): New function.
4818
4819 2006-12-06  Chris Moore  <dooglus@gmail.com>
4820
4821         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4822         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4823
4824 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4825
4826         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4827         options.
4828
4829 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4832         DOS-ing the recipient.
4833
4834         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4835         the headers when creating the mapping to avoid mismappings.
4836         (nnweb-gmane-create-mapping): Always nix out old mapping.
4837
4838 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4841         and mm-verify-option to never.
4842
4843 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * message.el (message-signed-or-encrypted-p): New function.
4846         (message-forward-make-body): Use it.
4847
4848         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4849         Replace encode-coding-string with mm-encode-coding-string.
4850
4851 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * nneething.el (nneething-decode-file-name): Replace
4854         decode-coding-string with mm-decode-coding-string.
4855
4856         * gnus-int.el (gnus-open-server): Say failed server's name.
4857
4858 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4859
4860         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4861         strings to a single string.  Quote `errors-file-name'.
4862         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4863         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4864         Adjust calls.  Use `shell-quote-argument'.
4865
4866 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4867
4868         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4869         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4870
4871         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4872         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4873         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4874         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4875         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4876         (gnus-subscribe-newsgroup, gnus-1):
4877         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4878         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4879         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4880         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4881
4882 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4885         keystroke.
4886         (gnus-summary-limit-to-bodies): Implement headersp.
4887
4888 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4891
4892 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4895
4896 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * message.el (message-generate-hashcash): Expand range of values to
4899         include `opportunistic'.
4900         (message-send-mail): Use it.
4901
4902 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4903
4904         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4905         and comment it.
4906
4907         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4908
4909 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * gnus-util.el (gnus-extract-address-components): Improve comment.
4912
4913 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-util.el (gnus-extract-address-components): Work with address in
4916         which the name portion contains @.
4917
4918         * lpath.el: Fbind custom-autoload.
4919
4920 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4921
4922         * gnus.el (gnus-start): Move custom group up.
4923         (gnus-select-method): Don't autoload, but make it available for
4924         `customize-variable'.
4925         (gnus-getenv-nntpserver): Don't autoload.
4926
4927 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4928
4929         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4930
4931 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * message.el (message-sendmail-extra-arguments): New variable.
4934         (message-send-mail-with-sendmail): Use it.
4935
4936 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4939         mm-with-unibyte-current-buffer to make string unibyte.
4940
4941         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4942         mm-string-as-multibyte.
4943
4944 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4945
4946         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4947         Reported by Werner Koch <wk@gnupg.org>.
4948
4949 2006-11-14  Daiki Ueno  <ueno@p360>
4950
4951         * mml2015.el: Autoload epa-select-keys when compiling.
4952
4953 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4954
4955         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4956         message-options.
4957         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4958
4959 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4960
4961         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4962         EasyPG (< 0.0.6).
4963         (mml2015-always-trust): New user option.
4964         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4965         prompt.
4966
4967 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * nntp.el (nntp-authinfo-force): New variable.
4970         (nntp-send-authinfo): Use it.
4971
4972 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4975         decode encoded words.  Improve prompt.  Add comment about forwarding.
4976         (message-replacement-char): Move up.
4977
4978 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4979
4980         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4981         instead of gnus-intersection because arguments of gnus-sorted-nunion
4982         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4983
4984 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4987         (message-simplify-subject-functions): Enable
4988         message-strip-subject-encoded-words by default.
4989
4990 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * message.el (message-strip-subject-encoded-words): New function
4993         (message-simplify-subject-functions): New variable.
4994         (message-simplify-subject): Use it.  Fix typo in doc string.
4995         Support message-strip-subject-encoded-words.
4996
4997 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4998
4999         * gnus-diary.el (gnus-diary-delay-format-function):
5000         * nndiary.el (nndiary-reminders):
5001         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5002
5003 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * gnus-art.el (article-hide-boring-headers): Fetch date from
5006         gnus-original-article-buffer to avoid problems with localized date
5007         strings.
5008
5009 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5012
5013 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5014
5015         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5016         New variables.
5017         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5018         (mm-charset-synonym-alist): Move some entries to
5019         mm-codepage-iso-8859-list.
5020         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5021         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5022
5023 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5026
5027 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5030         with Emacs 21 and XEmacs.
5031
5032 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * spam.el (spam-parse-address): New function for better parsing,
5035         catching errors, etc.
5036         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5037
5038 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * mm-view.el: Add interactive arg to html2text autoload.
5041
5042 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5045
5046 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5049         variables.
5050         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5051         (mm-charset-synonym-alist): Move some entries to
5052         mm-codepage-iso-8859-list.
5053
5054         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5055
5056 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * message.el (message-citation-line-format)
5059         (message-insert-formated-citation-line): Fix implementation of %E, %N
5060         and %n according to the doc string.
5061
5062 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5065         car-safe to avoid bad parses.
5066
5067 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5070         names.
5071
5072         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5073
5074 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5077         header.
5078
5079         * message.el (message-draft-headers): Add Date.
5080         (message-headers-to-generate): Fix typo in docstring.
5081
5082         * nndraft.el (nndraft-required-headers): New variable.
5083         (nndraft-generate-headers): Use it.
5084
5085         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5086
5087 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-registry.el (gnus-registry-wash-for-keywords)
5090         (gnus-registry-find-keywords): New functions to allow easy searching of
5091         articles that are in the registry.
5092
5093 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5096         ietf-drums-parse-address instead of gnus-extract-address-components.
5097         Reported by Damien Elmes <damien@repose.cx>.
5098
5099 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * gnus.el (gnus-mime): Remove unused custom group.
5102
5103 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5104
5105         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5106         "blank line" when searching for end of armor headers.
5107
5108 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gmm-utils.el (gmm-write-region): Fix variable name.
5111
5112 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gmm-utils.el (gmm-write-region): New function based on compatibility
5115         code from `mm-make-temp-file'.
5116
5117         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5118
5119         * nnmaildir.el (nnmaildir--update-nov)
5120         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5121         Use `gmm-write-region'.
5122
5123 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5126         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5127
5128         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5129
5130         * message.el (message-replacement-char): New variable.
5131         (message-fix-before-sending): Use it.
5132         (message-simplify-subject): New function to remove duplicate code.
5133         (message-reply, message-followup): Use it.
5134
5135         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5136         gnus-summary-limit-to-articles.
5137
5138 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-util.el (gnus-with-local-quit): New macro.
5141
5142         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5143
5144 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5147         ignore non-string data.
5148
5149 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5152         non-string data (needs to be done in the registry too).
5153
5154 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5157         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5158         (gnus-registry-split-fancy-with-parent)
5159         (gnus-registry-fetch-simplified-message-subject-fast)
5160         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5161         Remove text properties on ingress into the registry and when it's saved.
5162         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5163         registry from entries with no groups.
5164
5165 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5166
5167         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5168         function to remove string properties.
5169
5170 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * gmm-utils.el (gmm): Adjust custom version.
5173
5174         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5175         custom version.
5176
5177         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5178
5179 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * gnus-art.el (gnus-insert-prev-page-button)
5182         (gnus-insert-next-page-button): Simplify.  Reformat.
5183
5184 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5185
5186         * gnus-art.el (gnus-insert-prev-page-button)
5187         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5188
5189 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5190
5191         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5192
5193 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5194
5195         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5196         gnus-article-button-face to MIME and security buttons.
5197
5198 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5199
5200         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5201         readable.
5202
5203 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5206
5207 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5208
5209         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5210         `browse-url-of-file' instead of `browse-url'.
5211
5212 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5213
5214         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5215         regexp.  Articles containing quotation were cut prematurely.
5216
5217 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * message.el (message-cite-original-1): Use nobody by default for the
5220         value of From header.
5221         (message-reply): Ditto.
5222
5223 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5224
5225         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5226         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5227         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5228
5229 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5232         mails in the doc string.  Add some URLs in comment.
5233         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5234
5235 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5238         backslashes handling and the way to find boundaries of quoted strings.
5239
5240 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5241
5242         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5243         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5244         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5245         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5246
5247 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5250         doc string.
5251         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5252
5253 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * lpath.el: Fbind epg-check-configuration.
5256
5257 2006-09-06  Simon Josefsson  <jas@extundo.com>
5258
5259         * mml2015.el (mml2015-use): Doc fix, mention epg.
5260
5261 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5262
5263         * mml2015.el (mml2015-use): Default to epg, if available.
5264
5265 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5266
5267         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5268         message-sender.
5269         (mml1991-epg-encrypt): Ditto.
5270         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5271         message-sender.
5272         (mml2015-epg-encrypt): Ditto.
5273
5274 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5275
5276         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5277         several common directories.
5278
5279 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5280
5281         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5282         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5283
5284 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-art.el (article-decode-encoded-words): Make it fast.
5287
5288 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5291
5292         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5293         in quoted string into `\'.
5294
5295 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5298         Use standard-syntax-table.
5299
5300 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-art.el (gnus-decode-address-function): New variable.
5303         (article-decode-encoded-words): Use it to decode headers which are
5304         assumed to contain addresses.
5305         (gnus-mime-delete-part): Remove useless `or'.
5306
5307         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5308         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5309         (gnus-nov-parse-line): Use it to decode From header.
5310         (gnus-get-newsgroup-headers): Ditto.
5311         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5312
5313         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5314         (mail-decode-encoded-address-string): New alias.
5315
5316         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5317         New function.
5318         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5319         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5320         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5321         (rfc2047-decode-string): Ditto.
5322         (rfc2047-decode-address-region): New function.
5323         (rfc2047-decode-address-string): New function.
5324
5325 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * message.el (message-caesar-buffer-body): Allow rotating headers.
5328
5329         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5330
5331         * message.el (message-insert-formated-citation-line): Fix %f.
5332         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5333
5334 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5337         (gnus-bookmark-mouse-available-p): New macro.
5338         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5339         (gnus-bookmark-bmenu-show-infos): Use it.
5340         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5341         (gnus-bookmark-bmenu-hide-infos): Ditto.
5342         (gnus-bookmark-remove-properties): New function.
5343         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5344         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5345         (gnus-bookmark-write-file): Bind coding-system-for-write.
5346         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5347         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5348         group before selecting it.
5349         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5350         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5351         quit-window if it is not available; use gnus-mouse-2 and bind it to
5352         gnus-bookmark-bmenu-select-by-mouse.
5353         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5354         (gnus-bookmark-bmenu-select-by-mouse): New function.
5355
5356 2006-08-13  Romain Francoise  <romain@orebokech.com>
5357
5358         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5359         space.
5360
5361 2006-08-10  Romain Francoise  <romain@orebokech.com>
5362
5363         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5364         (dns-mode-soa-auto-increment-serial): New user option.
5365         (dns-mode-soa-maybe-increment-serial): New function.
5366         (dns-mode): Add the latter to `write-contents-functions'.
5367
5368 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * compface.el (uncompface): Use binary rather than raw-text-unix.
5371
5372 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * compface.el (uncompface): Make sure the eol conversion doesn't take
5375         place when communicating with the external programs.  Reported by
5376         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5377
5378 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5381
5382 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5383
5384         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5385         Make it more robust by parsing author and date independently.
5386
5387 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5390
5391 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5394         first matching secret key.
5395         (mml2015-epg-encrypt): Ditto.
5396
5397         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5398         first matching secret key.
5399         (mml1991-epg-encrypt): Ditto.
5400
5401         * mml2015.el (mml2015-encrypt-to-self): New user option.
5402         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5403         mml2015-epg-encrypt-to-self is set.
5404
5405         * mml1991.el (mml1991-encrypt-to-self): New variable.
5406         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5407         mml1991-epg-encrypt-to-self is set.
5408
5409         * mml2015.el (mml2015-signers): New user option.
5410         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5411         (mml2015-epg-encrypt): Allow to select signing keys.
5412
5413         * mml1991.el (mml1991-signers): New variable.
5414         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5415         (mml1991-epg-encrypt): Allow to select signing keys.
5416
5417 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * nnheader.el (nnheader-insert-head): Make it work even if the file
5420         uses CRLF for the line-break code.
5421
5422 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5423
5424         * mml2015.el: Require mml-sec instead of password.
5425         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5426         (mml2015-cache-passphrase): Inherit the default value from
5427         mml-secure-cache-passphrase.
5428         (mml2015-passphrase-cache-expiry): Inherit the default value from
5429         mml-secure-passphrase-cache-expiry.
5430
5431         * mml1991.el: Require mml-sec instead of password.
5432         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5433         (mml1991-cache-passphrase): Inherit the default value from
5434         mml-secure-cache-passphrase.
5435         (mml1991-passphrase-cache-expiry): Inherit the default value from
5436         mml-secure-passphrase-cache-expiry.
5437
5438         * mml-sec.el: Require password.
5439         (mml-secure-verbose): New user option.
5440         (mml-secure-cache-passphrase): New user option.
5441         (mml-secure-passphrase-cache-expiry): New user option.
5442
5443 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5444
5445         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5446         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5447         andreas@altroot.de (Andreas Vögele).
5448
5449         FIXME: Use `tiny change'?
5450
5451 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5452
5453         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5454         workaround for the url package included with Emacs.
5455
5456         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5457
5458 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5461         correctly.  This fixes a bug caused by the 2006-05-12 change.
5462
5463 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5464
5465         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5466         some information about the error when saying that the `bogus' mail
5467         group will be used.
5468
5469 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5472         string.
5473
5474 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5475
5476         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5477
5478 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5479
5480         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5481
5482 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5483
5484         * mml1991.el (mml1991-function-alist): Add epg.
5485         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5486         (mml1991-epg-encrypt): New functions.
5487
5488 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5489
5490         * mml2015.el (mml2015-verbose): New variable.
5491         (mml2015-cache-passphrase): Ditto.
5492         (mml2015-passphrase-cache-expiry): Ditto.
5493         (mml2015-function-alist): Add epg.
5494         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5495         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5496         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5497         functions.
5498
5499 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5500
5501         * message.el (message-cite-original-1): Preserve region when removing
5502         quoted text due to X-No-Archive in order to avoid bogus attribution
5503         when citing multiple messages.
5504
5505 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5506
5507         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5508         Kenneth Jacker <khj@be.cs.appstate.edu>.
5509
5510 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-diary.el (gnus-user-format-function-d)
5513         (gnus-user-format-function-D): Autoload.
5514
5515         * imap.el (Commentary): Fix typo.
5516
5517         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5518         2006-04-22 contribution.
5519
5520 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5521
5522         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5523         It didn't really fix the bogosity I'm seeing with solid web groups.
5524
5525 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5526
5527         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5528         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5529         created using server names.  If we use the feature without declaring
5530         it, Gnus does not properly manage server and group state.
5531
5532         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5533         bound.
5534
5535 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5536
5537         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5538         looking up the method using GROUP's prefix before inventing a new one.
5539         It is used on killed/unknown groups in various places where returning
5540         an all-new method isn't expected by the caller.
5541
5542         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5543         and match semantics of gnus-group-real-prefix.
5544
5545 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * nnmail.el (nnmail-broken-references-mailers): New variable.
5548         (nnmail-ignore-broken-references): New function generalizing
5549         nnmail-fix-eudora-headers.
5550         (nnmail-fix-eudora-headers): Now obsolete.
5551
5552         * gnus-art.el (gnus-button-handle-custom): Support
5553         `customize-apropos*'.
5554
5555 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5558
5559         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5560         articles.
5561
5562 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * message.el (message-cite-reply-above): New variable.
5565         (message-yank-original): Use it.
5566
5567 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5570
5571 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5574         as read.
5575
5576         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5577
5578 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5581         (gnus-bookmark-default-file): Use gnus-directory.
5582         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5583         Remove "*" in doc string.
5584         (gnus-bookmark-write-file): Simplify.
5585         (gnus-bookmark-maybe-sort-alist): Use `when'.
5586         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5587         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5588         FIXME about Emacs 21 and XEmacs compatibility.
5589         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5590         compatibility.
5591         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5592         compatibility.
5593         (gnus-bookmark-menu-heading): Fix version.
5594
5595 2006-06-19  Bastien Guerry  <bzg@altern.org>
5596
5597         * gnus-bookmark.el: New file.
5598
5599 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * message.el (message-syntax-checks): Doc fix.
5602
5603 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5604
5605         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5606         unsubscribed groups as if they were killed ones.  It causes duplicate
5607         entries in gnus-newsrc-alist.
5608
5609 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * message.el (message-syntax-checks): Doc fix.
5612         (message-send-mail): Add check for continuation headers.
5613         (message-check-news-header-syntax): Fix regexp used to check for
5614         continuation headers.
5615
5616 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5619
5620 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5623
5624 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5627         default-truncate-lines.
5628
5629 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5632         to fill the utf-8 entry.
5633
5634         * lpath.el: Fbind unicode-precedence-list.
5635
5636 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5637
5638         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5639
5640 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5641
5642         * gnus-agent.el (directory-files-and-attributes): Move all the way
5643         forward (the third and final move).
5644         (gnus-agent-read-agentview): Trap reconstruction errors due to
5645         nonexistant directory.  Handle by returning nil.
5646
5647 2006-05-30  Didier Verna  <didier@xemacs.org>
5648
5649         * message.el (message-dont-reply-to-names): Update the custom type.
5650         * message.el (message-dont-reply-to-names): New defsubst: potentially
5651         convert a list of regexps into a single one.
5652         * message.el (message-get-reply-headers): Use it.
5653         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5654
5655 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-agent.el (directory-files-and-attributes): Move forward.
5658
5659 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-ml.el (gnus-mailing-list-subscribe)
5662         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5663         (gnus-mailing-list-message): Fix doc strings.
5664
5665 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5666
5667         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5668         of doing it manually.
5669
5670 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5673         comment.
5674
5675 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5676
5677         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5678         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5679         (gnus-agent-read-local): All symbols allocated in my-obarray
5680         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5681         (gnus-agent-regenerate-group): Check numeric names to see if they are
5682         messages or groups.
5683         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5684         better way of do this...)
5685
5686         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5687         'dummy.group' (there should be a better way of do this...)
5688
5689 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5692         (gnus-saved-headers): Ditto.
5693         (gnus-default-article-saver): Mention functions may have properties.
5694         (gnus-article-save): Override gnus-save-all-headers and
5695         gnus-saved-headers by :headers property which saver function may have.
5696         (gnus-summary-save-in-file): Add :headers property.
5697         (gnus-summary-write-to-file): Ditto.
5698
5699         * gnus-sum.el (gnus-summary-save-article): Bind
5700         gnus-prompt-before-saving to t when saving many articles in a file;
5701         always show all headers.
5702
5703         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5704
5705 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5708         marks.
5709
5710         * message.el (message-indent-citation): Add optional arguments to allow
5711         using it outside of message buffers.
5712
5713         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5714         (gnus-article-treat-unfold-headers): Use it.
5715         (gnus-article-truncate-lines): New variable.
5716         (gnus-article-mode): Use it.
5717         (gnus-article-toggle-truncate-lines): New function.
5718
5719         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5720         gnus-article-toggle-truncate-lines.
5721
5722         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5723         coding system in XEmacs, use binary.
5724
5725 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5728         after-load-alist.
5729
5730         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5731         this function should save decoded articles.
5732         (gnus-summary-write-to-file): Use property to specify this function
5733         should save decoded articles and specify gnus-summary-save-in-file
5734         should be used to save articles other than the first one when saving
5735         many articles.
5736         (gnus-summary-save-body-in-file): Use property to specify this
5737         function should save decoded articles.
5738         (gnus-summary-write-body-to-file): Use property to specify this
5739         function should save decoded articles and specify
5740         gnus-summary-save-body-in-file should be used to save articles other
5741         than the first one when saving many articles.
5742
5743         * gnus-sum.el (gnus-summary-save-article): Simplify.
5744
5745 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-art.el (gnus-default-article-saver): Add
5748         gnus-summary-write-body-to-file.
5749         (gnus-article-save-coding-system): Don't use coding system object
5750         in XEmacs.
5751         (gnus-read-save-file-name): Add optional `dir-var' argument which
5752         specifies directory in which files are saved; work even if optional
5753         `variable' argument is not specified.
5754         (gnus-summary-write-to-file): Read file name.
5755         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5756         (gnus-summary-write-body-to-file): New function.
5757
5758         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5759         (gnus-summary-local-variables): Add it.
5760         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5761         (gnus-summary-save-article): Remove optional `decode' argument;
5762         determine whether to decode articles by the value of
5763         gnus-default-article-saver; when saving many files using
5764         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5765         it first and use gnus-summary-save-in-file or
5766         gnus-summary-save-body-in-file thereafter unless
5767         gnus-prompt-before-saving is always; move point to article which
5768         will be saved.
5769         (gnus-summary-save-article-file): Revert.
5770         (gnus-summary-write-article-file): Revert.
5771         (gnus-summary-save-article-body-file): Revert.
5772         (gnus-summary-write-article-body-file): New function.
5773
5774 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-default-article-saver): Doc fix.
5777         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5778         from gnus-summary-save-article-coding-system, and default to a
5779         certain coding system.
5780         (gnus-output-to-file): Add coding cookie and encode text according
5781         to gnus-article-save-coding-system; don't use mm-append-to-file.
5782
5783         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5784         gnus-art.el and rename to gnus-article-save-coding-system.
5785         (gnus-summary-save-article): Require gnus-art; don't show all
5786         headers if it decodes articles; don't add coding cookie here;
5787         don't bind mm-text-coding-system-for-write.
5788         (gnus-summary-save-article-file): Save decoded articles.
5789         (gnus-summary-write-article-file): When saving many files, use
5790         gnus-summary-write-to-file first and gnus-summary-save-in-file
5791         thereafter unless gnus-prompt-before-saving is always.
5792         (gnus-summary-save-article-body-file): Save decoded articles.
5793
5794         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5795
5796 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * nnrss.el (nnrss-check-group): Bind hash-index.
5799
5800 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5801
5802         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5803         its hash index.  Store this hash in `nnrss-group-data'.
5804         (nnrss-read-group-data): Update accordingly.
5805
5806 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5809         entry.
5810
5811         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5812         gnus-article-browse-html-article.
5813
5814 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5815
5816         * gnus-sum.el (gnus-summary-mime-map): Add
5817         gnus-article-browse-html-article.
5818
5819         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5820
5821 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5824         suitable coding systems in customize.
5825
5826 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * mail-source.el (mail-sources): Fix custom type.
5829
5830 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5833         (gnus-summary-expire-articles-now): Shorten prompt.
5834
5835         * gmm-utils.el (wid-edit): Require.
5836         (defun-gmm): Renamed from `gmm-defun-compat'.
5837         (gmm-image-search-load-path): Use it.
5838         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5839
5840 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5843         variable.
5844         (gnus-summary-save-article): Add optional `decode' argument.  If
5845         it is set and gnus-summary-save-article-coding-system is non-nil,
5846         save decoded article.
5847         (gnus-summary-write-article-file): Save decoded article if
5848         gnus-summary-save-article-coding-system is non-nil.
5849
5850         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5851         type.
5852
5853 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5856
5857 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5860         first to test gnus-single-article-buffer which may be buffer-local.
5861
5862         * gnus-sum.el (gnus-summary-setup-buffer): Make
5863         gnus-single-article-buffer buffer-local and nil in ephemeral
5864         group; make gnus-article-buffer, gnus-article-current, and
5865         gnus-original-article-buffer always buffer-local.
5866         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5867         group.
5868         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5869
5870 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * nnml.el (nnml-request-compact-group): Compressed files might not
5873         have .gz extension.
5874
5875 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5876
5877         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5878         (mm-copy-to-buffer): Use with-current-buffer.
5879         (mm-display-part): Simplify.
5880         (mm-inlinable-p): Add optional arg `type'.
5881
5882 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5883
5884         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5885         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5886         Try harder to show the attachment internally or externally using
5887         gnus-mime-view-part-as-type.
5888
5889 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * message.el (message-from-style, message-signature-separator)
5892         (message-user-organization-file, message-send-mail-function)
5893         (message-citation-line-function, message-yank-prefix)
5894         (message-indent-citation-function, message-signature)
5895         (message-signature-file, message-signature-insert-empty-line):
5896         Remove autoloads.
5897
5898         * gnus-art.el (gnus-buttonized-mime-types): Remove
5899         "multipart/signed".  Revert 2006-04-26 change.
5900
5901 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus.el (gnus-version-number): Bump version.
5904
5905 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5906
5907         * gnus.el: No Gnus v0.5 is released.
5908
5909 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5910
5911         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5912         fetching articles by message-id.
5913
5914 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * message.el (hashcash): Require hashcash as normal.
5917
5918         * ecomplete.el (ecomplete-highlight-match-line): Use
5919         point-at-eol.
5920         (ecomplete-highlight-match-line): Use `highlight', because that
5921         face exists in both Emacs and XEmacs.
5922
5923         * message.el (message-display-abbrev): Use point-at-bol.
5924
5925         * mail-source.el: Don't require timer/timer-funcs.
5926
5927         * gnus-async.el: Ditto.
5928
5929         * password.el: Ditto.
5930
5931         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5932
5933         * mm-url.el: Ditto.
5934
5935         * gnus-xmas.el: Don't require timer-funcs.
5936
5937         * mm-util.el: Require timer/timer-funcs.
5938
5939 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5940
5941         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5942         Close.
5943
5944 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5947         unibyte after clear-decrypt function runs.
5948
5949         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5950         returns as a unibyte string.
5951
5952 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * lpath.el: Revert.
5955
5956         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5957         (pgg-gpg-process-sentinel): Revert.
5958
5959         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5960         (pgg-pgp-lookup-key): Revert.
5961
5962         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5963         (pgg-pgp5-lookup-key): Revert.
5964
5965         * pgg.el (pgg-fetch-key): Revert.
5966
5967 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * lpath.el: Fbind string-as-multibyte for XEmacs.
5970
5971         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5972         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5973         (mml1991-pgg-encrypt): Ditto.
5974
5975         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5976         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5977         a multibyte buffer.
5978
5979         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5980         (pgg-pgp-lookup-key): Ditto.
5981
5982         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5983         (pgg-pgp5-lookup-key): Ditto.
5984
5985         * pgg.el (pgg-fetch-key): Ditto.
5986
5987 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * message.el (message-user-organization-file): Check several
5990         locations of the organization file.
5991
5992         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5993         Add gnus-article-view-part-as-type.
5994
5995         * gnus-art.el (gnus-article-view-part-as-type): New function.
5996
5997         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5998         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5999
6000         * mml.el: Simplify autoload.
6001         (mml-mode): defvar dnd-protocol-alist instead of using
6002         symbol-value.
6003         (mml-default-directory): New variable.
6004         (mml-minibuffer-read-file): Use it.
6005         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6006
6007         * message.el (message-citation-line-format): New variable.
6008         (message-insert-formated-citation-line): New function.
6009         (message-citation-line-function): Add
6010         `message-insert-formated-citation-line' to custom type.
6011
6012         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6013         to doc string.
6014
6015         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6016         depending on mm-verify-option.
6017
6018 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6021         binding pgg-* variables; reimplement the section which prevents
6022         MIME header from being signed.
6023         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6024         pgg-text-mode; remove a blank line at the top of body.
6025
6026         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6027         lines at the top of body; use gnus-newsgroup-charset if there's no
6028         Charset header.
6029
6030 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * message.el (message-self-insert-commands): Doc fix.
6033
6034         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6035         (mm-uu-pgp-encrypted-test): Ditto.
6036         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6037         between header and body; return application/pgp-encrypted handle
6038         if decryption failed; decode decrypted body by charset.
6039
6040         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6041         element match to application/pgp-*.
6042
6043 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6044
6045         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6046         HTML.
6047
6048 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * mail-source.el (mail-source-call-script): Message the error
6051         string.
6052
6053 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * gnus-util.el (gnus-byte-compile): Use it.
6056
6057 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6058
6059         * gnus-util.el (kill-empty-logs): New function.
6060
6061 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062
6063         * message.el (message-mail-alias-type): Doc fix.
6064         (message-mail-alias-type-p): New function.
6065         (message-send): Use it.
6066         (message-mode): Ditto.
6067         (message-strip-forbidden-properties): Ditto.
6068
6069         * ecomplete.el (ecomplete-database-file-coding-system): New
6070         variable.
6071         (ecomplete-save): Use it.
6072         (ecomplete-setup): Use it.
6073
6074 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * message.el (message-self-insert-commands): New variable.
6077         (message-strip-forbidden-properties): Use it.
6078
6079 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6082         that doesn't make XEmacs choke.
6083
6084 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * gnus-util.el (gnus-replace-in-string):
6087         Prefer replace-regexp-in-string over of replace-in-string.
6088
6089 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-util.el (gnus-select-frame-set-input-focus):
6092         Use select-frame-set-input-focus if it is available in XEmacs; use
6093         definition defined in Emacs 22 for old Emacsen.
6094
6095         * dgnushack.el: Autoload unmorse-region for XEmacs.
6096
6097         * lpath.el: Bind cursor-in-non-selected-windows and
6098         select-frame-set-input-focus for XEmacs.
6099
6100 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6103
6104 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * gnus-registry.el (gnus-registry-cache-save): Remove text
6107         properties when saving via the temp buffer.
6108
6109 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * message.el (message-generate-hashcash): Honor custom type.
6112
6113 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * message.el (message-generate-hashcash): Default to non-nil when
6116         hashcash is found.
6117
6118         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6119         (gnus-refer-thread-limit): Increase default to 500.
6120
6121         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6122
6123         * flow-fill.el (fill-flowed): Allow delete-space.
6124
6125 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6128         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6129         Remove autoloads.
6130
6131 2006-04-18  Simon Josefsson  <jas@extundo.com>
6132
6133         * message.el (message-generate-hashcash): Default to.
6134
6135 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6138         concatenating segments rather than before concatenating them.
6139
6140 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6143
6144 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6147
6148         * message.el (message-forward-make-body-plain): Allow
6149         message-forward-ignored-headers to be a list.
6150         (message-remove-ignored-headers): Factor out into function.
6151         (message-forward-make-body-mml): Use it.
6152
6153         * imap.el (imap-quote-specials): New function.
6154         (imap-login-auth): Quote specials.
6155
6156         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6157         (rfc2231-parse-string): Allow concatanation of parameters that
6158         aren't contiguous.  The test case is
6159           (mail-header-parse-content-type "message/external-body;
6160             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6161             access-type=LOCAL-FILE;
6162             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6163
6164 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * nntp.el (nntp-accept-process-output): Return the value of
6167         `nnheader-accept-process-output'.
6168
6169 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6172         (gnus-button-alist): Recognize more diff formats.
6173         (gnus-button-patch): Strip directory.
6174
6175 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6178         Emacs 22 when setting focus.
6179
6180 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus-art.el (gnus-article-treat-types): Do treatment of
6183         text/x-verbatim parts.
6184         (gnus-button-patch): New command.
6185
6186         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6187         addresses that contain invalid characters.
6188
6189 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * message.el (message-put-addresses-in-ecomplete): Use
6192         gnus-replace-in-string.
6193         (message-is-yours-p): Use the more correct
6194         mail-header-parse-address instead of
6195         mail-extract-address-components.
6196         (message-put-addresses-in-ecomplete): Fix typo.
6197
6198         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6199         keystroke.
6200
6201         * gnus-art.el (gnus-treatment-function-alist): Change order of
6202         newsgroups/generic header folding to avoid double-folding.
6203
6204         * message.el (message-hidden-headers): Add X-Draft-From.
6205
6206         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6207         command.
6208         (gnus-summary-repeat-search-article-backward): New command.
6209
6210         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6211         groups in the parent topic.
6212
6213 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6214
6215         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6216         (spam-extra-header-to-number): Return the CRM114 number as a
6217         number instead of a string.
6218
6219 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-art.el (gnus-face-properties-alist): Moved here from
6222         gnus-fun.
6223
6224         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6225
6226 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * message.el (message-strip-forbidden-properties): Only display on
6229         self-insert-command.
6230
6231         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6232         reindent.
6233         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6234
6235 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6236
6237         * smiley.el (smiley-style): Fix typo.
6238
6239 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * hashcash.el (hashcash-insert-payment-async-2): Use
6242         message-goto-eoh instead of doing it manually.
6243         (mail-add-payment): Use message-narrow-to-header instead of trying
6244         to do the same itself.
6245
6246         * message.el (message-hidden-headers): Add Face.
6247
6248         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6249         reparenting code.
6250         (gnus-summary-reparent-children): Refactored out code.
6251         (gnus-summary-thread-map): New keystroke.
6252         (gnus-summary-reparent-children): Make into command.
6253
6254         * smiley.el (smiley-style): Default to `medium' if using a large
6255         font.
6256
6257         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6258         does it itself.
6259
6260         * message.el (message-point-in-header-p): Simplify definition.
6261
6262 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * nnagent.el (nnagent-request-set-mark): Silence log file
6265         writing.
6266         (nnagent-request-set-mark): Use write-region instead of
6267         append-to-file.
6268
6269         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6270         strange select method.
6271
6272         * ecomplete.el (ecomplete-display-matches): Get highlightling
6273         right.
6274         (ecomplete-display-matches): Use literals.
6275         (ecomplete-display-matches): Disable message logging.
6276
6277         * message.el (message-display-abbrev): Small optimization.
6278
6279         * ecomplete.el (ecomplete-display-matches): Allow automatic
6280         display.
6281
6282         * message.el (message-strip-forbidden-properties): Display
6283         abbrevs.
6284         (message-display-abbrev): Get automatic display right.
6285
6286         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6287         keystrokes.
6288
6289 2006-04-13  Romain Francoise  <romain@orebokech.com>
6290
6291         TODO: Backport to v5-10!
6292
6293         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6294         Moved here (and renamed) from gnus-registry.el.
6295
6296         * gnus-registry.el: Require gnus-util.
6297         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6298
6299 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-group.el (gnus-group-catchup-current): Change
6302         if-then-else-if-then-else into cond.
6303         (gnus-group-catchup): Indent.
6304         (group-name-at-point): New function.
6305         (gnus-fetch-group): Provide default from thing at point.
6306
6307 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * message.el (message-display-abbrev): Fix regexp.
6310
6311         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6312         choosing.
6313         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6314         dead variables.
6315
6316         * message.el (message-newline-and-indent): Remove debugging.
6317         (message-display-abbrev): Use new implementation.
6318
6319 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-art.el (gnus-article-mode): Set
6322         cursor-in-non-selected-windows to nil.
6323
6324         * smiley.el: Revert previous change.
6325         (smiley-data-directory): defvar it before using it in the
6326         defcustom of `smiley-style'.
6327
6328 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * message.el (message-newline-and-indent): New function.
6331
6332         * ecomplete.el: Implement more bits.
6333
6334         * message.el (message-put-addresses-in-ecomplete): Clean up the
6335         string.
6336
6337         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6338
6339         * gnus-sum.el (gnus-summary-save-parts): Bind
6340         gnus-summary-save-parts-counter and use it to make unique file
6341         names.
6342
6343         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6344
6345         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6346         parameter to say whether to actually parse the individual
6347         addresses.
6348
6349         * message.el (message-put-addresses-in-ecomplete): New function.
6350         (ecomplete): Require.
6351         (message-mail-alias-type): Add ecomplete as an option.
6352
6353 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6354
6355         * flow-fill.el (fill-flowed): Remove trailing space from blank
6356         quoted lines.
6357
6358 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * smiley.el (smiley-style): Move definition later to avoid a
6361         compilation warning.
6362
6363 2006-04-12  Kenichi Handa  <handa@m17n.org>
6364
6365         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6366         buffer and then decode the buffer text if necessary.
6367         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6368         first, and after mm-encode-body, change the buffer to unibyte.
6369         Use mm-disable-multibyte instead of set-buffer-multibyte.
6370
6371 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6374         Content-Type header instead of Content-Disposition header.
6375         (gnus-mime-inline-part): Ditto.
6376         (gnus-mime-view-part-as-charset): Ignore charset that the part
6377         specifies.
6378
6379         * mm-decode.el (mm-display-part): Work with external parts and
6380         usual parts similarly.
6381
6382         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6383         instead of gnus-display-mime.
6384
6385         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6386         instead of with-temp-buffer.
6387
6388         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6389         tag to summarized topics part in order to encode non-ASCII text.
6390
6391 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * smiley.el (smiley-style): New variable.
6394         (smiley-directory): New function.
6395         (smiley-data-directory): Derive from `smiley-style' using
6396         `smiley-directory'.
6397         (smiley-regexp-alist): Add new entries.
6398
6399         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6400         (gnus-article-browse-delete-temp): Add :version.
6401
6402 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6403
6404         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6405         the sieve region.
6406
6407 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * gnus.el (gnus-version-number): Bump version.
6410
6411 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus.el: No Gnus v0.4 is released.
6414
6415 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6418         layout.
6419
6420         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6421         unknown charset.
6422
6423         * message.el (message-header-synonyms): Add Original-To to the
6424         default.
6425
6426         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6427         optional parameter.
6428
6429 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * gnus-fun.el (gnus): Require it for gnus-directory.
6432
6433 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6436
6437 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6438
6439         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6440
6441 2006-04-05  Simon Josefsson  <jas@extundo.com>
6442
6443         * password.el (password-reset): New function.
6444
6445 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6446
6447         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6448         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6449
6450 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6451
6452         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6453         Some whitespace was matched into the url, which broke browsing hits
6454         > 100 when mm-url-use-external was nil.
6455
6456 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6459         gnus-extra-headers for 'Newsgroups.
6460
6461         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6462         bound.
6463
6464 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6465
6466         * pgg-gpg.el: Clean up process buffers every time gpg processes
6467         complete.
6468
6469 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6472         doc string.
6473
6474 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6475
6476         * pgg-gpg.el (pgg-gpg-process-filter)
6477         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6478
6479         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6480         lines, temporary fix.
6481
6482 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6485
6486 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6489         default-enable-multibyte-characters.  This reverts the change from
6490         revision 6.17 which is no longer necessary because the passphrase
6491         is sent separately now.  GnuPG messages are unreadable under
6492         multibyte locales with default-enable-multibyte-characters set to
6493         nil.
6494
6495 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * message.el (message-tool-bar-gnome): Move "spell".
6498
6499 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6502         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6503         instead.
6504
6505 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6506
6507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6508         newsgroups handling for NNTP overviews which don't include
6509         Newsgroups.
6510
6511 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6512
6513         * message.el (message-resend): Bind message-generate-hashcash to nil.
6514
6515 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6516
6517         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6518         when searching for already-paid recipients.
6519
6520 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6523         passphrases when it is not needed.
6524         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6525         passphrase stuff from gpg, should only be necessary when you use
6526         gpg with a smartcard.
6527
6528 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * mml.el (mml-insert-mime): Ignore cached contents of
6531         message/external-body part.
6532
6533         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6534         (mm-insert-part): Ditto.
6535
6536 2006-03-23  Simon Josefsson  <jas@extundo.com>
6537
6538         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6539         Reiner.
6540         (pgg-gpg-use-agent-p): Use it again.
6541
6542 2006-03-23  Simon Josefsson  <jas@extundo.com>
6543
6544         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6545         older emacsen.
6546         (pgg-gpg-use-agent-p): Don't use it.
6547
6548 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6551         if we can.
6552
6553 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6554
6555         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6556         (pgg-gpg-update-agent): New function.
6557         (pgg-gpg-use-agent-p): New function.
6558         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6559         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6560         (pgg-gpg-sign-region): Use it.
6561
6562 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6565         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6566
6567 2006-03-21  Simon Josefsson  <jas@extundo.com>
6568
6569         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6570         <wilde@sha-bang.de>.
6571         (pgg-gpg-use-agent): New variable.
6572         (pgg-gpg-process-region): Use it.
6573         (pgg-gpg-encrypt-region): Likewise.
6574         (pgg-gpg-encrypt-symmetric-region): Likewise.
6575         (pgg-gpg-decrypt-region): Likewise.
6576         (pgg-gpg-sign-region): Likewise.
6577         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6578
6579 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6582
6583         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6584         Add comment on version.
6585
6586 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * smiley.el: Add missing test smiley.
6589
6590 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * mm-decode.el (mm-with-part): New macro.
6593         (mm-get-part): Use it; work with message/external-body as well.
6594         (mm-save-part): Treat name and filename equally.
6595
6596         * mm-extern.el (mm-extern-cache-contents): New function.
6597         (mm-inline-external-body): Use it; force the part to be displayed;
6598         move undisplayer added to the cached handle to the parent.
6599
6600         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6601         (gnus-mime-view-part-as-type): Work with message/external-body.
6602
6603         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6604
6605 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6608         images in image-load-path.  [Sync with image.el, revision 1.60, in
6609         Emacs.]
6610
6611 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6614         path rather than symbol.  Always return list of directories.
6615         Guarantee that image directory comes first.  [Sync with image.el,
6616         revision 1.59, in Emacs.]
6617
6618         * message.el (message-make-tool-bar): Adjust to new API of
6619         `gmm-image-load-path-for-library'.
6620
6621         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6622
6623         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6624
6625 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6626
6627         * gnus-art.el (gnus-article-only-boring-p):
6628         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6629         intangible text.
6630         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6631
6632 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6635         `defun' instead of `gmm-defun-compat'.
6636
6637 2006-03-14  Simon Josefsson  <jas@extundo.com>
6638
6639         * message.el (message-unique-id): Don't use message-number-base36
6640         if (user-uid) is a float.
6641         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6642
6643 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6646
6647         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6648         empty line between a part and a message part.
6649
6650 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * smiley.el: Add more test smileys.
6653         (smiley-data-directory, smiley-regexp-alist)
6654         (gnus-smiley-file-types): Fix doc strings.
6655         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6656         adding new elements.
6657         (smiley-mouse-map): Unused code.  Make it a comment.
6658
6659 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6662         scan latest NoCeM messages instead of old ones.
6663         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6664         delimiters that are recently used.
6665         (gnus-nocem-load-cache): Add autoload cookie.
6666
6667         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6668
6669         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6670         level which is larger than gnus-use-nocem is specified.
6671
6672         * gnus-group.el (gnus-group-get-new-news): Ditto.
6673
6674 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-util.el (gnus-tool-bar-update): New function.
6677
6678         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6679         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6680
6681         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6682
6683         * gnus-group.el (gnus-group-redraw-when-idle)
6684         (gnus-group-redraw-check): Remove.
6685         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6686
6687 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6690         if optional last element is specified in splits (FIELD VALUE...).
6691
6692 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6695         to gmm-image-load-path-for-library.  Call with no-error argument.
6696         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6697
6698         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6699
6700         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6701
6702         * gmm-utils.el (gmm-image-load-path): Remove alias.
6703
6704 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gmm-utils.el (gmm-image-load-path): Add alias.
6707
6708         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6709         nnml-generate-nov-databases-1.
6710         (nnml-generate-nov-databases): Use it.
6711         (nnml-generate-nov-databases-directory): Document no-active
6712         argument.
6713
6714         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6715         directory if path is t.  Add no-error.
6716
6717         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6718         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6719
6720         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6721         resetting gnus-article-browse-html-temp-list.
6722
6723         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6724         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6725         Add example to docstring.  Rename local variables.  Move error
6726         checks to default case in cond and simplify.
6727
6728 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6731         handle is multipart when calling it recursively.
6732         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6733
6734 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6735
6736         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6737         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6738
6739 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6742         is loaded.
6743
6744         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6745         loaded.
6746
6747 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6750         to "Emacs 23 (unicode)" in doc string.
6751
6752         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6753         "Emacs 23 (unicode)" in comment.
6754
6755 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6758
6759         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6760         characters 160 through 255 in Emacs 23.
6761
6762 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6765         gnus-article-browse-html-temp.
6766         (gnus-article-browse-delete-temp): Make it customizable.  Add
6767         `file'.  Adjust doc string.
6768         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6769         query for each file.  Adjust doc string.
6770         (gnus-article-browse-html-parts): Add
6771         `gnus-article-browse-delete-temp-files' to
6772         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6773
6774 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6775
6776         * gnus-art.el (gnus-article-browse-html-temp)
6777         (gnus-article-browse-delete-temp): New variables.
6778         (gnus-article-browse-delete-temp-files): New function.
6779         (gnus-article-browse-html-parts): Use it.
6780
6781 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6784
6785         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6786         string.
6787
6788         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6789         gnus-summary-insert-new-articles when unplugged.  Remove
6790         gnus-summary-search-article-forward.
6791
6792         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6793         display-visual-class instead of display-color-cells.
6794
6795 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * dgnushack.el: Autoload customize-group for XEmacs.
6798
6799         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6800         message/* containing non-ASCII text properly.
6801
6802 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * message.el: Require gmm-utils, remove autoloads.
6805         (message-tool-bar): Set default based on
6806         gmm-tool-bar-style.
6807         (message-tool-bar-gnome): Add gmm-customize-mode.
6808
6809         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6810         gmm-tool-bar-style.
6811         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6812
6813         * gnus-group.el (gnus-group-tool-bar): Set default based on
6814         gmm-tool-bar-style.
6815         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6816
6817         * gmm-utils.el (gmm-image-directory): Rename variable from
6818         gmm-image-load-path.
6819         (gmm-image-load-path): Use gmm-image-directory.
6820         (gmm-customize-mode): New function.
6821         (gmm-tool-bar-style): New variable.
6822
6823         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6824         gnus-group-redraw-line-number.
6825         (gnus-group-redraw-check): Simplify.
6826         (gnus-group-tool-bar-update): Remove redraw check.
6827         (gnus-group-make-tool-bar): Add redraw check.
6828
6829 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6830
6831         * gnus-art.el (gnus-button): Add missing parentheses.
6832
6833 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * lpath.el: Fbind line-number-at-pos.
6836
6837 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6840
6841 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * gnus-art.el (gnus-button): New face.
6844         (gnus-article-button-face): Use it.
6845
6846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6847         gnus-summary-next-page.  Re-order.
6848
6849         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6850         next-node are now included.
6851         (gnus-group-redraw-line-number): New internal variable.
6852         (gnus-group-redraw-check): Helper function for updating the tool
6853         bar.
6854         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6855
6856         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6857
6858         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6859         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6860         Use it to match format of Spamassassin 3.0 and later.  Reported by
6861         IRIE Tetsuya <irie@t.email.ne.jp>.
6862         (spam-check-bogofilter)
6863         (spam-bogofilter-register-with-bogofilter): Fix args of
6864         `gnus-error' calls.
6865
6866 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6869         unnecessary interaction when sending queued mails.  Reported by
6870         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6871
6872 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6875         first or last are nil.
6876
6877 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6878
6879         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6880
6881 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6884
6885 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * dns.el (query-dns): Protect more against buggy tcp output.
6888
6889 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6892         nov.php.
6893
6894 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6895
6896         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6897         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6898         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6899         output on the server side.
6900         (nnweb-google-create-mapping): Update regexps and add some
6901         progress indication.
6902
6903 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6906         gnus-agent-toggle-plugged.  Re-order icons.
6907         (gnus-group-tool-bar-gnome): Add
6908         gnus-group-{prev,next}-unread-group.
6909         (gnus-group-tool-bar-gnome): Re-order icons.
6910
6911         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6912         gnus-summary-insert-new-articles.
6913
6914         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6915         comments.
6916
6917         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6918         also available in Emacs 21.3.
6919
6920         * message.el (message-fix-before-sending): Change "Emacs 22" to
6921         "Emacs 23 (unicode)" in comment.
6922
6923         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6924         "Emacs 23 (unicode)" in comment.
6925
6926         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6927         comment.
6928         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6929
6930         * mm-view.el (mm-fill-flowed): Add :version.
6931
6932 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6935         and load-path.
6936
6937 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * message.el: Autoload gmm-image-load-path.
6940         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6941         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6942         consitency.
6943
6944         * gmm-utils.el (gmm-image-load-path): Also search in
6945         "../etc/images".  Don't set gmm-image-load-path if we don't find
6946         the image.
6947
6948 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gmm-utils.el (gmm-image-load-path): Don't make
6951         `gmm-image-load-path' include subdirectories which the second arg
6952         `image' might specify.
6953
6954         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6955         subdirectory to icon file names.
6956
6957         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6958
6959 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6962         gmm-image-load-path calls.
6963
6964         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6965
6966         * message.el (message-make-tool-bar): Ditto.
6967
6968         * mml.el (mml-preview): Added comment concerning tool bar icons.
6969
6970         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6971         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6972
6973         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6974         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6975
6976         * message.el (message-tool-bar-gnome): Use new icon names.
6977         (message-make-tool-bar): Use `gmm-image-load-path'.
6978
6979         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6980         functions from MH-E.
6981         (gmm-image-load-path): New variable from MH-E.
6982         (gmm-image-load-path): New function from MH-E.  Added arguments
6983         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6984         *-image-load-path-called-flag.
6985
6986 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6987
6988         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6989
6990 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6991
6992         * nnimap.el (nnimap-request-move-article): Change folder back to
6993         source group before deleting.
6994
6995 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6998
6999         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7000         mm-url.
7001
7002         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7003
7004 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7007         coding system which mm-charset-to-coding-system returns for a
7008         given charset is valid.
7009
7010 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7011
7012         * html2text.el (html2text-remove-tag-list):
7013         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7014
7015 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7016
7017         * gnus-cus.el: Revert 2005-10-17 change.
7018
7019 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (article-strip-banner): Call
7022         article-really-strip-banner only when the regexp match is made.
7023
7024 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-art.el (article-strip-banner): Use
7027         gnus-extract-address-components instead of
7028         mail-header-parse-addresses to make it work with non-ASCII text;
7029         remove mail-encode-encoded-word-string.
7030
7031         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7032         values which are surrounded with \"...\"; make it never cause a
7033         Lisp error; give up parsing of parameters if it failed in
7034         extracting type.
7035
7036 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7037
7038         * smime.el (smime-cert-by-ldap-1): Fix bug where
7039         `smime-ldap-search' returns results without userCertificates.
7040
7041 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7044
7045 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * spam.el (spam-check-spamassassin-headers): Adapt format for
7048         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7049         <ari@mbf.ocn.ne.jp>.
7050         (spam-list-of-processors): Add spam-use-gmane.
7051
7052 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7055         make-temp-file; make it work with XEmacs as well.
7056
7057         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7058         mm-make-temp-file.
7059
7060         * mm-decode.el (mm-display-external): Use the 3rd arg of
7061         mm-make-temp-file.
7062         (mm-create-image-xemacs): Ditto.
7063
7064 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7067         with message-narrow-to-headers.
7068         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7069         (gnus-draft-check-draft-articles): New function.
7070         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7071
7072 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * gnus-art.el (gnus-article-browse-html-parts):
7075         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7076         Don't use suffix argument for mm-make-temp-file for Emacs 21
7077         compatibility.  Remove useless `format'.
7078
7079 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7080
7081         * nnweb.el (nnweb-google-wash-article): Update regexps.
7082         (nnweb-group-alist): Use defvoo instead of defvar.
7083
7084 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7087         re-loading nn* modules.
7088
7089 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7092         for `tool-bar-mode' and don't check it's default-value.
7093
7094         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7095
7096         * message.el (message-make-tool-bar): Ditto.
7097
7098         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7099         `substring'.  Shorten tmp-file name.
7100
7101         * gnus.el: Remove bogus comment.
7102
7103 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7104
7105         * gnus-art.el (gnus-article-browse-html-parts): New function.
7106         (gnus-article-browse-html-article): New function for viewing html
7107         articles with a browser.
7108
7109 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7110
7111         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7112         in elisp.
7113         (pgg-gpg-encrypt-symmetric-region): Ditto.
7114         (pgg-gpg-sign-region): Ditto.
7115
7116         * pgg-def.el (pgg-text-mode): New variable.
7117
7118         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7119         (mml2015-pgg-encrypt): Ditto.
7120
7121         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7122         (mml1991-pgg-encrypt): Ditto.
7123
7124 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7127         message-make-date instead of current-time-string.
7128
7129         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7130         to gnus-decoded which mm-uu might set.
7131
7132 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7135         don't decode quoted parameters; remove misimported Emacs code.
7136         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7137         (rfc2231-decode-encoded-string): Don't use split-string which
7138         behaves differently according to Emacs version; use
7139         mm-decode-coding-region to convert charset to coding-system.
7140         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7141         (rfc2231-encode-string): Remove misimported Emacs code.
7142
7143 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7146         when calling mail-header-parse-content-type.
7147         (article-de-quoted-unreadable): Ditto.
7148         (article-de-base64-unreadable): Ditto.
7149         (article-wash-html): Ditto.
7150
7151         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7152         calling mail-header-parse-content-type and
7153         mail-header-parse-content-disposition.
7154         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7155         mail-header-parse-content-type.
7156
7157         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7158         insert charset and format parameters; encode description after
7159         inserting it to buffer.
7160         (mml-insert-parameter): Fold lines properly even if a parameter is
7161         segmented into two or more lines; change the max column to 76.
7162
7163         * rfc1843.el (rfc1843-decode-article-body): Don't use
7164         ignore-errors when calling mail-header-parse-content-type.
7165
7166         * rfc2231.el (rfc2231-parse-string): Return at least type if
7167         possible; don't cause an error even if it fails in parsing of
7168         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7169         (rfc2231-encode-string): Don't break lines at the beginning, leave
7170         it to mml-insert-parameter.
7171
7172         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7173         calling mail-header-parse-content-type.
7174
7175 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * spam-report.el (spam-report-gmane-use-article-number):
7178         Improve doc string.
7179         (spam-report-gmane-internal): Check if a suitable header was found
7180         in the article.
7181
7182 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7185         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7186
7187 2006-02-05  Romain Francoise  <romain@orebokech.com>
7188
7189         Update copyright notices of all files in the gnus directory.
7190
7191 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7192
7193         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7194
7195 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7198         segmented lines of parameter value to cope with Thunderbird 1.5
7199         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7200         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7201         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7202
7203 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7204
7205         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7206         parts.
7207
7208 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7209
7210         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7211         there's only one active file for all servers.
7212         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7213         solid groups.  Gnus might have used a FAST request to select the group.
7214         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7215         and nnweb-search redundantly in the active file.
7216         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7217         (nnweb-request-create-group): Don't use ARGS.
7218         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7219         initialisations.  Let nnoo do the work.
7220
7221 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7224         Say the part has been decoded.
7225
7226         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7227
7228 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7229
7230         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7231         mailcap-viewer-test-cache when there's no 'test clause, since that
7232         will invert the meaning of a "nil" test previously determined by
7233         mailcap-mailcap-entry-passes-test.
7234
7235 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7238         compiling.
7239
7240         * gnus-sum.el: Ditto.
7241
7242         * message.el: Don't bind tool-bar-map when compiling.
7243
7244 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7247
7248 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7249
7250         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7251         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7252         current Google Groups.
7253
7254 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7257         and tool-bar-mode.
7258
7259         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7260         and tool-bar-mode.
7261
7262         * message.el (message-tool-bar-update): Simplify.
7263         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7264
7265         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7266         gnus-summary-buffer.
7267         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7268         gnus-summary-reply.
7269
7270         * gmm-utils.el (gmm): Add :version.
7271
7272 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * Makefile.in (clean): New rule.
7275         (distclean): Use it.
7276
7277 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7278
7279         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7280         autoload.
7281
7282 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gmm-utils.el (gmm-verbose): Add :group.
7285
7286 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * message.el: Change some comments WRT tool-bars.
7289
7290         * gnus-sum.el (gnus-summary-tool-bar)
7291         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7292         (gnus-summary-tool-bar-zap-list): New variables.
7293         (gnus-summary-make-tool-bar): Complete rewrite using
7294         `gmm-tool-bar-from-list'.
7295
7296         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7297         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7298         variables.
7299         (gnus-group-make-tool-bar): Complete rewrite using
7300         `gmm-tool-bar-from-list'.
7301         (gnus-group-tool-bar-update): New function.
7302
7303         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7304
7305 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7308         is dissected into a single part of which the type is the same as
7309         the given one; decode charset.
7310
7311 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7312
7313         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7314         into alists as symbol not string, since that's what
7315         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7316         look for.
7317
7318 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7321         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7322
7323         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7324
7325 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7328         (gnus-xmas-mime-security-button-menu): New function.
7329
7330         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7331         (gnus-mime-security-button-menu): New definition.
7332         (gnus-mime-security-button-map): Use them.
7333         (gnus-mime-security-button-menu): New function.
7334         (gnus-insert-mime-security-button): Addition to help echo.
7335         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7336         (gnus-mime-security-pipe-part): New functions.
7337
7338         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7339         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7340
7341         * mm-decode.el (mm-handle-set-disposition): Remove.
7342         (mm-handle-set-description): Remove.
7343
7344 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7347         (mm-w3m-standalone-supports-m17n-p): New function.
7348         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7349         w3m usage.
7350
7351         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7352         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7353
7354 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * message.el (message-tool-bar-zap-list): Use
7357         gmm-tool-bar-zap-list as custom type.
7358         (message-tool-bar-update): New function.
7359         (message-tool-bar, message-tool-bar-gnome)
7360         (message-tool-bar-retro): Add message-tool-bar-update.
7361         (message-tool-bar-gnome): Add flyspell-buffer.
7362
7363         * gnus-util.el (gnus-error): Describe `args'.
7364
7365         * gmm-utils.el (gmm-error): Describe `args'.
7366         (gmm-tool-bar-zap-list): New widget.
7367         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7368
7369 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7372         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7373         the number of recursive calls.
7374
7375         * mm-decode.el (mm-handle-set-disposition): New macro.
7376         (mm-handle-set-description): New macro.
7377
7378 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7381         encoding.
7382
7383 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * message.el (message-tool-bar-zap-list, message-tool-bar)
7386         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7387         (message-tool-bar-local-item-from-menu): Remove.
7388         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7389         (message-make-tool-bar): New function.
7390         (message-mode): Use `message-make-tool-bar'.
7391
7392         * gmm-utils.el: New file.
7393         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7394         (gmm-lazy): New widget copied from `nnmail.el'.
7395         (gmm-tool-bar-from-list): New function for creating customizable
7396         tool bars.
7397         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7398         output.
7399         (gmm): Add :prefix to defgroup.
7400
7401 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7402
7403         * gmm-utils.el (gmm-widget-p): New function.
7404
7405 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * mml.el (mml-attach-file): Describe `description' in doc string.
7408         (mml-menu): Add Emacs MIME manual and PGG manual.
7409
7410 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7411
7412         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7413
7414 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7415
7416         * nntp.el (nntp-end-of-line): Doc fix.
7417
7418 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7419
7420         * imap.el (imap-open): Handle case where buffer is a buffer
7421         object.
7422
7423 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7424
7425         * gnus-delay.el (gnus-delay): Don't autoload.
7426         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7427         to be re-loaded when customizing the `gnus-delay' group.
7428
7429 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7430
7431         * message.el (message-insert-citation-line): Use newlines.
7432
7433 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7434
7435         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7436         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7437         these routines, so the passphrase can be managed externally and
7438         passed in to the system.
7439         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7440         pgg-add-passphrase-to-cache function.
7441
7442         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7443         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7444         these routines, so the passphrase can be managed externally and
7445         passed in to the system.
7446         (pgg-pgp5-sign-region): Use new name of
7447         pgg-add-passphrase-to-cache function.
7448
7449 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7450
7451         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7452         part of the decoded armor to find the key-identifier.
7453         (pgg-gpg-lookup-key-owner): New function to return the
7454         human-readable identifier of a key owner.
7455         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7456         itself.
7457         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7458         the key value) if we have a key and can match it against a secret
7459         key.  Also, added a note pointing out fact that the prompt only
7460         indicates the first matching key.
7461
7462         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7463         pgg-decrypt-region.
7464         (pgg-add-passphrase-to-cache): Rename from
7465         `pgg-add-passphrase-cache' to reduce confusion (all callers
7466         changed).
7467         (pgg-remove-passphrase-from-cache): Rename from
7468         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7469         changed).
7470         (pgg-read-passphrase, pgg-add-passphrase-cache)
7471         (pgg-remove-passphrase-cache): Add informative docstrings.
7472         (pgg-decrypt): Convey provided passphrase in subordinate call to
7473         pgg-decrypt-region.
7474
7475 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7476
7477         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7478         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7479         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7480         'passphrase' argument, so the passphrase can be managed externally
7481         and then passed in to the system.
7482
7483         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7484         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7485         so the passphrase cache can be used reliably with identifiers
7486         besides a pgp packet's key id.
7487
7488         * pgg-gpg.el (pgg-gpg-encrypt-region)
7489         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7490         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7491         these routines, so the passphrase can be managed externally and
7492         passed in to the system.
7493
7494         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7495         'notruncate' argument, so the passphrase cache can be used
7496         reliably with identifiers besides a pgp packet's key id.
7497
7498 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7499
7500         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7501         symmetric encryption.
7502         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7503         encrypted session key.
7504         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7505         message ask for the passphrase in a proper way.
7506
7507         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7508         New user commands for symmetric encryption.
7509
7510 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7513
7514         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7515
7516 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7517
7518         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7519
7520 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * mm-decode.el (mm-inlined-types): Add application/pgp.
7523         (mm-automatic-display): Ditto.
7524
7525         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7526         part as text.
7527
7528 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * nnrss.el: Update copyright.
7531         (nnrss-opml-import): Query whether to subscribe to each entry.
7532
7533         * gnus-art.el:
7534         * gnus-sum.el:
7535         * gnus-xmas.el:
7536         * messagexmas.el:
7537         * mm-uu.el:
7538         * mm-view.el: Update copyright.
7539
7540 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * message.el (message-info): New function.
7543         (message-mode-menu): Add it.
7544         Update copyright.
7545
7546         * ChangeLog: Fix and update copyright.
7547
7548 2006-01-13  Romain Francoise  <romain@orebokech.com>
7549
7550         * message.el (message-forward-subject-name-subject): Prefer the
7551         address to 'nowhere' if the sender has no name.
7552         Fix typo.  Update copyright year.
7553
7554 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-art.el (article-wash-html): Use
7557         gnus-summary-show-article-charset-alist if a numeric arg is given.
7558         (gnus-article-wash-html-with-w3m-standalone): New function.
7559
7560         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7561         mm-inline-text-html-render-with-w3m-standalone.
7562         (mm-text-html-washer-alist): Map w3m-standalone to
7563         gnus-article-wash-html-with-w3m-standalone.
7564         (mm-inline-text-html-render-with-w3m-standalone): New function.
7565
7566 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7569         Improve LaTeX.
7570
7571 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7574         (nnrss-request-article): Render text/plain parts as HTML.
7575
7576         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7577         the buffer.
7578
7579 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7582         custom definition of `gnus-posting-styles'.
7583
7584         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7585         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7586
7587 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7590         Use nntp for bug archive.
7591
7592 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7595         parts.
7596         (nnrss-normalize-date): New function converts ISO 8601 date into
7597         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7598         (nnrss-check-group): Use it.
7599
7600 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7603
7604         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7605         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7606         (nnrss-insert-w3): Ditto.
7607
7608 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7611         the articles to be forwarded including the case where neither a
7612         number of articles nor a region is specified.
7613
7614 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * nnrss.el (nnrss-request-article): Fix last change; fill
7617         text/plain parts.
7618
7619 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7622         in text/plain part.
7623         (nnrss-check-group): Don't add excessive newline to dc:subject.
7624
7625 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7626
7627         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7628         article.
7629
7630 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7633         (nnml-use-compressed-files, nnml-save-mail): Support other
7634         comression programs such as bzip2.
7635
7636 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * dns.el (query-dns): Make sure we check the buffer size before
7639         removing tcp headers.
7640
7641 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7644         remove MIME buttons associated with multipart/alternative parts.
7645         (gnus-mime-display-alternative): Tag buttons using `article-type'
7646         text property.
7647
7648         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7649         associated with multipart/alternative parts.
7650
7651         * gnus-art.el (gnus-signature-separator): Fix custom type.
7652
7653         * mm-decode.el (mm-inlined-types): Fix custom type.
7654         (mm-keep-viewer-alive-types): Ditto.
7655         (mm-automatic-display): Ditto.
7656         (mm-attachment-override-types): Ditto.
7657         (mm-inline-override-types): Ditto.
7658         (mm-automatic-external-display): Ditto.
7659
7660 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * spam-report.el (spam-report-user-mail-address)
7663         (spam-report-user-agent): New variables.
7664         (spam-report-url-ping-plain): Use spam-report-user-agent.
7665
7666 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7667
7668         * gnus-art.el (gnus-button-handle-custom): Do not just use
7669         `customize-apropos' for any "M-x customize-*" button but the
7670         function called for.  Accept both the function name and its
7671         argument in order to achieve this.
7672         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7673         function name to `gnus-button-handle-custom' in case of "M-x
7674         customize-*" buttons.
7675
7676 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7679         multipart/alternative and add xref to mm-discouraged-alternatives
7680         in doc string.
7681
7682         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7683         gnus-buttonized-mime-types in doc string.
7684
7685 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7688         Suggest image/.* in the doc string.
7689
7690 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7693         message-marks (Debian bug #342521).
7694
7695 2005-12-12  Simon Josefsson  <jas@extundo.com>
7696
7697         * password.el (password-read-from-cache): Add.
7698         (password-read): Use it.
7699
7700 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7703         us-ascii as a MIME charset.
7704
7705         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7706         against the case where the 2nd arg TYPE is nil.
7707
7708 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * pop3.el (pop3-stream-type): Fix custom version.
7711
7712         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7713
7714 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7715
7716         * mm-decode.el (mm-display-external): Add missing cdr.
7717
7718 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7721         RFC1524) if it is in mailcap or add a suffix according to
7722         mailcap-mime-extensions when generating a temp filename; postpone
7723         deleting a temp file for 2 seconds for some wrappers, shell
7724         scripts, and so on, which might exit right after having started a
7725         viewer command as a background job.
7726
7727 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * nntp.el (nntp-marks-directory): Fix custom group.
7730
7731         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7732         steps when < 10.
7733
7734         * gnus-start.el (gnus-no-server-1): Mention
7735         `gnus-level-default-subscribed' in doc string.
7736
7737 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7738
7739         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7740         parens.
7741
7742 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-xmas.el (gnus-use-toolbar): Revert.
7745         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7746         gnus-use-toolbar is default.
7747
7748         * messagexmas.el (message-use-toolbar): Revert.
7749         (message-setup-toolbar): Use global default-toolbar if
7750         message-use-toolbar is default.
7751
7752 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7755         according to default-toolbar-visible-p.
7756
7757         * messagexmas.el (message-use-toolbar): Ditto.
7758
7759 2005-11-26  Dave Love  <fx@gnu.org>
7760
7761         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7762         (tls-program, tls-success): Provide openssl alternative.
7763
7764         * starttls.el: Doc fixes.
7765         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7766         SERVICE to PORT.
7767
7768         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7769         port null or service name.
7770         (starttls-negotiate): Autoload.
7771
7772 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * message.el (message-kill-to-signature): Fix interactive spec.
7775
7776 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * pop3.el (pop3-open-server): Recognize a string as a service name.
7779
7780 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7781
7782         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7783
7784 2005-11-23  Dave Love  <fx@gnu.org>
7785
7786         Add pop3s, pop3/starttls.
7787
7788         * pop3.el (pop3-authentication-scheme): Clarify doc.
7789         (open-tls-stream, starttls-open-stream): Autoload.
7790         (pop3-stream-type): New.
7791         (pop3-open-server): Use it.
7792
7793         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7794         for POP.
7795         (mail-source-keyword-map): Add :stream for POP.
7796         (mail-source-fetch-pop): Use pop3-stream-type.
7797
7798 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7801         of current-time-string.
7802
7803 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7804
7805         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7806         date header.
7807
7808 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7809
7810         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7811         it can seriously impact performance as it bypasses the agent's
7812         local caches.
7813
7814 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7815
7816         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7817         must be explicitly online rather than "not explicitly offline" for
7818         its flags to be synchronized.
7819
7820         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7821         that gnus-uu-unmark-thread will function correctly.
7822
7823         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7824         1024K is instead displayed as 1M.
7825
7826 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7829
7830 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7831
7832         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7833
7834 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7835
7836         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7837         error message to display actual error condition.
7838         (gnus-agent-save-local): Avoid saving symbols that are bound to
7839         nil as they simply result in a warning message in
7840         gnus-agent-read-local.
7841
7842 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7845         rather than make-variable-buffer-local for file-precious-flag.
7846
7847 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7848
7849         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7850         for duplicates which are removed.  The invalid sort check then
7851         triggers a rescan after the sort as sorting may have moved
7852         duplicate entries such that they can be cheaply detected.
7853
7854 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7857
7858 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7859
7860         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7861         internal variable to a custom variable.  Changed default value
7862         from compressed(2) to uncompressed(1).
7863         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7864         support for uncompressed agentview files.  Taken together, reading
7865         the agentview file should now be 6-7 times faster.
7866
7867 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7868
7869         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7870         as a buffer-local variable.  This avoids creating truncated
7871         dribble files as a result of a hang up, eg.
7872
7873 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7874
7875         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7876         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7877         XEmacs.
7878
7879 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-start.el (gnus-start-draft-setup): Enforce
7882         `gnus-draft-mode' for nndraft:drafts at startup.
7883
7884         * gnus.el (gnus-splash): Change custom group.
7885         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7886         allow-list argument.
7887
7888         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7889         string.
7890
7891 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-art.el (gnus-default-article-saver): Add user-defined
7894         `function' to custom type.
7895
7896 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7897
7898         * imap.el (imap-open): Handle case where buffer is a buffer
7899         object.
7900
7901 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7904         long lines.
7905         (gnus-cache-delete-group): Wrap doc strings.
7906
7907         * gnus-agent.el (gnus-agent-rename-group)
7908         (gnus-agent-delete-group): Wrap doc strings.
7909
7910 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * messagexmas.el (message-use-toolbar): Change the valid values
7913         into default, top, bottom, left, and right.
7914         (message-toolbar-thickness): New variable.
7915         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7916         well.
7917         (message-setup-toolbar): Make it work.
7918
7919         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7920         (gnus-use-toolbar): Change the valid values into default, top,
7921         bottom, left, and right.
7922         (gnus-toolbar-thickness): New variable.
7923         (gnus-xmas-setup-toolbar): New function.
7924         (gnus-xmas-setup-group-toolbar): Use it.
7925         (gnus-xmas-setup-summary-toolbar): Use it.
7926
7927 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * gnus-start.el (gnus-1): Add "native" to
7930         gnus-predefined-server-alist.
7931
7932         * gnus.el (gnus-method-to-server): Don't add "native" to the
7933         lists here, because that leads to problems when
7934         gnus-select-method is bound.
7935
7936 2005-11-09  Simon Josefsson  <jas@extundo.com>
7937
7938         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7939         use (not sort-by-date) instead.
7940
7941 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7942
7943         * gnus-delay.el (gnus-delay-group): Don't autoload.
7944         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7945         to be re-loaded when customizing the `gnus-delay' group.
7946
7947 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7948
7949         * message.el: Revert last changes.
7950         (message-insert-citation-line): Use newlines.
7951
7952 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7953
7954         * message.el (message-courtesy-message)
7955         (message-mark-insert-begin, message-mark-insert-end)
7956         (message-elide-ellipsis, message-cancel-message)
7957         (message-add-header, message-change-subject)
7958         (message-cross-post-followup-to-header)
7959         (message-cross-post-insert-note, message-reduce-to-to-cc)
7960         (message-widen-reply, message-delete-not-region)
7961         (message-kill-to-signature, message-insert-signature)
7962         (message-insert-importance-high, message-insert-importance-low)
7963         (message-insert-or-toggle-importance)
7964         (message-insert-disposition-notification-to)
7965         (message-indent-citation, message-yank-original)
7966         (message-cite-original-without-signature, message-cite-original)
7967         (message-insert-citation-line, message-position-on-field)
7968         (message-fix-before-sending, message-send-mail-partially)
7969         (message-send-mail, message-send-mail-with-sendmail)
7970         (message-send-mail-with-qmail, message-send-news)
7971         (message-check-news-header-syntax, message-generate-headers)
7972         (message-insert-courtesy-copy, message-fill-address)
7973         (message-fill-header, message-shorten-references)
7974         (message-setup-1, message-cancel-news)
7975         (message-forward-make-body-plain, message-forward-make-body-mime)
7976         (message-forward-make-body-mml, message-encode-message-body)
7977         (message-forward-make-body-digest-plain)
7978         (message-forward-make-body-digest-mime)
7979         (message-use-alternative-email-as-from): Insert `hard-newline'
7980         instead of ordinary newlines.
7981
7982 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * message.el (message-generate-headers): Downcase the argument
7985         given to message-check-element.
7986
7987 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7988
7989         * nntp.el (nntp-authinfo-rejected): New error condition.
7990         (nntp-wait-for): Use new error condition to signal authentication
7991         error.
7992         (nntp-retrieve-data): Rethrow new error condition to break out of
7993         recursive call to nntp-send-authinfo.
7994
7995 2005-11-08  Romain Francoise  <romain@orebokech.com>
7996
7997         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7998         (gnus-summary-exit-map): Bind to `Z p'.
7999         (gnus-summary-make-menu-bar): Add menu item.
8000
8001 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8004         (gnus-treat-*): Add `first' in all doc strings.
8005
8006         * gnus-group.el (gnus-group-compact-group): Fix typo.
8007
8008 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus.el (gnus-parameters-case-fold-search): New variable.
8011         (gnus-parameters-get-parameter): Use it.
8012
8013         * gnus-score.el (gnus-home-score-file): Doc fix.
8014
8015 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8016
8017         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8018
8019 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * mm-util.el (mm-special-display-p): New function.
8022
8023         * mml.el (mml-preview): Use it; doc fix.
8024
8025 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8026
8027         * imap.el (imap-open): Handle case where buffer is a buffer object.
8028
8029 2005-10-29  Romain Francoise  <romain@orebokech.com>
8030
8031         * message.el (message-fix-before-sending): Fix comment.
8032
8033 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8034
8035         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8036
8037 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8038
8039         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8040         Used in gnus-score.el.
8041
8042 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8045
8046 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8049         whitespace removed in revision 7.8.  Use concatenated string to
8050         protect trailing whitespace.
8051
8052 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8053
8054         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8055         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8056         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8057         Courier IMAP ("some version from 2004").  Mostly based on similar
8058         code in the same function.
8059
8060 2005-10-26  Didier Verna  <didier@xemacs.org>
8061
8062         * gnus-group.el (gnus-group-compact-group): Invalidate original
8063         article buffer.
8064         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8065         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8066         NOV database and in article itself.
8067         Invalidate article backlog.
8068
8069 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8072
8073 2005-10-26  Simon Josefsson  <jas@extundo.com>
8074
8075         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8076         part of 2004-07-25 change.
8077
8078 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * message.el (message-display-completion-list): New function.
8081         (message-expand-group): Use it; make sure the Completions buffer
8082         is modifiable.
8083 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8084
8085         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8086         user-mail-name is an empty string.
8087
8088 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8091         depending on gnus-score-decay-constant.
8092
8093         * encrypt.el (encrypt-insert-file-contents)
8094         (encrypt-write-file-contents): Don't use `gnus-message'.
8095
8096         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8097         arguments.
8098         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8099         arguments to mm-uu-verbatim-marks-extract.
8100         (mm-uu-hide-markers): New variable.
8101         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8102
8103         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8104         (gnus-convert-image-to-face-command): Use "convert" by default to
8105         allow other input image formats.
8106         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8107         accordingly.
8108
8109 2005-10-23  Simon Josefsson  <jas@extundo.com>
8110
8111         * imap.el (imap-gssapi-program): Align command line parameters
8112         with latest GNU SASL.
8113         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8114
8115 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8118         HTML.
8119         (nnslashdot-request-article): Ditto.
8120
8121         * lpath.el (featurep): Add nobreak-char-display.
8122
8123 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8124
8125         * mail-source.el (mail-source-fetch-pop): Require pop3.
8126         (mail-source-check-pop): Ditto.
8127
8128 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8131         errors.
8132
8133 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8136         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8137
8138         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8139
8140         * mm-bodies.el (mm-decode-string): Call
8141         `mm-charset-to-coding-system' with allow-override argument.
8142
8143 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8146         (rfc2047-charset-to-coding-system): New function.
8147         (rfc2047-decode-encoded-words): New function.
8148         (rfc2047-decode-region): Use them.
8149         (rfc2047-decode-cte): Remove.
8150         (rfc2047-parse-and-decode): Remove.
8151         (rfc2047-decode): Remove.
8152
8153 2005-10-15  Kenichi Handa  <handa@m17n.org>
8154
8155         * rfc2047.el (rfc2047-decode-cte): New function.
8156         (rfc2047-decode-region): Change the way to decode successive
8157         encoded-words: decode B- or Q-encoding in each encoded-word,
8158         concatenate them, and decode it as charset.
8159
8160 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * lpath.el: Fbind codepage-setup for XEmacs.
8163
8164 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8165
8166         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8167         widget-move-and-invoke.
8168         (gnus-custom-mode): Use gnus-custom-map.
8169
8170 2005-10-15  Bill Wohler  <wohler@newt.com>
8171
8172         * message.el (message-tool-bar-map): Renamed image file from
8173         mail_send to mail/send.
8174
8175 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8176
8177         * message.el (message-expand-group): Pass the common
8178         prefix substring of completion to `display-completion-list'.
8179
8180 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mml-sec.el (mml-secure-method): New internal variable.
8183         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8184         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8185         functions using mml-secure-method.
8186
8187         * mml.el (mml-mode-map): Add key bindings for those functions.
8188         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8189         Harder <harder@myrealbox.com>.
8190         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8191         end of message if point is the headers of the message.
8192
8193         * message.el (message-in-body-p): New function.
8194
8195         * assistant.el: Autoload gnus-util and netrc.
8196
8197         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8198         Use `mm-charset-override-alist' only when decoding.
8199
8200         * mm-bodies.el (mm-decode-body): Call
8201         `mm-charset-to-coding-system' with allow-override argument.
8202
8203         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8204         `filename' from Content-Disposition if Content-Type doesn't
8205         provide `name'.
8206         (gnus-mime-view-part-as-type): Set default instead of
8207         initial-input.
8208
8209 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8210
8211         * format-spec.el (format-spec): Propagate text properties of % spec.
8212
8213 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * gnus-art.el (gnus-treat-predicate): Add `first'.
8216
8217 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8220         (mm-charset-override-alist): New variable.
8221         (mm-charset-to-coding-system): Use it.
8222         (mm-codepage-setup): New helper function.
8223         (mm-charset-eval-alist): New variable.
8224         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8225         about unknown charsets.
8226
8227         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8228
8229 2005-10-04  David Hansen  <david.hansen@gmx.net>
8230
8231         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8232         (nnrss-check-group): Ditto.
8233
8234 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8237         Rename x-gnus-verbatim to x-verbatim.
8238         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8239
8240         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8241         x-verbatim.
8242
8243         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8244
8245         * gnus-util.el (gnus-remove-duplicates): Remove.
8246
8247         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8248         instead of gnus-remove-duplicates.
8249
8250         * message.el (message-remove-duplicates): Remove.
8251         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8252         message-remove-duplicates.
8253
8254         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8255         available, else use implementation from `delete-dups'.
8256
8257         * message.el (message-insert-expires): New function.
8258         (message-mode-map): Add key binding.
8259         (message-mode-field-menu): Add menu entry.
8260         (message-mode): Document it.
8261         (message-make-expires-date): Use `message-make-date'.
8262
8263 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8264
8265         * message.el (message-make-expires-date): New function.
8266
8267 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * Makefile.in (list-installed-shadows): New entry.
8270         (install): Use it.
8271         (remove-installed-shadows): New entry.
8272
8273         * dgnushack.el (dgnushack-default-load-path): New variable.
8274         (dgnushack-find-lisp-shadows): New function.
8275         (dgnushack-remove-lisp-shadows): New function.
8276
8277 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * Makefile.in (install-el-elc): New entry.
8280         (install): Use it so that .el files are necessarily installed.
8281
8282 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8285
8286 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8287
8288         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8289         function rather than the diff-mode.el package.
8290         (mm-display-external): Use with-current-buffer.
8291         (mm-viewer-completion-map, mm-viewer-completion-map):
8292         Move initialization inside declaration.
8293
8294 2005-09-29  Simon Josefsson  <jas@extundo.com>
8295
8296         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8297         autoload mail-check-payment.
8298         (spam-check-hashcash): Define unconditionally, since hashcash.el
8299         is part of Gnus now.  Ignore errors from payment checking.
8300
8301 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * message.el (message-bold-region, message-unbold-region): Rename
8304         from `bold-region' and `unbold-region'.
8305
8306         * message.el: Remove useless autoloads.
8307
8308 2005-09-28  Simon Josefsson  <jas@extundo.com>
8309
8310         * message.el (message-use-idna): Default to t.
8311         (message-use-idna): Test whether encoding works too.  Doc fix.
8312
8313 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * nntp.el (nntp-warn-about-losing-connection): Remove.
8316
8317 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8320         customizable.  Change default value.
8321         (mm-uu-diff-groups-regexp): Change default value.
8322         (mm-uu-type-alist): Add doc string.
8323         (mm-uu-configure): Add doc string.  Make it interactive.
8324         (mm-uu-tex-groups-regexp): New variable.
8325         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8326         (mm-uu-type-alist): Add LaTeX documents.
8327         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8328         of "text/verbatim".
8329         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8330
8331         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8332         instead of "text/verbatim".
8333
8334         * message.el (message-mark-inserted-region)
8335         (message-mark-insert-file): Use slrn style marks when called with
8336         prefix argument.
8337
8338 2005-09-27  Simon Josefsson  <jas@extundo.com>
8339
8340         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8341
8342 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8343
8344         * message.el (message-remove-duplicates): New function.
8345         Implementation borrowed from `gnus-remove-duplicates'.
8346         (message-idna-to-ascii-rhs): Also encode idna addresses in
8347         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8348         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8349         only ask about the same idna domain once per header and also tell
8350         in what header to replace the idna domain.
8351
8352         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8353         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8354         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8355         a header is decoded and not just the last one.
8356
8357 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8360         has been decoded.
8361
8362         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8363         (mm-insert-part): Don't modify text if it has been decoded.
8364
8365         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8366         decoded.
8367
8368         * mm-view.el (mm-inline-text): Don't strip text props unless
8369         decoding enriched or richtext parts.
8370
8371 2005-09-25  Romain Francoise  <romain@orebokech.com>
8372
8373         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8374         * gnus-start.el (gnus-subscribe-interactively):
8375         * gnus-uu.el (gnus-uu-grab-articles):
8376         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8377         space.
8378
8379 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8380
8381         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8382         * mm-view.el (mm-view-pkcs7-decrypt):
8383         * gnus-sum.el (gnus-summary-limit-to-extra)
8384         (gnus-summary-respool-article, gnus-read-move-group-name):
8385         * gnus-score.el (gnus-summary-increase-score):
8386         * gnus-util.el (gnus-completing-read-with-default):
8387         * gnus-art.el (gnus-read-save-file-name)
8388         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8389         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8390         * message.el (message-check-news-header-syntax):
8391         Follow convention for reading with the minibuffer.
8392
8393 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * spam-report.el (spam-report-url-ping-plain):
8396         Use gnus-extended-version as User-Agent.
8397
8398         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8399         default value is nil.
8400
8401         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8402         (mm-uu-verbatim-marks-extract): New function.
8403         (mm-uu-extract): New face.
8404         (mm-uu-copy-to-buffer): Use it.
8405
8406         * spam-report.el (spam-report-gmane-ham): Renamed from
8407         `spam-report-gmane-unspam'.
8408         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8409         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8410
8411         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8412         Autoload.
8413         (spam-report-gmane-unregister-routine): Renamed
8414         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8415
8416 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8419         (spam-report-gmane-unregister-routine): Add support for gmane
8420         unregistration.
8421
8422         * spam-report.el (spam-report-gmane-unspam)
8423         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8424         (spam-report-gmane): Change to take a single article and do unspam
8425         registration.
8426
8427 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * mm-url.el (mm-url-decode-entities): Fix regexp.
8430
8431 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8434         default to nil, to be able to use Gnus at all.  If the default
8435         switches to something else, then the function should be fixed not
8436         be exceedingly slow.
8437
8438 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8441         fail hard.
8442
8443         * spam-report.el: Add better Keywords line.
8444
8445         * spam.el: Add Maintainer and better Keywords line.
8446
8447 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-art.el (gnus-article-replace-part)
8450         (gnus-mime-replace-part): New functions.
8451         (gnus-mime-action-alist, gnus-mime-button-commands)
8452         (gnus-mime-save-part-and-strip): Added file argument.
8453         (gnus-article-part-wrapper): Added interactive argument.
8454
8455         * gnus-sum.el (gnus-summary-mime-map): Add
8456         `gnus-article-replace-part'.
8457
8458 2005-09-19  Didier Verna  <didier@xemacs.org>
8459
8460         The nnml compaction feature:
8461         * nnml.el (nnml-request-compact-group): New function.
8462         * nnml.el (nnml-request-compact): New function.
8463         * gnus-int.el (gnus-request-compact-group): New function.
8464         * gnus-int.el (gnus-request-compact): New function.
8465         * gnus-group.el (gnus-group-compact-group): New function.
8466         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8467         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8468         * gnus-srvr.el (gnus-server-compact-server): New function.
8469         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8470         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8471
8472 2005-09-18  Deepak Goel  <deego@gnufans.org>
8473
8474         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8475         format spec.
8476
8477 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8480
8481 2005-09-15  Romain Francoise  <romain@orebokech.com>
8482
8483         * message.el (message-fill-paragraph): Clarify docstring.
8484
8485 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-art.el (gnus-mime-display-part): Protect against broken
8488         MIME messages.
8489
8490 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8493         before parsing header.
8494
8495 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8496
8497         * html2text.el (html2text-replace-list): Add new entities.
8498
8499 2005-09-11  Romain Francoise  <romain@orebokech.com>
8500
8501         * message.el (message-alternative-emails): Improve docstring.
8502         (message-setup-1): Call `message-use-alternative-email-as-from'
8503         after `message-setup-hook' to give it precedence over posting
8504         styles, etc.
8505         (message-use-alternative-email-as-from): Add docstring.  Remove
8506         the original From header if present.
8507
8508         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8509         (nnml-save-mail): Use it.
8510
8511         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8512         articles.  Add new argument `silent'.
8513         (gnus-uu-mark-all): Report the total number of marked articles.
8514
8515 2005-09-10  Romain Francoise  <romain@orebokech.com>
8516
8517         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8518         (gnus-uu-mark-series): Likewise.
8519
8520 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * spam-report.el (spam-report-gmane): Fix generation of spam
8523         report URL.
8524
8525 2005-09-10  Simon Josefsson  <jas@extundo.com>
8526
8527         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8528         t, based on discussion on the ding list with Robert Epprecht
8529         <epprecht@solnet.ch>.
8530
8531 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * spam-report.el (spam-report-gmane): Make it work without
8534         X-Report-Spam header.  Gmane now only provides Archived-At.
8535         This is only used if `spam-report-gmane-use-article-number' is nil.
8536         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8537
8538         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8539         make `gnus-summary-sort-by-recipient' work with threading.
8540
8541         * nnweb.el (nnweb-google-wash-article): Print a message if article
8542         is not available.
8543
8544 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8545
8546         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8547         change.  Decode text/* parts content before displaying.
8548
8549 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8552
8553 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8556
8557         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8558         url-package-name, url-package-version,
8559         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8560         w3m-display-inline-images, and w3m-minor-mode-map.
8561
8562 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * message.el (message-tab-body-function): Fix mismatched custom type.
8565
8566         * gnus.el (gnus-group-change-level-function): Ditto.
8567
8568         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8569
8570         * gnus-art.el (gnus-signature-limit)
8571         (gnus-article-mime-part-function): Ditto.
8572
8573 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * mml.el (mml-mode): Silence the byte compiler.
8576
8577         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8578         using `(sit-for 0)' before moving the point to the specified part;
8579         skip unbuttonized parts.
8580         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8581         return to the summary window if gnus-auto-select-part is non-nil.
8582
8583 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8586         variables.
8587         (mml-dnd-attach-file, mml-mode): Use them.
8588
8589         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8590         Make fetching article by MID work again for Google Groups.  Added
8591         FIXME concerning gnus-group-make-web-group.
8592
8593         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8594         Don't depend on Gnus by using mail-extract-address-components if
8595         gnus-extract-address-components is not bound.
8596
8597 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * gnus-art.el (gnus-mime-display-security): Don't display the
8600         signature, but only the signed part.
8601
8602 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8605
8606         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8607         list, not listp.
8608
8609 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8610
8611         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8612         when encoding.
8613
8614         * mm-bodies.el (mm-decode-content-transfer-encoding):
8615         De-canonicalize CRLF for all text content types, not just
8616         text/plain.
8617
8618 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8621         valid article; point arrow and cursor at the MIME button.
8622
8623 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8626         Suggested by Dan Christensen <jdc@uwo.ca>.
8627
8628         * mm-decode.el (mm-save-part): Enable change of prompt.
8629
8630 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8631
8632         * gnus-msg.el (gnus-inews-add-send-actions): Made
8633         `message-post-method' lambda parameter ARG `&optional'.
8634
8635 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus-sum.el (gnus-summary-mime-map): Added
8638         gnus-article-save-part-and-strip, gnus-article-delete-part and
8639         gnus-article-jump-to-part.
8640
8641         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8642         (gnus-article-edit-part): Use it.
8643         (gnus-article-part-wrapper): Added no-handle argument.
8644         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8645         functions.
8646
8647 2005-08-29  Romain Francoise  <romain@orebokech.com>
8648
8649         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8650         docstring.
8651         (gnus-face-from-file): Likewise.
8652
8653 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8656         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8657         non-nil.
8658         (gnus-auto-select-part): New variable.
8659         (gnus-article-jump-to-part): New function.
8660         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8661         (gnus-mime-delete-part): Allow selecting specified part after
8662         deleting or stripping parts.
8663         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8664         part if argument is bogus.
8665
8666 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8667
8668         * gnus-art.el (w3m-minor-mode-map):
8669         * gnus-spec.el (gnus-newsrc-file-version):
8670         * gnus-util.el (nnmail-active-file-coding-system)
8671         (gnus-original-article-buffer, gnus-user-agent):
8672         * gnus.el (gnus-ham-process-destinations)
8673         (gnus-parameter-ham-marks-alist)
8674         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8675         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8676         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8677         * mm-decode.el (gnus-current-window-configuration):
8678         * mm-extern.el (gnus-article-mime-handles):
8679         * mm-url.el (url-current-object, url-package-name)
8680         (url-package-version):
8681         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8682         (smime-keys, w3m-cid-retrieve-function-alist)
8683         (w3m-current-buffer, w3m-display-inline-images)
8684         (w3m-minor-mode-map):
8685         * mml-smime.el (gnus-extract-address-components):
8686         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8687         (gnus-newsrc-hashtb, message-default-charset)
8688         (message-deletable-headers, message-options)
8689         (message-posting-charset, message-required-mail-headers)
8690         (message-required-news-headers):
8691         * mml1991.el (mc-pgp-always-sign):
8692         * mml2015.el (mc-pgp-always-sign):
8693         * nnheader.el (nnmail-extra-headers):
8694         * rfc1843.el (gnus-decode-encoded-word-function)
8695         (gnus-decode-header-function, gnus-newsgroup-name):
8696         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8697
8698 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8699
8700         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8701         the end of the date treatments.
8702
8703 2005-08-15  Simon Josefsson  <jas@extundo.com>
8704
8705         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8706         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8707         Capello and Romain Francoise.
8708         (pgg-fetch-key-function): Removed, not used?
8709         (pgg-insert-url-with-w3): Require url, to get
8710         url-insert-file-contents regardless of where it is defined.
8711
8712 2005-08-13  Romain Francoise  <romain@orebokech.com>
8713
8714         * message.el (message-cite-original-1): New function.
8715         (message-cite-original): Use it.
8716         (message-cite-original-without-signature): Ditto.
8717
8718 2005-08-08  Romain Francoise  <romain@orebokech.com>
8719
8720         * message.el (message-yank-empty-prefix): New variable.
8721         (message-indent-citation): Use it.
8722         (message-cite-original-without-signature): Respect X-No-Archive.
8723
8724 2005-08-08  Simon Josefsson  <jas@extundo.com>
8725
8726         * pgg.el: Autoload url-insert-file-contents instead of loading
8727         w3/url.
8728         (pgg-insert-url-with-w3): Don't load url here.
8729
8730 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8731
8732         * message.el (message-kill-to-signature): Don't insert newline at
8733         bol.
8734         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8735
8736 2005-08-06  Romain Francoise  <romain@orebokech.com>
8737
8738         * message.el (message-user-fqdn): Fix typo in docstring.
8739
8740 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8741
8742         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8743
8744         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8745
8746 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * mm-bodies.el (mm-encode-body): Use coding system rather than
8749         charset to encode text.
8750
8751         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8752         number of charsets if utf-8 is available (XEmacs).
8753
8754 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8757         taken from `gnus-button-mid-or-mail-regexp'.
8758         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8759         (gnus-button-alist): Improve regexp for domain part of the MIDs
8760         for news:localpart@domain buttons.
8761         (gnus-button-ctan-directory-regexp): Update.
8762
8763 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * sieve-manage.el (sieve-manage-interactive-login): Use
8766         make-local-variable rather than make-variable-buffer-local.
8767         (sieve-manage-open): Ditto.
8768         (sieve-manage-authenticate): Ditto.
8769
8770         * mml.el (mml-generate-mime-1): Make the content type default to
8771         text/plain if the filename is not specified.
8772
8773 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8776         instead of insert-buffer.
8777
8778         * message.el (message-yank-original): Ditto; set the mark at the
8779         end of the yanked message.
8780
8781 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8784         lines to scroll rather than to stop it.
8785
8786         * mml.el (mml-generate-default-type): Add doc string.
8787         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8788         default to application/octet-stream when determining the content
8789         type if it is not specified for the part or the mml contents; add
8790         a comment about mml-generate-default-type.
8791
8792 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8795         make it default to application/octet-stream when determining the
8796         content type if it is not specified for the external contents.
8797
8798 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8801         segmented parameter but also other parameters might be there.
8802
8803 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * mm-decode.el (mm-display-external): Delete temp file, directory
8806         and buffer immediately if the external process is exited.
8807
8808 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8811         fewer lines than that of scroll-margin.
8812         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8813
8814 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-article-next-page): Revert.
8817         (gnus-article-beginning-of-window): New macro.
8818         (gnus-article-next-page-1): Use it.
8819         (gnus-article-prev-page): Ditto.
8820         (gnus-article-edit-part): Use insert-buffer-substring instead of
8821         insert-buffer.
8822         (gnus-article-edit-exit): Ditto.
8823
8824         * gnus-util.el (gnus-beginning-of-window): Remove.
8825         (gnus-end-of-window): Remove.
8826
8827         * lpath.el: Don't bind header-line-format and scroll-margin.
8828
8829 2005-07-25  Simon Josefsson  <jas@extundo.com>
8830
8831         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8832         to have the url package without w3.  Reported by Daiki Ueno
8833         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8834
8835 2005-07-20  Didier Verna  <didier@xemacs.org>
8836
8837         * gnus-diary.el: Remove the description comment (nndiary is now
8838         properly documented in the Gnus manual).
8839         Fix the spelling of "Back End".
8840         * nndiary.el: Ditto.
8841         Fix the copyright notice.
8842
8843 2005-07-18  Romain Francoise  <romain@orebokech.com>
8844
8845         * gnus-sum.el (gnus-summary-to-prefix)
8846         (gnus-summary-newsgroup-prefix): New variables.
8847         (gnus-summary-from-or-to-or-newsgroups): Use them.
8848
8849 2005-07-17  Romain Francoise  <romain@orebokech.com>
8850
8851         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8852         space as it's generally not especially interesting to the user.
8853
8854 2005-07-16  Romain Francoise  <romain@orebokech.com>
8855
8856         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8857         nil to avoid prompting and file modification if one of the
8858         messages at the top of the nnfolder file contains a copyright
8859         notice.
8860         Update copyright notice.
8861
8862         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8863         instead of `current-time-string' as the latter creates a time
8864         string that is not RFC 2822 compliant (it lacks the zone).
8865         Update copyright notice.
8866
8867 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8868
8869         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8870         for text/rtf.  Display default in prompt.  Pass default for M-n.
8871
8872         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8873
8874 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * gnus-msg.el (gnus-button-mailto): Remove
8877         save-selected-window-window hackery because it relies on
8878         save-selected-window internals.
8879
8880 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8883         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8884         (gnus-article-prev-page): Ditto.
8885
8886         * gnus-util.el (gnus-beginning-of-window): New function.
8887         (gnus-end-of-window): New function.
8888
8889         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8890
8891 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8892
8893         * gnus-score.el (gnus-score-edit-all-score): Set
8894         gnus-score-edit-exit-function to gnus-score-edit-done and call
8895         gnus-message.
8896
8897 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * gnus-msg.el (gnus-button-mailto): Remove
8900         save-selected-window-window hackery because it relies on
8901         save-selected-window internals.
8902
8903 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8906         add-minor-mode.
8907         (gnus-binary-mode): Ditto.
8908
8909         * gnus-topic.el (gnus-topic-mode): Ditto.
8910
8911 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8912
8913         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8914         (gnus-article-prev-page): Take scroll-margin into consideration.
8915
8916 2005-07-04  Lute Kamstra  <lute@gnu.org>
8917
8918         Update FSF's address in GPL notices.
8919
8920 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8921
8922         * gnus.el (gnus-exit):
8923         * gnus-group.el (gnus-group-icons):
8924         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8925
8926         * gnus-nocem.el (gnus-nocem):
8927         * message.el (message-various, message-buffers, message-sending)
8928         (message-interface, message-forwarding, message-insertion)
8929         (message-headers, message-news, message-mail):
8930         * pgg-gpg.el (pgg-gpg):
8931         * pgg-parse.el (pgg-parse):
8932         * pgg-pgp.el (pgg-pgp):
8933         * pgg-pgp5.el (pgg-pgp5):
8934         * pop3.el (pop3): Finish `defgroup' description with period.
8935
8936 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-art.el (article-display-face): Improve the efficiency.
8939         (article-display-x-face): Ditto; remove grey x-face stuff.
8940
8941 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (article-display-face): Correct the position in
8944         which Faces are inserted.
8945
8946 2005-06-29  Didier Verna  <didier@xemacs.org>
8947
8948         * gnus-art.el (article-display-face): Display faces in correct
8949         order.
8950
8951 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8954         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8955         (gnus-nocem-check-article): Fetch the Type header.
8956         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8957         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8958         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8959         make sure gnus-nocem-hashtb is initialized.
8960         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8961         (gnus-nocem-unwanted-article-p): Ditto.
8962
8963         * pgg.el (pgg-verify): Return the verification result.
8964
8965 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8968         is ascii.
8969
8970 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8971
8972         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8973         `show-nonbreak-escape'.
8974
8975 2005-06-23  Lute Kamstra  <lute@gnu.org>
8976
8977         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8978
8979         * dig.el (dig-mode):
8980         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8981
8982 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8983
8984         * nnimap.el (nnimap-split-download-body): Fix spellings.
8985
8986 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8987
8988         * gnus-art.el (gnus-article-encrypt-body):
8989         * gnus-cus.el (gnus-score-customize):
8990         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8991         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8992
8993 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8994
8995         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8996         header by looking for magic "MII" at the beginnig.
8997
8998 2005-06-16  Miles Bader  <miles@gnu.org>
8999
9000         * gnus-xmas.el (gnus-xmas-group-startup-message):
9001         Use renamed gnus-splash face.
9002
9003         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9004         (assistant-field-face): New backward-compatibility alias for renamed
9005         face.
9006         (assistant-render-text): Use renamed assistant-field face.
9007
9008         * spam.el (spam): Remove "-face" suffix from face name.
9009         (spam-face): New backward-compatibility alias for renamed face.
9010         (spam-face, spam-initialize): Use renamed spam face.
9011
9012         * message.el (message-header-to, message-header-cc)
9013         (message-header-subject, message-header-newsgroups)
9014         (message-header-other, message-header-name)
9015         (message-header-xheader, message-separator, message-cited-text)
9016         (message-mml): Remove "-face" suffix from face names.
9017         (message-header-to-face, message-header-cc-face)
9018         (message-header-subject-face, message-header-newsgroups-face)
9019         (message-header-other-face, message-header-name-face)
9020         (message-header-xheader-face, message-separator-face)
9021         (message-cited-text-face, message-mml-face):
9022         New backward-compatibility aliases for renamed faces.
9023         (message-font-lock-keywords): Use renamed message faces.
9024
9025         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9026         (sieve-test-commands, sieve-tagged-arguments):
9027         Remove "-face" suffix from face names.
9028         (sieve-control-commands-face, sieve-action-commands-face)
9029         (sieve-test-commands-face, sieve-tagged-arguments-face):
9030         New backward-compatibility aliases for renamed faces.
9031         (sieve-control-commands-face, sieve-action-commands-face)
9032         (sieve-test-commands-face, sieve-tagged-arguments-face):
9033         Use renamed sieve faces.
9034
9035         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9036         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9037         (gnus-group-news-3-empty, gnus-group-news-4)
9038         (gnus-group-news-4-empty, gnus-group-news-5)
9039         (gnus-group-news-5-empty, gnus-group-news-6)
9040         (gnus-group-news-6-empty, gnus-group-news-low)
9041         (gnus-group-news-low-empty, gnus-group-mail-1)
9042         (gnus-group-mail-1-empty, gnus-group-mail-2)
9043         (gnus-group-mail-2-empty, gnus-group-mail-3)
9044         (gnus-group-mail-3-empty, gnus-group-mail-low)
9045         (gnus-group-mail-low-empty, gnus-summary-selected)
9046         (gnus-summary-cancelled, gnus-summary-high-ticked)
9047         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9048         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9049         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9050         (gnus-summary-low-undownloaded)
9051         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9052         (gnus-summary-low-unread, gnus-summary-normal-unread)
9053         (gnus-summary-high-read, gnus-summary-low-read)
9054         (gnus-summary-normal-read, gnus-splash):
9055         Remove "-face" suffix from face names.
9056         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9057         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9058         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9059         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9060         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9061         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9062         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9063         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9064         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9065         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9066         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9067         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9068         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9069         (gnus-summary-normal-ticked-face)
9070         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9071         (gnus-summary-normal-ancient-face)
9072         (gnus-summary-high-undownloaded-face)
9073         (gnus-summary-low-undownloaded-face)
9074         (gnus-summary-normal-undownloaded-face)
9075         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9076         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9077         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9078         (gnus-splash-face):
9079         New backward-compatibility aliases for renamed faces.
9080         (gnus-group-startup-message): Use renamed gnus faces.
9081
9082         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9083         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9084         (gnus-server-agent): Remove "-face" suffix from face names.
9085         (gnus-server-agent-face, gnus-server-opened-face)
9086         (gnus-server-closed-face, gnus-server-denied-face)
9087         (gnus-server-offline-face):
9088         New backward-compatibility aliases for renamed faces.
9089         (gnus-server-agent-face, gnus-server-opened-face)
9090         (gnus-server-closed-face, gnus-server-denied-face)
9091         (gnus-server-offline-face): Use renamed gnus faces.
9092
9093         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9094         Remove "-face" suffix from face names.
9095         (gnus-picon-xbm-face, gnus-picon-face):
9096         New backward-compatibility aliases for renamed faces.
9097
9098         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9099         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9100         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9101         (gnus-cite-11): Remove "-face" suffix from face names.
9102         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9103         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9104         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9105         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9106         New backward-compatibility aliases for renamed faces.
9107         (gnus-cite-attribution-face, gnus-cite-face-list)
9108         (gnus-article-boring-faces): Use renamed gnus faces.
9109
9110         * gnus-art.el (gnus-signature, gnus-header-from)
9111         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9112         (gnus-header-content): Remove "-face" suffix from face names.
9113         (gnus-signature-face, gnus-header-from-face)
9114         (gnus-header-subject-face, gnus-header-newsgroups-face)
9115         (gnus-header-name-face, gnus-header-content-face):
9116         New backward-compatibility aliases for renamed faces.
9117         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9118
9119         * gnus-sum.el (gnus-summary-selected-face)
9120         (gnus-summary-highlight): Use renamed gnus faces.
9121         * gnus-group.el (gnus-group-highlight): Likewise.
9122
9123 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9124
9125         * gnus-sieve.el (gnus-sieve-article-add-rule):
9126         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9127         * spam-stat.el (spam-stat-buffer-change-to-spam)
9128         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9129
9130         * message.el (message-is-yours-p):
9131         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9132
9133 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * mm-view.el (mm-inline-text): Withdraw the last change.
9136
9137 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9140         executing enriched-decode.
9141
9142 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9145         charset of tar files.
9146
9147 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9148
9149         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9150
9151 2005-06-04  Lute Kamstra  <lute@gnu.org>
9152
9153         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9154         information is never recorded.
9155
9156 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9157
9158         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9159
9160 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * pop3.el (pop3-apop): Run md5 in the binary mode.
9163
9164         * starttls.el (starttls-set-process-query-on-exit-flag):
9165         Use eval-and-compile.
9166
9167 2005-05-31  Simon Josefsson  <jas@extundo.com>
9168
9169         * smime.el (smime-replace-in-string): Define.
9170         (smime-cert-by-ldap-1): Use it.
9171
9172 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-art.el (article-display-x-face): Replace
9175         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9176
9177         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9178         set-process-query-on-exit-flag or process-kill-without-query.
9179
9180         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9181         loop instead of replace-regexp.
9182
9183         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9184         instead of process-kill-without-query if it is available.
9185
9186         * lpath.el: Fbind ldap-search-entries.
9187
9188         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9189         instead of find-file-hooks if it is available.
9190
9191         * mml1991.el: Bind pgg-default-user-id when compiling.
9192
9193         * mml2015.el: Bind pgg-default-user-id when compiling.
9194
9195         * nndraft.el (nndraft-request-associate-buffer):
9196         Use write-contents-functions instead of write-contents-hooks if it is
9197         available.
9198
9199         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9200         instead of find-file-hooks if it is available.
9201
9202         * nntp.el (nntp-open-connection): Replace
9203         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9204         (nntp-open-ssl-stream): Ditto.
9205         (nntp-open-tls-stream): Ditto.
9206
9207         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9208         set-process-query-on-exit-flag or process-kill-without-query.
9209         (starttls-open-stream-gnutls): Use it instead of
9210         process-kill-without-query.
9211         (starttls-open-stream): Ditto.
9212
9213 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9214
9215         * smime.el (smime-cert-by-ldap-1): Don't use
9216         replace-regexp-in-string.
9217
9218 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9219
9220         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9221
9222         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9223         in PEM format.  Adjust to the XEmacs compability.
9224
9225 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9228         by `string-to-number'.
9229         * gnus-agent.el (gnus-agent-regenerate-group)
9230         (gnus-agent-fetch-articles): Ditto.
9231         * gnus-art.el (gnus-button-fetch-group): Ditto.
9232         * gnus-cache.el (gnus-cache-generate-active)
9233         (gnus-cache-articles-in-group): Ditto.
9234         * gnus-group.el (gnus-group-set-current-level)
9235         (gnus-group-insert-group-line): Ditto.
9236         * gnus-score.el (gnus-score-set-expunge-below)
9237         (gnus-score-set-mark-below, gnus-summary-score-effect)
9238         (gnus-summary-score-entry): Ditto.
9239         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9240         (gnus-soup-pack): Ditto.
9241         * gnus-spec.el (gnus-xmas-format): Ditto.
9242         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9243         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9244         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9245         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9246         * nndb.el (nndb-get-remote-expire-response): Ditto.
9247         * nndiary.el (nndiary-parse-schedule-value)
9248         (nndiary-string-to-number, nndiary-request-replace-article)
9249         (nndiary-request-article): Ditto.
9250         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9251         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9252         * nneething.el (nneething-make-head): Ditto.
9253         * nnfolder.el (nnfolder-request-article)
9254         (nnfolder-retrieve-headers): Ditto.
9255         * nnheader.el (nnheader-file-to-number): Ditto.
9256         * nnkiboze.el (nnkiboze-request-article): Ditto.
9257         * nnmail.el (nnmail-process-unix-mail-format)
9258         (nnmail-process-babyl-mail-format): Ditto.
9259         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9260         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9261         (nnmh-request-create-group, nnmh-request-list-1)
9262         (nnmh-request-group, nnmh-request-article): Ditto.
9263         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9264         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9265         * nnsoup.el (nnsoup-make-active): Ditto.
9266         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9267         * nntp.el (nntp-find-group-and-number)
9268         (nntp-retrieve-headers-with-xover): Ditto.
9269         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9270         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9271         (pgg-format-key-identifier): Ditto.
9272         * pop3.el (pop3-last, pop3-stat): Ditto.
9273         * qp.el (quoted-printable-decode-region): Ditto.
9274
9275         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9276         of concat.
9277
9278 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9281
9282         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9283
9284         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9285
9286         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9287
9288         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9289
9290         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9291
9292         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9293         (gnus-carpal-mode): Ditto.
9294
9295         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9296         (gnus-browse-mode): Ditto.
9297
9298         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9299
9300         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9301
9302 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9303
9304         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9305
9306 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-util.el (gnus-run-mode-hooks): New function.
9309
9310         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9311
9312         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9313         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9314
9315 2005-05-27  Lute Kamstra  <lute@gnu.org>
9316
9317         * dns-mode.el (dns-mode): Specify customization group.
9318
9319 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9320
9321         * gnus-agent.el (gnus-agent-make-mode-line-string):
9322         Use mode-line-highlight as mouse-face.
9323
9324 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * canlock.el (canlock): Change the parent group to news.
9327
9328         * deuglify.el (gnus-outlook-deuglify): Add :group.
9329
9330         * dig.el (dig): Add :group.
9331
9332         * dns-mode.el (dns-mode): Add :group.
9333
9334         * encrypt.el (encrypt): Add :group.
9335
9336         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9337         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9338         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9339         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9340         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9341
9342         * gnus-diary.el (gnus-diary): Add :group.
9343
9344         * gnus.el (gnus-group-news-1-face): Add :group.
9345         (gnus-group-news-1-empty-face): Ditto.
9346         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9347         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9348         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9349         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9350         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9351         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9352         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9353         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9354         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9355         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9356         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9357         (gnus-summary-high-ticked-face): Ditto.
9358         (gnus-summary-low-ticked-face): Ditto.
9359         (gnus-summary-normal-ticked-face): Ditto.
9360         (gnus-summary-high-ancient-face): Ditto.
9361         (gnus-summary-low-ancient-face): Ditto.
9362         (gnus-summary-normal-ancient-face): Ditto.
9363         (gnus-summary-high-undownloaded-face): Ditto.
9364         (gnus-summary-low-undownloaded-face): Ditto.
9365         (gnus-summary-normal-undownloaded-face): Ditto.
9366         (gnus-summary-high-unread-face): Ditto.
9367         (gnus-summary-low-unread-face): Ditto.
9368         (gnus-summary-normal-unread-face): Ditto.
9369         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9370         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9371
9372         * hashcash.el (hashcash): New custom group.
9373         (hashcash-default-payment): Add :group.
9374         (hashcash-payment-alist): Ditto.
9375         (hashcash-default-accept-payment): Ditto.
9376         (hashcash-accept-resources): Ditto.
9377         (hashcash-path): Ditto.
9378         (hashcash-extra-generate-parameters): Ditto.
9379         (hashcash-double-spend-database): Ditto.
9380         (hashcash-in-news): Ditto.
9381
9382         * message.el (message-minibuffer-local-map): Add :group.
9383
9384         * netrc.el (netrc): Add :group.
9385
9386         * sieve-manage.el (sieve-manage-log): Add :group.
9387         (sieve-manage-default-user): Diito.
9388         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9389         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9390         (sieve-manage-authenticators): Ditto.
9391         (sieve-manage-authenticator-alist): Ditto.
9392         (sieve-manage-default-port): Ditto.
9393
9394         * sieve-mode.el (sieve-control-commands-face): Add :group.
9395         (sieve-action-commands-face): Ditto.
9396         (sieve-test-commands-face): Ditto.
9397         (sieve-tagged-arguments-face): Ditto.
9398
9399         * smime.el (smime): Add :group.
9400
9401         * spam-report.el (spam-report): Add :group.
9402
9403         * spam.el (spam, spam-face): Add :group.
9404
9405 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9408         return \n.\n.\n at the end of articles.  Protect against that.
9409         (nntp-with-open-group): Allow debugging.
9410
9411         * nnheader.el (mail-header-set-extra): Make into a function
9412         because I just could't understand how to quote the list properly.
9413
9414         * dns.el (query-dns-cached): New function.
9415
9416 2005-05-26  Lute Kamstra  <lute@gnu.org>
9417
9418         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9419
9420 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9423
9424         * gnus-art.el: Don't autoload mail-extract-address-components.
9425
9426         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9427         eval-and-compile to evaluate it.
9428
9429         * hashcash.el: Don't autoload executable-find.
9430
9431         * nndb.el: Don't declare the nndb back end two or more times; don't
9432         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9433
9434         * nntp.el: Autoload format-spec instead of format; use
9435         eval-and-compile to evaluate autoload forms.
9436
9437 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9438
9439         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9440
9441 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus.el (gnus-version-number): Bump version.
9444
9445 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9446
9447         * gnus.el: No Gnus v0.3 is released.
9448
9449 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * lpath.el (featurep): Bind show-nonbreak-escape.
9452
9453 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-art.el (gnus-article-edit-part): Disable undo.
9456
9457 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9460         gnus-article-date-lapsed-new-header is t if date timer is active;
9461         skip headers in which the original date value is empty.
9462         (gnus-article-save-original-date): Redefine it as a macro.
9463         (gnus-display-mime): Use it.
9464
9465 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-art.el (article-date-ut): Support converting date in
9468         forwarded parts as well.
9469         (gnus-article-save-original-date): New function.
9470         (gnus-display-mime): Use it.
9471
9472 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9473
9474         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9475         enclosure element of <item>.
9476
9477 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * message.el (message-kill-buffer-query): Renamed from
9480         `message-kill-buffer-query-if-modified'.  Added :version.
9481
9482 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9485         window layout.
9486
9487 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mml.el: Autoload dnd when compiling.
9490
9491 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9494         x-dnd-*.
9495
9496 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * qp.el (quoted-printable-encode-region): Save excursion.
9499
9500 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9501
9502         * message.el (message-kill-buffer-query-if-modified): Add new variable
9503         so the user can kill a modified message buffer quickly.
9504         (message-kill-buffer): Use it.
9505
9506 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * lpath.el: Fbind display-time-event-handler; don't fbind
9509         string-to-multibyte.
9510
9511         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9512
9513 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9516         contained in text because xml.el decodes entities) with LFs.
9517
9518 2005-04-11  Lute Kamstra  <lute@gnu.org>
9519
9520         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9521         differently.
9522
9523 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9524
9525         * mm-util.el (mm-detect-coding-region): Typo.
9526
9527 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9530
9531 2005-04-06  Deepak Goel  <deego@gnufans.org>
9532
9533         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9534         user-function allow user modifications of the scores.
9535         (spam-stat-score-buffer-user): New function, to allow
9536         user-computed modifications to the score.
9537         (spam-stat-score-buffer-user-functions): List of additional
9538         scoring functions.
9539         (spam-stat-error-holder): Global temporary error holder.
9540         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9541         variable.
9542
9543 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * gnus-registry.el (gnus-registry-clean-empty-function)
9546         (gnus-registry-trim, gnus-registry-fetch-groups)
9547         (gnus-registry-delete-group): Groups that match
9548         `gnus-registry-ignored-groups' are removed from the registry
9549         entries, not just ignored for splitting.  This helps clean up the
9550         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9551         to get all the groups a message ID is in.
9552
9553         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9554         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9555         (spam-stat-score-buffer-user-functions): Add :number custom type.
9556
9557 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9560         argument in XEmacs.
9561
9562         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9563         (nnrss-request-group): Decode group name first.
9564         (nnrss-request-article): Make a text/plain article if mml-to-mime
9565         failed.
9566         (nnrss-get-encoding): Return a compatible encoding according to
9567         nnrss-compatible-encoding-alist.
9568         (nnrss-find-el): Use consp instead of listp.
9569         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9570
9571 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9574         which Emacs 20 doesn't support.
9575         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9576
9577 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9580         silence the byte compiler inside the defun.
9581
9582         * gnus-demon.el (parse-time-string): Add autoload.
9583
9584         * gnus-delay.el (parse-time-string): Add autoload.
9585
9586         * gnus-art.el (parse-time-string): Add autoload.
9587
9588         * nnultimate.el (parse-time): Require for `parse-time-string'.
9589
9590 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9593
9594         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9595
9596         * smime.el (smime-ldap-host-list): Add :version.
9597
9598 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9601         pass it to `gnus-browse-read-group'.
9602         (gnus-browse-read-group): Add NUMBER argument and pass it to
9603         `gnus-group-read-ephemeral-group'.
9604
9605         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9606         argument and pass it to `gnus-group-read-group'.
9607
9608 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9609
9610         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9611         mm-xemacs-find-mime-charset-1 if we have the mule feature
9612         available at runtime.
9613
9614 2005-03-25  Werner Lemberg  <wl@gnu.org>
9615
9616         * nnmaildir.el: Replace `illegal' with `invalid'.
9617
9618 2005-03-23  Lute Kamstra  <lute@gnu.org>
9619
9620         * time-date.el: Add comment on time value formats.
9621         Don't require parse-time.
9622         (with-decoded-time-value): New macro.
9623         (encode-time-value): New function.
9624         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9625         (days-to-time): Return a valid time value when arg is huge.
9626         (time-since): Use time-subtract.
9627         (time-to-number-of-days): Use time-to-seconds.
9628
9629 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9630
9631         * gnus-start.el (gnus-display-time-event-handler):
9632         Check display-time-timer at runtime rather than only at load time
9633         in case display-time-mode is turned off in the mean time.
9634
9635 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9638         used.
9639
9640         * nneething.el (nneething-map-file-directory): Derive from
9641         `gnus-directory'.
9642
9643         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9644         the To/Cc button.
9645
9646 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * nnmaildir.el (nnmaildir-request-accept-article):
9649         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9650
9651 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9652
9653         * gnus-async.el: Require timer-funcs at compile time when in
9654         XEmacs for `run-with-idle-timer'.
9655
9656 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9657
9658         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9659         autoloaded function.
9660
9661 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9662
9663         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9664
9665 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9666
9667         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9668
9669 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9672         gnus-expert-user to default.
9673
9674 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9675
9676         * nnimap.el (nnimap-open-server): Ditto.
9677
9678         * imap.el (imap-authenticate): Fix typo.
9679
9680 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9681
9682         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9683         buffer (since IMAP server might return FETCH response out of
9684         order, and the nntp buffer must be sorted).
9685
9686 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9687
9688         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9689         comparison on string.
9690
9691         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9692         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9693         (gnus-agent-summary-fetch-series): Modified to protect against
9694         gnus-agent-summary-fetch-group clearing processable flags.
9695         (gnus-agent-synchronize-group-flags): Update live group buffer as
9696         synchronization may occur due to the user toggle the plugged
9697         status.
9698         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9699         successfully downloaded.
9700         (gnus-agent-expire-group-1): Avoid using markers when the overview
9701         is in ascending order; greatly improves performance.
9702         (gnus-agent-regenerate-group): Use
9703         gnus-agent-synchronize-group-flags to reset read status in both
9704         gnus and server.
9705         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9706
9707 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * message.el: Don't autoload former message-utils variables.
9710         (message-strip-subject-trailing-was): Change doc string.
9711
9712         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9713         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9714         (nnweb-google-search): Add "hl=en" here.
9715         (nnweb-google-parse-1, nnweb-google-create-mapping):
9716         Don't hardcode URL.
9717
9718 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * message.el (message-get-reply-headers, message-followup):
9721         Mention related variables `message-use-followup-to' and
9722         `message-use-mail-followup-to', in the information buffer.
9723
9724         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9725         of broken groups(-beta).google.com.
9726
9727 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9728
9729         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9730         parameter to invoked gnus-request-move-article; remove the
9731         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9732         all at once instead of once per article.
9733         (gnus-summary-remove-process-mark): Accept a list of articles as
9734         well as a single article for processing.
9735
9736         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9737         parameter.
9738
9739         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9740
9741         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9742
9743         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9744         parameter.
9745
9746         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9747         parameter.
9748
9749         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9750         parameter and remove the gnus-sum-hint-move-is-internal variable.
9751
9752         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9753         parameter.
9754
9755         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9756         parameter.
9757
9758         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9759         parameter.
9760
9761         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9762
9763         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9764         parameter.
9765
9766         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9767         parameter.
9768
9769 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9770
9771         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9772         a more conservative way.
9773
9774 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9775
9776         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9777         buffer, so it moves the window's cursor.
9778
9779 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9780
9781         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9782         `mm-dissect-multipart' and receive the from field as an (optional)
9783         argument from `mm-dissect-multipart'.
9784         (mm-dissect-multipart): Receive the from field as an argument and
9785         pass it on when we call `mm-dissect-buffer' on MIME parts.
9786         Fixes verification/decryption of signed/encrypted MIME parts.
9787
9788 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9789
9790         * gnus-sum.el (gnus-summary-move-article): Set
9791         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9792         whatever it calls (right now, only nnimap-request-move article
9793         respects it).
9794
9795         * nnimap.el (nnimap-request-move-article): When
9796         gnus-sum-hint-move-is-internal is set, don't do the extra
9797         nnimap-request-article.
9798
9799 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9802
9803         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9804         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9805
9806         * gnus-sum.el (gnus-summary-caesar-message):
9807         Apply `gnus-treat-article' after rotation.
9808
9809         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9810         doc string.
9811
9812 2005-02-22  Simon Josefsson  <jas@extundo.com>
9813
9814         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9815         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9816         <arne@arnested.dk>.
9817         (encrypt): Add password-cache and password-cache-expiry as group
9818         members.
9819
9820 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9821
9822         * smime.el (smime-ldap-host-list): Doc fix.
9823         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9824         cache) password.
9825         (smime-sign-region): Use it.
9826         (smime-decrypt-region): Use it.
9827         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9828         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9829         fails.
9830         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9831         certificate from DER to PEM format rather than calling openssl.
9832
9833         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9834
9835         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9836         for signing/encryption.
9837
9838         * mml.el (mml-parse-1): Use them.
9839
9840 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9841
9842         * nnrss.el (nnrss-verbose): Removed.
9843         (nnrss-request-group): Use `nnheader-message' instead.
9844
9845 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9846
9847         * nnrss.el (nnrss-verbose): New variable.
9848         (nnrss-request-group): Make it say nnrss is requesting a group.
9849
9850 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9853         Handle news URL with given port correctly.
9854
9855 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9858         containing special characters.
9859
9860         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9861
9862         * mml.el (mime-to-mml): Ditto.
9863
9864         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9865         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9866         (rfc2047-decode-region): Quote decoded words containing special
9867         characters when rfc2047-quote-decoded-words-containing-tspecials
9868         is non-nil.
9869
9870 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9873
9874         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9875
9876 2005-02-15  Simon Josefsson  <jas@extundo.com>
9877
9878         * nnimap.el (nnimap-debug): Doc fix.
9879
9880         * imap.el (imap-debug): Doc fix.
9881
9882 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9885
9886 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9887
9888         * gnus.el (spam-contents): Improve docs for spam-contents
9889         parameter in its variable incarnation.
9890
9891 2005-02-14  Simon Josefsson  <jas@extundo.com>
9892
9893         * smime-ldap.el: Use require instead of load-library for ldap.
9894         (smime-ldap-search): Indent.
9895         (smime-ldap-search-internal): Shorten line.
9896
9897         * smime.el (smime-cert-by-dns): Add doc-string.
9898         (smime-cert-by-ldap-1): Indent.
9899
9900         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9901         mml-smime-get-dns-ldap.
9902         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9903
9904 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9905
9906         * smime.el: Require smime-ldap.
9907         (smime-ldap-host-list): New variable.
9908         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9909
9910         * mml-smime.el (mml-smime-encrypt-query): New function.
9911         (mml-smime-encrypt-query): Use it.
9912
9913         * smime-ldap.el: New file.
9914
9915 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9918
9919 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9922         argument in doc string.  Make query for type more clear.
9923
9924 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus.el (gnus-group-startup-message): Search for gnus images in
9927         etc/images/gnus.
9928         * mm-util.el (mm-image-load-path): Likewise.
9929         * smiley.el (smiley-data-directory): Search for smilies in
9930         etc/images/smilies.
9931
9932 2005-02-09  Kim F. Storm  <storm@cua.dk>
9933
9934         Change Emacs release version from 21.4 to 22.1 throughout.
9935         Change Emacs development version from 21.3.50 to 22.0.50.
9936
9937 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9940
9941         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9942         non-Mule XEmacs as well.
9943         (mm-decompress-buffer): Signal an error intentionally if it does
9944         not decompress compressed data because auto-compression-mode is
9945         disabled.
9946
9947 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9948
9949         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9950         an ID in the registry even if it has no groups.
9951
9952 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9955         merge it into mm-decompress-buffer.
9956         (gnus-mime-copy-part): Use the MIME part charset, the value which
9957         a user specified or gnus-newsgroup-charset for decoding, like
9958         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9959         save-buffer what was used.  Suggested by Kevin Ryde
9960         <user42@zip.com.au>.
9961         (gnus-mime-inline-part): Allow the name parameter as well as the
9962         filename parameter; force decompressing of compressed data; always
9963         display contents being not decoded as unibyte.
9964
9965         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9966         as well as the filename parameter.
9967
9968         * mm-util.el (mm-decompress-buffer): Merge
9969         gnus-mime-jka-compr-maybe-uncompress.
9970         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9971         of compressed data.
9972
9973 2005-02-08  Simon Josefsson  <jas@extundo.com>
9974
9975         * imap.el (imap-log): Doc fix.
9976
9977 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9980         the coding cookies; decompress compressed parts.
9981
9982         * mml.el (mml-generate-mime-1): Add the charset parameter according
9983         to the value which a user specified manually or the coding cookie.
9984
9985         * mm-util.el (mm-string-to-multibyte): New function.
9986         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9987         (mm-coding-system-to-mime-charset): New function.
9988         (mm-decompress-buffer): New function.
9989         (mm-find-buffer-file-coding-system): New function.
9990
9991         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9992         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9993         parts.
9994
9995 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9996
9997         * mm-view.el (mm-display-inline-fontify): Decode a part according
9998         to the charset parameter.
9999
10000 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10003         prefix arg is neither nil nor a number, as info specifies.
10004
10005 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10008         timestamps.
10009
10010 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10011
10012         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10013         groups error checking and notify user.
10014
10015 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10016
10017         * message.el (message-send-mail-function): Check existence of
10018         sendmail-program first before using default value
10019         `message-send-mail-with-sendmail'.  Otherwise use more generic
10020         `smtpmail-send-it'.
10021
10022 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * nntp.el (nntp-request-update-info): Always return nil.
10025
10026 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10027
10028         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10029
10030 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10031
10032         * message.el (message-beginning-of-line): Change the behavior when
10033         invoked between BOL and : so that it first moves backward.
10034
10035 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10038         article buffer when editing of the article is discarded.
10039         (gnus-article-prepare): Revert.
10040
10041 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-art.el (gnus-article-prepare):
10044         Remove message-strip-forbidden-properties from the local hook.
10045
10046 2005-01-27  Simon Josefsson  <jas@extundo.com>
10047
10048         * password.el (password-cache-add): Only start one timer per key.
10049         Reported by Derek Atkins <warlord@MIT.EDU>.
10050
10051 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10052
10053         * run-at-time.el: Removed.  It is no longer needed as
10054         timer-funcs.el in the xemacs-base package has a working version of
10055         `run-at-time'.
10056
10057         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10058
10059         * password.el: Require timer-funcs instead of run-at-time in
10060         XEmacs.
10061         Remove `password-run-at-time' macro.
10062         (password-cache-add): Use `run-at-time' instead of
10063         `password-run-at-time'.
10064
10065         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10066         Remove `nnheader-cancel-function-timers' alias,
10067         `cancel-function-timers' exists in XEmacs in timer-funcs.
10068
10069         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10070         for `run-with-idle-timer'.
10071
10072         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10073         for `run-at-time'.
10074
10075         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10076         for `with-timeout'.
10077
10078         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10079         the same as for XEmacs 21.4.
10080         No need to ignore `run-with-idle-timer', this function exists in
10081         XEmacs now in timer-funcs.el in the xemacs-base package.
10082         (dgnushack-compile): No need to delete
10083         run-at-time.el from the list of files to compile because it
10084         doesn't exist anymore.
10085
10086 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10089         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10090
10091 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10092
10093         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10094         sensitively.
10095
10096 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10097
10098         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10099
10100 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10103         which will be inserted according to the multibyteness of a buffer
10104         rather than the type of contents.  Suggested by ARISAWA Akihiro
10105         <ari@mbf.ocn.ne.jp>.
10106
10107         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10108         of string which old xml.el may return rather than a string.
10109
10110 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10113
10114 2005-01-16  Simon Josefsson  <jas@extundo.com>
10115
10116         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10117         idn/idna.el isn't available.
10118         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10119         <michael@waxrat.com>.
10120
10121         * hashcash.el: Remove non-FSF copyright header.
10122
10123         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10124         (hashcash-generate-payment): Use it.
10125         (hashcash-generate-payment-async): Use it.
10126
10127 2005-01-15  Simon Josefsson  <jas@extundo.com>
10128
10129         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10130         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10131
10132         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10133         gnus-summary-idna-message.
10134         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10135         (gnus-summary-idna-message): New function.
10136
10137 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10140         gnus-novice-user.
10141
10142 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * nnrss.el (nnrss-request-delete-group): Delete entries in
10145         nnrss-group-alist as well.
10146         (nnrss-save-server-data): Insert newline.
10147
10148 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus.el (gnus-user-agent): Use list of symbols instead of
10151         symbols.  Display full version number for (S)XEmacs.  Optionally
10152         display (S)XEmacs codename.
10153
10154         * gnus-util.el (gnus-emacs-version): Update for new
10155         `gnus-user-agent'.
10156
10157         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10158         Gnus version.
10159
10160 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10163         which is unreadable in some setups.
10164
10165 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-spec.el (gnus-update-format-specifications): Flush the
10168         group format spec cache if it doesn't support decoded group names.
10169
10170 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10173         Allow to apply decay on score files matching a regexp.
10174
10175 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10178         compatibility in %g and %c.
10179
10180 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10183         name for only %g and %c.
10184         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10185         of gnus-tmp-group to decoded group name.
10186         (gnus-group-make-rss-group): Exclude `/'s from group names.
10187
10188 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * nnrss.el (nnrss-get-encoding): Fix regexp.
10191
10192 2004-12-27  Simon Josefsson  <jas@extundo.com>
10193
10194         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10195         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10196         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10197
10198 2004-12-17  Kim F. Storm  <storm@cua.dk>
10199
10200         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10201
10202         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10203
10204 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10205
10206         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10207
10208 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * nnrss.el: Require rfc2047 and mml.
10211         (nnrss-file-coding-system): New variable.
10212         (nnrss-format-string): Redefine it as an inline function.
10213         (nnrss-decode-group-name): New function.
10214         (nnrss-string-as-multibyte): Remove.
10215         (nnrss-retrieve-headers): Decode group name; don't use
10216         nnrss-format-string.
10217         (nnrss-request-group): Decode group name.
10218         (nnrss-request-article): Decode group name; allow a Message-ID as
10219         well as an article number; don't use nnrss-format-string; encode a
10220         Message-ID string which may contain non-ASCII characters; use
10221         mml-to-mime to compose a MIME article.
10222         (nnrss-request-expire-articles): Decode group name.
10223         (nnrss-request-delete-group): Decode group name.
10224         (nnrss-fetch): Clarify error message.
10225         (nnrss-read-server-data): Use insert-file-contents instead of load;
10226         bind file-name-coding-system; use multibyte buffer.
10227         (nnrss-save-server-data): Bind coding-system-for-write to the
10228         value of nnrss-file-coding-system; bind file-name-coding-system;
10229         add coding cookie.
10230         (nnrss-read-group-data): Use insert-file-contents instead of load;
10231         bind file-name-coding-system; use multibyte buffer.
10232         (nnrss-save-group-data): Bind coding-system-for-write to the
10233         value of nnrss-file-coding-system; bind file-name-coding-system.
10234         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10235         make it work with non-ASCII text.
10236         (nnrss-find-el): Make it work with old xml.el as well.
10237
10238 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10239
10240         * nnrss.el (nnrss-get-encoding): New function.
10241         (nnrss-fetch): Use unibyte buffer initially; bind
10242         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10243         decode contents according to the encoding attribute.
10244         (nnrss-save-group-data): Add coding cookie.
10245         (nnrss-mime-encode-string): New function.
10246         (nnrss-check-group): Use it to encode subject and author.
10247
10248 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10249
10250         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10251         imaginary variable.
10252
10253 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10256         correctly even if there are wide characters.
10257
10258 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10261         downcased symbol names; make a new cache instead of reusing
10262         bbdb-hashtable.
10263
10264 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10267         concatenating segments rather than before concatenating them.
10268         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10269
10270         * message.el (message-get-reply-headers): Bind `extra'.
10271
10272 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * message.el (message-extra-wide-headers): New variable.
10275         (message-get-reply-headers): Use it.
10276
10277 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10280         (gnus-agent-group-pathname): Ditto.
10281
10282         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10283
10284         * gnus-group.el (gnus-group-make-group): Decode group name.
10285         (gnus-group-make-rss-group): Register the group data after opening
10286         the nnrss group.
10287
10288 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10289
10290         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10291         by expiry now get marked as read.
10292
10293 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10296
10297 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10298
10299         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10300         unify Latin characters in XEmacs.
10301         (mm-find-mime-charset-region): Use it.
10302
10303 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-util.el (gnus-delete-directory): New function.
10306
10307         * gnus-agent.el (gnus-agent-delete-group): Use it.
10308
10309         * gnus-cache.el (gnus-cache-delete-group): Use it.
10310
10311 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10314         names.
10315
10316 2004-12-16  Simon Josefsson  <jas@extundo.com>
10317
10318         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10319
10320 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10323
10324         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10325         (gnus-group-set-current-level): Decode group name.
10326
10327 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10328
10329         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10330         failed.
10331
10332 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-group.el (gnus-group-delete-group): Decode group name.
10335         (gnus-group-make-rss-group): Encode group name.
10336         (gnus-group-catchup-current): Decode group name.
10337         (gnus-group-kill-group): Decode group name.
10338
10339 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10340
10341         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10342
10343 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-group.el (gnus-group-make-rss-group):
10346         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10347
10348         * gnus-start.el (gnus-setup-news): Honor user's setting to
10349         gnus-message-archive-method.  Suggested by Lute Kamstra
10350         <lute@gnu.org>.
10351
10352 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10353
10354         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10355         global counterparts of the buffer-local variables.
10356
10357 2004-11-16  Romain Francoise  <romain@orebokech.com>
10358
10359         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10360         counterparts of the buffer-local variables.
10361
10362 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * message.el (message-forbidden-properties): Fixed typo in doc
10365         string.
10366
10367 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-util.el (gnus-replace-in-string): Added doc string.
10370
10371         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10372         to avoid problems when splitting mails with many recipients.
10373
10374 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10375
10376         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10377         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10378
10379 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10380
10381         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10382         if there is no hashtable in memory or file modification time is
10383         newer than cached timestamp.
10384
10385 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10388         not-matching option.
10389
10390 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10393         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10394         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10395         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10396         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10397         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10398
10399 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * message.el (message-forward-make-body-mml): Remove headers
10402         according to message-forward-ignored-headers if a message is decoded.
10403
10404 2004-12-02  Romain Francoise  <romain@orebokech.com>
10405
10406         * message.el (message-forward-make-body-plain): Always remove
10407         headers according to message-forward-ignored-headers.
10408
10409 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10410
10411         * spam.el (spam-summary-prepare-exit): Remove the
10412         gnus-summary-limit pop for now, it has problems with ham marks for
10413         me.
10414
10415 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10416
10417         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10418         correctly.
10419
10420 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10421
10422         * format-spec.el (format-spec): Message the char.
10423
10424 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10425
10426         * gnus-art.el (gnus-split-methods): Reformat comments.
10427
10428         * spam.el (spam-summary-prepare-exit): Remove article limits
10429         before exiting the summary buffer.
10430
10431 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10434         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10435
10436         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10437         order to silence the byte compiler.
10438
10439         * spam.el: Fix the way to silence the byte compiler, which
10440         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10441         bbdb-search-simple, spam-BBDB-register-routine,
10442         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10443         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10444         spam-stat-buffer-is-spam, spam-stat-load,
10445         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10446         spam-stat-save and spam-stat-split-fancy.
10447
10448 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10451         which may confuse users.
10452         (canlock-password-for-verify): Ditto.
10453
10454         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10455
10456         * gnus-art.el (gnus-emphasis-alist): Ditto.
10457
10458         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10459
10460         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10461
10462         * gnus-start.el (gnus-save-killed-list): Ditto.
10463
10464         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10465         (gnus-sum-thread-tree-root): Ditto.
10466         (gnus-sum-thread-tree-false-root): Ditto.
10467         (gnus-sum-thread-tree-single-indent): Ditto.
10468
10469         * message.el (message-courtesy-message): Ditto.
10470         (message-archive-note): Ditto.
10471         (message-subscribed-address-file): Ditto.
10472         (message-user-fqdn): Ditto.
10473
10474         * spam-report.el (spam-report-gmane-regex): Ditto.
10475
10476         * spam.el (spam-blackhole-good-server-regex): Ditto.
10477
10478 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * mml.el (mml-preview): Widen the message buffer before copying
10481         the contents to the preview buffer; sort headers before previewing.
10482
10483         * message.el (message-hidden-headers): Fix the way to avoid a bug
10484         in the `repeat' widget in Emacs 21.3 or earlier.
10485
10486 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * message.el (message-hidden-headers): Default to "^References:".
10489         Improve customization type.  Suggested by Reiner Steib
10490         <Reiner.Steib@gmx.de>.
10491
10492 2004-11-25  Romain Francoise  <romain@orebokech.com>
10493
10494         * message.el (message-strip-forbidden-properties): Remove check for
10495         obsolete `message-hidden' text property, hidden headers are not
10496         accessible in the buffer anymore.
10497
10498 2004-11-22  Romain Francoise  <romain@orebokech.com>
10499
10500         * message.el (message-header-format-alist): Add `From' in list
10501         so that it can be sorted.
10502         (message-fix-before-sending): Widen and sort headers before
10503         sending.
10504         (message-hide-headers): Use narrowing to hide headers by moving
10505         them to the top of the buffer and narrowing to the region
10506         underneath.
10507
10508 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * message.el (message-strip-forbidden-properties): Bind
10511         buffer-read-only (etc) to nil.
10512
10513 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10516         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10517
10518 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10519
10520         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10521
10522 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * dns.el (query-dns): Use sit-for to time instead of
10525         accept-process-output, since that doesn't seem to work on udp
10526         sockets.
10527
10528 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10531
10532 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10533
10534         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10535         doc string.  Improve doc string.
10536
10537 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * nntp.el (nntp-request-update-info): Return nil if
10540         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10541         may not call gnus-activate-group which uselessly issues the GROUP
10542         commands for all nntp groups and wastes time.  Reported by Romain
10543         Francoise <romain@orebokech.com>.
10544
10545         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10546
10547 2004-11-15  Simon Josefsson  <jas@extundo.com>
10548
10549         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10550         headers separately.
10551         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10552         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10553
10554 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-start.el (gnus-convert-old-newsrc):
10557         Assign legacy-gnus-agent to 5.10.7.
10558
10559 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10562         start of the lines.
10563
10564 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10565
10566         * hashcash.el (hashcash-default-payment): Change default to 20
10567         (hashcash-default-accept-payment): Change default to 20
10568         (hashcash-process-alist): New variable
10569         (hashcash-generate-payment-async): Add
10570         (hashcash-already-paid-p): Add
10571         (hashcash-insert-payment): Don't generate payments twice
10572         (hashcash-insert-payment-async): Add
10573         (hashcash-insert-payment-async-2): Add
10574         (hashcash-cancel-async): Add
10575         (hashcash-wait-async): Add
10576         (hashcash-processes-running-p): Add
10577         (hashcash-wait-or-cancel): Add
10578         (mail-add-payment): New optional argument.  Conditionally start
10579         asynchronous calculation.
10580         (mail-add-payment-async): Add
10581
10582         * message.el (message-send-mail): Wait for asynchronous hashcash
10583         results.  Don't clobber existing X-Hashcash headers.
10584         (message-setup-1): Call mail-add-payment-async when
10585         message-generate-hashcash is non-nil.
10586
10587 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10588
10589         * message.el (message-use-alternative-email-as-from): Examine the
10590         From header as well; use message-make-from in order to include a
10591         user's full name.
10592
10593 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10596         default; improve customization type.
10597         (gnus-emphasis-custom-with-format): New macro.
10598         (gnus-emphasis-custom-value-to-external): New function.
10599         (gnus-emphasis-custom-value-to-internal): New function.
10600
10601 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * dns.el (query-dns): Resolve reverse addresses.
10604
10605 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * gnus-group.el (gnus-group-get-new-news): Use it.
10608
10609         * gnus-start.el (gnus-check-reasonable-setup): New function.
10610
10611 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10614         "Args out of range" error.  Reported by Arnaud Giersch
10615         <arnaud.giersch@free.fr>.
10616
10617 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10618
10619         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10620
10621 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10622
10623         * spam.el (spam group): Add :version.
10624
10625         * pgg-def.el (pgg group): Add :version.
10626
10627 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-art.el (gnus-article-edit-article): Don't associate the
10630         article buffer with a draft file.  This is a temporary measure
10631         against the 2004-08-22 change to gnus-article-edit-mode.
10632
10633 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10636         (html2text-format-tags): Remove unused variable `attr'.
10637
10638 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10641
10642         * tls.el (tls-process-connection-type, tls-success)
10643         (tls-certtool-program): Add :version.
10644
10645         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10646         (starttls-extra-arguments, starttls-process-connection-type)
10647         (starttls-connect, starttls-failure, starttls-success): Add :version.
10648
10649         * spam-stat.el (spam-stat): Add :version.
10650
10651         * sieve.el (sieve): Add :version.
10652
10653         * sha1.el (sha1): Add :version.
10654         (sha1-use-external): Remove redundant version.
10655
10656         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10657         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10658         (nnmail-split-fancy-match-partial-words)
10659         (nnmail-split-lowercase-expanded): Add :version.
10660
10661         * nndiary.el (nndiary): Add :version.
10662
10663         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10664
10665         * mml-sec.el (mml-default-sign-method)
10666         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10667         Add :version.
10668
10669         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10670
10671         * mm-url.el (mm-url-use-external, mm-url-program)
10672         (mm-url-arguments): Add :version.
10673
10674         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10675         (mm-attachment-file-modes, mm-decrypt-option)
10676         (mm-w3m-safe-url-regexp): Add :version.
10677
10678         * message.el (message-cite-prefix-regexp)
10679         (message-sendmail-envelope-from, message-minibuffer-local-map)
10680         (message-user-fqdn, message-completion-alist): Add :version.
10681
10682         * gnus-win.el (gnus-configure-windows-hook)
10683         (gnus-use-frames-on-any-display): Add :version.
10684
10685         * gnus-art.el (gnus-article-address-banner-alist)
10686         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10687         (gnus-treat-from-picon, gnus-treat-mail-picon)
10688         (gnus-treat-x-pgp-sig): Add :version.
10689
10690         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10691         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10692         (gnus-summary-article-delete-hook)
10693         (gnus-summary-display-while-building): Add :version.
10694
10695         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10696         (gnus-get-top-new-news-hook): Add :version.
10697
10698         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10699         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10700
10701         * gnus-registry.el (gnus-registry): Add :version.
10702
10703         * gnus-spec.el (gnus-use-correct-string-widths)
10704         (gnus-make-format-preserve-properties): Add :version.
10705
10706         * gnus.el (gnus-group-charter-alist)
10707         (gnus-group-fetch-control-use-browse-url)
10708         (gnus-install-group-spam-parameters): Add :version.
10709
10710         * gnus-diary.el (gnus-diary): Add :version.
10711
10712         * gnus-delay.el (gnus-delay): Add :version.
10713
10714         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10715         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10716         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10717         Add :version.
10718
10719         * gnus-agent.el (gnus-agent-max-fetch-size)
10720         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10721         (gnus-agent-prompt-send-queue): Add :version.
10722
10723         * deuglify.el (gnus-outlook-deuglify): Add :version.
10724
10725         * html2text.el: Beautify code.  Improve doc strings.  Some
10726         checkdoc cleanup.
10727         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10728
10729 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10730
10731         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10732
10733 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10734
10735         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10736         when package is loaded.
10737
10738         * spam.el (spam-summary-score-preferred-header): Add global preference
10739         for people who want to override the default SpamAssassin over
10740         Bogofilter preference (when both are set).
10741         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10742         (spam-user-format-function-S): Check
10743         spam-summary-score-preferred-header.
10744         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10745         (spam-user-format-function-S): Format the score correctly.
10746
10747 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10750         signature file.  Suggested by Manoj Srivastava
10751         <srivasta@golden-gryphon.com>.
10752
10753         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10754         iso-2022-jp even in the Japanese language environment.
10755         Suggested by Jason Rumney <jasonr@gnu.org>.
10756
10757 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10760         use the same characters as the dummy marks; make it free from
10761         getting affected by the language environment.
10762         (gnus-summary-read-group-1): Update mark positions only when the
10763         format spec is updated.
10764
10765         * gnus-spec.el (gnus-update-format-specifications): Return a list
10766         of updated types.
10767
10768 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10771         of boundp to check if display-warning is available.
10772
10773 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10776
10777 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * nnspool.el (nnspool-spool-directory): Use news-path if the
10780         news-directory variable is not bound.
10781
10782         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10783         function instead of display-warning if it is not available.
10784
10785 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10788         v5-10: Use `point-at-bol'.
10789
10790 2004-10-26  Simon Josefsson  <jas@extundo.com>
10791
10792         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10793         <chenggao@gmail.com>.
10794
10795 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10798         instead.
10799
10800 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10801
10802         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10803         to remove a server from the nnimap-server-buffer-alist.
10804         (nnimap-open-connection, nnimap-close-server): Use it.
10805
10806         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10807
10808 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10811         running the major-mode function.
10812
10813 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10816         dummy marks in the right way.
10817
10818 2004-10-18  David Edmondson  <dme@dme.org>
10819
10820         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10821         excessively.
10822
10823 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10824
10825         * gnus-util.el (gnus-split-references): Accept a nil references
10826         string and go on blissfully.
10827
10828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10829         cases where the references string is non-nil but has no references.
10830
10831         * encrypt.el: Add autoload tags.
10832
10833         * spam.el (spam-resolve-registrations-routine): Remove article
10834         from unregistration list too.  Reported by David Hanak
10835         <dhanak@isis.vanderbilt.edu>
10836
10837 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10840         nil.  Changed custom type.
10841
10842 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10845
10846         * gnus-sum.el (gnus-summary-move-article): Use it.
10847
10848 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10849
10850         * encrypt.el: Add autoload cookies.
10851
10852         * spam.el (spam-backend-article-list-property)
10853         (spam-backend-get-article-todo-list)
10854         (spam-backend-put-article-todo-list)
10855         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10856         Resolve registrations separately.
10857         (spam-register-routine): Format comments.
10858         (spam-unregister-routine, spam-register-routine): Always call with
10859         specific-articles, no default list.
10860         (spam-summary-prepare-exit): Use the spam-classifications function.
10861
10862         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10863         gnus-encrypt.el.
10864
10865         * encrypt.el: Copied from gnus-encrypt.el.
10866
10867         * gnus-encrypt.el: Commented that it's obsolete.
10868
10869 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10872         (gnus-score-save): Use it.
10873
10874         * message.el (message-bury): Use `window-dedicated-p'.
10875
10876 2004-10-15  Simon Josefsson  <jas@extundo.com>
10877
10878         * pop3.el (top-level): Don't require nnheader.
10879         (pop3-read-timeout): Add.
10880         (pop3-accept-process-output): Add.
10881         (pop3-read-response, pop3-retr): Use it.
10882
10883 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * spam.el (spam-register-routine): Move comment.
10886         (spam-verify-bogofilter): Use 'unknown for the initial
10887         spam-bogofilter-valid state, not 'never.
10888
10889         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10890         for netrc-machine.
10891
10892         * nnimap.el (nnimap-open-connection): Use
10893         netrc-machine-user-or-password.
10894
10895 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10896
10897         * gnus-registry.el (gnus-registry-unload-hook):
10898         Set as a variable with add-hook.
10899
10900         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10901         of news-path.
10902
10903         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10904
10905         * spam.el: Delete duplicate `provide'.
10906         (spam-unload-hook): Set as a variable with add-hook.
10907
10908 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10911         in the doc string.
10912
10913         * message.el (message-ignored-news-headers)
10914         (message-ignored-supersedes-headers)
10915         (message-ignored-resent-headers)
10916         (message-forward-ignored-headers): Improve custom type.
10917
10918 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * message.el (message-tokenize-header): Fix 2004-09-06 change
10921         which used point-min in the wrong place.
10922
10923 2004-10-12  Simon Josefsson  <jas@extundo.com>
10924
10925         * tls.el (tls-certtool-program): New variable.
10926         (tls-certificate-information): New function, based on
10927         ssl-certificate-information.
10928
10929 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * compface.el: Move the version of ELisp-based uncompface program
10932         to the contrib directory because of the copyright problem.
10933
10934 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * message.el (message-kill-buffer): Raise the current frame.
10937
10938 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10941
10942         * gnus.el (message-y-or-n-p): Autoload.
10943
10944         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10945         (pop3-password-required, pop3-authentication-scheme)
10946         (pop3-leave-mail-on-server): Made customizable.
10947         (pop3): New custom group.
10948         (pop3-retr): Remove `sleep-for' statements.
10949         Suggested by Dave Love <fx@gnu.org>.
10950
10951         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10952         Windows/DOS.
10953
10954         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10955         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10956         Dave Love <fx@gnu.org>.
10957
10958         * mml.el (mml-minibuffer-read-disposition): Require match.
10959         Suggested by Dave Love <fx@gnu.org>.
10960
10961 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10964         doc string.
10965
10966 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10969
10970 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10971
10972         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10973         instead of calling `mm-insert-inline', to decode text/* parts
10974         before displaying them.
10975
10976 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * mm-uu.el (mm-uu-text-plain-type): New variable.
10979         (mm-uu-pgp-signed-extract-1): Use it.
10980         (mm-uu-pgp-encrypted-extract-1): Use it.
10981         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10982         bind mm-uu-text-plain-type with that value.
10983         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10984         mm-uu-dissect.
10985
10986 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-group.el (gnus-update-group-mark-positions):
10989         * gnus-sum.el (gnus-update-summary-mark-positions):
10990         * message.el (message-check-news-body-syntax):
10991         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10992         of string-as-multibyte.
10993
10994 2004-10-05  Juri Linkov  <juri@jurta.org>
10995
10996         * gnus-group.el (gnus-update-group-mark-positions):
10997         * gnus-sum.el (gnus-update-summary-mark-positions):
10998         * message.el (message-check-news-body-syntax):
10999         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11000         8-bit unibyte values to a multibyte string for search functions.
11001
11002 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11005         (mm-uu-dissect-text-parts): New function.
11006
11007         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11008         dissect text parts.
11009
11010         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11011         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11012
11013         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11014
11015         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11016         gnus-current-topics instead of gnus-current-topic.
11017
11018 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11019
11020         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11021
11022 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11023
11024         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11025         where approriate.
11026
11027         * nnml.el (nnml-generate-active-info): do.
11028
11029         * nndiary.el (nndiary-generate-active-info): do.
11030
11031         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11032         (gnus-topic-move): do.
11033
11034         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11035         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11036
11037         * gnus-srvr.el (gnus-server-prepare)
11038         (gnus-server-open-all-servers): do.
11039
11040         * gnus-msg.el (gnus-summary-cancel-article)
11041         (gnus-summary-resend-message)
11042         (gnus-summary-mail-crosspost-complaint): do.
11043
11044         * gnus-move.el (gnus-change-server): do.
11045
11046         * gnus-group.el (gnus-group-unmark-all-groups)
11047         (gnus-group-set-current-level): do.
11048
11049 2004-10-04  Simon Josefsson  <jas@extundo.com>
11050
11051         * message.el (message-generate-hashcash): Doc fix.
11052
11053 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11054
11055         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11056         avoid infinite recursion via gnus-get-function.
11057
11058 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11059
11060         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11061
11062         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11063
11064         * nnmail.el (nnmail-split-history): do.
11065
11066         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11067         (nnml-request-delete-group): do.
11068
11069         * nnslashdot.el (nnslashdot-read-groups): do.
11070
11071         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11072         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11073
11074         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11075         (nnspool-sift-nov-with-sed): Use last
11076         (nnspool-retrieve-headers-with-nov): Use mapc.
11077         (nnspool-request-newgroups): Use dolist.
11078         (nnspool-request-group): Use last.
11079
11080         * nntp.el (nntp-read-server-type): Use dolist.
11081
11082         * nnvirtual.el (nnvirtual-create-mapping)
11083         (nnvirtual-update-read-and-marked): Use dolist.
11084         (nnvirtual-convert-headers): Simplify.
11085
11086 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11087
11088         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11089         support for sync'ing tick marks.
11090
11091 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11094         there's no visible header.
11095
11096 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11097
11098         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11099         necessary, pass full group name to gnus-request-set-marks.
11100
11101 2004-10-01  Simon Josefsson  <jas@extundo.com>
11102
11103         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11104         acroread.
11105
11106 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * spam-report.el (spam-report-gmane): Fix interactive.
11109
11110         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11111
11112         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11113         when writing file.
11114         (gnus-agent-synchronize-flags): Don't default to being
11115         interactive.
11116
11117 2004-09-30  Simon Josefsson  <jas@extundo.com>
11118
11119         * message.el (message-generate-hashcash): Add.
11120         (message-send-mail): Use it, call mail-add-payment.
11121
11122 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11123
11124         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11125
11126 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11127
11128         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11129         gnus-requst-update-info with explicit code to sync the in-memory
11130         info read flags with the marks being sync'd to the backend.
11131
11132         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11133
11134 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * spam.el (spam-verify-bogofilter): Add new function.
11137         (spam-check-bogofilter)
11138         (spam-bogofilter-register-with-bogofilter): Use it.
11139         (spam-verify-bogofilter): Add small fixes.
11140
11141 2004-09-28  Simon Josefsson  <jas@extundo.com>
11142
11143         * hashcash.el (hashcash-generate-payment): Revert.
11144
11145 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11146
11147         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11148         gnus-extract-references instead of gnus-split-references.
11149
11150         * gnus-util.el (gnus-extract-references): Add new function, analogous
11151         to gnus-split-references but extracts only the message-ID without
11152         anything extra.
11153
11154         * hashcash.el (hashcash-generate-payment)
11155         (hashcash-check-payment): Do the right thing if hashcash-path is
11156         nil (because the hashcash program could not be found).
11157
11158         * spam.el (spam-use-hashcash): Remove comment.
11159
11160 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11161
11162         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11163         (gnus-cache-enter-article, gnus-cache-remove-article)
11164         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11165
11166         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11167
11168         * gnus-art.el (article-hide-boring-headers)
11169         (article-translate-strings, article-display-face)
11170         (gnus-article-mime-match-handle-first)
11171         (gnus-article-highlight-headers)
11172         (gnus-article-add-buttons-to-head): do.
11173
11174 2004-09-27  Simon Josefsson  <jas@extundo.com>
11175
11176         * hashcash.el: New version, from
11177         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11178         ../contrib/.
11179
11180 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11183
11184 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11185
11186         * gnus-dup.el (gnus-dup-open): Use mapc.
11187         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11188
11189         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11190         Reported by Stefan Wiens <s.wi@gmx.net>.
11191
11192         * gnus.el (gnus-shutdown): Use dolist.
11193
11194         * gnus-undo.el (gnus-undo): Use mapc.
11195
11196         * nnrss.el (nnrss-generate-active): do.
11197
11198         * message.el (message-cite-original-without-signature)
11199         (message-cite-original): Use mapc.
11200         (message-do-actions, message-make-forward-subject): Use dolist.
11201
11202 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11203
11204         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11205         deletion to remove entire duplicate line.  Fixes merged article
11206         number bug.
11207
11208 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11209
11210         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11211         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11212         first ask if you want to open a server and then, even when you
11213         responded with no, asking if you want to synchronize the server's
11214         flags.
11215         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11216         multi-line expressions.
11217         (gnus-agent-synchronize-group-flags): New internal function.
11218         Updates marks in memory (in the info structure) AND in the
11219         backend.
11220
11221         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11222
11223         * nnagent.el (nnagent-request-set-mark): Use
11224         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11225         method, to ensure that synchronization updates marks in the
11226         backend and in the info (in memory) structure.
11227
11228 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11231         convention fully; don't miss the root article of a thread; make
11232         the X-Draft-From header with correct article numbers.
11233
11234 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11235
11236         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11237         unless plugged.  Disable the agent so that an open failure causes
11238         an error.
11239
11240         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11241         Reverted 2004-09-21 change.  The backend must be opened while
11242         synchronizing flags even when the backend stores the flags
11243         locally.
11244
11245 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11248         in `header' match.  Reported by Svend Tollak Munkejord.
11249
11250         * message.el (message-cite-original): Fix use of
11251         `message-cite-articles-with-x-no-archive'.
11252
11253 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11256         (gnus-window-to-buffer): Ditto.
11257
11258         * mml.el (mml-preview-buffer): New variable.
11259         (mml-preview): Manage window layout with gnus-buffer-configuration.
11260
11261         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11262         X-Draft-From header even if those articles aren't quoted.
11263
11264 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11265
11266         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11267         (gnus-request-set-mark, gnus-request-update-mark): Use new
11268         g-s-t-u-l-m to decide to use backend even when unplugged.
11269
11270 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11273         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11274
11275 2004-09-20  Simon Josefsson  <jas@extundo.com>
11276
11277         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11278         "utf-16-le".
11279
11280 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11281
11282         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11283
11284 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * uudecode.el (uudecode-use-external): Add :version.
11287
11288         * smime.el (smime-CA-file, smime-encrypt-cipher)
11289         (smime-dns-server): Add :version.
11290
11291         * smiley.el (gnus-smiley-file-types): Add :version.
11292
11293         * sha1.el (sha1-use-external): Add :version.
11294
11295         * pgg-def.el (pgg-query-keyserver): Add :version.
11296
11297         * nnmail.el (nnmail-fancy-expiry-targets)
11298         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11299         Add :version.
11300
11301         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11302         (nnimap-retrieve-groups-asynchronous): Add :version.
11303         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11304
11305         * mml.el (mml-content-disposition-parameters)
11306         (mml-insert-mime-headers-always): Add :version.
11307
11308         * mm-util.el (mm-coding-system-priorities): Add :version.
11309
11310         * mm-decode.el (mm-inline-text-html-with-images)
11311         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11312         (mm-verify-option): Add :version.
11313         (mm-text-html-renderer): Change :version.
11314
11315         * message.el (message-fcc-externalize-attachments)
11316         (message-required-headers, message-draft-headers)
11317         (message-subject-trailing-was-query)
11318         (message-subject-trailing-was-ask-regexp)
11319         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11320         (message-mark-insert-end, message-archive-header)
11321         (message-archive-note, message-cross-post-default)
11322         (message-cross-post-note, message-followup-to-note)
11323         (message-cross-post-note-function, message-use-mail-followup-to)
11324         (message-subscribed-address-functions)
11325         (message-subscribed-address-file, message-subscribed-addresses)
11326         (message-subscribed-regexps, message-allow-no-recipients)
11327         (message-yank-cited-prefix, message-signature-insert-empty-line)
11328         (message-hidden-headers, message-hierarchical-addresses)
11329         (message-mail-user-agent, message-use-idna)
11330         (message-valid-fqdn-regexp)
11331         (message-strip-special-text-properties, message-header-synonyms)
11332         (message-beginning-of-line, message-tab-body-function): Add :version.
11333         (message-insert-canlock, message-wide-reply-confirm-recipients):
11334         Change :version.
11335
11336         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11337         and :version.
11338         (mail-source-delete-old-incoming-confirm)
11339         (mail-source-movemail-program): Add :version.
11340
11341         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11342         (gnus-agent-cache, gnus-agent): Change :version.
11343
11344         * gnus-util.el (gnus-use-byte-compile): Change :version.
11345
11346         * gnus-sum.el (gnus-summary-make-false-root-always)
11347         (gnus-summary-default-high-score)
11348         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11349         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11350         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11351         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11352         (gnus-sum-thread-tree-single-indent)
11353         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11354         (gnus-sum-thread-tree-leaf-with-other)
11355         (gnus-sum-thread-tree-single-leaf): Add :version.
11356         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11357         (gnus-article-loose-mime): Change :version.
11358
11359         * gnus-start.el (gnus-backup-startup-file)
11360         (gnus-save-startup-file-via-temp-buffer): Add :version.
11361
11362         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11363         (gnus-server-offline-face): Add :version.
11364
11365         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11366
11367         * gnus-msg.el (gnus-gcc-externalize-attachments)
11368         (gnus-debug-files, gnus-debug-exclude-variables)
11369         (gnus-discouraged-post-methods): Change :version.
11370         (gnus-confirm-mail-reply-to-news)
11371         (gnus-confirm-treat-mail-like-news): Add :version.
11372
11373         * gnus-int.el (gnus-server-unopen-status): Add :version.
11374
11375         * gnus-group.el (gnus-group-jump-to-group-prompt)
11376         (gnus-large-ephemeral-newsgroup)
11377         (gnus-fetch-old-ephemeral-headers): Add :version.
11378
11379         * gnus-fun.el (gnus-x-face-directory)
11380         (gnus-convert-pbm-to-x-face-command)
11381         (gnus-convert-image-to-x-face-command)
11382         (gnus-convert-image-to-face-command): Add :version.
11383
11384         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11385
11386         * gnus-cite.el (gnus-cite-blank-line-after-header)
11387         (gnus-article-boring-faces): Add :version.
11388
11389         * gnus-art.el (gnus-buttonized-mime-types)
11390         (gnus-inhibit-mime-unbuttonizing)
11391         (gnus-treat-display-face)
11392         (gnus-treat-body-boundary): Change :version.
11393         (gnus-body-boundary-delimiter, gnus-picon-databases)
11394         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11395         (gnus-treat-date-english, gnus-treat-fold-headers)
11396         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11397         (gnus-treat-mail-picon, gnus-treat-wash-html)
11398         (gnus-article-encrypt-protocol)
11399         (gnus-use-idna, gnus-article-over-scroll)
11400         (gnus-mime-display-multipart-alternative-as-mixed)
11401         (gnus-mime-display-multipart-related-as-mixed)
11402         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11403         (gnus-ctan-url, gnus-button-ctan-handler)
11404         (gnus-button-handle-ctan-bogus-regexp)
11405         (gnus-button-ctan-directory-regexp)
11406         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11407         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11408         (gnus-button-man-level, gnus-button-emacs-level)
11409         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11410
11411         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11412         (gnus-agent-go-online): Change :version.
11413         (gnus-agent-expire-unagentized-dirs)
11414         (gnus-agent-auto-agentize-methods): Add :version.
11415
11416         * flow-fill.el (fill-flowed-display-column)
11417         (fill-flowed-encode-column): Add :version.
11418
11419         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11420         (gnus-outlook-deuglify-unwrap-max)
11421         (gnus-outlook-deuglify-cite-marks)
11422         (gnus-outlook-deuglify-unwrap-stop-chars)
11423         (gnus-outlook-deuglify-no-wrap-chars)
11424         (gnus-outlook-deuglify-attrib-cut-regexp)
11425         (gnus-outlook-deuglify-attrib-verb-regexp)
11426         (gnus-outlook-deuglify-attrib-end-regexp)
11427         (gnus-outlook-display-hook): Add :version.
11428
11429         * binhex.el (binhex-use-external): Add :version.
11430
11431 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11434         and `invisible'.
11435
11436 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11437
11438         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11439         in gnus-registry-trim.
11440
11441 2004-09-13  Simon Josefsson  <jas@extundo.com>
11442
11443         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11444
11445         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11446
11447         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11448         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11449         <yamaoka@jpl.org>.
11450         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11451         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11452         <yamaoka@jpl.org>.
11453
11454         * sieve.el (sieve-manage-mode): Ditto.
11455
11456 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11459
11460 2004-09-11  Simon Josefsson  <jas@extundo.com>
11461
11462         * dns-mode.el: Add.
11463
11464         * mm-view.el (mm-display-dns-inline): Add.
11465
11466         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11467         (mm-automatic-display): Ditto.
11468
11469         * mailcap.el (mailcap-mime-data): Add text/dns.
11470         (mailcap-mime-extensions): Map .soa to text/dns.
11471
11472 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11473
11474         * gnus-art.el (article-decode-mime-words, article-babel)
11475         (gnus-article-highlight-signature, gnus-article-add-buttons)
11476         (gnus-signature-toggle): Remove unnecessary bindings of
11477         `inhibit-read-only' inherited from v5.10 merge.
11478
11479 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * nntp.el (nntp): New customization group.
11482         (nntp-authinfo-file): Add customization group.
11483
11484         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11485
11486         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11487
11488         * gnus.el (to-address, to-list, subscribed)
11489         (large-newsgroup-initial): Ditto.
11490
11491         * flow-fill.el (fill-flowed-display-column)
11492         (fill-flowed-encode-column): Ditto.
11493
11494 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11495
11496         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11497         Use point-min rather than 1.
11498         (message-send-mail): Use buffer-size rather than point-max.
11499
11500         * gnus-sum.el (gnus-summary-search-article-forward):
11501         Signal a specific `search-failed' rather than a generic `error'.
11502
11503         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11504         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11505         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11506
11507 2004-09-10  Simon Josefsson  <jas@extundo.com>
11508
11509         * nndb.el (require): Remove tcp and duplicate cl.
11510
11511 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-agent.el (directory-files-and-attributes): Move forward.
11514
11515 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11516
11517         * gnus-agent.el (directory-files-and-attributes): Optionally
11518         defined to support XEmacs.
11519
11520 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11521
11522         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11523         to avoid run-time CL dependencies.
11524         (gnus-agent-unfetch-articles): New function.
11525         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11526         article numbers even when local .overview file is missing.
11527         (gnus-agent-read-article-number): New function.  Only accepts
11528         27-bit article numbers.
11529         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11530         gnus-agent-read-article-number.
11531         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11532         from backend while recognizing that article numbers in .overview
11533         must be valid.
11534         (gnus-agent-update-files-total-fetched-for): Use
11535         directory-files-and-attributes to improve performance.
11536         * gnus-int.el (gnus-request-move-article): Use
11537         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11538         improve performance.
11539
11540         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11541         some users confused by references to .newsrc when they only have a
11542         .newsrc.eld file.
11543         (gnus-convert-mark-converter-prompt)
11544         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11545         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11546         New function.  Used internally to only display 'gnus converting
11547         files' message when actually necessary.
11548
11549         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11550         methods now autoloaded.
11551
11552 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11555         identifiers.
11556
11557 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-picon.el: Fix indentation and closing parenthesis.
11560
11561 2004-09-01  Simon Josefsson  <jas@extundo.com>
11562
11563         * message.el (message-canlock-generate): Require sha1, not
11564         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11565         to require within a function.  Sadly, if sha1.el isn't loaded, the
11566         let binding in m-c-g will hide the defcustom definition, which is
11567         bad.)
11568
11569         * canlock.el: Require sha1, not sha1-el.
11570
11571         * message.el: Don't autoload sha1 (there is a autoload cookie in
11572         sha1.el).
11573
11574         * sha1-el.el: Renamed to sha1.el.
11575
11576 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11577
11578         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11579
11580 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11581
11582         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11583
11584 2004-08-30  Kim F. Storm  <storm@cua.dk>
11585
11586         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11587
11588         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11589         Add :group 'nnimap.
11590
11591 2004-08-30  Andreas Schwab  <schwab@suse.de>
11592
11593         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11594         ?* and ?\;.
11595
11596         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11597         and ?\' to symbol instead of whitespace.
11598
11599 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11602
11603         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11604         instead of re-search-forward.
11605
11606         * gnus-uu.el (gnus-uu-save-article): Ditto.
11607         (gnus-uu-post-encode-uuencode): Ditto.
11608
11609         * html2text.el (html2text-clean-list-items): Ditto.
11610         (html2text-clean-dtdd): Ditto.
11611         (html2text-format-tags): Ditto.
11612
11613         * message.el (message-send-mail-with-sendmail): Fix regexp.
11614         (message-fill-field-general): Use search-forward instead of
11615         re-search-forward.
11616         (unbold-region): Ditto.
11617
11618         * nnrss.el (nnrss-request-article): Ditto.
11619
11620         * nnslashdot.el (nnslashdot-request-article): Ditto.
11621
11622         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11623
11624         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11625         "Unrecognized menu descriptor" error in XEmacs.
11626
11627 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11628
11629         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11630         parent article of a sparse article in the thread hashtb.
11631
11632 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11633
11634         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11635         (nnmail-expand-newtext): Lowercase expanded entries if
11636         nnmail-split-lowercase-expanded is non-nil.
11637
11638 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11641
11642         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11643         of gnus-tmp-news-method into string under XEmacs.  It will be
11644         passed to gnus-correct-length which takes only a string argument.
11645
11646 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-util.el (gnus-bind-print-variables): New macro.
11649         (gnus-prin1): Use it.
11650         (gnus-prin1-to-string): Use it.
11651         (gnus-pp): New function.
11652         (gnus-pp-to-string): New function.
11653
11654         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11655         Replace pp-to-string with gnus-pp-to-string.
11656         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11657         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11658         * gnus-msg.el (gnus-debug): Ditto.
11659         * gnus-score.el (gnus-score-save): Ditto.
11660         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11661         gnus-pp-to-string.
11662         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11663         with gnus-pp.
11664         * score-mode.el (gnus-score-pretty-print): Ditto.
11665         * webmail.el (webmail-debug): Ditto.
11666
11667 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-art.el (article-display-face, article-display-x-face):
11670         Use buffer-read-only.
11671
11672 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (article-hide-list-identifiers):
11675         Bind inhibit-read-only as t.
11676
11677 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11680
11681 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11682
11683         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11684         (gnus-narrow-to-page): Don't assume point-min == 1.
11685         (gnus-article-edit-mode): Derive from message-mode.
11686
11687         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11688         point-min == 1.
11689
11690         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11691         Disable incorrect use of `assert'.
11692
11693         * message.el (message-mode): Set comment-start-skip.
11694
11695
11696 2004-08-22  Sam Steingold  <sds@gnu.org>
11697
11698         * pop3.el (pop3-leave-mail-on-server): New user variable.
11699         (pop3-movemail): Delete mail only when it is nil.
11700
11701 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11704
11705         * mml.el (mml-preview): Use `pop-to-buffer'.
11706
11707         * message.el (message-goto-mail-followup-to): Insert after "To".
11708         (message-carefully-insert-headers): Add comment.
11709
11710         * gnus.el: Remove unused variable `gnus-article-check-size'.
11711
11712         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11713
11714         * gnus-art.el (gnus-button-alist): Improve
11715         `gnus-button-handle-library' entry.
11716
11717 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11718
11719         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11720         downcase, since XEmacs capitalizes error messages differently.
11721
11722 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11723
11724         * nntp.el: Add (require 'gnus) due to reference to
11725         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11726
11727 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11728
11729         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11730         `mm-fill-flowed'.
11731
11732         * mm-decode.el (mm-dissect-singlepart): Check it.
11733
11734 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11737         'imap' for netrc parsing.
11738
11739 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * mailcap.el (mailcap-mime-data): Mark as risky.
11742
11743 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11746         may be included in the encoded word.
11747         (rfc2047-encode): Don't append a space if the encoded word
11748         includes close parenthesis.
11749
11750 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11753         of text within parentheses.
11754
11755 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11756
11757         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11758         (gnus-encrypt-write-file-contents): Make the password key the file
11759         name PLUS the cipher, not just the cipher.  Also remove failed
11760         passwords from the cache.
11761
11762 2004-08-06  Simon Josefsson  <jas@extundo.com>
11763
11764         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11765         fix.
11766
11767 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11770         LWSP.
11771
11772 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11775         to append in-reply-to: data to the references: header.
11776
11777         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11778         (netrc-parse): Use gnus-encrypt.el functions.
11779
11780         * gnus-encrypt.el: Add new file for encryption support; currently
11781         does only a few GPG ciphers and an internal XOR cipher.
11782
11783         * password.el: Add comments on using password-read-and-add.
11784         (password-read-and-add): Add function to read and add the
11785         password to the cache at once.
11786
11787 2004-07-28  Simon Josefsson  <jas@extundo.com>
11788
11789         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11790         parameter (but don't use it, for now).
11791
11792         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11793         instead of hard coding to nil.
11794
11795 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11798         as mm-inline-image-xemacs does.
11799
11800 2004-07-26  Simon Josefsson  <jas@extundo.com>
11801
11802         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11803         Revert part of 2004-07-17 change below.
11804
11805 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11808         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11809
11810 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11813         quotes that actually start with ">" at the beginning of the
11814         lines.
11815
11816 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * rfc2047.el (rfc2047-encode-region): Fix last change.
11819         (rfc2047-encode-parameter): Remove useless concat.
11820
11821 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11824         encode special characters; fix some kind of misconfigured headers;
11825         signal a real error if debug-on-quit or debug-on-error is non-nil.
11826         (rfc2047-encode-max-chars): New variable.
11827         (rfc2047-encode-1): Use it.
11828         (rfc2047-encode-parameter): New function.
11829
11830         * mml.el (mml-insert-parameter): Remove an excessive space.
11831
11832 2004-07-17  Simon Josefsson  <jas@extundo.com>
11833
11834         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11835         Kai Grossjohann <kai@emptydomain.de>.
11836         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11837         (gnus-group-make-menu-bar): Ditto.
11838
11839         * gnus-util.el (gnus-group-server): Add.
11840
11841 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11842
11843         * message.el (message-clone-locals): Clone sendmail and smtp
11844         variables.
11845
11846 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * rfc2047.el (rfc2047-encode-region): Fix last change.
11849
11850 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11853         characters as non-special.
11854
11855 2004-07-09  Simon Josefsson  <jas@extundo.com>
11856
11857         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11858         Users will lose all flag changes made while unplugged with
11859         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11860         good default.  See numerous reports on ding mailing list.
11861
11862 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11865         add generate-head-function and generate-article-function to the
11866         rfc822-forward entry.
11867         (nndoc-rfc822-forward-generate-article): New function.
11868         (nndoc-rfc822-forward-generate-head): New function.
11869
11870         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11871
11872 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11873
11874         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11875         respect display group parameter and gnus-summary-expunge-below.
11876         (gnus-articles-to-read): Remove unused reference to display group
11877         parameter.
11878
11879 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * nnheader.el (nnheader-uniquify-message-id): New experimental
11882         variable.
11883         (nnheader-nov-read-message-id): Use it.
11884
11885         * spam-report.el (spam-report-gmane): Add interactive.
11886
11887 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11890         qp-or-base64 for the application/* types.
11891
11892 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11893
11894         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11895
11896 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11897
11898         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11899         trim value.
11900
11901 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11902
11903         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11904         New macro and function.
11905         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11906
11907 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11910         after-load-alist.
11911
11912 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913
11914         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11915         update info that isn't there.
11916
11917 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11918
11919         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11920         entry.
11921
11922 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * mm-view.el (mm-inline-render-with-function): Use multibyte
11925         buffer; decode html source by charset.
11926
11927         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11928
11929         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11930         Mule-UCS is loaded under XEmacs.
11931         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11932
11933 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11934
11935         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11936
11937 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * mm-util.el (mm-coding-system-p): Return a coding-system.
11940         (mm-mime-mule-charset-alist): Use shift_jis instead of
11941         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11942         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11943         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11944         instead of japanese-shift-jis and iso-latin-1 respectively in
11945         order to share the default value with both Emacs and XEmacs-mule.
11946         (mm-mule-charset-to-mime-charset): Make
11947         mm-coding-system-priorities effective.
11948         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11949         while predicating of candidates upon the priorities.
11950
11951 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11952
11953         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11954         gnus-uu-invert-processable.
11955
11956         * gnus.el: Autoload gnus-uu-invert-processable.
11957
11958 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-util.el (mm-with-multibyte-buffer): New macro.
11961
11962         * rfc2047.el (rfc2047-encode-string): Use it.
11963         (rfc2047-encode-region): Move point to the end of the region after
11964         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11965
11966 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11969         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11970
11971 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11974         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11975         Karl Chen <quarl@nospam.quarl.org>.
11976
11977 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11978
11979         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11980         invalid addresses.
11981
11982 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11983
11984         * spam.el: Change section markers, revise TODO list.
11985         (spam-backends): Make new master list of all installed backends.
11986         (spam-summary-exit-behavior): Add new variable to determine how
11987         messages moves are done at summary exit.
11988         (spam-move-spam-nonspam-groups-only)
11989         (spam-process-ham-in-nonham-groups)
11990         (spam-process-ham-in-spam-groups): Remove variables, the
11991         spam-summary-exit-behavior variable should be used to manage this
11992         behavior.
11993         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11994         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11995         and spam-old-spam-articles.
11996         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11997         Add empty variables, placeholders for the backends they represent.
11998         (spam-set-difference): Move, unchanged.
11999         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12000         unless the user has a processor variable.
12001         (spam-classifications, spam-classification-valid-p)
12002         (spam-backend-properties, spam-backend-property-valid-p)
12003         (spam-backend-function-type-valid-p)
12004         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12005         (spam-report-articles-gmane, spam-report-articles-resend):
12006         Remove functions, they are not needed.
12007         (spam-install-backend-super, spam-backend-list)
12008         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12009         (spam-backend-function, spam-backend-ham-registration-function)
12010         (spam-backend-spam-registration-function)
12011         (spam-backend-ham-unregistration-function)
12012         (spam-backend-spam-unregistration-function)
12013         (spam-backend-statistical-p, spam-backend-mover-p)
12014         (spam-install-backend-alias, spam-install-checkonly-backend)
12015         (spam-install-mover-backend, spam-install-nocheck-backend)
12016         (spam-install-backend, spam-install-statistical-backend)
12017         (spam-install-statistical-checkonly-backend): Add backend installation
12018         support.
12019         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12020         (spam-group-processor-p): Use the new backend code and respect the
12021         summary exit behavior.
12022         (spam-mark-spam-as-expired-and-move-routine): Remove.
12023         (spam-summary-prepare): Change to use the new spam-old-articles
12024         variable.
12025         (spam-copy-or-move-routine, spam-copy-spam-routine)
12026         (spam-move-spam-routine, spam-copy-ham-routine)
12027         (spam-move-ham-routine): Add code to copy/move ham or spam.
12028         (spam-fetch-field-fast): Improve doc and code, plus allow the
12029         'number request.
12030         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12031         variables.
12032         (spam-split, spam-find-spam): Use the new backend code.
12033         (spam-registration-functions): Remove variable.
12034         (spam-unregister-routine): Add convenience wrapper.
12035         (spam-log-undo-registration, spam-register-routine)
12036         (spam-log-processing-to-registry)
12037         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12038         where possible.
12039         (spam-check-gmane-xref, spam-check-regex-headers)
12040         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12041         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12042         (spam-check-bogofilter-headers, spam-check-spamoracle)
12043         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12044         (spam-check-crm114-headers): Use the spam-split-group that
12045         spam-split prepares, no need to determine it every time.
12046
12047         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12048         to the nnheader-parse-naked-head call.
12049
12050         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12051
12052         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12053         the nnheader-nov-read-message-id call.
12054
12055 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12058         gnus-activate-group twice.  Suggested by Markus Peter
12059         <warp@spin.de>.
12060
12061 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (gnus-article-time-format): Exchange the order of
12064         day and month in the default value; fix customization type.
12065         (article-date-ut): Use add-text-properties.
12066         (article-make-date-line): Use message-make-date instead of
12067         current-time-string.
12068
12069         * message.el (message-fetch-field): Don't use set-text-properties.
12070         (message-make-date): Simplify.
12071
12072         * messagexmas.el (message-xmas-make-date): New function.
12073         (message-xmas-redefine): Defalias message-make-date to it.
12074
12075 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12078         (rfc2047-encode-region): Treat text within parentheses as special;
12079         show the original text when error has occurred.
12080
12081         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12082         already-computed method to gnus-activate-group.
12083
12084         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12085         same select-methods identical Lisp objects.
12086
12087         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12088         object when modifying the info.
12089
12090 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12093         gnus-opened-servers since it has never been opened with the new
12094         configuration yet.
12095
12096 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12099         arg to nnheader-generate-fake-message-id.
12100
12101 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12104         number and build a fake message ID localized to a group and
12105         article number (so it's repeatable from that point on).
12106         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12107         ID format.
12108
12109         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12110         nnheader-generate-fake-message-id with the article number.
12111
12112 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12113
12114         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12115         end-of-buffer.
12116
12117 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * message.el (message-ignored-supersedes-headers): Add Approved.
12120
12121 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12124         goto-char.
12125         (rfc2047-encode): Fold the line before encoding.
12126
12127 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128
12129         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12130         folding -- not all headers can be folded, and this should be done
12131         by the message composition mode.  Probably.  I think.
12132
12133 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12136         fast.
12137
12138         * gnus-ems.el (gnus-remove-image): Don't use
12139         message-text-with-property; remove only the image found first.
12140
12141         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12142         found first.
12143
12144 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12145
12146         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12147
12148 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * message.el (message-text-with-property): Make it fast and accept
12151         optional arguments.
12152         (message-strip-forbidden-properties): Use it.
12153         (message-fix-before-sending): Follow the m-t-w-p change.
12154
12155         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12156
12157 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gnus-art.el (article-hide-headers): Don't change the buffer
12160         mistakenly when performing mml-preview even if
12161         gnus-single-article-buffer is nil.
12162
12163 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12164
12165         * message.el (message-expand-name-databases): New user option.
12166         (message-expand-name): Use it.
12167
12168 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12169
12170         * spam.el (spam-report-articles-resend)
12171         (spam-report-resend-register-routine): Allow ham reporting.
12172         (spam-report-resend-register-ham-routine): Add wrapper.
12173         (spam-registration-functions): Add ham resending functions.
12174         (spam-list-of-processors): Add ham resend processor.
12175
12176         * gnus.el (ham-resend-to): Add new group parameter.
12177         (spam-process): Add ham resend option.
12178
12179         * spam-report.el (spam-report-resend): Allow reporting ham.
12180         (spam-report-resend-ham): Add wrapper.
12181
12182 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * message.el (message-cite-articles-with-x-no-archive): New
12185         variable.
12186         (message-cite-original): Use it.
12187
12188 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12189
12190         * message.el (message-cite-original): Respect X-No-Archive.
12191
12192 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-art.el (article-hide-headers): Refer to the values for
12195         gnus-ignored-headers and gnus-visible-headers in the summary
12196         buffer since a user may have set them as group parameters.
12197
12198 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12199
12200         * assistant.el (assistant-node-name): Add convenience function.
12201         (assistant-render-text, assistant-render-node): Add error handling,
12202         plus handle multiple next nodes.
12203         (assistant-find-next-node): Comment out for now.
12204         (assistant-find-next-nodes): Add function, returns list of next
12205         nodes.
12206
12207 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * mail-source.el (mail-source-directory): Fix doc-string.
12210
12211 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12212
12213         * assistant.el (assistant-render-text, assistant-eval): Add :set
12214         widget type, which is different because it takes and returns a
12215         list.  Much hilarity ensues.
12216
12217 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12220
12221         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12222         doc-string.
12223
12224         * gnus-start.el (gnus-activate-group): Added doc-string.
12225
12226 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12229
12230 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12231
12232         * assistant.el (assistant-render-text): Try to add a :set
12233         widget, more to come.
12234
12235         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12236         strings.
12237         (spam-report-articles-resend)
12238         (spam-register-routine): Do registration iff any articles warrant
12239         it.
12240         (spam-summary-prepare-exit): Change log message for nil group
12241         destinations.
12242
12243 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12244
12245         * spam.el (spam-report-resend-register-routine): Allow
12246         spam-report-resend-to to be a group parameter or a global value.
12247
12248 2004-05-26  Simon Josefsson  <jas@extundo.com>
12249
12250         * starttls.el: Merge with my GNUTLS based starttls.el.
12251         (starttls-gnutls-program, starttls-use-gnutls)
12252         (starttls-extra-arguments, starttls-process-connection-type)
12253         (starttls-connect, starttls-failure, starttls-success): New
12254         variables.
12255         (starttls-program, starttls-extra-args): Doc fix.
12256         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12257         functions.
12258         (starttls-negotiate, starttls-open-stream): Check
12259         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12260         function if it is set.
12261
12262 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12265         structured fields.
12266
12267 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12270
12271 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12272
12273         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12274         variable.
12275         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12276         assigning the spam-mark to new messages.
12277
12278 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12279
12280         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12281
12282 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12285
12286         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12287         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12288         default.
12289
12290 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12291
12292         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12293         correct data.
12294
12295 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12296
12297         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12298         (spam-group-processor-p): Fix function.
12299         (spam-group-processor-multiple-p)
12300         (spam-group-spam-processor-report-gmane-p)
12301         (spam-group-spam-processor-report-resend-p)
12302         (spam-group-spam-processor-bogofilter-p)
12303         (spam-group-spam-processor-blacklist-p)
12304         (spam-group-spam-processor-ifile-p)
12305         (spam-group-ham-processor-ifile-p)
12306         (spam-group-spam-processor-spamoracle-p)
12307         (spam-group-spam-processor-crm114-p)
12308         (spam-group-ham-processor-bogofilter-p)
12309         (spam-group-spam-processor-stat-p)
12310         (spam-group-ham-processor-stat-p)
12311         (spam-group-ham-processor-whitelist-p)
12312         (spam-group-ham-processor-BBDB-p)
12313         (spam-group-ham-processor-spamoracle-p)
12314         (spam-group-ham-processor-copy-p): Remove functions with some
12315         prejudice against unneeded code.
12316         (spam-report-articles-resend)
12317         (spam-report-resend-register-routine): Allow the group/topic
12318         spam-resend-to value to override spam-report-resend-to.
12319         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12320         properly now.
12321
12322         * gnus.el (spam-resend-to): Add group/topic parameter.
12323         (spam-process): Move the OBSOLETE processors to the end of the
12324         choices.
12325
12326 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12327
12328         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12329         with resend-to set to nil, and then ask the user if necessary.
12330         (spam-report-resend): spam-report-resend takes a list of articles, not
12331         separate article numbers.
12332
12333 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12336         addition to emacs-w3m.
12337
12338 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * assistant.el (assistant-authinfo-data): New function.
12341         (assistant-eval): Eval for entire assistant.
12342
12343         * netrc.el (netrc-services-file): New variable.
12344         (netrc-parse-services): New function.
12345         (netrc-find-service-name): New function.
12346         (netrc-find-service-number): New function.
12347         (netrc-port-equal): New function.
12348         (netrc-machine): Use it.
12349
12350         * nnimap.el (nnimap-open-connection): Use netrc.
12351
12352         * gnus-util.el (gnus-netrc-get): Remove aliases.
12353
12354         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12355
12356         * assistant.el (wid-edit): Fix compilation.
12357
12358         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12359
12360 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12361
12362         * gnus-util.el (gnus-set-file-modes): New function.  (small
12363         patch).
12364
12365 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12366
12367         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12368
12369         * assistant.el (assistant-render-node): Fix up rendering and
12370         read-only text.
12371         (assistant-render-node): Reset.
12372         (assistant-make-read-only): Not sticky.
12373
12374 2004-05-20  Danny Siu  <dsiu@adobe.com>
12375
12376         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12377         centered even when gnus-auto-center-summary is t
12378
12379 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * dns.el (dns-get-txt-answer): New function.
12382         (dns-read-txt): Ditto.
12383         (query-dns): Use it.
12384
12385 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12388         active for foreign groups even if the group level is higher than
12389         the specified value.
12390
12391 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12392
12393         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12394         non-active groups.
12395
12396         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12397
12398 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12399
12400         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12401
12402 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12403
12404         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12405         (spam-crm114-header, spam-crm114-spam-switch)
12406         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12407         (spam-crm114-positive-spam-header)
12408         (spam-crm114-database-directory, spam-list-of-processors)
12409         (spam-group-spam-processor-crm114-p)
12410         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12411         (spam-generic-score, spam-list-of-checks)
12412         (spam-list-of-statistical-checks, spam-registration-functions)
12413         (spam-check-crm114-headers, spam-crm114-score)
12414         (spam-check-crm114, spam-crm114-register-with-crm114)
12415         (spam-crm114-register-spam-routine)
12416         (spam-crm114-unregister-spam-routine)
12417         (spam-crm114-register-ham-routine)
12418         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12419         asjo@koldfront.dk (Adam Sjøgren).
12420
12421         * gnus.el: Add spam-use-crm114.
12422
12423         * spam.el (spam-list-of-processors, spam-registration-functions):
12424         Add spam-use-resend.
12425         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12426         (spam-report-articles-gmane): Add doc fix.
12427         (spam-report-articles-resend, spam-report-resend-register-routine):
12428         Add wrappers around spam-report-resend-to.
12429
12430         * spam-report.el (spam-report-resend-to, spam-report-resend):
12431         Add support for resending spam.
12432         (spam-report-gmane): Fix line length >80.
12433
12434         * gnus.el (spam-process): Add spam-use-resend.
12435
12436 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12437
12438         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12439         number of processed spam messages.
12440         (spam-ham-copy-or-move-routine): Return the number of processed
12441         ham messages.
12442         (spam-summary-prepare-exit): Use the above values to decide
12443         whether status messages shouled be displayed.
12444
12445 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12448         `rfc2047-encoding-function-alist' in order to avoid conflicting
12449         with the old version.
12450         (rfc2047-encode-region): Concatenate words containing non-ASCII
12451         characters in structured fields; don't encode space-delimited
12452         ASCII words even in unstructured fields; don't break words at
12453         char-category boundaries.
12454         (rfc2047-encode-1): New function.
12455         (rfc2047-encode): Use it; encode text so that it occupies the
12456         maximum width within 76-column; work correctly on Q encoding for
12457         iso-2022-* charsets.
12458         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12459         sure not to break a line just after the header name.
12460         (rfc2047-b-encode-region): Removed.
12461         (rfc2047-b-encode-string): New function.
12462         (rfc2047-q-encode-region): Removed.
12463         (rfc2047-q-encode-string): New function.
12464
12465         * mm-util.el (mm-replace-in-string): New function.
12466
12467 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12470         get it right.
12471         (gnus-inews-make-draft): Really.
12472
12473 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12474
12475         * nnmh.el (nnmh-request-list-1): Don't check the link count
12476         before descending.  (small patch)
12477
12478 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12481         stuff.
12482
12483         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12484         on real group name.
12485
12486         * gnus-art.el (gnus-signature-limit): Doc fix.
12487
12488         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12489
12490         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12491
12492 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12493
12494         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12495         isn't a string.
12496
12497 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12498
12499         * gnus-draft.el (gnus-draft-send): Bind
12500         rfc2047-encode-encoded-words.
12501
12502         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12503         (rfc2047-encodable-p): Say that =? needs encoding.
12504         (rfc2047-encode-encoded-words): New variable.
12505
12506         * gnus-group.el (gnus-group-select-group): Doc fix.
12507
12508         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12509
12510         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12511         to nil.
12512
12513         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12514
12515         * nnheader.el (nnheader-get-lines-and-char): New function.
12516
12517 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-msg.el (gnus-summary-followup-with-original): Document
12520         yanking of region when active.
12521
12522 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12525         groups if the group level is higher than the specified value.
12526
12527 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12530         (gnus-group-jump-to-group): Added prefix argument using
12531         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12532         non-active group.
12533
12534         * compface.el (uncompface): Be verbose when changing
12535         `uncompface-use-external'.
12536
12537         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12538         handle manual section.
12539
12540 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * gnus-art.el (gnus-button-alist): Revert previous change.
12543
12544 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12547
12548 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12551         whether backend can accept message.
12552
12553         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12554
12555 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12556
12557         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12558         Avoid creating directory when nntp-marks-is-evil is true.
12559         Reported by Reiner Steib.
12560
12561 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * gnus-picon.el (gnus-picon-style): New variable.
12564         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12565         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12566         Jesper Harder <harder@ifa.au.dk>.
12567
12568 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * message.el (message-fill-field): Return point.
12571         (message-generate-headers): Go to end of field.
12572
12573         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12574         stuff for non-living groups.
12575
12576 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12577
12578         * gnus-art.el (gnus-article-followup-with-original)
12579         (gnus-article-reply-with-original): gnus-mark-active-p ->
12580         gnus-region-active-p.
12581
12582 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12583
12584         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12585         only when there is spam or ham to be processed.
12586
12587 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * mail-source.el (mail-source-delete-crash-box): Refactor.
12590         (mail-source-fetch): Use it.
12591         (mail-source-fetch-file): Ditto.
12592         (mail-source-fetch-directory): Run postscript in loop.
12593         (mail-source-fetch-pop): Delete.
12594         (mail-source-fetch-maildir): Ditto.
12595         (mail-source-fetch-imap): Ditto.
12596
12597         * imap.el (imap-authenticators): Comment out sasl.
12598
12599         * message.el (message-skip-to-next-address): New function.
12600         (message-fill-header-address): Refactor.
12601         (message-fill-address): Use it.
12602         (message-delete-address): Use it.
12603         (message-fill-header-general): Refactor.
12604         (message-fill-field-address): Rename.
12605         (message-narrow-to-field): Find the start of the header.
12606         (message-header-format-alist): Don't pre-fill.
12607         (message-fill-header): Removed.
12608         (message-insert-header): New function.
12609         (message-shorten-references): Use it.
12610
12611         * rfc2047.el (rfc2047-field-value): Strip props.
12612
12613         * mail-parse.el (mail-header-make-address): New alias.
12614
12615         * ietf-drums.el (ietf-drums-make-address): New function.
12616
12617         * imap.el: Add compiler directives.
12618
12619         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12620
12621         * gnus-art.el (article-decode-idna-rhs): Don't use
12622         message-idna-inside-rhs-p.
12623
12624 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * message.el (message-idna-inside-rhs-p): Removed.
12627         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12628
12629         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12630         false positives.
12631
12632 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12633
12634         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12635
12636 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * nneething.el (nneething-file-name): Don't create spurious
12639         files.
12640
12641         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12642         (gnus-inews-do-gcc): Remove sleep.
12643
12644         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12645         part under point.
12646
12647         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12648         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12649
12650 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12651
12652         * spam.el (spam-summary-prepare-exit): Fixed (length).
12653
12654 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12655
12656         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12657         as expired without moving it" message when there are spam
12658         messages left.
12659
12660 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12661
12662         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12663         header is not nil.
12664
12665 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12666
12667         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12668         nntp-possibly-create-directory, not nntp-possibly-change-group.
12669         (nntp-marks-changed-p): New arg SERVER.
12670         (nntp-request-update-info): Adjust caller.
12671
12672 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12673
12674         * nntp.el (nntp-save-marks): Pass missing arg.
12675
12676 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12677
12678         * nntp.el: Support marks.
12679         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12680         (nntp-marks-modtime, nntp-marks-directory): New variables.
12681         (nntp-request-set-mark, nntp-request-update-info)
12682         (nntp-possibly-create-directory, nntp-marks-changed-p)
12683         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12684         functions.
12685
12686 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12687
12688         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12689         (gnus-xmas-redefine): Rename.
12690
12691         * gnus-score.el (gnus-score-insert-help): Use
12692         gnus-select-lowest-window.
12693
12694         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12695         appt-select-lowest-window and rename to gnus-select-lowest-window.
12696
12697         * gnus.el: do.
12698
12699 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12700
12701         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12702         encodings of MIME-encoded words, in order to improve
12703         interoperability with several broken MUAs.
12704
12705 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12706
12707         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12708         tags, only when charsets are not specified in headers.
12709         (mm-inline-text-html-render-with-w3m): Ditto.
12710
12711         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12712         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12713
12714 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12715
12716         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12717         instead of MIME-decoded from fields when checking
12718         `gnus-article-address-banner-alist'.
12719
12720 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12721
12722         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12723         description rather than subject.
12724
12725 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12726
12727         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12728
12729 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * gnus.el (gnus-version-number): Bump.
12732
12733 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12734
12735         * gnus.el: No Gnus v0.2 is released.
12736
12737 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * gnus-agent.el (gnus-agent-read-agentview): Inline
12740         gnus-uncompress-range.
12741
12742 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12743
12744         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12745         `exec-installed-p'.
12746
12747 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12748
12749         * gnus.el (spam-process, spam-autodetect-methods): Add
12750         bsfilter and bsfilter-headers.
12751
12752         * spam.el (spam-bsfilter): New customize group.
12753         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12754         (spam-bsfilter-header, spam-bsfilter-probability-header)
12755         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12756         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12757         (spam-bsfilter-database-directory): New options.
12758         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12759         (spam-list-of-statistical-checks, spam-registration-functions):
12760         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12761         (spam-bsfilter-score): New command.
12762         (spam-check-bsfilter-headers, spam-check-bsfilter)
12763         (spam-bsfilter-register-with-bsfilter)
12764         (spam-bsfilter-register-spam-routine)
12765         (spam-bsfilter-unregister-spam-routine)
12766         (spam-bsfilter-register-ham-routine)
12767         (spam-bsfilter-unregister-ham-routine): New functions.
12768         (spam-generic-score): Support bsfilter; Accept an optional argument
12769         to recalcurate spam score even if scoring header has already been
12770         added.
12771         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12772         optional argument to recalcurate spam score even if scoring header
12773         has already been added.
12774
12775 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12776
12777         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12778         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12779         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12780         link is missing.
12781
12782 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12783
12784         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12785         (html2text-get-attr): Rewrite.
12786
12787         * message.el (message-setup-1): Remove redundant put-text-property
12788         on mail-header-separator.
12789
12790 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * gnus-registry.el (gnus-registry-cache-whitespace)
12793         (gnus-registry-action, gnus-registry-spool-action)
12794         (gnus-registry-split-fancy-with-parent): Change message levels
12795         from 5 to 3 or 7, as needed.
12796
12797         * spam.el (spam-summary-prepare-exit)
12798         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12799         (spam-split, spam-find-spam, spam-log-undo-registration)
12800         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12801         level from 5 to 6.
12802
12803 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12806         2004-03-04 change).
12807
12808 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12809
12810         * sieve-manage.el (sieve-manage-open):
12811         * nnweb.el (nnweb-insert-html):
12812         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12813         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12814         * nnspool.el (nnspool-request-group):
12815         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12816         * nnml.el (nnml-request-update-info):
12817         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12818         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12819         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12820         (nnimap-request-set-mark):
12821         * nnfolder.el (nnfolder-request-update-info):
12822         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12823         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12824         * gnus-uu.el (gnus-uu-find-articles-matching):
12825         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12826         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12827         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12828         * gnus-nocem.el (gnus-nocem-scan-groups):
12829         * gnus-int.el (gnus-start-news-server):
12830         * gnus-group.el (gnus-group-make-kiboze-group)
12831         (gnus-group-browse-foreign-server):
12832         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12833         Use mapc when appropriate.
12834
12835 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12836
12837         FIXME: Make separate entries for each person.
12838
12839         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12840         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12841         <shields@msrl.com>:
12842
12843         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12844         may need for spam sorting and scoring.
12845         (spam-user-format-function-S): Add user format function suitable for
12846         general use.
12847         (spam-article-sort-by-spam-status): Add sorting function for summary
12848         sorting.
12849         (spam-extra-header-to-number): Add function to get a score from a
12850         header.
12851         (spam-summary-score): Add function to  get a numeric score from the
12852         headers.
12853         (spam-generic-score): Fix function doc, was in wrong place.
12854         (spam-initialize): Take symbols when it's run, and install the
12855         extra headers that spam-necessary-extra-headers thinks we need.
12856
12857 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12860         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12861
12862 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12863
12864         * gnus-sum.el (gnus-set-global-variables)
12865         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12866         (gnus-article-get-xrefs, gnus-summary-best-group)
12867         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12868         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12869         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12870         Use with-current-buffer.
12871
12872 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * spam.el (spam-summary-prepare-exit): Simplify logic.
12875         (spam-fetch-article-header): Read the article header if it's not
12876         available.
12877         (spam-list-articles): Simplify logic.
12878         (spam-filelist-register-routine): Fix bug with unregister-list.
12879
12880         * gnus-registry.el: Fix comments at beginning.
12881
12882 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12883
12884         * message.el (message-cater-to-broken-inn): Remove.
12885         (message-shorten-references): Make sure the total folded length of
12886         References is shorter than 998 characters to cater to a bug in INN
12887         2.3.  Also, don't pretend that references aren't folded -- this
12888         hasn't worked for a while.
12889
12890 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12891
12892         * gnus-agent.el (gnus-agentize):
12893         gnus-agent-send-mail-real-function no longer set to current value
12894         of message-send-mail-function but rather a lambda that calls
12895         message-send-mail-function.  The change makes the agent real-time
12896         responsive to user changes to message-send-mail-function.
12897
12898 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12899
12900         * legacy-gnus-agent.el
12901         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12902         help from Florian Weimer <fw@deneb.enyo.de>
12903
12904 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * nnmail.el (nnmail-cache-insert): Revert last change.
12907
12908 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * nnmail.el (nnmail-cache-insert): Always check whether
12911         nnmail-cache-ignore-groups matches a group name.
12912
12913 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12914
12915         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12916         (spam-find-spam, spam-log-processing-to-registry)
12917         (spam-log-registered-p, spam-log-unregistration-needed-p)
12918         (spam-log-undo-registration): Use gnus-message instead of
12919         gnus-error, none of these errors are fatal.
12920
12921         * gnus-registry.el (gnus-registry-clean-empty-function)
12922         (gnus-registry-clean-empty): Remove only empty entries without
12923         extra data.
12924
12925 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12926
12927         * spam-stat.el (spam-stat-buffer-change-to-spam)
12928         (spam-stat-buffer-change-to-non-spam): Change (error) to
12929         (gnus-message 8) invocation.
12930
12931 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * nntp.el (nntp-via-netcat-command): New variable.
12934         (nntp-via-netcat-switches): New variable.
12935         (nntp-open-via-rlogin-and-netcat): New function.
12936         (nntp-open-connection-function): Doc fix.
12937         (nntp-telnet-command): Doc fix.
12938         (nntp-end-of-line): Doc fix.
12939         (nntp-via-rlogin-command): Doc fix.
12940         (nntp-via-user-name): Doc fix.
12941         (nntp-via-address): Doc fix.
12942
12943 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12946         error in Emacs 21.1.
12947
12948 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12951
12952 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12953
12954         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12955         (gnus-agent-with-refreshed-group): New macro.
12956         (gnus-agent-rename-group): New function.
12957         (gnus-agent-delete-group): New function.
12958         (gnus-agent-save-group-info): Use gnus-command-method when
12959         `method' parameter is nil.  Don't write nil entries into the
12960         active file.
12961         (gnus-agent-get-group-info): New function.
12962         (gnus-agent-fetch-articles): Use
12963         gnus-agent-update-files-total-fetched-for to increment disk space
12964         used.
12965         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12966         gnus-agent-update-view-total-fetched-for to increment disk space
12967         used.
12968         (gnus-agent-get-local): Added optional parameters to avoid calling
12969         gnus-group-real-name and gnus-find-method-for-group.
12970         (gnus-agent-set-local): Delete stored entry if either min, or max,
12971         are nil.
12972         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12973         quit, use gnus-agent-regenerate-group to record existance of any
12974         articles fetched to disk before the quit occurred.
12975         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12976         gnus-agent-update-view-total-fetched-for, and
12977         gnus-agent-update-files-total-fetched-for to decrement disk space
12978         used.
12979         (gnus-agent-retrieve-headers): Use
12980         gnus-agent-update-view-total-fetched-for to increment disk space
12981         used.
12982         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12983         with gnus-agent-update-files-total-fetched-for to decrement disk
12984         space and fresh group buffer.
12985         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12986         (gnus-agent-need-update-total-fetched-for): New variable.
12987         (gnus-agent-update-files-total-fetched-for): New function.
12988         (gnus-agent-update-view-total-fetched-for): New function.
12989         (gnus-agent-total-fetched-for): New function.
12990
12991         * gnus-cache.el (gnus-cache-save-buffers): Use
12992         gnus-cache-update-overview-total-fetched-for to change disk space
12993         used by this group.
12994         (gnus-cache-possibly-enter-article): Use
12995         gnus-cache-update-file-total-fetched-for to increment disk space
12996         used by this group.
12997         (gnus-cache-possibly-remove-article): Use
12998         gnus-cache-update-file-total-fetched-for to decrement disk space
12999         used by this group.
13000         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13001         (gnus-cache-rename-group): New function.
13002         (gnus-cache-delete-group): New function.
13003         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13004         (gnus-cache-need-update-total-fetched-for): New variable.
13005         (gnus-cache-with-refreshed-group): New macro.
13006         (gnus-cache-update-file-total-fetched-for): New function.
13007         (gnus-cache-update-overview-total-fetched-for): New function.
13008         (gnus-cache-rename-group-total-fetched-for): New function.
13009         (gnus-cache-delete-group-total-fetched-for): New function.
13010         (gnus-cache-total-fetched-for): New function.
13011
13012         * gnus-group.el: Require gnus-sum and autoload functions to
13013         resolve warnings when gnus-group.el compiled alone.
13014         (gnus-group-line-format): Documented new %F
13015         (size of Fetched data) group line format; identifies disk space
13016         used by agent and cache.
13017         (gnus-group-line-format-alist): Defined new F format.
13018         (gnus-total-fetched-for): New function.
13019         (gnus-group-delete-group): No longer update
13020         gnus-cache-active-altered as gnus-request-delete-group now keeps
13021         the cache in sync.
13022         (gnus-group-list-active): Let the agent store a server's active
13023         list if currently plugged.
13024
13025         * gnus-int.el (gnus-request-delete-group):
13026         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13027         local disk in sync with the server.
13028         (gnus-request-rename-group):
13029         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13030         local disk in sync with the server.
13031
13032         * gnus-start.el (gnus-get-unread-articles):
13033         Cosmetic simplification to logic.
13034
13035         * gnus-util.el (gnus-rename-file): New function.
13036
13037 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13038
13039         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13040
13041 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13042
13043         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13044         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13045
13046 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13047
13048         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13049         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13050
13051 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13052
13053         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13054
13055 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * spam.el (spam-set-difference): Add function to replace
13058         gnus-set-difference in spam.el.
13059         (spam-summary-prepare-exit): Use spam-set-difference.
13060
13061 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13062
13063         * gnus-registry.el (gnus-registry-cache-file): Update to use
13064         gnus-dribble-directory OR gnus-home-directory OR ~.
13065         (gnus-registry-split-fancy-with-parent): Fix doc.
13066
13067 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * message.el (message-exchange-point-and-mark): Use
13070         message-mark-active-p.  Suggested by Jesper Harder
13071         <harder@ifa.au.dk>.
13072
13073 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * message.el (message-exchange-point-and-mark): Don't activate
13076         region if it was inactive.  Suggested by Hiroshi Fujishima
13077         <pooh@nature.tsukuba.ac.jp>.
13078
13079 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-art.el (article-display-face): Display Faces in the same
13082         order as X-Faces.
13083
13084 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13087
13088 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13091         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13092         (gnus-article-mime-hierarchy): Remove.
13093         (gnus-article-mime-hierarchy-next): Remove.
13094         (gnus-article-mode): Revert 2004-03-19 change.
13095         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13096         (gnus-insert-mime-button): Revert 2004-03-19 change.
13097         (gnus-mime-accumulate-hierarchy): Remove.
13098         (gnus-mime-enter-multipart): Remove.
13099         (gnus-mime-leave-multipart): Remove.
13100         (gnus-mime-display-part): Revert 2004-03-19 change.
13101         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13102
13103         * mml.el (mml-preview): Revert 2004-03-19 change.
13104
13105 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13106
13107         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13108
13109 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13112         t while entering a file name using the mm-with-multibyte macro.
13113         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13114
13115         * mm-util.el (mm-with-multibyte): New macro.
13116
13117 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13120         user option.
13121         (gnus-mime-multipart-functions): Doc and customization fix.
13122         (gnus-article-mime-hierarchy): New variable.
13123         (gnus-article-mime-hierarchy-next): New variable.
13124         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13125         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13126         gnus-article-mime-hierarchy-next to nil.
13127         (gnus-insert-mime-button): Show hierarchy numbers.
13128         (gnus-mime-accumulate-hierarchy): New function.
13129         (gnus-mime-enter-multipart): New function.
13130         (gnus-mime-leave-multipart): New function.
13131         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13132         (gnus-mime-display-alternative): Show hierarchy numbers.
13133
13134         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13135         gnus-article-mime-hierarchy-next to nil.
13136
13137 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13138
13139         * dns.el: Don't require gnus-xmas.
13140
13141 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13142
13143         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13144         inline PGP.
13145         (mml-menu): Disable mml-quote-region if mark is inactive.
13146
13147 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13150         when the group's active is not available.
13151
13152 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13155         error.
13156
13157 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * imap.el (imap-store-password): New variable.
13160         (imap-interactive-login): Use it.
13161         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13162
13163 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13166         window-start and hscroll to summary window.
13167
13168 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13169
13170         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13171         conversion message to newsrc-dribble when an actual conversion is
13172         performed.
13173
13174 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13175
13176         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13177
13178 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * mm-decode.el (mm-complicated-handles): New function reviving
13181         former definition of mm-multiple-handles.
13182
13183         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13184         (gnus-mime-delete-part): Use it.
13185
13186 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13187
13188         * gnus-agent.el (gnus-agent-read-local): Bind
13189         nnheader-file-coding-system to gnus-agent-file-coding-system to
13190         avoid the implicit assumption that they will always be equal.
13191         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13192         coding-system-for-write, as the with-temp-file macro first prints
13193         to a buffer then saves the buffer.
13194
13195 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (gnus-article-edit-part): New function.
13198         (gnus-mime-save-part-and-strip): Use it; do query instead of
13199         signaling an error; don't use mm-multiple-handles.
13200         (gnus-mime-delete-part): Ditto.
13201
13202 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13203
13204         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13205         old file versions.
13206         (gnus-group-prepare-hook): Removed function that converted list
13207         form of gnus-agent-expire-days to group properties.
13208
13209         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13210         (gnus-request-accept-article): Re-indented.
13211
13212         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13213         converters to handle old agent file formats.  Added logic for a
13214         "backup before upgrading warning".
13215         (gnus-convert-mark-converter-prompt): Developers can mark
13216         functions as needing (default), or not needing,
13217         gnus-convert-old-newsrc's "backup before upgrading warning".
13218         (gnus-convert-converter-needs-prompt): Tests whether the user
13219         should be protected from potentially irreversable changes by the
13220         function.
13221
13222         * legacy-gnus-agent.el: New.  Provides converters that are only
13223         loaded when gnus-convert-old-newsrc needs to call them.
13224
13225 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * mail-source.el (mail-source-touch-pop): Doc fix.
13228
13229         * message.el (message-smtpmail-send-it): Doc fix.
13230
13231 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13232
13233         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13234
13235         * nnmail.el (nnmail-split-fancy): do.
13236
13237         * gnus-kill.el (gnus-kill, gnus-execute): do.
13238
13239 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13240
13241         * gnus-sum.el (gnus-widget-reversible-match)
13242         (gnus-widget-reversible-to-internal)
13243         (gnus-widget-reversible-to-external): New functions.
13244         (gnus-widget-reversible): New widget.
13245         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13246
13247 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13248
13249         * gnus-sum.el (gnus-thread-sort-functions)
13250         (gnus-article-sort-functions): Document `(not F)' items.
13251
13252 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13253
13254         * spam.el (spam-use-gmane-xref): Add new backend.
13255         (spam-gmane-xref-spam-group): Add variable to control the name of the
13256         Gmane spam group.
13257         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13258         (spam-regex-headers-spam, spam-regex-headers-ham)
13259         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13260         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13261         backends and checks.
13262         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13263
13264         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13265         an autodetect method.
13266
13267 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13268
13269         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13270         articles are being added to a group.
13271         (gnus-request-replace-article): Inform the agent that articles
13272         need to be uncached as the cached contents are no longer valid.
13273
13274 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * binhex.el: Don't autoload executable-find.
13277
13278         * canlock.el: Don't autoload mail-fetch-field.
13279
13280         * dgnushack.el: Autoload c-mode for XEmacs.
13281
13282         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13283
13284         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13285         rmail-dont-reply-to and rmail-output.
13286
13287         * gnus-score.el: Don't autoload ffap-string-at-point.
13288
13289         * gnus-setup.el: Don't autoload sc-cite-original.
13290
13291         * imap.el: Don't autoload base64-decode-string,
13292         base64-encode-string and md5.
13293
13294         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13295         and rmail-msg-restore-non-pruned-header.
13296
13297         * mm-decode.el: Don't autoload executable-find.
13298
13299         * mm-url.el: Don't autoload executable-find.
13300
13301         * mm-view.el: Don't autoload diff-mode.
13302
13303         * nndb.el: Don't autoload news-reply-mode, news-setup,
13304         cancel-timer and telnet.
13305
13306         * password.el: Don't autoload run-at-time for Emacs.
13307
13308         * sha1-el.el: Don't autoload executable-find.
13309
13310         * sieve-mode.el: Don't autoload c-mode.
13311
13312         * uudecode.el: Don't autoload executable-find.
13313
13314 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13315
13316         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13317         (gnus-agent-possibly-alter-active): Avoid null in numeric
13318         comparison.
13319         (gnus-agent-set-local): Refuse to save null in local object table.
13320         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13321         list of articles that will be marked as unread.
13322
13323 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13326
13327 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13328
13329         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13330         language tags.
13331
13332 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13333
13334         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13335         Don't bind "obarray".
13336
13337         * gnus-sum.el (gnus-thread-sort-functions): Added
13338         `gnus-thread-sort-by-most-recent-number' and
13339         `gnus-thread-sort-by-most-recent-date'.
13340         Reported by Kai Grossjohann <kai@emptydomain.de>.
13341
13342 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13345
13346 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13347
13348         * gnus-cus.el (gnus-agent-customize-category): Removed
13349         ignore-errors macro reference that required cl to be loaded at
13350         run-time.
13351
13352         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13353         single-interval range of the form (min . max).  Previously the
13354         range had to look like ((min . max)).  Likewise, return
13355         (min . max) rather than ((min . max)).
13356         (gnus-range-map): Use gnus-range-normalize to accept
13357         single-interval range.
13358
13359         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13360         the cache, but not the agent, now appear with their usual face.
13361
13362         * dgnushack.el (loaddir): New variable that is bound to the
13363         directory containing the dgnushack.el file. Use loaddir, rather
13364         than srcdir, to update load-path. Change lets dgnushack compile
13365         code in directories other than GNUS/lisp.
13366
13367 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * lpath.el: Don't bind w3m-safe-url-regexp.
13370
13371         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13372         w3m-safe-url-regexp variable buffer-local.
13373
13374         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13375
13376 2004-02-27  Simon Josefsson  <jas@extundo.com>
13377
13378         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13379         gnus-group-real-prefix.
13380         (gnus-summary-move-article): Use it, instead of
13381         gnus-group-real-prefix.
13382
13383 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * lpath.el: Bind w3m-safe-url-regexp.
13386
13387         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13388         w3m-safe-url-regexp variable buffer-local and set it as the value
13389         of mm-w3m-safe-url-regexp.
13390
13391         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13392
13393         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13394         parsing gnus-posting-styles when the message is not for replying.
13395
13396         * dgnushack.el: Autoload sgml-mode for XEmacs.
13397
13398         * nnrss.el (nnrss-opml-export): Use
13399         mm-set-buffer-file-coding-system instead of
13400         set-buffer-file-coding-system.
13401
13402 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13403
13404         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13405         of checkdoc.el).
13406         * nnrss.el: do.
13407         * gnus-mlspl.el: do.
13408         * gnus-ml.el: do.
13409         * gnus-srvr.el: do.
13410
13411         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13412
13413 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13414
13415         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13416         Corrections to custom-manual links.
13417
13418         * gnus-art.el (gnus-article): Ditto.
13419
13420         * mm-decode.el (mime-display, mime-security): Ditto.
13421
13422 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13423
13424         * flow-fill.el: Typo.
13425
13426 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13427
13428         * spam-wash.el: New file.
13429
13430 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13431
13432         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13433
13434 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13437         to be run with new-articles as LIST1, not LIST2.
13438         (spam-registration-functions): Add spam-use-ham-copy as a nil
13439         registration backend.
13440
13441 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13442
13443         * spam-stat.el (spam-stat-washing-hook): New option.
13444         (spam-stat-buffer-words): Use it.
13445         (spam-stat-process-directory, spam-stat-test-directory): Use
13446         insert-file-contents-literally.
13447         (spam-stat-coding-system): New variable.
13448         (spam-stat-load, spam-stat-save): Use it.
13449
13450 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * spam-report.el (spam-report-plug-agent): Quote
13453         spam-report-url-to-file and spam-report-url-ping-plain.
13454
13455 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13458         / in mailto URLs.
13459
13460 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * spam-report.el (spam-report-process-queue): Fix interactive use.
13463         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13464         (spam-report-unplug-agent): Doc fixes.
13465         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13466         (spam-report-agentize, spam-report-deagentize): Autoload
13467
13468 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13471
13472         * message.el (message-setup-fill-variables): Add mml tags to
13473         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13474         <ajk@iu.edu>.
13475         (message-mode): Don't modify paragraph-separate there.
13476
13477 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * compface.el (uncompface-use-external): Default to undecided.
13480         (uncompface-use-external-threshold): New variable.
13481         (uncompface-float-time): New macro.
13482         (uncompface): Determine whether to use the external decoder if
13483         uncompface-use-external is undecided.
13484
13485 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13488         after images.
13489
13490         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13491
13492 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13493
13494         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13495
13496         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13497
13498         * gnus-sum.el (gnus-summary-limit-to-age)
13499         (gnus-summary-limit-children): do.
13500
13501         * gnus-int.el (gnus-request-scan): do.
13502
13503         * gnus-group.el (gnus-group-suspend): do.
13504
13505         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13506
13507         * gnus-cite.el (gnus-cite-parse-attributions): do.
13508
13509         * gnus-agent.el (gnus-summary-set-agent-mark)
13510         (gnus-agent-regenerate-group): do.
13511
13512         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13513
13514         * binhex.el (binhex-decode-region-internal): do.
13515
13516 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-fun.el (gnus-face-properties-alist): New user option.
13519         (gnus-display-x-face-in-from): Use it.
13520
13521         * gnus-art.el (article-display-face): Ditto.
13522
13523         * compface.el (uncompface-use-external): Default to nil.
13524
13525 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13526
13527         * nntp.el (nntp-erase-buffer): New function.
13528         (nntp-retrieve-data, nntp-send-command)
13529         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13530         (nntp-possibly-change-group): Use it.
13531
13532         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13533         with-current-buffer.
13534
13535 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13536
13537         * compface.el: Merge the ELisp-based uncompface program.
13538         (compface): New customization group.
13539         (uncompface-use-external): New user option.
13540         (uncompface): Call uncompface-internal if uncompface-use-external
13541         is nil.
13542         (uncompface-internal): New function.  Note that there are also
13543         some other functions and variables added for this function.
13544
13545 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13546
13547         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13548         if necessary.
13549
13550 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * spam-report.el (spam-report-unplug-agent)
13553         (spam-report-plug-agent, spam-report-deagentize)
13554         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13555         Add support for the Agent in spam-report: when unplugged, report to a
13556         file; when plugged, submit all the requests.
13557
13558         * spam.el (spam-register-routine): Fix message about
13559         registration.
13560
13561 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13562
13563         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13564         dependencies.
13565         (rfc2047-encode): Use it.
13566
13567         * gnus-art.el (gnus-button-marker-list): Move before first
13568         reference.
13569
13570         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13571         (imap-parse-body): Fix format string mismatch.
13572
13573         * gnus-score.el (gnus-summary-increase-score): do.
13574
13575         * nnrss.el (nnrss-close): New function.
13576
13577 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13578
13579         * nnrss.el (nnrss-make-filename): New function.
13580         (nnrss-request-delete-group, nnrss-read-server-data)
13581         (nnrss-save-server-data, nnrss-read-group-data)
13582         (nnrss-save-group-data): Use it.
13583         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13584         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13585         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13586
13587 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13588
13589         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13590
13591 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13592
13593         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13594         files.
13595
13596         * message.el (message-generate-headers-first): Don't quote nil
13597         and t in docstrings.
13598
13599         * imap.el (imap-id): do.
13600
13601         * gnus-agent.el (gnus-agent-consider-all-articles)
13602         (gnus-agent-queue-mail): do.
13603
13604 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * spam-report.el (spam-report-process-queue): New function.
13607         Process requests from `spam-report-requests-file'.
13608         (spam-report-process-queue): Doc fix.
13609
13610 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13611
13612         * spam.el (spam-register-routine)
13613         (spam-log-processing-to-registry, spam-log-registered-p)
13614         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13615         Change "check" to "spam-check" for semi-clarity.
13616
13617 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13618
13619         * pop3.el: Require nnheader.
13620
13621         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13622
13623         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13624
13625         * gnus-picon.el: Require cl.
13626
13627         * gnus-fun.el: Require gnus-ems and gnus-util.
13628
13629         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13630
13631         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13632
13633         * gnus-art.el (gnus-article-edit-mode): Define before first
13634         reference.
13635
13636 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13637
13638         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13639         (gnus-uu-post-encoded): Use point-at-bol.
13640
13641         * gnus-topic.el (gnus-group-active-topic-p): do.
13642
13643         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13644
13645         * gnus-group.el (gnus-group-kill-region): do.
13646
13647         * gnus-art.el (article-date-ut): do.
13648
13649         * message.el (message-fetch-field): Remove redundant
13650         case-fold-search binding.
13651         (message-narrow-to-field): Simplify.
13652
13653 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * spam.el (spam-directory): Derive from `gnus-directory'.
13656
13657         * spam-report.el (spam-report-url-to-file)
13658         (spam-report-requests-file): New function and variable for offline
13659         reporting.
13660         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13661         and user defined function.
13662         (spam-report-url-ping-mm-url): Remove doubled slash.
13663
13664 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13667
13668 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13669
13670         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13671         format string mismatch.
13672
13673         * sieve.el (sieve-deactivate-all): do.
13674
13675         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13676
13677         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13678
13679         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13680
13681         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13682
13683 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13684
13685         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13686         the list of checks.
13687
13688 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13691         padding.
13692
13693 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13694
13695         * mm-view.el (mm-fill-flowed): New variable.
13696         (mm-inline-text): Use it.
13697
13698 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13699
13700         * spam.el (spam-spamassassin-register-ham-routine)
13701         (spam-spamassassin-register-spam-routine): Fix function names.
13702
13703 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus.el (gnus-tmp-grouplens): Remove.
13706         (gnus-summary-line-format): Remove grouplens.
13707
13708         * gnus-group.el (gnus-group-line-format): Ditto.
13709
13710         * gnus-spec.el (gnus-format-specs): Ditto.
13711         (gnus-update-format-specifications): Flush the group format spec
13712         cache if there's the grouplens stuff.
13713         (gnus-parse-simple-format): Replace %l with the empty string.
13714
13715 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13716
13717         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13718         omission.
13719
13720 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13723         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13724
13725 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13726
13727         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13728         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13729         New macros and functions.
13730         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13731         Handle > NLINK_MAX messages.
13732         * nnmaildir.el (nnmaildir-request-set-mark): Use
13733         nnmaildir--emlink-p and nnmaildir--eexist-p.
13734
13735 2004-01-25  Alex Schroeder  <alex@gnu.org>
13736
13737         * spam-stat.el (spam-stat-process-directory-age): New option.
13738         (spam-stat-process-directory): Use it.
13739
13740 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13741
13742         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13743         (spam-stat-save): Accept prefix argument.
13744
13745 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13746
13747         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13748         links" error.
13749
13750 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13753         the rest of the and/or forms.
13754
13755 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13756
13757         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13758         compatibility with old .newsrc.eld files.
13759
13760         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13761
13762         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13763
13764         * gnus-start.el (gnus-1): do.
13765
13766         * gnus-group.el (gnus-group-line-format-alist): do.
13767
13768         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13769
13770         * gnus-gl.el: Remove.
13771
13772 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13773
13774         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13775         marks consisting of a single range {for example, (3 . 5)} rather
13776         than a list of a single range { ((3 . 5)) }.
13777
13778 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13779
13780         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13781         with-current-buffer.
13782         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13783         avoid consing a string.
13784
13785         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13786         Remove obsolete entries for big5 and gb2312.
13787
13788 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13789
13790         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13791         uncompressed list.
13792
13793 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13794
13795         * spam-stat.el (spam-stat-strip-xref): New function.
13796         (spam-stat-process-directory): Use it.
13797
13798         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13799         here -- it's done in message-fetch-field.
13800
13801 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13802
13803         * gnus-agent.el (gnus-agent-queue-mail)
13804         (gnus-agent-prompt-send-queue): New variables.
13805         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13806         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13807         "nndraft:queue" along to gnus-draft-send.  Use
13808         gnus-agent-prompt-send-queue.
13809         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13810         is "nndraft:queue".  Suggested by Gaute Strokkenes
13811         <gs234@srcf.ucam.org>
13812
13813         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13814         (agent-enable-undownloaded-faces): Added
13815         (gnus-agent-cat-groups): Use eval-and-compile, not
13816         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13817         method of gnus-agent-cat-groups even when the buffer has been
13818         evaled.
13819         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13820         delete gnus-agent-save-active-1.
13821         (gnus-agent-save-groups): Deleted.  Identical to
13822         gnus-agent-save-active.
13823         (gnus-agent-write-active): No longer adjust agent's copy of active
13824         file as agent's adjustments are now stored in their own
13825         file.  Removed optional parameter.
13826         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13827         servers.  Add use of min/max range limits from server's local
13828         file.
13829         (gnus-agent-save-alist): Removed unused optional argument.
13830         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13831         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13832         (gnus-agent-set-local): A per-server file that keeps min/max range
13833         limits for articles known to the agent.  Provides a fast mechanism
13834         for altering many active ranges.
13835         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13836         active file (local makes it unnecessary).
13837         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13838
13839         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13840         (agent-enable-undownloaded-faces): Added
13841
13842         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13843         disable it when sending to "nndraft:queue".
13844         (gnus-group-send-queue): Add safety check to avoid sending queue
13845         when unplugged.
13846
13847         * gnus-group.el (gnus-group-catchup): Use new
13848         gnus-sequence-of-unread-articles, not
13849         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13850         numbers of articles.  Use gnus-range-map to avoid having to
13851         uncompress the unread list.
13852         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13853         Fixed invalid ange-ftp reference.
13854
13855         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13856         (gnus-sorted-range-intersection): Intersection of two ranges
13857         without requiring that they first be uncompressed.
13858
13859         * gnus-start.el (gnus-activate-group): Unless blocked by the
13860         caller, possibly expand the active range to include both cached
13861         and agentized articles.
13862         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13863         multiple version-dependent converters.
13864         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13865         gnus-agent-save-active.
13866         (gnus-save-newsrc-file): Save dirty agent range limits.
13867
13868         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13869         gnus-agent-possibly-alter-active.
13870         (gnus-adjust-marked-articles): Faster handling of simple lists
13871
13872 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13873
13874         * spam-stat.el (spam-stat-test-directory): New optional argument
13875         displays a list of files detected.  Suggested by Andrew Cohen
13876         <cohen@andy.bu.edu>.
13877         (spam-stat-buffer-words-with-scores): Don't narrow and change
13878         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13879
13880 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13881
13882         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13883         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13884         (spam-spamassassin-arguments)
13885         (spam-spamassassin-spam-flag-header)
13886         (spam-spamassassin-positive-spam-flag-header)
13887         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13888         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13889         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13890         (spam-list-of-processors, spam-list-of-checks)
13891         (spam-list-of-statistical-checks, spam-registration-functions)
13892         (spam-check-spamassassin-headers, spam-check-spamassassin)
13893         (spam-spamassassin-score)
13894         (spam-spamassassin-register-with-sa-learn)
13895         (spam-spamassassin-register-spam-routine)
13896         (spam-spamassassin-register-ham-routine)
13897         (spam-assassin-register-spam-routine)
13898         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13899         (spam-bogofilter-score): Fix to show article before scoring.
13900
13901 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13904         default scoring function.
13905         (spam-generic-score): Call spam-spamassassin-score if
13906         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13907         spam-bogofilter-score otherwise.
13908
13909         * gnus.el (spam-process, spam-autodetect-methods): Add
13910         spamassassin and spamassassin-headers.
13911
13912 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13913
13914         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13915         Suppress unnecessary messages.
13916
13917 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13918
13919         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13920         make-hash-table.
13921
13922 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * canlock.el (base64-encode-string): Don't autoload it.
13925
13926 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * run-at-time.el: Remove useless (require 'itimer),
13929         eval-and-compile and (featurep 'xemacs).
13930
13931 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13934         GROUP is a virtual group.
13935
13936 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13937
13938         * gnus.el: Autoload `message-y-or-n-p'.
13939
13940 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13941
13942         * pgg-parse.el: Remove unnecessary (require 'custom).
13943
13944         * pgg-def.el: do.
13945
13946         * nnmail.el: do.
13947
13948         * gnus-undo.el: do.
13949
13950         * gnus-picon.el: do.
13951
13952         * gnus-util.el: do.
13953
13954 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13957
13958 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13961         handle, as well as a list.
13962
13963         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13964         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13965         (mm-w3m-cid-retrieve): Simplify.
13966
13967 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13968
13969         * message.el (message-kill-to-signature): Allow prefix arg to
13970         specify number of lines to keep before signature.
13971
13972 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13973
13974         (message-kill-to-signature): Change docstring.
13975
13976 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * canlock.el: Always require sha1-el.
13979         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13980
13981         * message.el: Autoload sha1 only when compiling.
13982
13983         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13984         eudc-expand-inline for XEmacs.
13985
13986 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * message.el (message-canlock-generate): Require sha1-el.
13989
13990 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13991
13992         * message.el (message-expand-name): Silence the byte compiler.
13993
13994         * lpath.el: Add detect-coding-system.
13995
13996         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13997         cus-edit.
13998
13999 2004-01-13  Simon Josefsson  <jas@extundo.com>
14000
14001         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14002         Invoke gnus-score-mode.  Reported by
14003         bojohan+news@dd.chalmers.se (Johan Bockgård).
14004
14005         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14006         Jim Blandy <jimb@redhat.com> (tiny change).
14007
14008 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14009
14010         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14011
14012 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14013
14014         * spam.el (spam-get-article-as-string): Update to use
14015         gnus-request-article-this-buffer, much simpler.
14016         (spam-get-article-as-buffer): Remove.
14017
14018 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14019
14020         * message.el (message-expand-name): Use EUDC if the user uses that.
14021
14022 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14023
14024         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14025         character for the encoding to avoid consing a string.
14026
14027         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14028         unnecessarily.
14029
14030         * mm-util.el (mm-replace-chars-in-string): Remove.
14031
14032         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14033         of mm-replace-chars-in-string.
14034
14035 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14036
14037         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14038
14039         * mm-util.el (mm-subst-char-in-string): Support inplace.
14040
14041         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14042         a new string in every iteration.  Use shy groups.
14043
14044 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14045
14046         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14047         * gnus-soup.el (gnus-soup-group-brew):
14048         * gnus-msg.el (gnus-put-message):
14049         * gnus-move.el (gnus-group-move-group-to-server):
14050         * gnus-kill.el (gnus-batch-score):
14051         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14052         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14053         (gnus-group-update-group, gnus-group-read-group)
14054         (gnus-group-make-group, gnus-group-make-help-group)
14055         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14056         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14057         (gnus-group-sort-by-unread, gnus-group-catchup)
14058         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14059         (gnus-group-yank-group, gnus-group-set-info)
14060         (gnus-group-list-groups):
14061         * gnus.el (gnus-generate-new-group-name):
14062         * gnus-delay.el (gnus-delay-send-queue):
14063         * nnvirtual.el (nnvirtual-catchup-group):
14064         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14065         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14066         (gnus-group-prepare-topics, gnus-topic-check-topology):
14067         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14068         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14069         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14070         (gnus-group-make-articles-read):
14071         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14072         (gnus-group-change-level, gnus-kill-newsgroup)
14073         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14074         (gnus-get-unread-articles, gnus-make-articles-unread)
14075         (gnus-make-ascending-articles-unread): Use accessor
14076         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14077         to get group information for improved readability.
14078
14079
14080 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14081
14082         * gnus-art.el (article-decode-mime-words, article-babel)
14083         (gnus-article-highlight-signature, gnus-article-add-buttons)
14084         (gnus-signature-toggle): Use gnus-with-article-buffer.
14085
14086         * gnus-art.el (gnus-article-highlight-headers)
14087         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14088
14089         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14090         (gnus-article-set-globals, gnus-request-article-this-buffer)
14091         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14092         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14093         (gnus-mime-display-alternative): Use with-current-buffer.
14094
14095 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14098         also under 80 char limit, and call gnus-error if needed.
14099         (spam-fetch-article-header): Fix - it was a
14100         buffer-local variable (gnus-newsgroup-data).
14101         (spam-find-spam): Use spam-generate-fake-headers, forget about
14102         spam-insert-fake-headers.
14103         (spam-insert-fake-headers): Remove.
14104
14105 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14106
14107         * deuglify.el (gnus-article-outlook-unwrap-lines)
14108         (gnus-outlook-rearrange-article)
14109         (gnus-outlook-repair-attribution-outlook)
14110         (gnus-outlook-repair-attribution-block)
14111         (gnus-outlook-repair-attribution-other): Remove redundant
14112         save-excursion.
14113
14114 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14117         (spam-fetch-field-subject-fast)
14118         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14119         (spam-fetch-article-header): Add functions to deal with Gnus
14120         internals for fast retrieval of article header data.
14121         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14122
14123 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14124
14125         * pop3.el (pop3-md5): Remove.
14126         (pop3-apop): Replace pop3-md5 with md5.
14127
14128         * mm-bodies.el: base64 is always built-in.
14129
14130         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14131         with-current-buffer.
14132
14133 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * canlock.el (canlock-insert-header): Remove excessive grouping in
14136         regexp.
14137
14138         * gnus-sum.el (gnus-summary-read-document): Ditto.
14139
14140         * gnus-uu.el (gnus-uu-part-number): Ditto.
14141
14142         * html2text.el (html2text-remove-tags): Ditto.
14143         (html2text-format-tags): Ditto.
14144         (html2text-format-single-elements): Ditto.
14145
14146         * mml.el (mml-parse-1): Ditto.
14147
14148 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14149
14150         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14151
14152         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14153
14154         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14155
14156         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14157
14158 2003-11-15  Simon Josefsson  <jas@extundo.com>
14159
14160         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14161         (pgg-gpg-lookup-key): Use regexp match instead of
14162         split-string (split-string is different between emacs 21.2 and
14163         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14164
14165 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14166
14167         * gnus-art.el (gnus-mime-view-all-parts)
14168         (gnus-article-part-wrapper, gnus-article-view-part): Use
14169         with-current-buffer.
14170
14171 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * spam.el (spam-disable-spam-split-during-ham-respool)
14174         (spam-spamoracle-database, spam-cache-lookups)
14175         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14176         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14177         (spam-group-ham-marks, spam-group-spam-marks)
14178         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14179         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14180         also add spam-use-blackholes to the statistical checks.
14181         (spam-fetch-field-fast): Add interface to fetching fields, may
14182         become a macro.
14183         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14184         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14185         (spam-insert-fake-headers): Fake an article when needed.
14186         (spam-find-spam): Fake article when possible.
14187         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14188         (spam-check-bogofilter-headers): Use message-fetch-field instead
14189         of nnmail-fetch-field.
14190
14191 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14194
14195 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * spam.el (spam-split): Do not require spam-use-CHECK to be
14198         enabled if that check is passed to spam-split explicitly; also
14199         fix so 'spam doesn't get converted to spam-split-group when
14200         spam-split-symbolic-return is t.
14201         (spam-find-spam): Find registrations of the article and use those
14202         instead of re-running spam-split to find the spam/ham
14203         classification of the article.
14204         (spam-log-processing-to-registry, spam-log-registered-p)
14205         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14206         Use gnus-error instead of gnus-message.
14207         (spam-log-registration-type): Add function to determine the
14208         classification of a message based on registry entries; will
14209         return nil if both 'spam and 'ham are found.
14210         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14211         a reasonably fast local cache without the loading errors.
14212         (spam-cache-lookups): Set to t by default.
14213         (spam-find-spam): Don't try to guess spam-cache-lookups.
14214         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14215         spam-caches entry.
14216         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14217         caching of whitelist/blacklist entries.
14218         (spam-check-whitelist, spam-check-blacklist): Invoke
14219         spam-from-listed-p with a type, not a cache variable.
14220         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14221
14222 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14223
14224         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14225
14226         * nnmail.el (nnmail-split-fancy): do.
14227
14228         * mml.el (mml-parse): do.
14229
14230         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14231         (gnus-score-adaptive): do.
14232
14233 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14236         (gnus-mime-button-map): Don't set keymap parent.
14237         (gnus-button-ctan-directory-regexp): Use shy grouping.
14238         (gnus-prev-page-map): Don't set keymap parent.
14239         (gnus-prev-page-map): Remove duplicated one.
14240         (gnus-next-page-map): Don't set keymap parent.
14241         (gnus-mime-security-button-map): Ditto.
14242
14243         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14244         version number.
14245
14246         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14247
14248 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * canlock.el (canlock-sha1-function): Remove.
14251         (canlock-sha1-function-for-verify): Remove.
14252         (canlock-openssl-program): Remove.
14253         (canlock-openssl-args): Remove.
14254         (canlock-ignore-errors): Remove.
14255         (canlock-sha1-with-openssl): Remove.
14256         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14257         (canlock-verify): Don't use canlock-ignore-errors.
14258
14259         * sha1-el.el (sha1-string-external): Make it can return a string
14260         in binary form.
14261         (sha1-region-external): Ditto.
14262         (sha1-string-internal): Ditto.
14263         (sha1-region-internal): Ditto.
14264         (sha1-region): Ditto.
14265         (sha1-string): Ditto.
14266         (sha1): Ditto.
14267
14268 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14269
14270         * spam.el (spam-report-articles-gmane): New command.
14271
14272 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14275
14276         * run-at-time.el (run-at-time-saved): Remove.
14277         (run-at-time): Doc fix.
14278
14279 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14280
14281         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14282         (gnus-summary-limit-map): Add it.
14283         (gnus-summary-make-menu-bar): do.
14284
14285 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14286
14287         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14288         Make attempt at some caching support (done for BBDB only now).
14289         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14290         addresses to be checked.
14291         (spam-clear-cache-BBDB): Add function, to be invoked by
14292         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14293         (spam-check-BBDB): Check and use the caches, if
14294         spam-cache-lookups is on, remove superfluous (provide).
14295
14296 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14299
14300 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14301
14302         * run-at-time.el (run-at-time-saved): Move to after the definition
14303         of `run-at-time'.
14304
14305         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14306
14307 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14310         mm-w3m-local-map-property.
14311
14312         * mm-view.el (mm-w3m-mode-map): Remove.
14313         (mm-w3m-local-map-property): Remove.
14314         (mm-inline-text-html-render-with-w3m): Don't use
14315         mm-w3m-local-map-property.
14316
14317 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14318
14319         * run-at-time.el: New file.
14320
14321         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14322         under Emacs.
14323
14324         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14325         of gnus-set-text-properties.
14326
14327         * gnus-uu.el (gnus-uu-save-article): Ditto.
14328
14329         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14330
14331         * gnus-cite.el (gnus-cite-parse): Ditto.
14332
14333         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14334         of gnus-.
14335
14336         * gnus-xmas.el (run-at-time): Require run-at-time.
14337
14338         * gnus.el: Changed calls to nnheader-run-at-time and
14339         password-run-at-time throughout to use run-at-time directly.
14340
14341         * password.el: Removed definition of run-at-time.
14342
14343         * nnheaderxm.el: Remove definition of run-at-time.
14344
14345 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14346
14347         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14348         in prompt.
14349
14350 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14351
14352         * messagexmas.el (message-xmas-redefine): Alias
14353         `message-make-caesar-translation-table' to
14354         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14355         version.
14356
14357         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14358         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14359         `gnus-xmas-set-text-properties'.
14360         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14361         `gnus-xmas-completing-read'.
14362         (gnus-xmas-completing-read): Removed.
14363         (gnus-xmas-open-network-stream): Removed.
14364
14365         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14366         XEmacs version.
14367
14368         * dns.el (dns-make-network-process): Use `open-network-stream'
14369         instead of `gnus-xmas-open-network-stream'.
14370
14371         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14372
14373         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14374
14375 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14376
14377         * gnus-art.el (gnus-mime-display-alternative)
14378         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14379         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14380         Don't use gnus-local-map-property.
14381
14382         * gnus-util.el (gnus-local-map-property): Remove.
14383
14384         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14385         gnus-completing-read-maybe-default with completing-read.
14386
14387         * gnus-util.el (gnus-completing-read): do.
14388         (gnus-completing-read-maybe-default): Remove.
14389
14390 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14391
14392         * password.el: Only autoload `run-at-time' if not XEmacs.
14393         Only autoload the itimer functions if XEmacs.
14394
14395 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14398         XEmacsen.
14399
14400         * dgnushack.el: Autoload executable-find for XEmacs.
14401
14402 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * gnus-art.el (gnus-read-string): Remove.
14405         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14406         read-string.
14407
14408 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * netrc.el: Autoload password-read.
14411         (netrc): Add configuration group.
14412         (netrc-encoding-method, netrc-openssl-path): Add
14413         variables for encoding and decoding of files with symmetric
14414         ciphers.
14415         (netrc-encode): Add assistant function to encode a file with
14416         netrc-encoding-method.
14417         (netrc-parse): Add interactive parameter, added optional
14418         decoding if netrc-encoding-method is non-nil but otherwise
14419         behavior is standard.
14420         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14421         Do s/encode/encrypt/ everywhere.
14422
14423         * spam.el: Remove executable-find autoload.
14424
14425 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14426
14427         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14428
14429         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14430
14431 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * gnus-art.el (gnus-treat-ansi-sequences,
14434         (article-treat-ansi-sequences): New variable and function.
14435         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14436
14437         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14438         Use it.
14439
14440 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14441
14442         * mm-util.el (mm-quote-arg): Remove.
14443
14444         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14445         shell-quote-argument.
14446
14447         * gnus-uu.el (gnus-uu-command): do.
14448
14449         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14450
14451         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14452         with make-char.
14453
14454         * mm-util.el (mm-make-char): Remove.
14455
14456         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14457         add-minor-mode.
14458
14459         * gnus-undo.el (gnus-undo-mode): do.
14460
14461         * gnus-topic.el (gnus-topic-mode): do.
14462
14463         * gnus-sum.el (gnus-dead-summary-mode): do.
14464
14465         * gnus-start.el (gnus-slave-mode): do.
14466
14467         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14468
14469         * gnus-ml.el (gnus-mailing-list-mode): do.
14470
14471         * gnus-gl.el (gnus-grouplens-mode): do.
14472
14473         * gnus-draft.el (gnus-draft-mode): do.
14474
14475         * gnus-dired.el (gnus-dired-mode): do.
14476
14477         * gnus-ems.el (gnus-add-minor-mode): Remove.
14478
14479         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14480         Replace gnus-char-width with char-width.
14481
14482         * gnus-ems.el (gnus-char-width): Remove.
14483
14484         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14485         Replace gnus-char-width with char-width.
14486
14487         * gnus-ems.el (gnus-char-width): Remove.
14488
14489         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14490         definition.
14491         Remove Emacs 20 hash table compatibility code.
14492
14493         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14494         20 compatibility code.
14495
14496         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14497
14498         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14499
14500         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14501         with point-at-{eol,bol}.
14502
14503         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14504
14505         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14506
14507         * flow-fill.el (fill-flowed-point-at-bol)
14508         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14509
14510         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14511         Replace with point-at-{eol,bol} throughout all files.
14512
14513 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * ntlm.el (ntlm-string-as-unibyte): New macro.
14516         (ntlm-build-auth-response): Use it.
14517
14518         Remove Emacs 20 stuff:
14519         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14520         (butlast, mapc, remove): Remove the compiler macros.
14521         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14522         of delq and copy-sequence.
14523         * gnus-art.el (popup-menu): Remove the compiler macro.
14524         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14525         Emacs 20.
14526
14527 2004-01-05  Simon Josefsson  <jas@extundo.com>
14528
14529         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14530         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14531         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14532         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14533         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14534         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14535         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14536         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14537         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14538         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14539         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14540         string-xor into ntlm-string-xor.  Suggested by
14541         Jesper Harder <harder@myrealbox.com>.
14542
14543         * ntlm.el: Don't include poem.
14544
14545         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14546         Jesper Harder <harder@myrealbox.com>.
14547
14548         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14549
14550         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14551         probably breaks emacs with DL patch, but do we care? Is anyone
14552         still using the DL stuff?)
14553
14554         * sieve-manage.el: Use the password package.
14555         (sieve-manage-read-passwd): Remove.
14556         (sieve-manage-interactive-login): Use password.  Re-add
14557         condition-case around loop.
14558
14559         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14560         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14561         the password package.
14562
14563 2003-02-19  Simon Josefsson  <jas@extundo.com>
14564
14565         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14566         token.
14567
14568 2002-08-07  Simon Josefsson  <jas@extundo.com>
14569
14570         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14571         (sieve-manage-authenticators):
14572         (sieve-manage-authenticator-alist): Add some SASL mechs.
14573         (sieve-sasl-auth): New function.
14574         (sieve-manage-cram-md5-auth):
14575         (sieve-manage-plain-auth): Rewrite using SASL library.
14576         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14577         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14578         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14579         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14580
14581 2004-01-05  Simon Josefsson  <jas@extundo.com>
14582
14583         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14584         New files.
14585
14586 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14587
14588         * gnus-group.el (gnus-no-groups-message): Update.
14589
14590         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14591
14592 2003-11-09  Simon Josefsson  <jas@extundo.com>
14593
14594         * imap.el: Support for ID IMAP extension (RFC 2971).
14595         (imap-local-variables): Add imap-id.
14596         (imap-id): New variable.
14597         (imap-id): New function.
14598         (imap-parse-response): Parse untagged ID response.
14599         * nnimap.el (nnimap-id): New variable.
14600         (nnimap-open-connection): Use it.
14601
14602 2003-12-28  Simon Josefsson  <jas@extundo.com>
14603
14604         * gnus-score.el (gnus-score-edit-all-score): New.
14605         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14606
14607 2004-01-04  Simon Josefsson  <jas@extundo.com>
14608
14609         * password.el: Add.
14610
14611 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14612
14613         * dns.el (dns-query-types): Fix typo.
14614         (dns-query-types): New function
14615         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14616         PTR and SOA replies, see RFC 1035.
14617
14618 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14619
14620         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14621
14622         * Moved to Changelog.2.
14623
14624 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14625
14626         * gnus.el (gnus-version-number): Bump version.
14627
14628 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14629
14630         * gnus.el: No Gnus v0.1 is released.
14631
14632 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14633
14634         * gnus.el: No Gnus v0.0 is released.
14635
14636 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14637
14638         * gnus.el (gnus-version-number): Bump.
14639         (gnus-version): No.
14640
14641 See ChangeLog.2 for earlier changes.
14642
14643     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14644
14645   This file is part of GNU Emacs.
14646
14647   GNU Emacs is free software: you can redistribute it and/or modify
14648   it under the terms of the GNU General Public License as published by
14649   the Free Software Foundation, either version 3 of the License, or
14650   (at your option) any later version.
14651
14652   GNU Emacs is distributed in the hope that it will be useful,
14653   but WITHOUT ANY WARRANTY; without even the implied warranty of
14654   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14655   GNU General Public License for more details.
14656
14657   You should have received a copy of the GNU General Public License
14658   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14659
14660 ;; Local Variables:
14661 ;; coding: utf-8
14662 ;; fill-column: 79
14663 ;; add-log-time-zone-rule: t
14664 ;; End:
14665
14666 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4