932a0966a5699c2ec54a8d74c7d6d5f785d664a2
[gnus] / lisp / ChangeLog
1 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4         with no unread article should be listed if the 2nd arg `predicate' is
5         given.
6
7 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10
11 2009-11-29  Juri Linkov  <juri@jurta.org>
12
13         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
15         on `gnus-recenter'. (Bug#4698, Bug#4981)
16
17 2009-11-26  Kevin Ryde  <user42@zip.com.au>
18
19         * sha1.el (sha1-string-external): default-directory "/" in case
20         otherwise non-existent.  process-connection-type pipe for touch of
21         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
22
23 2009-11-25  Kevin Ryde  <user42@zip.com.au>
24
25         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
26         it's comms related and sgml-mode.el has "comm" on that basis too.
27
28 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
31         containing tspecial characters if they have been already quoted.
32
33 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
34
35         * dns-mode.el (auto-mode-alist): Purecopy string.
36
37 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
38
39         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
40
41 2009-10-24  Glenn Morris  <rgm@gnu.org>
42
43         * gnus-art.el (help-xref-stack-item): Define for compiler.
44
45 2009-10-21  Kevin Ryde  <user42@zip.com.au>
46
47         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
48
49 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
52
53 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
56         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
57
58 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * gnus.el (gnus-overlay-get): New alias to overlay-get.
61         (gnus-overlays-in): New alias to overlays-in.
62
63         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
64         gnus-overlay-get, and gnus-delete-overlay.
65         (gnus-summary-show-thread): Make it work as well for systems in which
66         next-single-char-property-change is not available.
67         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
68
69         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
70         (gnus-overlay-get): New alias to extent-property.
71         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
72
73         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
74         SXEmacs.
75
76         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
77         SXEmacs.
78
79 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
82
83 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
84
85         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
86         and XEmacs that don't have `remove-overlays'.
87
88 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
89
90         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
91         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
92         selective display.  Use overlays instead.
93
94 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
95
96         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
97
98 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
99
100         * spam-stat.el (spam-stat-load): Fix typo in message.
101
102 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
103
104         * dig.el (dig-invoke): Fix typo in docstring.
105         (query-dig): Reflow docstring.
106
107 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
108
109         * gnus-art.el (gnus-article-encrypt-body):
110         * message.el (message-check-recipients):
111         * mm-util.el (mm-codepage-setup):
112         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
113         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
114
115 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
116
117         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
118         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
119         keys from the menu if mm-{sign,encrypt}-option is 'guided.
120         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
121         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
122
123 2009-09-21  Kevin Ryde  <user42@zip.com.au>
124
125         * dig.el: Add "Keywords: comm", as per net-utils.el.
126
127 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
128
129         * dig.el (dig-mode): Use define-derived-mode.
130
131 2009-09-19  Glenn Morris  <rgm@gnu.org>
132
133         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
134
135 2009-09-18  Glenn Morris  <rgm@gnu.org>
136
137         * gnus-diary.el (gnus-diary-check-message):
138         * message.el (message-insert-formatted-citation-line):
139         * nnbabyl.el (top-level):
140         * nndiary.el (nndiary-schedule):
141         Fix typos in condition-case handlers.
142
143 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-art.el (gnus-article-edit-part): Work for the buffer
146         configuration that provides the sole article window in a frame;
147         position point correctly after deleting a part.
148
149 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
150
151         * spam.el (spam-unregister-on-reregister): Add boolean variable.
152         (spam-resolve-registrations-routine): Use it to unregister articles
153         that change status.
154
155 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
158         with XEmacs.
159         (parse-time-string-chars): Use it.
160
161 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * imap.el (imap-interactive-login): Better messages.
164         (imap-open): Fix bug with renamed buffer on reconnect.
165         (imap-authenticate): Add buffer-local imap-last-authenticator variable
166         for easier debugging and cleaner code.  On successful (guessed based on
167         server capabilities) secondary authentication, set imap-state
168         correctly.
169         (imap-last-authenticator): Define imap-last-authenticator as a variable
170         to avoid warnings.
171
172 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * nnrss.el (nnrss-request-article): Remove binding of
175         default-enable-multibyte-characters that has gotten needless by
176         the 2007-07-13 change in rfc2047-encode-message-header.
177
178         * mml.el (mml-insert-multipart): Error on the message header.
179         (mml-insert-part): Error on the message header; position point at
180         the end of a MIME tag.
181
182 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * time-date.el (autoload): Expand define-obsolete-function-alias into
185         defalias and make-obsolete for old Emacsen that Gnus supports.
186         (with-no-warnings): Define it for old Emacsen.
187         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
188         is available.
189         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
190         float-time is available; suppress compile warning for time-to-seconds.
191
192         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
193         (gnus-float-time): Alias to float-time if it exists.
194
195         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
196         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
197         float-time is available; suppress compile warning for time-to-seconds.
198
199         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
200         XEmacs.
201
202 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
203
204         * imap.el (imap-message-map): Docstring fix.
205
206 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
209         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
210         Add the optional argument `encoding' that overrides the default.
211
212         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
213         mm-encode-buffer.
214
215 2009-09-04  Glenn Morris  <rgm@gnu.org>
216
217         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
218         mm-disable-multibyte, rather than default-enable-multibyte-characters.
219         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
220         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
221         * mm-util.el (mm-with-unibyte-current-buffer)
222         (mm-find-buffer-file-coding-system):
223         * yenc.el (yenc-decode-region): Use default-value rather than
224         default-enable-multibyte-characters.
225
226 2009-09-03  Glenn Morris  <rgm@gnu.org>
227
228         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
229         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
230         than default-enable-multibyte-characters.
231
232 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
233
234         * gnus-art.el (gnus-article-read-summary-keys):
235         Fix gnus-buffer-configuration's value temporarily used.
236
237 2009-09-02  Glenn Morris  <rgm@gnu.org>
238
239         * gnus-util.el (gnus-float-time): New function.
240         * gnus-delay.el (gnus-delay-article):
241         * gnus-sum.el (gnus-thread-latest-date):
242         * gnus-util.el (gnus-user-date): Use gnus-float-time.
243         * nnspool.el (nnspool-request-newgroups):
244         Use gnus-float-time rather than time-to-seconds.
245         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
246
247         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
248         (gnus-header-subject-face, gnus-header-newsgroups-face)
249         (gnus-header-name-face, gnus-header-content-face):
250         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
251         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
252         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
253         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
254         (gnus-cite-face-11):
255         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
256         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
257         (gnus-server-closed-face, gnus-server-denied-face)
258         (gnus-server-offline-face):
259         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
260         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
261         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
262         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
263         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
264         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
265         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
266         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
267         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
268         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
269         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
270         (gnus-summary-selected-face, gnus-summary-cancelled-face)
271         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
272         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
273         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
274         (gnus-summary-high-undownloaded-face)
275         (gnus-summary-low-undownloaded-face)
276         (gnus-summary-normal-undownloaded-face)
277         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
278         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
279         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
280         (gnus-splash-face):
281         * message.el (message-header-to-face, message-header-cc-face)
282         (message-header-subject-face, message-header-newsgroups-face)
283         (message-header-other-face, message-header-name-face)
284         (message-header-xheader-face, message-separator-face)
285         (message-cited-text-face, message-mml-face):
286         * sieve-mode.el (sieve-control-commands-face)
287         (sieve-action-commands-face, sieve-test-commands-face)
288         (sieve-tagged-arguments-face):
289         * spam.el (spam-face):
290         Mark face aliases with "-face" in the name as obsolete.
291
292 2009-09-01  Glenn Morris  <rgm@gnu.org>
293
294         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
295         than goto-line.
296
297 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
300         Don't move point if the command is invoked inside the message header.
301
302 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
303
304         * imap.el (imap-send-command): Simplify.
305         (imap-wait-for-tag): point-max -> buffer-size.
306
307 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
310         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
311         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
312         * nnir.el (nnir-swish-e-index-file):
313         * gnus-sum.el (gnus-summary-delete-marked-as-read)
314         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
315         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
316         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
317         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
318         (gnus-treat-display-xface): Add Emacs version of obsolescence.
319
320 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
323         Don't save excursion.
324
325 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * nnheader.el (nnheader-find-file-noselect):
328         * mm-util.el (mm-insert-file-contents):
329         Use (default-value 'major-mode) instead of default-major-mode.
330
331 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
332
333         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
334
335 2009-08-26  Glenn Morris  <rgm@gnu.org>
336
337         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
338         than placing in files.el.
339
340 2009-08-25  Glenn Morris  <rgm@gnu.org>
341
342         * nnir.el (top-level): Don't require cl at run-time.
343         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
344         Replace cl-function substitute with gnus-replace-in-string.
345         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
346         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
347         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
348         simplified expansions.
349
350 2009-08-25  Kevin Ryde  <user42@zip.com.au>
351
352         * dig.el (dig): Add autoload cookie.
353
354 2009-08-22  Glenn Morris  <rgm@gnu.org>
355
356         * gnus-art.el (gnus-button-patch): Use forward-line rather than
357         goto-line.
358
359 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
360
361         * parse-time.el (parse-time-string-chars): Save match data.
362
363 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
364
365         * parse-time.el (parse-time-string-chars): Compute using character
366         classes, to handle non-ascii characters (Bug#3190).
367
368 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
371
372         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
373         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
374         (gnus-mm-display-part, gnus-mime-display-single)
375         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
376         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
377
378         * gnus-sum.el
379         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
380         (gnus-summary-move-article): Add expirable mark to articles copied or
381         moved to group that has auto-expire turned on if the option is non-nil.
382
383 2009-07-24  Glenn Morris  <rgm@gnu.org>
384
385         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
386         Fix typo.  (Bug#3903)
387
388 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
391         gnus-article-read-summary-keys rather than gnus-summary-edit-article
392         that should not be used for draft articles.
393         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
394         that has no concern in minor mode keys.
395         (gnus-article-summary-command, gnus-article-summary-command-nosave):
396         Abolish.
397
398 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
401         article without making inquiry to a user for unknown encoding.
402
403         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
404         (nnmaildir--scan): Assume i-node and device number that file-attributes
405         returns might be cons-cell.
406
407         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
408
409         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
410
411 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
412
413         * auth-source.el: Remove docs now in auth.texi.  Don't use
414         `gnus-message' for logging.  Add new variables `auth-source-debug' and
415         `auth-source-hide-passwords' and use them.
416
417 2009-07-15  Glenn Morris  <rgm@gnu.org>
418
419         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
420
421 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
424         excessive whitespace from the default values of title and description.
425
426 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
429         mail-fetch-field to fetch Content-Description header in order to
430         exclude newlines.
431
432 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
433
434         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
435         format used by GnuPG 2.0.11.
436
437 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
440         to deleted part.
441
442 2009-05-30  David Engster  <dengste@eml.cc>
443
444         * nnmairix.el: Remove old documentation in the commentary block.
445         (nnmairix-request-group): Do not update active file for nnml back ends.
446         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
447         end so that overview files are ignored.
448         (nnmairix-update-groups): Make updating the groups more robust by using
449         marks.
450         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
451         with dollar characters in message-id.
452
453 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
454
455         * spam.el: Use dns-query instead of query-dns.  Was renamed on
456         2008-12-25 in dns.el.
457
458 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
459
460         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
461         could happen if the text is only composed of spaces and/or tabs.
462
463 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
464
465         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
466         when sending a queued message to avoid extra mml tags.
467
468 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
471
472 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
475         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
476         rmail-toggle-header for XEmacs;
477         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
478
479 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-dired.el: Remove autoload for gnus-setup-message.
482         (gnus-dired-attach): Fake this-command value to prevent Gnus from
483         displaying Gnus logo; always use compose-mail.
484
485 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
488
489 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
492         (gnus-nocem-issuers): List currently active issuers; fix custom type.
493         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
494         available.
495         (gnus-nocem-epg-verify): New function.
496
497 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
498
499         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
500
501 2009-02-15  Glenn Morris  <rgm@gnu.org>
502
503         * gnus-util.el (rmail-insert-rmail-file-header)
504         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
505         autoloads.
506         (rmail-default-rmail-file): Remove unnecessary declaration.
507         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
508
509 2009-02-14  Glenn Morris  <rgm@gnu.org>
510
511         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
512         variable (only used in gnus-util, which declares it anyway).
513         (rmail-output-to-rmail-file): Remove autoload of deleted function,
514         which was only needed by gnus-art (changed to not use it any more).
515         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
516         only used in gnus-util, which autoloads it itself.
517         (rmail-update-summary): Fix autoload.
518
519         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
520         rather than rmail-output-to-rmail-file.
521
522 2009-02-07  Glenn Morris  <rgm@gnu.org>
523
524         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
525         autoload of function that no longer exists.
526         (rmail-toggle-header): Declare.
527         (message-forward-rmail-make-body): Handle mbox Rmail.
528
529 2009-01-31  Glenn Morris  <rgm@gnu.org>
530
531         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
532         2009-01-09 change.
533
534 2009-01-31  Dave Love  <fx@gnu.org>
535
536         * imap.el (imap-fetch-safe): Bind debug-on-error.
537         (imap-debug): Add imap-fetch-safe.
538
539 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
542         (auth-source-forget-all-cached): New convenience function.
543         (auth-source-user-or-password): Accept list of modes or a single mode.
544
545         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
546         auth-source modes.
547
548         * netrc.el (netrc-machine-user-or-password): Use list of
549         auth-source modes.
550
551         * nnimap.el (nnimap-open-connection): Use list of
552         auth-source modes.
553
554         * nntp.el (nntp-send-authinfo): Use list of
555         auth-source modes.
556
557 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * auth-source.el: Update docs to reflect epa-file-enable is to be used
560         now.
561
562 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
565         coding system in XEmacs; add a workaround for XEmacs.
566
567         * lpath.el: Fbind coding-system-aliasee.
568
569 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * mm-util.el (mm-coding-system-priorities): Protect against nil value
572         of current-language-environment.
573
574 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
575
576         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
577         available at runtime.
578
579 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-art.el (article-date-ut): Fix end point of narrowing.
582
583 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
584
585         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
586         the greatest positive fixnum value doesn't work under an XEmacs with
587         bignum support; use the most-positive-fixnum constant instead,
588         available since Emacs 21.1 with cl and XEmacs 21.1.
589
590 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
593         XEmacs gets not to work.
594
595 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * mm-util.el (mm-coding-system-priorities): Allow the value like
598         "Japanese (UTF-8)" of current-language-environment.
599
600 2009-01-09  Glenn Morris  <rgm@gnu.org>
601
602         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
603         with last-command-event.
604
605 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
606
607         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
608         in the doc string.
609
610         * message.el (message-fix-before-sending): Amend comment.
611
612 2009-01-08  Dave Love  <fx@gnu.org>
613
614         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
615
616 2009-01-07  David Engster  <dengste@eml.cc>
617
618         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
619         simplified server definitions by converting it via
620         gnus-server-to-method.
621
622 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
625         parameter's operands.
626
627 2009-01-06  David Engster  <dengste@eml.cc>
628
629         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
630         primary select method (for gnus-group-mark-article-as-read).
631
632 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
633
634         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
635         `(gnus)Face', not `(gnus)X-Face'.
636
637 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * mm-util.el (mm-ucs-to-char): New function.
640
641         * mm-url.el (mm-url-decode-entities): Use it.
642
643         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
644         unicode-to-char.
645
646 2009-01-05  Dave Love  <fx@gnu.org>
647
648         * time-date.el: Require cl for `declare'.
649
650 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
651
652         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
653         Dave Love.
654
655 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
656
657         * message.el (message-fix-before-sending): Add `eight-bit' to
658         illegible-text check.
659
660 2009-01-03  Michael Olson  <mwolson@gnu.org>
661
662         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
663         `headers' is nil.  This can occur if the IMAP server does not have
664         permissions to read messages from a folder, but can write new messages
665         to the folder.
666         (nnimap-request-article-part): Do not insert `data' if it is nil.
667
668         * imap.el (imap-parse-fetch): Courier can insert spurious blank
669         characters which will confuse `read', so skip past them.
670
671 2009-01-01  Dave Love  <fx@gnu.org>
672
673         * imap.el (imap-string-to-integer): Fix typo.
674         (imap-fetch-safe): New function.
675         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
676
677         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
678
679         * imap.el (imap-process-connection-type, imap-debug, imap-open):
680         (imap-parse-greeting): Fix doc strings.
681         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
682         (imap-parse-flag-list): Make messages unique.
683         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
684
685         * nnimap.el: Fix author email.
686         (nnimap-split-rule): Add FIXME comment.
687         (nnimap-debug): Fix doc string.
688
689 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
690
691         * dns.el (dns-set-servers): Check "Address".  Fix typo.
692
693 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
694
695         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
696         nslookup if resolv.conf isn't available.
697         (dns-query): Rename from query-dns.
698         (dns-query-cached): Rename from query-dns-cached.
699
700 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
703         overlay-arrow-position and overlay-arrow-string buffer-local; no need
704         to check if those variables exist (first appeared in Emacs 18.50).
705
706 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * mm-util.el (mm-line-number-at-pos): New function.
709
710         * spam-report.el (spam-report-process-queue): Use it.
711
712 2008-12-24  David Engster  <dengste@eml.cc>
713
714         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
715         parameters that haven't existed as variables as buffer-local variables.
716
717 2008-12-23  Dave Love  <fx@gnu.org>
718
719         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
720         cadar.
721
722         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
723         imap-starttls-p.
724         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
725
726 2008-12-22  Dave Love  <fx@gnu.org>
727
728         * imap.el: Fix author email.  Doc fixes.
729         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
730         reply.
731
732 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
733
734         * spam-report.el (spam-report-gmane-max-requests): New constant.
735         (spam-report-gmane-wait): New variable.
736         (spam-report-gmane-ham, spam-report-gmane-spam)
737         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
738         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
739         the server.
740
741         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
742         Add explanations.
743
744         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
745         nnheader-accept-process-output and nnheader-read-timeout if available.
746         (pop3-movemail): Use it.
747
748         * message.el (message-check-news-body-syntax): Fix signature check if
749         there's an attachment.
750
751 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * mm-util.el: Add comments to the mm- emulating functions.
754
755 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
756
757         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
758         by Stephen Berman <stephen.berman@gmx.net>.
759
760 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * mm-util.el (mm-substring-no-properties): New function.
763         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
764         (mm-special-display-p): Enable those lambda forms to be byte compiled.
765         (mm-string-to-multibyte): Doc fix.
766
767         * mml.el (mml-attach-file): Use mm-substring-no-properties.
768
769 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
770
771         * mml.el (mml-attach-file): Strip text properties from file name.
772         (Bug#1574)
773
774 2008-12-16  Glenn Morris  <rgm@gnu.org>
775
776         * mm-util.el (mm-charset-override-alist): Declare for compiler.
777
778 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
781         knows since the charset specified might be a bogus alias that
782         mm-charset-synonym-alist provides.
783
784 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
785
786         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
787         "ISO_8859-1".
788
789         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
790
791 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * mm-util.el (mm-charset-eval-alist):
794         Define it before mm-charset-to-coding-system.
795         (mm-charset-to-coding-system): Add optional argument `silent';
796         define it before mm-charset-override-alist.
797         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
798         default value if it can be used in Emacs currently running;
799         silence mm-charset-to-coding-system.
800
801 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
804         `allow-override' which says whether to use `mm-charset-override-alist'.
805         (rfc2047-decode-encoded-words): Use it.
806
807         * mm-util.el (mm-charset-override-alist): Fix custom type;
808         add `(gb2312 . gbk)' to choices.
809
810 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
813         fast.
814
815         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
816
817         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
818
819 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
820
821         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
822         on links.
823
824         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
825
826 2008-12-03  Lute Kamstra  <lute@gnu.org>
827
828         * sha1.el: Remove leading * from docstrings of defcustoms,
829         deffaces, defconsts and defuns.
830
831 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * message.el (message-idna-to-ascii-rhs-1): Protect against local
834         users' addresses that don't have domain parts.
835         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
836         rather than message-narrow-to-head since there will be the message
837         header separator.
838
839 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
840
841         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
842         since the result is inserted in a unibyte buffer anyway.
843         (nnimap-demule-use-string-to-multibyte): Remove.
844         (nnimap-demule): Alias it to mm-string-to-multibyte.
845
846 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
847
848         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
849         variable for debugging bug#464 and bug#1174.
850         (nnimap-demule): Use it.
851
852 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
853
854         * gnus-score.el (gnus-score-find-trace): Handle default score in total
855         score calculation correctly.
856
857 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * message.el (message-send-mail): Just set the buffer to unibyte
860         rather than use mm-with-unibyte-current-buffer which does a lot more.
861         (message-send-mail-partially): Don't bother with
862         mm-with-unibyte-current-buffer since it's already been made unibyte by
863         message-send-mail.
864
865 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
868
869 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
870
871         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
872
873 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
876         require itself and to remove `with-no-warnings'.
877
878 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * starttls.el (starttls-any-program-available): Get the name of the
881         available TLS layer program.
882         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
883         well as the host name in the "opening" message.
884
885         * auth-source.el (auth-source-cache, auth-source-do-cache)
886         (auth-source-user-or-password): Cache passwords and logins by default,
887         allow override with `auth-source-do-cache'.
888         (auth-source-forget-user-or-password): Allow users to remove cache
889         entries if needed.
890
891 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
892
893         * md4.el (md4-buffer): Fix typo in docstring.
894         (md4, md4-64): Doc fixes.
895         (md4-pack-int32): Reflow docstring.
896
897 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * ietf-drums.el (ietf-drums-remove-comments): Localize second
900         condition-case to only the forward-sexp call.
901
902 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
903
904         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
905         quotes contained.  Make it more robust regardless by an extra
906         condition-case wrapper.
907
908 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * lpath.el: No need to fbind codepage-setup for Emacs 23.
911
912 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * nnml.el (nnml-request-expire-articles): Check if the function set to
915         `nnmail-expiry-target' returns the symbol `delete'.
916
917         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
918
919         * nnmail.el (nnmail-expiry-target): Fix custom type.
920
921 2008-10-02  Glenn Morris  <rgm@gnu.org>
922
923         * mm-util.el (mm-codepage-setup): Tweak codepage error.
924         Silence compiler warning.
925
926 2008-10-01  Magnus Henoch  <mange@freemail.hu>
927
928         * tls.el (open-tls-stream): Show the actual command being
929         executed, instead of the format string.
930
931 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * lpath.el: Fbind codepage-setup for Emacs 23.
934
935 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
936
937         * mml.el (mml-menu): Don't assume mml2015 is bound.
938
939 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
942         exists.
943
944 2008-09-27  Glenn Morris  <rgm@gnu.org>
945
946         * gnus-util.el (mail-header-remove-comments): Autoload it.
947
948 2008-09-27  Andreas Schwab  <schwab@suse.de>
949
950         * gnus-util.el (gnus-split-references): Strip comments.
951         (gnus-parent-id): Likewise.
952
953 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
954
955         * message.el (message-confirm-send): Fix version.
956
957 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * message.el (message-idna-to-ascii-rhs-1): Use
960         mail-extract-address-components rather than mail-header-parse-addresses
961         that is an alias by default to ietf-drums-parse-addresses that does not
962         support non-ASCII names in headers' contents.
963
964 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
965
966         * message.el (message-confirm-send): Fixed variable documentation to
967         avoid the "y/n" wording.
968
969 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
970
971         * message.el (message-set-auto-save-file-name): Save to a different
972         filename so multiple messages (especially drafts) can be recovered.
973
974 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * message.el (message-confirm-send): Add appropriate version.
977
978 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
981         defvar.
982
983 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
984
985         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
986         (mm-pkcs7-enveloped-magic): Ditto.
987
988 2008-09-17  Simon Josefsson  <simon@josefsson.org>
989
990         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
991         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
992
993 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
996         default, it's better.
997
998 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
999
1000         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1001         summary line gnus-number property and ignore them (with a warning
1002         message).
1003
1004 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1007         macro caddr in the interactive form since it won't be expanded.
1008
1009 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1012         `charset'; fix name of function called recursively.
1013         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1014
1015 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1018         (gnus-mime-set-charset-parameters): New function.
1019         (gnus-mime-view-part-as-charset): Use it to correctly display part
1020         specifying wrong charset.
1021
1022 2008-09-08  David Engster  <dengste@eml.cc>
1023
1024         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1025         in completing-read for back end server.
1026
1027 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * message.el (message-confirm-send): New variable to confirm sending a
1030         message.
1031         (message-send): Use it.
1032
1033 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1036
1037 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1040
1041 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1044         prevent tracking too many groups.
1045         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1046         Use it.
1047
1048 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1049
1050         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1051         moving point to the bottom of the window in order to avoid recentering.
1052
1053 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1056
1057         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1058         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1059         (gnus-article-beginning-of-window): Fix calculation.
1060
1061 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-msg.el (gnus-summary-supersede-article)
1064         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1065         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1066         message header.
1067
1068 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1069
1070         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1071         pending output coming after the status change.
1072
1073 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1074
1075         * message.el:
1076         * gnus-start.el:
1077         * gnus-registry.el: Remove VMS support.
1078
1079 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1082         macro.
1083         (rfc2104-hash): Use it.
1084
1085 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1086
1087         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1088         (gnus-summary-sort-by-most-recent-date): New commands.
1089         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1090         and menu entries.
1091
1092 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1095         don't redisplay article for raw contents; remove plural articles stuff.
1096
1097         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1098         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1099         on gnus-summary-save-article; display results properly.
1100
1101 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * lpath.el: No need to fbind ns-focus-frame.
1104
1105 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1108
1109 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1112         gnus-save-all-headers.
1113
1114 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1115
1116         * gnus-util.el (ns-focus-frame): Remove declaration.
1117         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1118         like x.
1119
1120 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1121
1122         * rfc2104.el (rfc2104-zero): Delete defconst.
1123         (rfc2104-hex-alist): Likewise.
1124         (rfc2104-hex-to-int): Delete func.
1125         (rfc2104-hexstring-to-bitstring): Likewise.
1126         (rfc2104-nybbles): New defconst.
1127         (rfc2104-hash): Rewrite for speed.
1128
1129 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * tls.el (open-tls-stream): Make it work with the 2nd argument
1132         BUFFER that is a string but does not exist as a buffer object, as
1133         mentioned in the doc-string.
1134
1135 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1138         SXEmacs.
1139
1140 2008-07-16  Glenn Morris  <rgm@gnu.org>
1141
1142         * gnus-util.el (ns-focus-frame): Declare for compiler.
1143
1144 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1147         set as a group parameter.
1148         (gnus-summary-save-in-pipe): Work when it is called independently.
1149         (gnus-summary-pipe-to-muttprint): Don't modify
1150         gnus-summary-pipe-output-default-command.
1151
1152 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1153
1154         * message.el (message-send-mail-with-sendmail):
1155         Display the error message.
1156
1157 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-art.el (gnus-default-article-saver):
1160         Add gnus-summary-save-in-pipe to choices.
1161         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1162         gnus-summary-pipe-output-default-command as the default command.
1163         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1164         instead of gnus-last-shell-command.
1165
1166         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1167         New user option.
1168         (gnus-summary-muttprint-program): Mention the value will be changed.
1169         (gnus-summary-save-article): Force showing of all headers.
1170         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1171
1172 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1173
1174         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1175
1176 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1177
1178         * nnimap.el (nnimap-id):
1179         * sieve-manage.el (sieve-manage-open): Doc fixes.
1180
1181 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1182
1183         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1184         if available.
1185
1186 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1187
1188         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1189
1190         * nnkiboze.el (nnkiboze-generate-group):
1191         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1192
1193         * nnmairix.el: Require CL.
1194
1195 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * dgnushack.el: Autoload get-display-table and put-display-table for
1198         XEmacs 21.5.
1199
1200         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1201         21.4 and SXEmacs.
1202
1203 2008-06-15  David Engster  <dengste@eml.cc>
1204
1205         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1206
1207 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1208
1209         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1210         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1211         runtime choice under XEmacs.
1212
1213         * gnus-sum.el (gnus-summary-set-display-table):
1214         Use `gnus-put-display-table', `gnus-get-display-table',
1215         `gnus-set-display-table' for the display table, instead of `aset'.
1216
1217         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1218         Use `gnus-put-display-table', `gnus-get-display-table',
1219         `gnus-set-display-table' for the display table.
1220
1221 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * nnmairix.el: Add autoloads.
1224
1225 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1226
1227         * nnmairix.el (nnmairix-delete-recreate-group)
1228         (nnmairix-update-and-clear-marks): Fix error messages.
1229
1230 2008-06-14  David Engster  <dengste@eml.cc>
1231
1232         * nnmairix.el: Upgrade to version 0.6.
1233         (nnmairix-group-toggle-propmarks-this-group)
1234         (nnmairix-group-toggle-readmarks-this-group)
1235         (nnmairix-group-delete-recreate-this-group)
1236         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1237         (nnmairix-remove-tick-mark-original-article): New commands.
1238         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1239         (nnmairix-propagate-marks-to-nnmairix-groups)
1240         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1241         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1242         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1243         functions needed for marks propagation and manipulation of read marks.
1244         (nnmairix-update-groups): New function.
1245         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1246         (nnmairix-determine-original-group-from-registry)
1247         (nnmairix-determine-original-group-from-path)
1248         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1249         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1250         New helper functions.
1251         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1252         keystrokes for new commands.
1253         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1254         (nnmairix-request-group): Check allow-fast group parameter.
1255         (nnmairix-request-create-group): Set allow-fast group parameter if
1256         nnmairix-allowfast-default is set.
1257         (nnmairix-close-group): Propagate marks upon closing if needed.
1258         (nnmairix-group-toggle-threads-this-group): Use new.
1259         nnmairix-group-toggle-parameter helper function.
1260         (nnmairix-search): Better check for empty search result.
1261         (nnmairix-goto-original-article): Use new helper functions for
1262         determining original article.
1263         (nnmairix-show-original-article): Make sure message-id is in brackets.
1264         (nnmairix-call-mairix-binary): Change variable name.
1265         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1266         helper function.
1267         (nnmairix-widget-toggle-activate): Fix doc string.
1268
1269 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * nnir.el: Require edmacro when compiling with XEmacs.
1272         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1273         available in Emacs 21.
1274
1275 2008-06-11  Glenn Morris  <rgm@gnu.org>
1276
1277         * gnus-util.el (x-focus-frame):
1278         * gnus.el (image-size):
1279         * mm-decode.el (image-size): Declare.
1280
1281         * gnus-picon.el (declare-function): Add compat definition.
1282         (image-size): Declare.
1283
1284         * gnus-group.el (tool-bar-map):
1285         * gnus-sum.el (tool-bar-map): Define for compiler.
1286
1287         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1288
1289         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1290
1291         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1292         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1293         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1294         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1295         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1296         * sieve-manage.el, spam-report.el, spam.el:
1297         Remove unnecessary eval-and-compile of autoloads.
1298
1299 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1300
1301         * auth-source.el: Precise Tramp doc.
1302
1303 2008-06-07  Glenn Morris  <rgm@gnu.org>
1304
1305         * nnmairix.el: Remove unnecessary eval-when-compile.
1306
1307 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * lpath.el: Fbind propertize for XEmacs 21.4.
1310
1311 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * nnir.el: Move here from ../contrib.
1314
1315 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1316
1317         * gnus-util.el (gnus-read-shell-command): New function.
1318         * mm-decode.el (mm-pipe-part):
1319         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1320
1321 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1324
1325 2008-06-03  Glenn Morris  <rgm@gnu.org>
1326
1327        * pop3.el (nnheader-accept-process-output): Autoload it.
1328
1329 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1332         are not 2-digit hexadecimal characters that follow `%'s.
1333
1334 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1335
1336         * message.el (message-bogus-recipient-p): Fix type in doc string.
1337         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1338         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1339         Improve custom options.
1340         (message-bogus-recipient-p): Adjust accordingly.
1341
1342 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1343
1344         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1345         long-form month and day names.
1346
1347 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * dgnushack.el: Autoload debug, eudc-expand-inline and
1350         pgg-snarf-keys-region for XEmacs.
1351
1352         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1353
1354         * nnmairix.el: Require edmacro when compiling with XEmacs.
1355
1356 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1357
1358         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1359         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1360
1361 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * auth-source.el: Add more docs.
1364
1365         * netrc.el (netrc-machine): Always match if the port is not given.
1366
1367 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1370         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1371         retrieval faster in some cases, but might make CPU usage larger.  If
1372         this has any bad side effects, we might revert this change.
1373
1374         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1375         seems to make mail retrieval much, much faster.
1376         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1377         unconditionally.
1378
1379         * gnus-draft.el (gnus-group-send-queue): Bind
1380         message-send-mail-partially-limit to nil to avoid being prompted.
1381
1382 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1385
1386         * message.el (message-bogus-address-regexp): Fix and improve custom
1387         type.
1388         (message-setup-hook): Add message-check-recipients as custom option.
1389
1390 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * message.el (message-cite-function): Remove bogus autoload which crept
1393         in during merge from v5-10.
1394
1395 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1398
1399         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1400
1401         * auth-source.el: Preliminary Tramp docs.
1402         (auth-sources): Change the default auth-sources to use
1403         EPA .gpg files.
1404
1405 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * nntp.el: Autoload `auth-source-user-or-password'.
1408         (nntp-send-authinfo): Use it.
1409
1410         * nnimap.el: Autoload `auth-source-user-or-password'.
1411         (nnimap-open-connection): Use it.
1412
1413         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1414         for the gnus-message function.
1415         (auth-source-user-or-password): Use it.
1416
1417 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1418
1419         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1420         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1421         (rfc2104-hash): Use it.
1422
1423 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1424
1425         * gnus-art.el (gnus-article-toggle-truncate-lines):
1426         Don't use `iff' in docstring.
1427
1428 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1429
1430         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1431
1432         * gnus-util.el (gnus-extract-address-component-name)
1433         (gnus-extract-address-component-email): Convenience functions around
1434         `gnus-extract-address-components'.
1435
1436         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1437         Use `gnus-extract-address-component-email' to fix bug of comparing full
1438         sender name to `user-mail-address'.
1439
1440 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1443         catch/throw to optimize.
1444         (gnus-registry-find-keywords): Just use member to find a keyword.
1445
1446 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1447
1448         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1449         is current before calling gnus-server-prepare.
1450         (gnus-server-setup-buffer, gnus-server-update-server)
1451         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1452
1453 2008-05-04  Juri Linkov  <juri@jurta.org>
1454
1455         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1456         (mailcap-file-default-commands): Use mailcap-replace-in-string
1457         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1458         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1459
1460 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1461
1462         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1463
1464 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1465
1466         * gnus.el: Bump version to 0.11
1467
1468 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1469
1470         * gnus.el: No Gnus v0.10 is released.
1471
1472 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1475         hooks.
1476         (gnus-update-read-articles): Speed up non-marks-using users.
1477         (gnus-use-marks): Define gnus-use-marks.
1478         (gnus-propagate-marks): Rename variable to something more sensible.
1479
1480 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1481
1482         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1483         (gmm-image-load-path-for-library): Fix typos in docstrings.
1484         (gmm-message): Reflow docstring.
1485
1486 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * mail-source.el (mail-source-set-1, mail-source-bind):
1489         Move auth-source code out of the macro to clean it up and fix bugs.
1490
1491 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1494         by sender if it's equal to user-mail-address, it's likely to be
1495         useless.
1496
1497         * mail-source.el (mail-source-bind): Don't use user or password if they
1498         are not bound.  Unintern them if they are nil.  Don't use server unless
1499         it's bound, and default it to empty string otherwise.
1500
1501 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * mail-source.el: Load auth-source.el.
1504         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1505         get user name or password, if auth-sources is set up.
1506
1507         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1508         strategy of splitting with parent.
1509         (gnus-registry-split-fancy-with-parent)
1510         (gnus-registry-post-process-groups): Use it and fix prior
1511         bug (returning a list as the split result).
1512
1513         * auth-source.el (auth-sources): Remove server parameter.
1514         (auth-source-pick, auth-source-user-or-password)
1515         (auth-source-user-or-password-imap)
1516         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1517         (auth-source-user-or-password-sftp)
1518         (auth-source-user-or-password-smtp): Remove server parameter.
1519
1520 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1521
1522         * smime.el (smime-sign-region, smime-encrypt-region)
1523         (smime-decrypt-region):
1524         Remove redundant calls to `generate-new-buffer-name'.
1525
1526 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1527
1528         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1529         Don't use QP for message/rfc822.
1530         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1531
1532 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1533
1534         * sieve-manage.el (sieve-string-bytes): Remove.
1535         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1536         correct byte-length only if the process's coding-system is the same as
1537         the one used internally by Emacs to represent strings.
1538
1539 2008-04-22  Juri Linkov  <juri@jurta.org>
1540
1541         * mailcap.el (mailcap-file-default-commands): New function.
1542
1543 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1544
1545         * message.el (message-signature-separator, message-cite-function):
1546         Change custom version.
1547
1548 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1549
1550         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1551         commands.
1552         (tls-checktrust): Ditto.
1553
1554 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * mm-decode.el (mm-display-external): Make temp file read-only.
1557
1558 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1559
1560         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1561         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1562         `C-c C-f d'.
1563
1564 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1565
1566         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1567
1568 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * gnus.el: Bump version to 0.9.
1571
1572 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * gnus.el: No Gnus v0.8 is released.
1575
1576 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1577
1578         * mail-source.el (mail-source-value):
1579         Prefer fboundp to functionp so it works with macros as well.
1580
1581 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1584         Fix last change in case the element is not even a symbol.
1585
1586 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1589         Prefer fboundp to functionp so it works with macros as well.
1590
1591 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1592
1593         * auth-source.el: Added docs.
1594         (auth-sources): Modify format to support server.
1595         (auth-source-pick, auth-source-user-or-password)
1596         (auth-source-user-or-password-imap)
1597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1598         (auth-source-user-or-password-sftp)
1599         (auth-source-user-or-password-smtp): Add server parameter.
1600
1601 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1602
1603         * gnus-registry.el: Initialize the registry when gnus-registry-install
1604         is t.
1605
1606 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * compface.el (uncompface): Make buffer unibyte.
1609
1610 2008-04-05  Glenn Morris  <rgm@gnu.org>
1611
1612         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1613
1614 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1615
1616         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1617         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1618
1619         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1620         multibyteness after rather than before erasing it.
1621
1622         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1623         mm-with-multibyte.
1624         (gnus-request-article-this-buffer): Make sure the proper decoding is
1625         used if gnus-original-article-buffer happens to be unibyte.
1626
1627         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1628         default-enable-multibyte-characters.
1629
1630         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1631         default-enable-multibyte-characters.
1632
1633         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1634
1635         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1636
1637 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1638
1639         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1640         (imap-message-copyuid-1): Use it.
1641         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1642         J. Williams in
1643         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1644
1645         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1646         imap-enable-exchange-bug-workaround.
1647         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1648
1649 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1650
1651         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1652         a 100 byte status-checks into a 2-3MB transfer for each group.
1653         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1654         to enable bug workaround or not.
1655         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1656
1657 2008-03-31  Glenn Morris  <rgm@gnu.org>
1658
1659         * message.el (mml2015-use): Declare for compiler.
1660         (message-info): Require mml2015 when appropriate.
1661
1662 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1665         whitespace.
1666
1667 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1668
1669         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1670         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1671         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1672         (nntp-service-to-port): New function.
1673         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1674         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1675         (nntp-open-netcat-stream): New function.
1676         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1677
1678 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1679
1680         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1681
1682 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1683
1684         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1685
1686 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1687
1688         * dns.el (dns-write): Use set-buffer-multibyte.
1689
1690 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1691
1692         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1693
1694 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1695
1696         * message.el (message-signature-separator): Change default.
1697         Improve custom type.
1698         (message-cite-function): Change default to
1699         message-cite-original-without-signature.
1700
1701         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1702         toggle.
1703
1704         * message.el (message-check-news-body-syntax): Fix signature check.
1705         (message-setup-1): Mark buffer as unmodified _after_ running
1706         message-setup-hook and handling message-alternative-emails.
1707         (message-shorten-references): Be more strict when building list of
1708         valid references to comply with GNKSA.
1709
1710         * gnus-group.el (gnus-read-ephemeral-bug-group)
1711         (gnus-read-ephemeral-debian-bug-group)
1712         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1713
1714         * message.el (message-info): Don't use booleanp which isn't supported
1715         in Emacs 21 and XEmacs.
1716
1717 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1720         gnus-group-gmane-group-download-format.
1721         (gnus-group-read-ephemeral-gmane-group): Rename from
1722         gnus-group-read-ephemeral-gmane-group.
1723         (gnus-read-ephemeral-gmane-group-url): Rename from
1724         gnus-group-read-ephemeral-gmane-group-url.
1725         (gnus-bug-group-download-format-alist): New variable.
1726         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1727         (gnus-read-ephemeral-emacs-bug-group): New commands.
1728
1729 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1730
1731         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1732         (gnus-visible-headers): Improve custom type.
1733
1734 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * mml.el (mml-menu): Add workarounds for XEmacs.
1737
1738         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1739         X-Boundary header.
1740
1741         * message.el (message-simplify-recipients): Fix previous commit.
1742
1743 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1744
1745         * mm-util.el (mm-set-buffer-multibyte): New function.
1746         * mm-decode.el (mm-copy-to-buffer): Use it.
1747
1748 2008-03-19  Glenn Morris  <rgm@gnu.org>
1749
1750         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1751         Accidentally removed in the sync process with Emacs.
1752
1753 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1754
1755         * message.el (message-alter-recipients-discard-bogus-full-name):
1756         New function.
1757         (message-alter-recipients-function): New variable.
1758         (message-get-reply-headers): Use it.
1759         (message-replace-header): New helper function.
1760         (message-recipients-without-full-name): New variable.
1761         (message-simplify-recipients): New command.
1762
1763         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1764
1765         * message.el (message-info): Handle EasyPG manual.
1766
1767         * mml.el (mml-menu): Add entry for EasyPG.
1768
1769 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1770
1771         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1772         parameter.
1773
1774         * message.el (message-disassociate-draft): Specify drafts group name
1775         fully.
1776
1777 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1780         unnecessary duplicates from the match list.
1781
1782 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1785
1786         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1787
1788         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1789         args of `how-many' of which the XEmacs version doesn't take; declare
1790         Info-index-next as function.
1791
1792 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * gnus-score.el (gnus-score-headers): Fix handling of
1795         gnus-inhibit-slow-scoring.
1796
1797         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1798         string.
1799         (gnus-button-url-regexp): Improve handling of parenthesis.
1800         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1801         (gnus-button-handle-info-keystrokes): Handle index entries.
1802
1803 2008-03-15  Glenn Morris  <rgm@gnu.org>
1804
1805         * parse-time.el (parse-time-string): Simplify.
1806
1807 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1810         Incoming* files.
1811
1812 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1813
1814         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1815         (auth-source-pick): Use it.
1816
1817 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1818
1819         * binhex.el (binhex-decode-region-internal):
1820         * uudecode.el (uudecode-decode-region-internal):
1821         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1822         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1823         setting default-enable-multibyte-characters.
1824
1825 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * auth-source.el (auth-source-protocols)
1828         (auth-source-protocols-customize, auth-source-choices): Added and
1829         modified variable customizations and defaults.
1830         (auth-source-pick, auth-source-user-or-password)
1831         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1832         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1833         (auth-source-user-or-password-sftp)
1834         (auth-source-user-or-password-smtp): Use new variables and provide an
1835         interface to netrc.el.
1836
1837 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1840         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1841         Make sure the nntp port to specify is a string.
1842
1843 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1844
1845         * nntp.el: Use with-current-buffer.
1846         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1847         dubious mm-with-unibyte-current-buffer.
1848         (nntp-with-open-group-function): New function extracted from
1849         nntp-with-open-group macro.
1850         (nntp-with-open-group): Use the function, so it's easier to debug.
1851         Add indentation and debugging info.
1852         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1853         the use of the netcat alternatives.
1854
1855         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1856         Avoid mm-string-as-multibyte as well.
1857
1858         * nnweb.el (nnweb-insert-html):
1859         Remove use of nnheader-string-as-multibyte.
1860
1861         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1862         (nnheader-string-as-multibyte): Remove.
1863
1864         * mm-view.el: Use inhibit-read-only.
1865         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1866         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1867         or unibyte-string.
1868
1869         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1870         (mm-uu-yenc-extract): Use with-current-buffer.
1871
1872         * gnus-soup.el (gnus-soup-send-packet): Don't use
1873         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1874
1875         * nnmh.el: Use with-current-buffer.
1876         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1877         mm-string-as-multibyte on the output of mm-encode-coding-string.
1878
1879         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1880         (nnimap-request-move-article): Use with-current-buffer.
1881
1882         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1883         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1884         conversion uses string-make-unibyte rather than string-as-unibyte.
1885
1886         * gnus-msg.el: Use with-current-buffer.
1887
1888         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1889
1890 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1891
1892         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1893         string for caching if it is 'PIN.
1894
1895 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * lpath.el: Consider the case without Emacs/W3.
1898
1899 2008-03-08  Glenn Morris  <rgm@gnu.org>
1900
1901         * time-date.el (date-to-time, time-subtract, time-add)
1902         (safe-date-to-time): Doc fixes.
1903
1904 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1905
1906         * mail-source.el (mail-source-delete-old-incoming-confirm):
1907         Change default to nil.
1908         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1909
1910 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * lpath.el: Rearrange.
1913
1914         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1915         (gnus-article-goto-prev-page): Work for articles having ^L's.
1916
1917         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1918
1919         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1920
1921 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1922
1923         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1924         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1925         (gnus-bookmark-jump): Adjust some variable names.
1926
1927 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1928
1929         * auth-source.el: New package.
1930         (auth-source-choices): Add customization entry point variable.
1931
1932         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1933         bug.
1934
1935 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1938         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1939         (gnus-registry-install-shortcuts): Rename from
1940         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1941         the `gnus-registry-mark-map' keymap dynamically from
1942         `gnus-registry-marks'.  The generated functions update the summary line
1943         when a registry mark is added or deleted, and will call
1944         `gnus-registry-install-p' (see the comments in the code).
1945         (gnus-registry-user-format-function-M): Use concat intelligently.
1946
1947         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1948         the registry mark functions.
1949
1950 2008-03-05  Glenn Morris  <rgm@gnu.org>
1951
1952         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1953         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1954         gnus-art.
1955         (top-level): No need to load own source when compiling.
1956
1957 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1960         Suggested by <chris.anderton@zetnet.co.uk>.
1961
1962 2008-03-04  Glenn Morris  <rgm@gnu.org>
1963
1964         * gnus-sum.el (top-level): No need to require gnus when compiling,
1965         since unconditionally required near start of file.
1966         (gnus-summary-display-while-building): Move definition before use.
1967
1968 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1971         formatting function.
1972
1973 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1974
1975         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1976         with plists.
1977         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1978         Use new format.
1979
1980 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1983         `where-is-internal' that returns a range of key sequences.
1984
1985 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1986
1987         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1988
1989         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1990         (gnus-summary-jump-to-group): Consider windows on other displayed
1991         frames as well.  Similar changes might be needed elsewhere, but that's
1992         the one I've bumped into during my use.
1993
1994         * nndoc.el (nndoc-oe-dbx-type-p):
1995         * gnus-msg.el (gnus-debug):
1996         * gnus-group.el (gnus-update-group-mark-positions):
1997         Use mm-string-to-multibyte.
1998
1999 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2002         doesn't handle NotDashEscaped.
2003
2004         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2005         (mml-dnd-attach-options): Fix typo in custom choice.
2006
2007         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2008         nndoc-article-type to mbox.
2009         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2010
2011         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2012         to nil, instead of html2text.
2013
2014         * imap.el (imap-debug): Add `imap-ping-server'.
2015
2016         * gnus-bookmark.el: Add FIXMEs.
2017
2018         * message.el (message-form-letter-separator)
2019         (message-send-form-letter-delay): New variables.
2020         (message-send-form-letter): Use them.  New command to send form
2021         letters.  Requested by Uwe Siart.
2022         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2023
2024 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2025
2026         * Update copyright years.
2027
2028 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         Sync from EMACS_22_BASE.
2031
2032         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2033
2034 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2035
2036         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2037         empty author.
2038
2039 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2040
2041         * gnus-registry.el (gnus-registry-marks): Add variable for
2042         customization of marks and their appearance.
2043         (gnus-registry-read-mark): Use it.
2044         (gnus-registry-do-marks): Add utility function to loop through
2045         `gnus-registry-marks'.
2046         (gnus-registry-install-shortcuts-and-menus): Add function to install
2047         shortcuts and menus.
2048         (gnus-registry-initialize): Use it.
2049         (gnus-registry-default-mark): Clarify documentation.
2050
2051 2008-02-29  Glenn Morris  <rgm@gnu.org>
2052
2053         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2054         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2055         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2056         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2057         Change defcustom :version from 23.0 to 23.1.
2058
2059 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * gnus-registry.el (gnus-registry-follow-group-p)
2062         (gnus-registry-post-process-groups): Add functions to aid registry
2063         splitting and improve logging.  Clarify behavior in function
2064         documentation.
2065         (gnus-registry-split-fancy-with-parent): Use them.
2066
2067 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2068
2069         * gnus-art.el: Use with-current-buffer.
2070
2071 2008-02-27  David Engster  <dengste@eml.cc>
2072
2073         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2074         Express real group name in the response.
2075
2076 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2079         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2080         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2081         autoload gnus-registry-fetch-group when compiling.
2082         (nnmairix-request-group-with-article-number-correction): Remove
2083         unreferenced argument passed to nnmairix-call-backend.
2084
2085 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2086
2087         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2088         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2089         Wilde.
2090
2091 2008-02-27  Glenn Morris  <rgm@gnu.org>
2092
2093         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2094         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2095         variables to defconsts.  Convert comments to doc-strings.
2096         (nnmairix-last-server, nnmairix-current-server): Convert from free
2097         variables to defvars.  Convert comments to doc-strings.
2098         (gnus-registry-fetch-group): Autoload.
2099         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2100         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2101         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2102         caddr.
2103         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2104         nnmairix-request-group-with-article-number-correction call.
2105         (nnmairix-fast, nnmairix-group): New, less general names, for free
2106         variables passed from nnmairix-request-group to
2107         nnmairix-request-group-with-article-number-correction.  Declare.
2108         (nnmairix-request-group-with-article-number-correction):
2109         Use nnmairix-fast, nnmairix-group rather than fast, group.
2110
2111 2008-02-26  David Engster  <dengste@eml.cc>
2112
2113         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2114         version 0.5.
2115
2116 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2117
2118         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2119         instead of making an extra function call.  Don't add the current group
2120         to articles only when they have the group.  Use
2121         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2122         Reported by David <de_bb@arcor.de>.
2123
2124 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2127         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2128
2129 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * mail-source.el (mail-source-delete-incoming): Change default.
2132         Supplement doc string.
2133
2134         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2135
2136 2008-02-14  Glenn Morris  <rgm@gnu.org>
2137
2138         * time-date.el (format-seconds): New function.
2139
2140 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * nnmail.el (nnmail-message-id-cache-file): Derive from
2143         `gnus-home-directory'.
2144
2145 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2146
2147         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2148         Document negative prefix.
2149
2150         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2151
2152 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * message.el (message-unsent-separator): Add the Exim bounce
2155         separator.
2156
2157 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2158
2159         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2160         list.
2161         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2162         recipient/signer list.
2163
2164 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * Makefile.in (datarootdir): Define.
2167         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2168         name that might contain whitespace.
2169
2170 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2173         fbound (Emacs 23 unicode), signal an error.
2174
2175 2008-02-08  Glenn Morris  <rgm@gnu.org>
2176
2177         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2178
2179 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2180
2181         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2182         ports to the calls to `netrc-machine-user-or-password' in addition to
2183         "imap" and "imaps".
2184
2185 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2186
2187         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2188
2189         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2190
2191 2008-02-01  Kenichi Handa  <handa@m17n.org>
2192
2193         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2194         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2195         (rfc2104-hash): Convert the result of concat to unibyte string.
2196
2197 2008-02-01  Dave Love  <fx@gnu.org>
2198
2199         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2200         coding-system-for-read.
2201         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2202
2203 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2206         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2207         <hanche@math.ntnu.no>.
2208
2209 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2212
2213         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2214
2215 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2216
2217         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2218         * message.el (message-beginning-of-line): Use featurep instead of bound
2219         tests in order to resolve conditionals at compile time.
2220
2221 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2222
2223         * mail-source.el (mail-sources): Add `group' choice.
2224
2225         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2226         parameter `in-group' to control into which group the articles go.
2227         Add treatment of `group' mail-source.
2228
2229 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2232
2233         * mm-decode.el (mm-dissect-buffer): Decode description.
2234
2235         * mml.el (mml-to-mime): Encode message header first.
2236
2237 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2240         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2241
2242         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2243         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2244
2245 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2248
2249 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2252         prefix keys.
2253         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2254         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2255         gnus-xmas.el.
2256
2257         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2258         (gnus-xmas-article-describe-bindings): New function.
2259         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2260         gnus-xmas-article-describe-bindings.
2261
2262         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2263
2264 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2267         Add new variables for article mark management.
2268         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2269         list of extra data entries which, when present, will indicate that the
2270         article ID should not be trimmed from the registry.
2271         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2272         functions.
2273         (gnus-registry-read-mark): New function to read a mark name from the
2274         user.
2275         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2276         (gnus-registry-set-article-mark-internal): New functions to add and
2277         remove marks.
2278         (gnus-registry-get-article-marks): New function to show the marks for
2279         an article, or retrieve them for further use.
2280
2281 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2284         keys when no argument is given.
2285
2286 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2287
2288         * imap.el (imap-ping-server): New variable.
2289         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2290         (imap-ping-server): Minor doc string fixes.
2291
2292 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2293
2294         * imap.el (imap-ping-server): New function.
2295         (imap-opened): Call imap-ping-server.
2296
2297 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * gnus-sum.el (gnus-article-sort-by-random)
2300         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2301         jidanni@jidanni.org.
2302
2303 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-art.el (gnus-article-describe-bindings): New function.
2306         (gnus-article-read-summary-keys): Use it.
2307         (gnus-article-mode-map): Bind `C-h b' to it.
2308
2309 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2312         XEmacs.
2313         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2314         against non-character events.
2315
2316         * lpath.el: Fbind map-keymap for Emacs 21.
2317
2318 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2321         command.
2322         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2323         instead of END.  Change name of the temp file.
2324         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2325         customizable.
2326
2327 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2330         bind `S W' to gnus-article-wide-reply-with-original; set default
2331         binding to gnus-article-read-summary-send-keys.
2332         (gnus-article-read-summary-keys): Fix the order of keys; display
2333         continuation keys correctly in the echo area; describe bindings
2334         correctly when keys end with `C-h'.
2335         (gnus-article-read-summary-send-keys): New function.
2336         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2337         for gnus-article-read-summary-send-keys; display continuation keys
2338         correctly in the echo area.
2339         (gnus-article-reply-with-original): Ignore prefix argument.
2340         (gnus-article-wide-reply-with-original): New function.
2341
2342         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2343         Emacs 21.
2344
2345 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2348         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2349
2350 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2353         (gnus-group-read-ephemeral-gmane-group): New command.
2354
2355 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2356
2357         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2358
2359 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2360
2361         * message.el (message-send-mail-function): Increase custom version.
2362
2363         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2364         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2365
2366 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2369         for the cases where imap-authenticate is called with a nil buffer
2370         parameter.
2371
2372 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2375         html parts correctly; support forwarded messages.
2376         (gnus-article-browse-html-article): Remove work buffers.
2377
2378         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2379         compiling.
2380         (netrc-bound-and-true-p): New macro.
2381         (netrc-parse): Use it instead of bound-and-true-p that is not available
2382         in XEmacs 21.4.
2383
2384 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * gnus-registry.el (gnus-registry-mark-article)
2387         (gnus-registry-article-marks): Add functionality to mark articles
2388         through the Gnus registry.
2389
2390         * encrypt.el: Clarify documentation for the new pgg method.
2391         (encrypt-file-alist): Add PGG option.
2392         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2393         functionality.  Abstract password key and messaging to external
2394         functions.
2395         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2396         (encrypt-message-method-and-cipher): Add new convenience external
2397         functions.
2398         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2399         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2400
2401         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2402         (netrc-parse): Use encrypt-file-alist to determine if
2403         encrypt-find-model or encrypt-insert-file-contents should be used.
2404
2405         * encrypt.el: Clarify documentation.  Load password-cache or
2406         password, whichever one is found first, instead of autoloading.
2407
2408 2007-12-19  Glenn Morris  <rgm@gnu.org>
2409
2410         * mml.el (message-options-set, message-narrow-to-head)
2411         (message-in-body-p, message-mail-p, message-encode-message-body):
2412         Autoload.
2413         (message-remove-header, message-narrow-to-headers-or-head)
2414         (message-subscribed-p, message-make-mail-followup-to)
2415         (message-position-on-field, message-news-p)
2416         (message-options-set-recipient, message-generate-headers)
2417         (message-sort-headers): Declare as functions.
2418
2419 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2422         convention in doc string.
2423
2424 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2427         title to html parts.
2428         (gnus-article-browse-html-article): Pass message header to it.
2429
2430         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2431
2432 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2435         or password compatible with XEmacs.
2436
2437 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2440         format document.
2441         (gnus-mime-delete-part): Don't write description line if empty.
2442         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2443
2444 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2445
2446         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2447         (gnus-summary-mark-read-and-unread-as-read)
2448         (gnus-summary-mark-current-read-and-unread-as-read)
2449         (gnus-summary-mark-unread-as-ticked): Doc fix.
2450         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2451
2452 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2453
2454         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2455         Christoph Conrad <christoph.conrad@gmx.de>.
2456
2457 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2460         yes-or-no-p.
2461
2462 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * mm-decode.el (mm-add-meta-html-tag): New function.
2465         (mm-save-part-to-file, mm-pipe-part): Use it.
2466
2467         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2468         gnus-y-or-n-p instead of y-or-n-p.
2469         (gnus-article-browse-html-parts): Work with message/external-body; use
2470         mm-add-meta-html-tag.
2471
2472 2007-12-11  Glenn Morris  <rgm@gnu.org>
2473
2474         * gnus-cache.el: Require gnus-sum not just when compiling.
2475
2476         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2477
2478         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2479         definitions before use.
2480
2481         * mm-decode.el: Require gnus-util.
2482         (mm-remove-part): Only call delete-annotation on XEmacs.
2483
2484         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2485
2486         * nnmail.el: Require gnus-int.
2487
2488         * spam.el: Move `require's before `eval-when-compile's.
2489
2490         * gnus-ems.el (gnus-alive-p):
2491         * gnus-fun.el (message-goto-eoh):
2492         * gnus-util.el (gnus-group-name-decode):
2493         * mail-source.el (gnus-compress-sequence):
2494         * message.el (Info-goto-node, format-spec):
2495         * mm-bodies.el (message-options-get):
2496         * mm-decode.el (mm-view-pkcs7):
2497         * mm-util.el (gmm-write-region):
2498         * mml-smime.el (mml-compute-boundary)
2499         (gnus-completing-read-with-default):
2500         * mml.el (widget-button-press, gnus-make-hashtable):
2501         * mml1991.el (mm-decode-content-transfer-encoding)
2502         (mm-encode-content-transfer-encoding)
2503         (message-options-get, message-options-set):
2504         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2505         * nnfolder.el (gnus-request-group):
2506         * nnheader.el (ietf-drums-unfold-fws):
2507         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2508         * smime.el (gnus-run-mode-hooks):
2509         * spam-stat.el (gnus-message): Autoload.
2510
2511         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2512         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2513         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2514         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2515         Add declare-function compatibility definition.
2516
2517         * gnus-cache.el (nnvirtual-find-group-art):
2518         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2519         (gnus-add-image, gnus-add-wash-type):
2520         * gnus-group.el (nnkiboze-score-file):
2521         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2522         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2523         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2524         (message-tokenize-header, gnus-get-buffer-create)
2525         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2526         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2527         * gnus.el (gnus-group-decoded-name):
2528         * mail-source.el (imap-capability):
2529         * mm-bodies.el (message-options-set):
2530         * mm-decode.el (gnus-configure-windows):
2531         * mm-extern.el (message-goto-body):
2532         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2533         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2534         (epg-sub-key-validity, message-options-set):
2535         * mml.el (widget-event-point, gnus-configure-windows):
2536         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2537         * mml2015.el (epg-check-configuration, epg-configuration)
2538         (message-options-set):
2539         * nndb.el (nndb-request-article):
2540         * nnfolder.el (gnus-request-create-group):
2541         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2542         * nnmaildir.el (gnus-group-mark-article-read):
2543         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2544         * rfc1843.el (message-fetch-field):
2545         * spam.el (gnus-extract-address-components):
2546         Declare as functions.
2547
2548 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2551
2552         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2553
2554         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2555         bind show-trailing-whitespace for XEmacs.
2556
2557 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2560         new no-op macro for backward compatibility.
2561
2562         * imap.el (imap-string-to-integer): New function.
2563
2564 2007-12-09  Glenn Morris  <rgm@gnu.org>
2565
2566         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2567
2568         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2569         * message.el, mm-view.el, sieve-manage.el, smime.el:
2570         Add declare-function compatibility definition.
2571
2572         * gnus-art.el (w3-region, w3m-region, Info-menu):
2573         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2574         * gnus-sum.el (gnus-get-predicate):
2575         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2576         * message.el (mail-abbrev-in-expansion-header-p):
2577         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2578         (w3m-detect-meta-charset, w3m-region):
2579         * sieve-manage.el (password-read, password-cache-add)
2580         (password-cache-remove):
2581         * smime.el (password-read-and-add): Declare as functions.
2582
2583 2007-12-08  David Kastrup  <dak@gnu.org>
2584
2585         * gnus-sum.el (gnus-summary-simplify-subject-query):
2586         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2587         `message'.
2588
2589 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2592         it to bind idna-program, installation-directory, defined-colors, and
2593         face-attribute for XEmacs of the version that compiles defcustom forms.
2594
2595 2007-12-07  Glenn Morris  <rgm@gnu.org>
2596
2597         * gnus-art.el (article-make-date-line): Revert previous change.
2598
2599 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2602
2603 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2604
2605         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2606         Call gnus-add-to-range ranges only once with a prepared article-list.
2607
2608 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2609
2610         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2611         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2612         group names with backslashes.  Reported by Tassilo Horn
2613         <tassilo@member.fsf.org>.
2614
2615 2007-12-06  Deepak Goel  <deego3@gmail.com>
2616
2617         * gnus-art.el (article-make-date-line):
2618         * gnus-start.el (gnus-load):
2619         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2620
2621 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-art.el (gnus-use-idna)
2624         * gnus-start.el (gnus-site-init-file)
2625         * message.el (message-use-idna)
2626         * mm-uu.el (mm-uu-hide-markers)
2627         * smiley.el (smiley-style): Revert changes that suppress warnings.
2628
2629 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2632         specify charset to html source.  Reported by Christoph Conrad
2633         <christoph.conrad@gmx.de>.
2634
2635 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2638         idna-program in order to suppress byte compile warning issued by XEmacs
2639         that came to byte compile the default value section of defcustom forms
2640         recently.
2641
2642         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2643         value of installation-directory.
2644
2645         * message.el (message-use-idna): Don't directly refer to the value of
2646         idna-program.
2647
2648         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2649
2650         * smiley.el (smiley-style): Don't directly call face-attribute.
2651
2652 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2653
2654         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2655
2656         * gnus-dired.el: Reduce Gnus dependencies.
2657         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2658         require.  Use autoloads instead.
2659         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2660         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2661         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2662         (gnus-dired-mode): Adjust doc string.
2663         (gnus-dired-mail-mode): New variable.
2664         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2665         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2666         (gnus-dired-mail-buffers): New function.  Return mail or message
2667         composition buffers.
2668         (gnus-dired-attach): Use it.
2669         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2670         NO-DECODE.
2671         (gnus-dired-print): Use `gnus-print-buffer' depending on
2672         `gnus-dired-mail-mode'.
2673
2674 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * rfc2047.el (rfc2047-encoded-word-regexp)
2677         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2678         explaining what regexp patterns are for.
2679
2680 2007-12-04  Glenn Morris  <rgm@gnu.org>
2681
2682         * password.el: Move to password-cache.el.
2683
2684         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2685         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2686         * mml-smime.el (password-read, password-cache-add)
2687         (password-cache-remove):
2688         No need to autoload, since mml-sec requires password.
2689
2690         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2691         * message.el (gnus-extract-address-components):
2692         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2693
2694         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2695         password.
2696
2697 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * mailcap.el: Reduce dependencies.
2700         (mail-header-parse-content-type): Autoload.
2701         (mailcap-delete-duplicates): New alias.
2702         (mailcap-mime-info): Add optional argument NO-DECODE.
2703         (mailcap-mime-types): Use mailcap-delete-duplicates.
2704
2705         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2706
2707 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2708
2709         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2710         (imap-parse-status): Upcase status-att for servers that sends them
2711         lower-case (e.g., MS Exchange 2007).
2712
2713 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2716         function.
2717
2718         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2719         (gnus-uu-yenc-article): New function.
2720
2721         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2722
2723         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2724         buffer.
2725
2726 2007-12-02  Glenn Morris  <rgm@gnu.org>
2727
2728         * binhex.el (binhex): New custom group.
2729         (binhex-decoder-program, binhex-decoder-switches)
2730         (binhex-use-external): Move to the binhex custom group.
2731
2732         * uudecode.el (uudecode): New custom group.
2733         (uudecode-decoder-program, uudecode-decoder-switches)
2734         (uudecode-use-external): Move to the uudecode custom group.
2735
2736         * netrc.el (top-level): Don't load `encrypt' features.
2737         (netrc-parse): Don't use encrypt.
2738         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2739
2740         * encrypt.el: Remove file.
2741
2742 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2745         matches on patches.
2746
2747         * gnus-art.el (gnus-article-browse-html-article): Mention
2748         `mm-text-html-renderer' in the doc string.
2749
2750         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2751         string.  Add comments.
2752
2753         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2754         if rhs is ASCII.
2755
2756 2007-12-01  Glenn Morris  <rgm@gnu.org>
2757
2758         * mail-source.el (top-level): Require format-spec before
2759         eval-when-compile.
2760
2761 2007-11-30  Glenn Morris  <rgm@gnu.org>
2762
2763         * encrypt.el: Require password, rather than autoloading password-read.
2764
2765 2007-11-29  Glenn Morris  <rgm@gnu.org>
2766
2767         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2768         (sasl-make-client, sasl-next-step, sasl-step-data)
2769         (sasl-step-set-data): Declare as functions.
2770
2771 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2774
2775 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2776
2777         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2778         certs should be verified and what is to be done in the event of a
2779         verification failure.
2780
2781         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2782         caller can indicate whether the cache should be disregarded for this
2783         call.  This way the result of the call is reproducible at all times and
2784         can be considered a canonical server name for the supplied method.
2785         (gnus-agent-method-p): Canonicalize server names by pushing their
2786         method through `gnus-method-to-server' using the no-cache argument.
2787
2788         * gnus-srvr.el (gnus-server-insert-server-line): Call
2789         `gnus-method-to-server' with `no-cache' argument.
2790
2791         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2792         gnus-agent-possibly-synchronize-flags as this should be called when the
2793         server is actually being opened.
2794         (gnus-agent-possibly-synchronize-flags)
2795         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2796         flags file of an agentized server to the latter function.
2797
2798         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2799         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2800         after a connection has been established successfully.
2801
2802 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-art.el (article-display-face): Force to display face if called
2805         interactively; check if gnus-article-x-face-too-ugly matches author.
2806         (article-display-x-face): Display face even if From header is missing
2807         as article-display-face does.
2808
2809 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2810
2811         * hashcash.el (message-narrow-to-headers-or-head)
2812         (message-fetch-field, message-goto-eoh)
2813         (message-narrow-to-headers): Declare as functions.
2814
2815 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2816
2817         * mail-source.el (mail-sources): Default to fetch from file for
2818         compatibility with default of nnmail-spool-file.
2819
2820 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2823         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2824         to look for encoded word that should be encoded again.
2825         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2826         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2827         encoding pattern.
2828         (rfc2047-decode-region): Switch strict regexp and loose one according
2829         to rfc2047-allow-irregular-q-encoded-words.
2830
2831 2007-11-25  Romain Francoise  <romain@orebokech.com>
2832
2833         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2834
2835 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2836
2837         * tls.el (tls-program): Provide more custom choices from
2838         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2839         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2840
2841 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2844         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2845
2846         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2847         `nnmail-spool-file'.
2848
2849         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2850         `nnmail-spool-file'.
2851
2852         * gnus-move.el (gnus-change-server): Ditto.
2853
2854         * gnus-kill.el (gnus-batch-score): Ditto.
2855
2856         * gnus-cache.el (gnus-jog-cache): Ditto.
2857
2858         * gnus-msg.el (gnus-summary-reply):
2859         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2860
2861 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2864         version.  Minor improvement to doc strings.
2865         (tls-program): Add comment.
2866
2867 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2868
2869         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2870         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2871         mismatch between the hostname provided in the certificate and the name
2872         of the host connnecting to.
2873         (open-tls-stream): Use them.  Check certificates against trusted root
2874         certificates.
2875
2876 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * gnus-cache.el (gnus-cache-generate-nov-databases):
2879         Use nnml-generate-nov-databases-directory instead of
2880         nnml-generate-nov-databases-1.
2881
2882 2007-11-24  Glenn Morris  <rgm@gnu.org>
2883
2884         * message.el (message-tool-bar-retro): Update for rename
2885         mail_send.xpm->mail-send.xpm.
2886
2887 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2890         `smime-ldap-search' for Emacs 22 and up.
2891
2892 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2893
2894         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2895
2896         * message.el (message-send-mail-function): Fix error convention.
2897         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2898         (message-widen-reply, message-send-mail, message-talkative-question)
2899         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2900         (message-clone-locals, message-send-news): Use with-current-buffer.
2901         (message-insert-or-toggle-importance): Remove unused var `valid'.
2902         (message-make-references): Remove unused var `new-references'.
2903         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2904
2905 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2906
2907         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2908         (spam-split-symbolic-return-positive): Reflow docstring.
2909         (spam-backends, spam-summary-exit-behavior)
2910         (spam-mark-ham-unread-before-move-from-spam-group)
2911         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2912         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2913         (spam-clear-cache, spam-backend-check, spam-install-backend)
2914         (spam-install-statistical-backend, spam-list-of-processors)
2915         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2916         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2917         (spam-check-crm114, spam-initialize, spam-unload-hook):
2918         Fix typos in docstrings.
2919
2920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2923         been checked if they have never been read and those group levels are
2924         higher than the one that a user specified.
2925
2926 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2929         foreign groups unless a group level is specified by a user.
2930         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2931
2932 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * message.el (message-send-mail-function): Require sendmail.
2935
2936 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * message.el (message-send-mail-function): Check for smtpmail too.
2939
2940         * utf7.el (utf7-encode, utf7-decode): Use coding system
2941         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2942
2943         * message.el (message-send-mail-function): New function.
2944         (message-send-mail-function): Set default using
2945         message-send-mail-function.  Adjust doc string.
2946         (message-send-mail-with-mailclient): New function.
2947
2948 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2949
2950         * smime.el (from):
2951         * rfc2047.el (message-posting-charset):
2952         * qp.el (mm-use-ultra-safe-encoding):
2953         * pop3.el (parse-time-months):
2954         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2955         * nnml.el (files):
2956         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2957         (jka-compr-compression-info-list, ange-ftp-path-format)
2958         (efs-path-regexp):
2959         * nndiary.el (files):
2960         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2961         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2962         (epg-digest-algorithm-alist, inhibit-redisplay)
2963         (password-cache-expiry):
2964         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2965         (pgg-output-buffer, password-cache-expiry):
2966         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2967         (efs-path-regexp):
2968         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2969         (inhibit-redisplay):
2970         * mm-uu.el (file-name, start-point, end-point, entry)
2971         (gnus-newsgroup-name, gnus-newsgroup-charset):
2972         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2973         (latin-unity-ucs-list):
2974         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2975         (mm-uu-binhex-decode-function):
2976         * message.el (gnus-message-group-art, gnus-list-identifiers)
2977         (rmail-enable-mime-composing, gnus-local-organization)
2978         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2979         (gnus-read-active-file, facemenu-add-face-function)
2980         (facemenu-remove-face-function, gnus-article-decoded-p)
2981         (tool-bar-mode):
2982         * mail-source.el (display-time-mail-function):
2983         * gnus-util.el (nnmail-pathname-coding-system)
2984         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2985         (gnus-original-article-buffer, gnus-user-agent)
2986         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2987         (xemacs-codename, sxemacs-codename, emacs-program-version):
2988         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2989         * gnus-start.el (gnus-agent-covered-methods)
2990         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2991         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2992         (gnus-newsgroup-headers, gnus-group-list-mode)
2993         (gnus-group-mark-positions, gnus-newsgroup-data)
2994         (gnus-newsgroup-unreads, nnoo-state-alist)
2995         (gnus-current-select-method, mail-sources)
2996         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2997         (nnmail-spool-file, gnus-cache-active-hashtb):
2998         * gnus-mh.el (mh-lib-progs):
2999         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3000         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3001         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3002         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3003         (gnus-group-buffer):
3004         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3005         (font-lock-set-defaults):
3006         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3007         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3008         (gnus-summary-post-menu, total-parts, type, condition, length):
3009         * gnus-agent.el (gnus-agent-read-agentview):
3010         * flow-fill.el (show-trailing-whitespace):
3011         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3012         eval-and-compile wrappers for byte compiler pacifiers.
3013
3014         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3015         (mm-display-inline-fontify): Check for featurep 'xemacs not
3016         extent-list.
3017
3018         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3019         itimer-list.
3020         (mm-create-image-xemacs): Only do something for XEmacs.
3021         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3022
3023         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3024
3025         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3026         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3027
3028 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3029
3030         * nnimap.el (nnimap-split-download-body):
3031         * gnus-demon.el (gnus-demon):
3032         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3033
3034 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3037         macros.
3038         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3039         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3040         copy data from unibyte buffer to multibyte current buffer.
3041         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3042         to copy data from unibyte current buffer to multibyte buffer.
3043         (nntp-make-process-buffer): Make process buffer unibyte.
3044
3045         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3046
3047 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3048
3049         * pop3.el (pop3-open-server): Accept and process data more robustly at
3050         connexion start to avoid spurious "POP SSL connexion failed" errors.
3051
3052 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3055         read group names.
3056
3057 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3060
3061 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3064         (nnmail-save-active): Use a unibyte buffer when saving active file,
3065         which may contain non-ASCII group names.
3066
3067         * nnml.el (nnml-request-group): Decode group names in messages.
3068
3069 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * message.el (message-citation-line-function)
3072         (message-insert-formatted-citation-line): Fix spelling of
3073         `message-insert-formated-citation-line'.
3074
3075 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3078
3079 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3082         nnmail-pathname-coding-system.
3083
3084         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3085         that a user enters; decode group names in messages.
3086
3087         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3088
3089 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3090
3091         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3092
3093         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3094
3095         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3096         risky local variable.
3097
3098         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3099
3100 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3101
3102         * encrypt.el: Improve documentation to fix function name typo.
3103         Reported by Daiki Ueno <ueno@unixuser.org>.
3104
3105 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3108         even if the point is not in the last page of an article.
3109         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3110         back to the previous page.
3111
3112 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3115
3116 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3119
3120 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3121
3122         * message.el (message-check-news-body-syntax): Avoid
3123         mm-string-as-multibyte.
3124         (message-hide-headers): Don't assume (point-min)==1.
3125
3126 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * message.el (message-remove-blank-cited-lines): Fix if remove is
3129         given.
3130         (message-bogus-address-regexp): New variable.
3131         (message-bogus-recipient-p): New function.
3132         (message-check-recipients): New command.
3133         (message-syntax-checks): Add `bogus-recipient'.
3134         (message-fix-before-sending): Add `bogus-recipient'.
3135
3136         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3137         (gnus-treat-body-boundary): Don't test window-system.
3138
3139 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3140
3141         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3142
3143 2007-10-28  Miles Bader  <miles@gnu.org>
3144
3145         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3146         at compile-time too.
3147
3148 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * gnus-msg.el (gnus-message-setup-hook): Add
3151         `message-remove-blank-cited-lines' to options.
3152
3153 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3154
3155         * message.el (message-remove-blank-cited-lines): New function.
3156         Suggested by Karl Plästerer.
3157
3158 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3161         mapc.
3162
3163         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3164         (top-level): Use mapc to set functions to be traced for debugging.
3165
3166         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3167         called for effect with while loop.
3168
3169         * message.el (message-talkative-question): Replace mapcar called for
3170         effect with mapc.
3171
3172         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3173         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3174         called for effect with dolist.
3175
3176         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3177
3178         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3179         gnus-extra-headers and nnmail-extra-headers.
3180
3181         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3182         called for effect with dolist.
3183         (top-level): Use mapc to set functions to be traced for debugging.
3184
3185         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3186         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3187         dolist.
3188
3189         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3190         Replace mapcar called for effect with mapc.
3191         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3192         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3193         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3194         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3195
3196         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3197         remove-if that's a cl function.
3198
3199         * webmail.el (webmail-debug): Replace mapcar called for effect with
3200         dolist.
3201
3202         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3203         with mapc.
3204
3205 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3208         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3209         with while loop.
3210
3211         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3212         functions from article-* functions.
3213         (gnus-multi-decode-header): Replace mapcar called for effect with
3214         dolist.
3215
3216         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3217         (gnus-bookmark-show-details): Replace mapcar called for effect with
3218         while loop.
3219
3220         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3221         called for effect with while loop.
3222
3223         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3224         with dolist.
3225
3226         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3227         mapcar called for effect with dolist.
3228
3229         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3230
3231         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3232         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3233         Replace mapcar called for effect with dolist.
3234         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3235         mapc.
3236
3237         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3238         Replace mapcar called for effect with dolist.
3239         (gnus-topic-list): Replace mapcar called for effect with mapc.
3240
3241         * gnus.el: Use mapc instead of mapcar to add autoloads.
3242
3243 2007-10-23  Richard Stallman  <rms@gnu.org>
3244
3245         * gnus-group.el (gnus-group-highlight): Mark as risky.
3246
3247 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus.el (gnus-server-to-method): Return method found first in
3250         gnus-newsrc-alist.
3251
3252         * gnus-art.el (gnus-article-highlight-signature)
3253         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3254         button overlay without the front stickiness.
3255
3256 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3257
3258         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3259         overview buffer needed a catch to receive its throw.
3260         (gnus-agent-flush-cache): Declared as interactive to make this function
3261         easier to use.
3262
3263 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3264
3265         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3266         `next-line'.
3267
3268 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3271         exclude address matching message-dont-reply-to-names.
3272
3273 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-util.el (gnus-string<): New function.
3276
3277         * gnus-sum.el (gnus-article-sort-by-author)
3278         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3279
3280 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3283         the frame-focus tag is set in gnus-buffer-configuration.
3284
3285 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3288         the front stickiness.
3289
3290 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3293         url pattern; remove duplicate one.
3294         (gnus-article-extend-url-button): New function.
3295         (gnus-article-add-buttons): Use it.
3296         (gnus-button-push): Use concatenated url that it makes.
3297
3298 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3299
3300         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3301
3302 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3303
3304         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3305         Don't hardcode point-min==1.
3306
3307 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3310         Fix comment about "iso8859-1".
3311
3312 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3313
3314         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3315         ones returned from the verify-function.
3316
3317         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3318         mml2015-extract-cleartext-signature if extraction failed.
3319
3320 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3321
3322         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3323         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3324         failed.
3325
3326 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3329
3330 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3331
3332         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3333         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3334         recommends to use EasyPG instead of PGG.
3335
3336         * pgg.el: Revert to revision 6.23.2.16
3337
3338         * pgg-def.el: Revert to revision 6.6.2.14.
3339
3340         * pgg-gpg.el: Revert to revision 6.23.2.34.
3341
3342 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3345         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3346         thread for both the null and zero (kill/expire thread) universal prefix
3347         cases.
3348         (gnus-summary-expire-thread): Add new function to expire a thread,
3349         using gnus-summary-kill-thread.
3350         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3351         shortcuts for gnus-summary-expire-thread.
3352         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3353         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3354
3355 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3356
3357         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3358         extras value, so an extras entry can be deleted.
3359         (gnus-registry-delete-extra-entry): Use it.
3360         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3361         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3362         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3363         storage through the gnus-registry, and provide an appropriate API for
3364         it.
3365
3366 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3369         Suggested by Leo <sdl.web@gmail.com>.
3370
3371         * gnus.el: Do.
3372
3373 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3376         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3377
3378         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3379
3380         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3381         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3382
3383 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3386         newline.
3387         (nnmbox-request-accept-article): Don't change article in source buffer;
3388         narrow to header to use message-fetch-field rather than
3389         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3390         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3391         as delimiters; make sure article ends with newline.
3392         (nnmbox-delete-mail): Correct last position of article to be deleted;
3393         ignore X-Gnus-Newsgroup header in article body.
3394         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3395         positions; make sure article ends with newline.
3396
3397         * message.el (message-display-abbrev): Don't infloop when a user
3398         inserts SPC in the beginning of header.
3399
3400         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3401         coding-system-for-read and coding-system-for-write for XEmacs having no
3402         file-coding feature.
3403
3404         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3405
3406 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3407
3408         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3409         list of groups not followed by default.  Fix type to be regexp.
3410         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3411
3412 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3413
3414         * hmac-def.el (define-hmac-function): Switch from old-style to
3415         new-style backquotes.
3416
3417         * md4.el (md4-make-step): Likewise.
3418
3419 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3422         raw-text coding system when saving .newsrc file, which may contain
3423         non-ASCII group names.
3424
3425 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-cus.el (gnus-score-extra): New widget.
3428         (gnus-score-extra-convert): New function.
3429         (gnus-score-customize): Use it for Extra.
3430
3431 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3432
3433         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3434         (mml2015-mailcrypt-clear-verify): Use it.
3435         (mml2015-gpg-clear-verify): Use it.
3436         (mml2015-pgg-clear-verify): Use it.
3437         (mml2015-epg-clear-verify): Replace the current part with the output
3438         from GnuPG; don't extract the plaintext by itself.
3439
3440         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3441         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3442         mml2015-clear-verify-function; don't touch the armor headers or
3443         dash-escaped text here.
3444
3445 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3448         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3449         parts, or application/octet-stream as a last resort.
3450         (gnus-mime-view-part-as-type): Don't toggle display.
3451         (gnus-mime-view-part-as-charset): Don't turn off display before
3452         querying charset.
3453
3454         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3455         stuff to undisplayer function in Emacs.
3456         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3457
3458         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3459         text/calendar parts.
3460
3461 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3464         decoding text/calendar parts.
3465
3466         * message.el (message-forward-make-body-mime): Always mark body as
3467         having no illegible text; remove signed-or-encrypted argument.
3468         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3469
3470         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3471         (mml-generate-mime-1): Don't encode body if it is specified to be in
3472         raw form; don't make buffer be unibyte when inserting multibyte string.
3473
3474 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * sha1.el: Fix up comment style.
3477         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3478         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3479
3480         * hex-util.el: Fix up comment style.
3481         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3482
3483         * gnus-salt.el: Use with-current-buffer.
3484         (gnus-pick-setup-message): Fix long-standing typo.
3485
3486 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * imap.el (imap-logout-timeout): New variable.
3489         (imap-logout, imap-logout-wait): New functions.
3490         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3491
3492         * nnimap.el (nnimap-logout-timeout): New server variable.
3493         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3494         nnimap-logout-timeout.
3495
3496         * gnus-art.el (gnus-article-summary-command-nosave)
3497         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3498
3499 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus.el (gnus-maximum-newsgroup): New variable.
3502
3503         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3504         according to gnus-maximum-newsgroup.
3505
3506         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3507         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3508         Limit the range of articles according to gnus-maximum-newsgroup.
3509
3510 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3511
3512         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3513         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3514         Don't perform gnus-configure-windows here; reuse existing sticky
3515         article buffer.
3516
3517         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3518         it doesn't exist in gnus-article-mode.
3519
3520 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3523         (gnus-agent-decoded-group-name): New function.
3524         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3525         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3526
3527 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3528
3529         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3530         Add binding for gnus-sticky-article.
3531         (gnus-summary-exit): Don't kill sticky article buffers.
3532
3533         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3534         article buffer.
3535         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3536         (gnus-kill-sticky-article-buffers): New commands.
3537
3538 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * nntp.el (nntp-xref-number-is-evil): New server variable.
3541         (nntp-find-group-and-number): If it is non-nil, don't trust article
3542         numbers in the Xref header.
3543
3544 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-agent.el (gnus-agent-read-group): New function.
3547         (gnus-agent-flush-group, gnus-agent-expire-group)
3548         (gnus-agent-regenerate-group): Use it.
3549         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3550         nnmail-pathname-coding-system.
3551
3552 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3555
3556         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3557         that are unread as unread, and also as selected so that information of
3558         marks having been changed by a user may be updated when exiting group.
3559
3560 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3563         calculated ignoring signature parts to gnus-treat-article.
3564
3565 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3568         a point here in order to keep the window start.
3569         (gnus-insert-mime-security-button): Make a button overlay without the
3570         front stickiness.
3571         (gnus-mime-display-security): Goto the end of a button.
3572
3573         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3574
3575 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3578         group-name-at-point.
3579         (gnus-group-completing-read): New function that offers decoded
3580         non-ASCII group names for completion.
3581         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3582         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3583         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3584         (gnus-group-fetch-control): Use it.
3585         (gnus-fetch-group): Use group-name-at-point for the initial value
3586         rather than the default value; use gnus-alive-p.
3587
3588         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3589         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3590         (gnus-summary-post-news): Use gnus-group-completing-read.
3591
3592         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3593         (gnus-read-move-group-name): Decode group name for completion.
3594
3595 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3596
3597         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3598         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3599         Yamaoka slightly modified the code).
3600
3601 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3604         (nnmail-split-incoming): Bind it.
3605
3606         * nnml.el (nnml-group-name-charset): New function.
3607         (nnml-decoded-group-name): Use it; don't decode group name if
3608         nnmail-group-names-not-encoded-p is non-nil.
3609         (nnml-encoded-group-name): New function.
3610         (nnml-group-pathname): Inline nnml-decoded-group-name.
3611         (nnml-request-expire-articles): Decode group name in message.
3612         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3613         nnmail-pathname-coding-system.
3614         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3615         not decoded ones according to nnmail-group-names-not-encoded-p.
3616         (nnml-generate-active-info): Use nnml-encoded-group-name.
3617
3618 2007-08-08  Glenn Morris  <rgm@gnu.org>
3619
3620         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3621         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3622         doc-strings and comments.
3623
3624 2007-07-25  Glenn Morris  <rgm@gnu.org>
3625
3626         * Relicense all FSF files to GPLv3 or later.
3627
3628 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-summary-move-article): Make
3631         gnus-summary-respool-article work.
3632
3633 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3634
3635         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3636         string.
3637
3638 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3639
3640         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3641         that should be ignored when comparing distant RSS articles with local
3642         ones.
3643         (nnrss-make-hash-index): New function.  Create a hash index according
3644         to the ignored fields.
3645         (nnrss-check-group): Use it.
3646
3647 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3650
3651         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3652
3653         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3654         the new optional argument ENCODED is non-nil.
3655         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3656         coding system for encoding group name.
3657         (gnus-group-make-rss-group): Pass un-encoded group name to
3658         gnus-group-make-group.
3659         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3660         encoded.
3661
3662         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3663         Encode group name to which articles are moved or copied.
3664         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3665         coding system for encoding Newsgroup, Followup-To and Xref headers.
3666
3667         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3668         marks; use nnheader-file-coding-system to write a file.
3669         (nnagent-retrieve-headers): Bind file-name-coding-system to
3670         nnmail-pathname-coding-system.
3671
3672         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3673
3674         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3675         (nnml-request-article, nnml-request-create-group)
3676         (nnml-request-rename-group, nnml-find-id)
3677         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3678         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3679         (nnml-save-marks): Use nnml-group-pathname instead of
3680         nnmail-group-pathname.
3681
3682         (nnml-request-create-group, nnml-request-expire-articles)
3683         (nnml-request-move-article, nnml-request-delete-group)
3684         (nnml-deletable-article-p, nnml-possibly-create-directory)
3685         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3686         (nnml-open-marks): Bind file-name-coding-system to
3687         nnmail-pathname-coding-system.
3688
3689         (nnml-request-article): Pass server argument to nnml-find-group-number.
3690         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3691         server argument to nnml-possibly-create-directory.
3692         (nnml-request-accept-article): Pass server argument to
3693         nnml-active-number and nnml-save-mail.
3694         (nnml-find-group-number): Pass server argument to nnml-find-id.
3695         (nnml-request-update-info): Pass server argument to
3696         nnml-marks-changed-p.
3697
3698         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3699         (nnml-save-mail, nnml-active-number): Add server argument.
3700
3701         (nnml-request-delete-group): Warn if group is missing.
3702         (nnml-get-nov-buffer): Decode group name.
3703         (nnml-generate-active-info): Encode group name.
3704         (nnml-open-marks): Decode group name in messages.
3705
3706 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3709         if it is not specified.
3710         (gnus-article-pipe-part, gnus-article-save-part)
3711         (gnus-article-interactively-view-part, gnus-article-copy-part)
3712         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3713         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3714         (gnus-article-replace-part, gnus-article-delete-part)
3715         (gnus-article-view-part-as-type): Pass raw prefix argument to
3716         gnus-article-part-wrapper.
3717
3718 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-agent.el (gnus-agent-save-active): Bind
3721         nnheader-file-coding-system to gnus-agent-file-coding-system.
3722
3723         * gnus-cache.el (gnus-cache-save-buffers)
3724         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3725         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3726         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3727         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3728         (gnus-cache-generate-active, gnus-cache-rename-group)
3729         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3730         (gnus-cache-update-overview-total-fetched-for): Bind
3731         file-name-coding-system to nnmail-pathname-coding-system.
3732         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3733         variables.
3734         (gnus-cache-decoded-group-name): New function.
3735         (gnus-cache-file-name): Use it.
3736         (gnus-cache-generate-active): Use non-decoded group name for active.
3737
3738         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3739         right place.
3740         (gnus-write-active-file): Don't break non-ASCII group names.
3741
3742         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3743         nnmail-pathname-coding-system.
3744
3745         * lpath.el: Bind default-file-name-coding-system,
3746         file-name-coding-system and language-info-alist for XEmacs.
3747
3748         * gnus-uu.el (gnus-uu-decode-save): Typo.
3749
3750 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3753
3754 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3757         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3758         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3759         (gnus-agent-flush-group, gnus-agent-flush-cache)
3760         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3761         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3762         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3763         (gnus-agent-regenerate-group)
3764         (gnus-agent-update-files-total-fetched-for)
3765         (gnus-agent-update-view-total-fetched-for): Bind
3766         file-name-coding-system to nnmail-pathname-coding-system.
3767         (gnus-agent-group-pathname): Don't encode file names by
3768         nnmail-pathname-coding-system.
3769         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3770         coding-system-for-write instead of buffer-file-coding-system to
3771         gnus-agent-file-coding-system.
3772
3773         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3774         Decode group name.
3775
3776         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3777
3778         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3779         (gnus-read-newsrc-el-file): Make group names unibyte.
3780
3781         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3782         nnmail-pathname-coding-system.
3783
3784         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3785         (nnrss-request-delete-group): Bind file-name-coding-system to
3786         nnmail-pathname-coding-system.
3787         (nnrss-read-server-data, nnrss-read-group-data): Bind
3788         file-name-coding-system correctly.
3789         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3790
3791         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3792         (nntp-server-to-method-cache): New variable.
3793         (nntp-group-pathname): New function that decodes non-ASCII group names.
3794         (nntp-possibly-create-directory, nntp-marks-changed-p)
3795         (nntp-save-marks, nntp-open-marks): Use it.
3796         (nntp-possibly-create-directory, nntp-open-marks):
3797         Bind file-name-coding-system to nnmail-pathname-coding-system.
3798         (nntp-open-marks): Decode group names when bootstrapping marks.
3799
3800         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3801         Newsgroups and Folowup-To headers.
3802
3803 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3806         (gnus-server-closed-face, gnus-server-denied-face)
3807         (gnus-server-offline-face): Remove variable.
3808         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3809
3810         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3811         of modifying message-stack directly for XEmacs.
3812
3813         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3814         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3815         if the coding-system argument is nil for XEmacs.
3816
3817         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3818         mm-charset-override-alist.
3819
3820         * rfc2047.el: Don't require base64; require rfc2045 for the function
3821         rfc2045-encode-string.
3822         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3823         to quote the parameter value.
3824
3825 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3828         form in gnus-group-name-charset-method-alist.
3829
3830         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3831         overrides the default layout edit-form.
3832
3833         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3834
3835         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3836
3837 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3840         as unfetched articles.
3841
3842 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3845
3846 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3849         original back end that keeps marks in the local system.
3850
3851 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3854         arg of pop-to-buffer for XEmacs.
3855         (gnus-article-read-summary-keys): Ditto; don't restore window
3856         configuration if summary command ends up with neither article buffer
3857         nor summary buffer; describe bindings if summary keys end with C-h.
3858
3859 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * message.el (message-fix-before-sending): Skip raw message part to be
3862         forwarded while checking illegible text.
3863         (message-forward-make-body-mime, message-forward-make-body): Mark
3864         signed or encrypted raw message as having no illegible text.
3865
3866 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3869         (gnus-message-with-timestamp-1): New macro.
3870         (gnus-message-with-timestamp): New function.
3871         (gnus-message): Use them.
3872
3873         * nnheader.el (nnheader-message): Use them.
3874
3875 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3876
3877         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3878         .newsrc.eld file.
3879
3880 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-agent.el (gnus-agent-fetch-headers)
3883         (gnus-agent-retrieve-headers): Bind
3884         gnus-decode-encoded-address-function to identity.
3885
3886         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3887         available also when the server returns simply a dot.
3888
3889         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3890
3891 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3894
3895 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-ems.el (gnus-x-splash): Make it work.
3898
3899         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3900         from being used.
3901
3902         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3903
3904 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3907         4th and the 5th arguments.
3908
3909         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3910         the front stickiness.
3911         (gnus-article-summary-command-nosave): Correct the order of the
3912         arguments passed to pop-to-buffer.
3913         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3914         summary command ends up with the article buffer.
3915
3916         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3917         the same faces.
3918
3919 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3920
3921         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3922
3923 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3924
3925         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3926         * gnus-sum.el (gnus-summary-highlight):
3927         * pgg.el (pgg-sign-region, pgg-sign):
3928         * mail-source.el (mail-source-delete-old-incoming-confirm):
3929         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3930
3931 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-art.el (gnus-mime-view-part-externally)
3934         (gnus-mime-view-part-internally): Fix predicate function passed to
3935         completing-read.
3936
3937         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3938
3939         * gnus.el (gnus-update-message-archive-method): Add :version.
3940
3941 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus.el (gnus-update-message-archive-method): New variable.
3944
3945         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3946         according to gnus-message-archive-method if
3947         gnus-update-message-archive-method is non-nil.
3948
3949 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3952         by Loic Dachary <loic@dachary.org>.
3953         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3954
3955 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * message.el (message-pop-to-buffer): Add switch-function argument.
3958         (message-mail): Pass switch-function argument to it.
3959
3960 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3963         Improve doc string.
3964
3965 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3968         (gnus-header-content)
3969         * gnus-cite.el (gnus-cite-10)
3970         * gnus-srvr.el (gnus-server-closed)
3971         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3972         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3973         (gnus-group-mail-3-empty, gnus-group-mail-low)
3974         (gnus-group-mail-low-empty, gnus-splash)
3975         * message.el (message-header-to, message-header-cc)
3976         (message-header-subject, message-header-other, message-header-name)
3977         (message-header-xheader, message-separator, message-cited-text)
3978         (message-mml): Lighten colors of faces used for dark background.
3979
3980 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3981
3982         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3983         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3984
3985 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * message.el (message-narrow-to-headers-or-head):
3988         Ignore mail-header-separator in the body.
3989
3990 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3993         same as window size.
3994
3995 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3996
3997         * message.el (message-font-lock-keywords): Use message-header-xheader
3998         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3999         ahead of the anything pattern, to get it recognised.
4000
4001 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4004         spam.el loads uses it in the compiled defadvice form.
4005
4006 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4007
4008         * gnus-sum.el (gnus-articles-to-read)
4009         (gnus-summary-insert-old-articles): Don't truncate group name for
4010         `read-string'.
4011
4012         * gnus-util.el (gnus-limit-string): Delete this function.
4013
4014         * gnus-sum.el (gnus-simplify-subject-fully): Use
4015         `truncate-string-to-width' instead.
4016
4017 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4018
4019         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4020         if, on summary exit, the next group has to be selected.
4021         (gnus-summary-exit): Use it.
4022
4023 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4024
4025         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4026         non-break space.
4027
4028 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4031         Check if group is not a directory.
4032         (nnfolder-request-expire-articles): Don't delete articles if the target
4033         group is not available.
4034
4035         * nnml.el (nnml-request-create-group): Properly check if group is not a
4036         file.
4037         (nnml-request-expire-articles): Don't delete articles if the target
4038         group is not available.
4039
4040         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4041         Don't quote characters that are within parentheses.
4042
4043 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4046         (gnus-handle-ephemeral-exit): Select article according to it.
4047
4048 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * message.el (message-insert-formated-citation-line): Remove newline.
4051         (message-citation-line-format): Add final \n here so that the user can
4052         avoid a blank line.
4053
4054 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4055
4056         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4057         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4058         Update lanl/arXiv support.
4059
4060 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * gnus.el: Bump version number.
4063
4064 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus.el (gnus-version-number): Bump version.
4067
4068 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4069
4070         * gnus.el: No Gnus v0.6 is released.
4071
4072 2007-04-27  Didier Verna  <didier@xemacs.org>
4073
4074         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4075         * gmm-utils.el (gmm-regexp-concat): here.
4076         * message.el: Don't require 'gnus-util.
4077         (message-dont-reply-to-names): Handle name change above.
4078         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4079
4080 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4083         since the initial value varies according to the system.
4084
4085 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4088
4089 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4090
4091         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4092
4093 2007-04-24  Didier Verna  <didier@xemacs.org>
4094
4095         Improve the type of gnus-ignored-from-addresses.
4096         * gnus-util.el (gnus-orify-regexp): New function.
4097         * message.el (gnus-util): Require it.
4098         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4099         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4100         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4101
4102 2007-04-24  Didier Verna  <didier@xemacs.org>
4103
4104         * gnus-sum.el:
4105         * gnus-utils.el: Fix some trailing whitespaces.
4106
4107 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4110         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4111         article's Message-ID; refer parent article in summary buffer.
4112
4113         * message.el (message-bounce): Call mime-to-mml.
4114
4115         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4116         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4117         optimize and/or forms properly.
4118
4119 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4122         URL.
4123
4124 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4127
4128 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4131         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4132         displayed of multipart/alternative part if it is invoked from summary
4133         buffer.
4134
4135         * mm-view.el (mm-inline-text-html-render-with-w3m)
4136         (mm-inline-text-html-render-with-w3m-standalone)
4137         (mm-inline-render-with-function): Use mail-parse-charset by default.
4138
4139 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4140
4141         * parse-time.el (parse-time-string-chars): Check if CHAR
4142         is less than the length of parse-time-syntax.
4143
4144 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4147         from gnus-newsgroup-processable.
4148
4149 2007-04-16  Didier Verna  <didier@xemacs.org>
4150
4151         * gnus-msg.el (gnus-configure-posting-styles): Handle
4152         message-signature-directory properly with :file syntax.  Reported by
4153         "Leo".
4154
4155 2007-04-11  Didier Verna  <didier@xemacs.org>
4156
4157         New user option: message-signature-directory.
4158         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4159         * message.el (message-insert-signature): Ditto.
4160         * message.el (message-signature-file): Doc update.
4161         * message.el (message-signature-directory): New.
4162
4163 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-msg.el (gnus-inews-yank-articles): Use
4166         message-exchange-point-and-mark instead of exchange-point-and-mark.
4167
4168 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * message.el (message-yank-original): Make sure cited text ends with
4171         newline; don't exchange point and mark.
4172
4173 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4174
4175         * tls.el (open-tls-stream): Properly handle case where there
4176         is no associated buffer.
4177
4178 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4179
4180         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4181         message-yank-original, make sure (< mark TEXT point).
4182
4183 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * message.el (message-fill-column): New variable.
4186         (message-mode): Use it.  Add comment on a possible new hook.
4187
4188         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4189         (nnmail-get-new-mail): Reformat.
4190
4191         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4192
4193         * gmm-utils.el: Fix Commentary.
4194         (gmm-tool-bar-from-list): Fix typo in doc string.
4195
4196 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4197
4198         * message.el (message-yank-original): Don't switch point and mark
4199         unnecessarily to put point and mark as documented.
4200
4201 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4204         from the message heads.
4205
4206 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4207
4208         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4209         article buffer does not have a window.  This may not be the best
4210         solution but is certainly better than setting the start of the null,
4211         that is the current, window.
4212
4213 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4216         (gnus-draft-setup): Run it.
4217
4218         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4219         gnus-score-fast-scoring.  Allow regexp.
4220         (gnus-score-headers): Use it.
4221
4222         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4223         XEmacs.
4224
4225         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4226         string.
4227         (gnus-button-alist): Also catch `<f1> k ...'.
4228         (gnus-treat-display-x-face): Fix doc string.
4229
4230 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4231
4232         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4233         evaluation of gnus-extended-version to ensure correct generation of the
4234         User-Agent header when message-generate-headers-first is used.
4235
4236 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4237
4238         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4239         hashcash-path is nil.  Don't call callback with incorrect number of
4240         parameters if val is 0.
4241
4242 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4243
4244         * message.el (message-required-news-headers):
4245         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4246
4247 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4248
4249         * tls.el (open-tls-stream): In handshake-waiting loop,
4250         don't wait more if there is output available to process.
4251
4252 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4253
4254         * tls.el (tls-program): Doc fix.
4255
4256 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * message.el (message-generate-new-buffers): Change the meaning of the
4259         nil value; add `standard' to the choices; treat t as `unique'; improve
4260         doc string.
4261         (gnus-select-frame-set-input-focus): Autoload.
4262         (message-buffer-name): Search for the existing message buffer if
4263         message-generate-new-buffers is nil or `standard'; treat the value t of
4264         message-generate-new-buffers as `unique'.
4265         (message-pop-to-buffer): Raise the frame already displaying the message
4266         buffer; clear the echo area after querying.
4267         (message-setup): Pass the `continue' argument to compose-mail.
4268         (message-mail): Prefer `switch-function' if it is given; search for the
4269         existing message buffer if the `continue' argument is non-nil; pass
4270         continue and switch-function arguments to compose-mail by way of
4271         message-setup.
4272         (message-mail-other-window): Adjust argument of message-setup.
4273         (message-mail-other-frame): Ditto.
4274
4275 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4278         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4279         to turn font-lock on when turning gnus-message-citation-mode on.
4280
4281 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4282
4283         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4284         (mml-smime-function-alist): New variable; add epg as the backend.
4285         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4286         mml-smime- functions instead.
4287         * mm-view.el: Require smime.
4288
4289 2007-03-05  Didier Verna  <didier@xemacs.org>
4290
4291         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4292         instead of just inheritance for posting styles.
4293         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4294
4295 2007-02-24  Chris Moore  <dooglus@gmail.com>
4296
4297         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4298         * pgg-pgp.el (pgg-pgp-encrypt-region):
4299         * pgg-gpg.el (pgg-gpg-encrypt-region):
4300         Check pgg-encrypt-for-me if no other recipients.
4301
4302 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4303
4304         * tls.el (tls-certtool-program): Fix custom type.
4305
4306 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4309         and point-at-eol instead of line-(beginning|end)-position.
4310
4311         * assistant.el (assistant-parse-buffer): Ditto.
4312
4313         * netrc.el (netrc-parse-services): Ditto.
4314
4315 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4316
4317         * mml2015.el (mml2015-epg-find-usable-key): New function.
4318         (mml2015-epg-sign): Use it.
4319         (mml2015-epg-encrypt): Use it.
4320
4321 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * message.el (message-make-in-reply-to): Quote name containing
4324         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4325         if there are special characters.  Reported by NAKAJI Hiroyuki
4326         <nakaji@jp.freebsd.org>.
4327
4328 2007-02-27  Didier Verna  <didier@xemacs.org>
4329
4330         Include the group parameters as well as the topic ones in the
4331         inheritance filter process.
4332         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4333         argument GROUP-PARAMS-LIST.
4334         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4335
4336 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * nntp.el (nntp-never-echoes-commands)
4339         (nntp-open-connection-functions-never-echo-commands): New variables.
4340         (nntp-send-command): Use them.
4341
4342 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4343
4344         * mml2015.el (mml2015-epg-verify): Simplified.
4345
4346 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mml.el (mml-content-disposition-alist): New user option.
4349         (mml-content-disposition): New function.
4350         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4351         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4352
4353 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4354
4355         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4356         verification.
4357
4358 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4359
4360         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4361         articles posted in the last 24 hours.
4362
4363 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4364
4365         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4366
4367 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4368
4369         * nntp.el (nntp-send-command): Don't wait for echoes when
4370         nntp-open-ssl-stream is used.
4371
4372 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4375         (gnus-message-add-citation-keywords)
4376         (gnus-message-remove-citation-keywords): Remove.
4377         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4378         directly, make the variables in font-lock-defaults buffer-local, add
4379         gnus-message-citation-keywords to them and then update the value of
4380         font-lock-keywords.
4381
4382 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * message.el (message-cite-original-1): Don't call
4385         gnus-article-highlight-citation.
4386
4387         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4388         citations; fix line count.
4389
4390 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4393         (gnus-message-add-citation-keywords)
4394         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4395         versions of font-lock-add-keywords and font-lock-remove-keywords to
4396         work with XEmacs correctly.
4397
4398 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-cite.el (gnus-cite-face-list): Set the values of
4401         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4402         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4403         (gnus-message-cite-prefix-regexp): New variable.
4404         (gnus-message-search-citation-line): Use it; protect against long
4405         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4406         the 0th match data for Emacs.
4407         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4408         (gnus-message-add-citation-keywords): Append keywords rather than
4409         prepending; emulate font-lock-add-keywords if it is not available.
4410         (gnus-message-remove-citation-keywords): Emulate
4411         font-lock-remove-keywords if it is not available.
4412
4413         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4414
4415         * message.el (message-cite-prefix-regexp): Set the value of
4416         gnus-message-cite-prefix-regexp.
4417
4418 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4419
4420         * nnweb.el (nnweb-google-parse-1): Update parser.
4421
4422 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4423
4424         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4425
4426 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4427
4428         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4429         regexp.
4430
4431 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4434         string-to-multibyte.
4435         (uudecode-decode-region-internal): Use it.
4436
4437         * lpath.el: Fbind string-as-multibyte for XEmacs.
4438
4439 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4442         custom choice.
4443
4444         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4445
4446 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4447
4448         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4449
4450         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4451         `write-region' to respect `mm-inhibit-file-name-handlers'.
4452
4453 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4456         Use gnus-home-directory instead of "~/" or "$HOME".
4457
4458 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4461         to mention filename.
4462         Add comments at beginning regarding usage.
4463         (encrypt-write-file-contents): Change interactive so a string is
4464         acceptable.  If the file has no associated model, show an error instead
4465         of a nonsense prompt.
4466
4467 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4468
4469         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4470         Thanks to Yoshihiko Yamada for kind notification of this typo.
4471
4472 2007-01-12  Kenichi Handa  <handa@m17n.org>
4473
4474         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4475         multibyte buffer.
4476
4477 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * gnus-score.el (gnus-score-fast-scoring): New variable.
4480         (gnus-score-headers): Use it.
4481
4482         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4483
4484         * message.el (message-cite-original-1): Call
4485         gnus-article-highlight-citation if requested.
4486         (message-make-from): Allow name and address as optional arguments.
4487
4488         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4489
4490         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4491         bugs to doc string.
4492         (gnus-button-alist): Add mid\\|message-id.
4493         (gnus-button-fetch-group): Extend for use in
4494         `browse-url-browser-function'.
4495         (gnus-button-url-regexp): Try to catch paired parentheses like in
4496         Wikipedia URLs.
4497
4498         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4499         Suggested by Simon Krahnke <overlord@gmx.li>.
4500
4501 2007-01-13  Romain Francoise  <romain@orebokech.com>
4502
4503         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4504         Update copyright.
4505
4506 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4507
4508         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4509
4510 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-registry.el (gnus-registry-unfollowed-groups)
4513         (gnus-registry-split-fancy-with-parent): Fix documentation.
4514
4515 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4518         from nnweb groups.
4519
4520 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4523         Xref urls.  Erase buffer before requesting head.
4524
4525 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4528         customizable.
4529
4530 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4531
4532         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4533         no signing key is found.
4534         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4535         no encrypting and/or signing key is found.
4536
4537 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4540
4541 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4542
4543         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4544         headers read from disk with the ones newly found in the current search.
4545         This should no longer cause problems, because the article numbers in
4546         Gmane's `nov.php' output are ignored since the previous change.
4547
4548 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4549
4550         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4551
4552 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4555         replace-regexp-in-string; bind url-version; fbind display-images-p and
4556         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4557         find-face and set-itimer-function for Emacs; bind itimer-list for
4558         Emacs.
4559
4560         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4561
4562 2007-01-01  Romain Francoise  <romain@orebokech.com>
4563
4564         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4565
4566 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4567
4568         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4569         `define-minor-mode' macro definition expanded properly.
4570         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4571         exclude it there.
4572
4573         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4574         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4575         `fboundp' test.
4576         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4577         This is OK to autoload in (S)XEmacs now.
4578
4579 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4582         keystroke.
4583         (gnus-summary-limit-to-singletons): Fix typo.
4584
4585         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4586         else fails.
4587
4588 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4589
4590         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4591         docstring.
4592
4593         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4594         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4595         (gnus-summary-insert-dormant-articles): Fix typo in message.
4596
4597 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4600         nil for XEmacs.
4601         (gnus-message-citation-mode): Don't autoload in XEmacs.
4602
4603         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4604
4605 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4606
4607         * nnimap.el (nnimap-expunge-search-string): Mention
4608         nnimap-search-uids-not-since-is-evil in docstring.
4609
4610 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * spam.el: Revert to make-obsolete-variable because
4613         define-obsolete-variable-alias is not supported in Emacs 21.
4614
4615         * spam.el (spam-ifile-path, spam-ifile-database-path)
4616         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4617         make-obsolete-variable.
4618         (spam-bsfilter-path, spam-bsfilter-program)
4619         (spam-spamassassin-path, spam-spamassassin-program)
4620         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4621         use "path" inappropriately.
4622         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4623         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4624         variable names.
4625
4626 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4627
4628         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4629         summary buffer.
4630
4631         * password.el (password-cache-remove): Use clear-string to burn
4632         password, if available.
4633
4634 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4637
4638         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4639
4640         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4641         (gnus-message-highlight-citation): Move defcustom here from
4642         gnus-cite.el.
4643         (gnus-message-citation-mode): Autoload.
4644
4645         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4646         checks to make it compile with XEmacs.
4647         (gnus-message-citation-mode): New minor mode.
4648         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4649         (gnus-message-highlight-citation): New variables.
4650         (gnus-message-search-citation-line)
4651         (gnus-message-add-citation-keywords)
4652         (gnus-message-remove-citation-keywords)
4653         (turn-on-gnus-message-citation-mode)
4654         (turn-off-gnus-message-citation-mode): New functions.
4655
4656 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4657
4658         * gnus-cite.el: Enable highlighting of different citation levels in
4659         message-mode.
4660
4661 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * message.el (message-make-fqdn): Fix comment.
4664         (message-bogus-system-names): Add ".local".
4665
4666         * spam.el (spam-ifile-path, spam-ifile-program)
4667         (spam-ifile-database-path, spam-ifile-database)
4668         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4669         Don't use "path" inappropriately.
4670         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4671         strings.
4672         (spam-check-ifile, spam-ifile-register-with-ifile)
4673         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4674         new variable names.
4675
4676         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4677         (gnus-treat-display-smileys): Simplify using
4678         gnus-image-type-available-p.
4679
4680         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4681         available.
4682
4683         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4684         `display-images-p' if available.
4685
4686 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4689         one after turning on the buffer's multibyteness instead of decoding
4690         them directly in the unibyte buffer that causes unexpected conversion
4691         in Emacs 23 (unicode).
4692
4693 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4694
4695         * message.el (message-generate-hashcash): Fix custom type.
4696
4697 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4700
4701 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4704         disconnect icons.  Add help text.
4705
4706 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4709         negated to be consistent with the others we handle.
4710
4711 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4714         version of gnus-summary-buffer to something, so that we can use two
4715         article buffers at the same time.
4716
4717 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4720         trigger all the extra headers.
4721         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4722         sorting.
4723
4724 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4725
4726         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4727         solid groups.
4728
4729 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4730
4731         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4732
4733 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * legacy-gnus-agent.el: Add Copyright notice.
4736
4737 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4738
4739         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4740
4741 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4744
4745         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4746         to make it work reliably in CVS Emacs.
4747         (gnus-summary-limit-strange-charsets-predicate)
4748         (gnus-summary-limit-to-predicate): New functions.
4749
4750 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4751
4752         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4753         specifying array size.
4754         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4755         array if it is too small.
4756         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4757         (gnus-sort-threads-loop): New function.
4758
4759 2006-12-06  Chris Moore  <dooglus@gmail.com>
4760
4761         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4762         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4763
4764 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4765
4766         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4767         options.
4768
4769 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4772         DOS-ing the recipient.
4773
4774         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4775         the headers when creating the mapping to avoid mismappings.
4776         (nnweb-gmane-create-mapping): Always nix out old mapping.
4777
4778 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4781         and mm-verify-option to never.
4782
4783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * message.el (message-signed-or-encrypted-p): New function.
4786         (message-forward-make-body): Use it.
4787
4788         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4789         Replace encode-coding-string with mm-encode-coding-string.
4790
4791 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * nneething.el (nneething-decode-file-name): Replace
4794         decode-coding-string with mm-decode-coding-string.
4795
4796         * gnus-int.el (gnus-open-server): Say failed server's name.
4797
4798 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4799
4800         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4801         strings to a single string.  Quote `errors-file-name'.
4802         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4803         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4804         Adjust calls.  Use `shell-quote-argument'.
4805
4806 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4807
4808         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4809         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4810
4811         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4812         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4813         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4814         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4815         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4816         (gnus-subscribe-newsgroup, gnus-1):
4817         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4818         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4819         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4820         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4821
4822 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4825         keystroke.
4826         (gnus-summary-limit-to-bodies): Implement headersp.
4827
4828 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4831
4832 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4835
4836 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * message.el (message-generate-hashcash): Expand range of values to
4839         include `opportunistic'.
4840         (message-send-mail): Use it.
4841
4842 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4843
4844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4845         and comment it.
4846
4847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4848
4849 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * gnus-util.el (gnus-extract-address-components): Improve comment.
4852
4853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-util.el (gnus-extract-address-components): Work with address in
4856         which the name portion contains @.
4857
4858         * lpath.el: Fbind custom-autoload.
4859
4860 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus.el (gnus-start): Move custom group up.
4863         (gnus-select-method): Don't autoload, but make it available for
4864         `customize-variable'.
4865         (gnus-getenv-nntpserver): Don't autoload.
4866
4867 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4870
4871 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * message.el (message-sendmail-extra-arguments): New variable.
4874         (message-send-mail-with-sendmail): Use it.
4875
4876 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4879         mm-with-unibyte-current-buffer to make string unibyte.
4880
4881         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4882         mm-string-as-multibyte.
4883
4884 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4885
4886         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4887         Reported by Werner Koch <wk@gnupg.org>.
4888
4889 2006-11-14  Daiki Ueno  <ueno@p360>
4890
4891         * mml2015.el: Autoload epa-select-keys when compiling.
4892
4893 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4894
4895         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4896         message-options.
4897         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4898
4899 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4900
4901         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4902         EasyPG (< 0.0.6).
4903         (mml2015-always-trust): New user option.
4904         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4905         prompt.
4906
4907 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * nntp.el (nntp-authinfo-force): New variable.
4910         (nntp-send-authinfo): Use it.
4911
4912 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4915         decode encoded words.  Improve prompt.  Add comment about forwarding.
4916         (message-replacement-char): Move up.
4917
4918 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4919
4920         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4921         instead of gnus-intersection because arguments of gnus-sorted-nunion
4922         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4923
4924 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4927         (message-simplify-subject-functions): Enable
4928         message-strip-subject-encoded-words by default.
4929
4930 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * message.el (message-strip-subject-encoded-words): New function
4933         (message-simplify-subject-functions): New variable.
4934         (message-simplify-subject): Use it.  Fix typo in doc string.
4935         Support message-strip-subject-encoded-words.
4936
4937 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4938
4939         * gnus-diary.el (gnus-diary-delay-format-function):
4940         * nndiary.el (nndiary-reminders):
4941         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4942
4943 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * gnus-art.el (article-hide-boring-headers): Fetch date from
4946         gnus-original-article-buffer to avoid problems with localized date
4947         strings.
4948
4949 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4952
4953 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4956         New variables.
4957         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4958         (mm-charset-synonym-alist): Move some entries to
4959         mm-codepage-iso-8859-list.
4960         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4961         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4962
4963 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4966
4967 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4970         with Emacs 21 and XEmacs.
4971
4972 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * spam.el (spam-parse-address): New function for better parsing,
4975         catching errors, etc.
4976         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4977
4978 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4979
4980         * mm-view.el: Add interactive arg to html2text autoload.
4981
4982 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4985
4986 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4989         variables.
4990         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4991         (mm-charset-synonym-alist): Move some entries to
4992         mm-codepage-iso-8859-list.
4993
4994         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4995
4996 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * message.el (message-citation-line-format)
4999         (message-insert-formated-citation-line): Fix implementation of %E, %N
5000         and %n according to the doc string.
5001
5002 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5005         car-safe to avoid bad parses.
5006
5007 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5010         names.
5011
5012         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5013
5014 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5017         header.
5018
5019         * message.el (message-draft-headers): Add Date.
5020         (message-headers-to-generate): Fix typo in docstring.
5021
5022         * nndraft.el (nndraft-required-headers): New variable.
5023         (nndraft-generate-headers): Use it.
5024
5025         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5026
5027 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * gnus-registry.el (gnus-registry-wash-for-keywords)
5030         (gnus-registry-find-keywords): New functions to allow easy searching of
5031         articles that are in the registry.
5032
5033 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5036         ietf-drums-parse-address instead of gnus-extract-address-components.
5037         Reported by Damien Elmes <damien@repose.cx>.
5038
5039 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * gnus.el (gnus-mime): Remove unused custom group.
5042
5043 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5044
5045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5046         "blank line" when searching for end of armor headers.
5047
5048 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gmm-utils.el (gmm-write-region): Fix variable name.
5051
5052 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * gmm-utils.el (gmm-write-region): New function based on compatibility
5055         code from `mm-make-temp-file'.
5056
5057         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5058
5059         * nnmaildir.el (nnmaildir--update-nov)
5060         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5061         Use `gmm-write-region'.
5062
5063 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5064
5065         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5066         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5067
5068         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5069
5070         * message.el (message-replacement-char): New variable.
5071         (message-fix-before-sending): Use it.
5072         (message-simplify-subject): New function to remove duplicate code.
5073         (message-reply, message-followup): Use it.
5074
5075         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5076         gnus-summary-limit-to-articles.
5077
5078 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-util.el (gnus-with-local-quit): New macro.
5081
5082         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5083
5084 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5087         ignore non-string data.
5088
5089 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5092         non-string data (needs to be done in the registry too).
5093
5094 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5097         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5098         (gnus-registry-split-fancy-with-parent)
5099         (gnus-registry-fetch-simplified-message-subject-fast)
5100         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5101         Remove text properties on ingress into the registry and when it's saved.
5102         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5103         registry from entries with no groups.
5104
5105 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5108         function to remove string properties.
5109
5110 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5111
5112         * gmm-utils.el (gmm): Adjust custom version.
5113
5114         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5115         custom version.
5116
5117         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5118
5119 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * gnus-art.el (gnus-insert-prev-page-button)
5122         (gnus-insert-next-page-button): Simplify.  Reformat.
5123
5124 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5125
5126         * gnus-art.el (gnus-insert-prev-page-button)
5127         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5128
5129 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5130
5131         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5132
5133 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5134
5135         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5136         gnus-article-button-face to MIME and security buttons.
5137
5138 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5141         readable.
5142
5143 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5146
5147 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5148
5149         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5150         `browse-url-of-file' instead of `browse-url'.
5151
5152 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5153
5154         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5155         regexp.  Articles containing quotation were cut prematurely.
5156
5157 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * message.el (message-cite-original-1): Use nobody by default for the
5160         value of From header.
5161         (message-reply): Ditto.
5162
5163 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5164
5165         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5166         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5167         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5168
5169 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5170
5171         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5172         mails in the doc string.  Add some URLs in comment.
5173         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5174
5175 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5178         backslashes handling and the way to find boundaries of quoted strings.
5179
5180 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5181
5182         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5183         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5184         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5185         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5186
5187 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5190         doc string.
5191         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5192
5193 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * lpath.el: Fbind epg-check-configuration.
5196
5197 2006-09-06  Simon Josefsson  <jas@extundo.com>
5198
5199         * mml2015.el (mml2015-use): Doc fix, mention epg.
5200
5201 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5202
5203         * mml2015.el (mml2015-use): Default to epg, if available.
5204
5205 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5206
5207         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5208         message-sender.
5209         (mml1991-epg-encrypt): Ditto.
5210         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5211         message-sender.
5212         (mml2015-epg-encrypt): Ditto.
5213
5214 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5215
5216         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5217         several common directories.
5218
5219 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5220
5221         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5222         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5223
5224 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (article-decode-encoded-words): Make it fast.
5227
5228 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5231
5232         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5233         in quoted string into `\'.
5234
5235 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5238         Use standard-syntax-table.
5239
5240 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-art.el (gnus-decode-address-function): New variable.
5243         (article-decode-encoded-words): Use it to decode headers which are
5244         assumed to contain addresses.
5245         (gnus-mime-delete-part): Remove useless `or'.
5246
5247         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5248         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5249         (gnus-nov-parse-line): Use it to decode From header.
5250         (gnus-get-newsgroup-headers): Ditto.
5251         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5252
5253         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5254         (mail-decode-encoded-address-string): New alias.
5255
5256         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5257         New function.
5258         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5259         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5260         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5261         (rfc2047-decode-string): Ditto.
5262         (rfc2047-decode-address-region): New function.
5263         (rfc2047-decode-address-string): New function.
5264
5265 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * message.el (message-caesar-buffer-body): Allow rotating headers.
5268
5269         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5270
5271         * message.el (message-insert-formated-citation-line): Fix %f.
5272         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5273
5274 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5277         (gnus-bookmark-mouse-available-p): New macro.
5278         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5279         (gnus-bookmark-bmenu-show-infos): Use it.
5280         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5281         (gnus-bookmark-bmenu-hide-infos): Ditto.
5282         (gnus-bookmark-remove-properties): New function.
5283         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5284         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5285         (gnus-bookmark-write-file): Bind coding-system-for-write.
5286         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5287         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5288         group before selecting it.
5289         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5290         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5291         quit-window if it is not available; use gnus-mouse-2 and bind it to
5292         gnus-bookmark-bmenu-select-by-mouse.
5293         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5294         (gnus-bookmark-bmenu-select-by-mouse): New function.
5295
5296 2006-08-13  Romain Francoise  <romain@orebokech.com>
5297
5298         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5299         space.
5300
5301 2006-08-10  Romain Francoise  <romain@orebokech.com>
5302
5303         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5304         (dns-mode-soa-auto-increment-serial): New user option.
5305         (dns-mode-soa-maybe-increment-serial): New function.
5306         (dns-mode): Add the latter to `write-contents-functions'.
5307
5308 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * compface.el (uncompface): Use binary rather than raw-text-unix.
5311
5312 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * compface.el (uncompface): Make sure the eol conversion doesn't take
5315         place when communicating with the external programs.  Reported by
5316         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5317
5318 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5321
5322 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5323
5324         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5325         Make it more robust by parsing author and date independently.
5326
5327 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5330
5331 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5332
5333         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5334         first matching secret key.
5335         (mml2015-epg-encrypt): Ditto.
5336
5337         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5338         first matching secret key.
5339         (mml1991-epg-encrypt): Ditto.
5340
5341         * mml2015.el (mml2015-encrypt-to-self): New user option.
5342         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5343         mml2015-epg-encrypt-to-self is set.
5344
5345         * mml1991.el (mml1991-encrypt-to-self): New variable.
5346         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5347         mml1991-epg-encrypt-to-self is set.
5348
5349         * mml2015.el (mml2015-signers): New user option.
5350         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5351         (mml2015-epg-encrypt): Allow to select signing keys.
5352
5353         * mml1991.el (mml1991-signers): New variable.
5354         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5355         (mml1991-epg-encrypt): Allow to select signing keys.
5356
5357 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * nnheader.el (nnheader-insert-head): Make it work even if the file
5360         uses CRLF for the line-break code.
5361
5362 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5363
5364         * mml2015.el: Require mml-sec instead of password.
5365         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5366         (mml2015-cache-passphrase): Inherit the default value from
5367         mml-secure-cache-passphrase.
5368         (mml2015-passphrase-cache-expiry): Inherit the default value from
5369         mml-secure-passphrase-cache-expiry.
5370
5371         * mml1991.el: Require mml-sec instead of password.
5372         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5373         (mml1991-cache-passphrase): Inherit the default value from
5374         mml-secure-cache-passphrase.
5375         (mml1991-passphrase-cache-expiry): Inherit the default value from
5376         mml-secure-passphrase-cache-expiry.
5377
5378         * mml-sec.el: Require password.
5379         (mml-secure-verbose): New user option.
5380         (mml-secure-cache-passphrase): New user option.
5381         (mml-secure-passphrase-cache-expiry): New user option.
5382
5383 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5384
5385         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5386         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5387         andreas@altroot.de (Andreas Vögele).
5388
5389         FIXME: Use `tiny change'?
5390
5391 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5392
5393         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5394         workaround for the url package included with Emacs.
5395
5396         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5397
5398 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5401         correctly.  This fixes a bug caused by the 2006-05-12 change.
5402
5403 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5404
5405         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5406         some information about the error when saying that the `bogus' mail
5407         group will be used.
5408
5409 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5412         string.
5413
5414 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5415
5416         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5417
5418 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5419
5420         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5421
5422 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5423
5424         * mml1991.el (mml1991-function-alist): Add epg.
5425         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5426         (mml1991-epg-encrypt): New functions.
5427
5428 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5429
5430         * mml2015.el (mml2015-verbose): New variable.
5431         (mml2015-cache-passphrase): Ditto.
5432         (mml2015-passphrase-cache-expiry): Ditto.
5433         (mml2015-function-alist): Add epg.
5434         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5435         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5436         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5437         functions.
5438
5439 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5440
5441         * message.el (message-cite-original-1): Preserve region when removing
5442         quoted text due to X-No-Archive in order to avoid bogus attribution
5443         when citing multiple messages.
5444
5445 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5446
5447         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5448         Kenneth Jacker <khj@be.cs.appstate.edu>.
5449
5450 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * gnus-diary.el (gnus-user-format-function-d)
5453         (gnus-user-format-function-D): Autoload.
5454
5455         * imap.el (Commentary): Fix typo.
5456
5457         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5458         2006-04-22 contribution.
5459
5460 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5461
5462         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5463         It didn't really fix the bogosity I'm seeing with solid web groups.
5464
5465 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5466
5467         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5468         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5469         created using server names.  If we use the feature without declaring
5470         it, Gnus does not properly manage server and group state.
5471
5472         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5473         bound.
5474
5475 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5476
5477         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5478         looking up the method using GROUP's prefix before inventing a new one.
5479         It is used on killed/unknown groups in various places where returning
5480         an all-new method isn't expected by the caller.
5481
5482         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5483         and match semantics of gnus-group-real-prefix.
5484
5485 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * nnmail.el (nnmail-broken-references-mailers): New variable.
5488         (nnmail-ignore-broken-references): New function generalizing
5489         nnmail-fix-eudora-headers.
5490         (nnmail-fix-eudora-headers): Now obsolete.
5491
5492         * gnus-art.el (gnus-button-handle-custom): Support
5493         `customize-apropos*'.
5494
5495 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5498
5499         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5500         articles.
5501
5502 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * message.el (message-cite-reply-above): New variable.
5505         (message-yank-original): Use it.
5506
5507 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5510
5511 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5514         as read.
5515
5516         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5517
5518 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5521         (gnus-bookmark-default-file): Use gnus-directory.
5522         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5523         Remove "*" in doc string.
5524         (gnus-bookmark-write-file): Simplify.
5525         (gnus-bookmark-maybe-sort-alist): Use `when'.
5526         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5527         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5528         FIXME about Emacs 21 and XEmacs compatibility.
5529         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5530         compatibility.
5531         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5532         compatibility.
5533         (gnus-bookmark-menu-heading): Fix version.
5534
5535 2006-06-19  Bastien Guerry  <bzg@altern.org>
5536
5537         * gnus-bookmark.el: New file.
5538
5539 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * message.el (message-syntax-checks): Doc fix.
5542
5543 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5544
5545         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5546         unsubscribed groups as if they were killed ones.  It causes duplicate
5547         entries in gnus-newsrc-alist.
5548
5549 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * message.el (message-syntax-checks): Doc fix.
5552         (message-send-mail): Add check for continuation headers.
5553         (message-check-news-header-syntax): Fix regexp used to check for
5554         continuation headers.
5555
5556 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5559
5560 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5561
5562         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5563
5564 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5567         default-truncate-lines.
5568
5569 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5572         to fill the utf-8 entry.
5573
5574         * lpath.el: Fbind unicode-precedence-list.
5575
5576 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5577
5578         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5579
5580 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5581
5582         * gnus-agent.el (directory-files-and-attributes): Move all the way
5583         forward (the third and final move).
5584         (gnus-agent-read-agentview): Trap reconstruction errors due to
5585         nonexistant directory.  Handle by returning nil.
5586
5587 2006-05-30  Didier Verna  <didier@xemacs.org>
5588
5589         * message.el (message-dont-reply-to-names): Update the custom type.
5590         * message.el (message-dont-reply-to-names): New defsubst: potentially
5591         convert a list of regexps into a single one.
5592         * message.el (message-get-reply-headers): Use it.
5593         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5594
5595 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-agent.el (directory-files-and-attributes): Move forward.
5598
5599 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gnus-ml.el (gnus-mailing-list-subscribe)
5602         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5603         (gnus-mailing-list-message): Fix doc strings.
5604
5605 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5606
5607         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5608         of doing it manually.
5609
5610 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5613         comment.
5614
5615 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5616
5617         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5618         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5619         (gnus-agent-read-local): All symbols allocated in my-obarray
5620         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5621         (gnus-agent-regenerate-group): Check numeric names to see if they are
5622         messages or groups.
5623         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5624         better way of do this...)
5625
5626         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5627         'dummy.group' (there should be a better way of do this...)
5628
5629 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5632         (gnus-saved-headers): Ditto.
5633         (gnus-default-article-saver): Mention functions may have properties.
5634         (gnus-article-save): Override gnus-save-all-headers and
5635         gnus-saved-headers by :headers property which saver function may have.
5636         (gnus-summary-save-in-file): Add :headers property.
5637         (gnus-summary-write-to-file): Ditto.
5638
5639         * gnus-sum.el (gnus-summary-save-article): Bind
5640         gnus-prompt-before-saving to t when saving many articles in a file;
5641         always show all headers.
5642
5643         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5644
5645 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5648         marks.
5649
5650         * message.el (message-indent-citation): Add optional arguments to allow
5651         using it outside of message buffers.
5652
5653         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5654         (gnus-article-treat-unfold-headers): Use it.
5655         (gnus-article-truncate-lines): New variable.
5656         (gnus-article-mode): Use it.
5657         (gnus-article-toggle-truncate-lines): New function.
5658
5659         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5660         gnus-article-toggle-truncate-lines.
5661
5662         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5663         coding system in XEmacs, use binary.
5664
5665 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5668         after-load-alist.
5669
5670         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5671         this function should save decoded articles.
5672         (gnus-summary-write-to-file): Use property to specify this function
5673         should save decoded articles and specify gnus-summary-save-in-file
5674         should be used to save articles other than the first one when saving
5675         many articles.
5676         (gnus-summary-save-body-in-file): Use property to specify this
5677         function should save decoded articles.
5678         (gnus-summary-write-body-to-file): Use property to specify this
5679         function should save decoded articles and specify
5680         gnus-summary-save-body-in-file should be used to save articles other
5681         than the first one when saving many articles.
5682
5683         * gnus-sum.el (gnus-summary-save-article): Simplify.
5684
5685 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-art.el (gnus-default-article-saver): Add
5688         gnus-summary-write-body-to-file.
5689         (gnus-article-save-coding-system): Don't use coding system object
5690         in XEmacs.
5691         (gnus-read-save-file-name): Add optional `dir-var' argument which
5692         specifies directory in which files are saved; work even if optional
5693         `variable' argument is not specified.
5694         (gnus-summary-write-to-file): Read file name.
5695         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5696         (gnus-summary-write-body-to-file): New function.
5697
5698         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5699         (gnus-summary-local-variables): Add it.
5700         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5701         (gnus-summary-save-article): Remove optional `decode' argument;
5702         determine whether to decode articles by the value of
5703         gnus-default-article-saver; when saving many files using
5704         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5705         it first and use gnus-summary-save-in-file or
5706         gnus-summary-save-body-in-file thereafter unless
5707         gnus-prompt-before-saving is always; move point to article which
5708         will be saved.
5709         (gnus-summary-save-article-file): Revert.
5710         (gnus-summary-write-article-file): Revert.
5711         (gnus-summary-save-article-body-file): Revert.
5712         (gnus-summary-write-article-body-file): New function.
5713
5714 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-art.el (gnus-default-article-saver): Doc fix.
5717         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5718         from gnus-summary-save-article-coding-system, and default to a
5719         certain coding system.
5720         (gnus-output-to-file): Add coding cookie and encode text according
5721         to gnus-article-save-coding-system; don't use mm-append-to-file.
5722
5723         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5724         gnus-art.el and rename to gnus-article-save-coding-system.
5725         (gnus-summary-save-article): Require gnus-art; don't show all
5726         headers if it decodes articles; don't add coding cookie here;
5727         don't bind mm-text-coding-system-for-write.
5728         (gnus-summary-save-article-file): Save decoded articles.
5729         (gnus-summary-write-article-file): When saving many files, use
5730         gnus-summary-write-to-file first and gnus-summary-save-in-file
5731         thereafter unless gnus-prompt-before-saving is always.
5732         (gnus-summary-save-article-body-file): Save decoded articles.
5733
5734         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5735
5736 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * nnrss.el (nnrss-check-group): Bind hash-index.
5739
5740 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5741
5742         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5743         its hash index.  Store this hash in `nnrss-group-data'.
5744         (nnrss-read-group-data): Update accordingly.
5745
5746 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5749         entry.
5750
5751         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5752         gnus-article-browse-html-article.
5753
5754 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5755
5756         * gnus-sum.el (gnus-summary-mime-map): Add
5757         gnus-article-browse-html-article.
5758
5759         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5760
5761 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5764         suitable coding systems in customize.
5765
5766 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * mail-source.el (mail-sources): Fix custom type.
5769
5770 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5773         (gnus-summary-expire-articles-now): Shorten prompt.
5774
5775         * gmm-utils.el (wid-edit): Require.
5776         (defun-gmm): Renamed from `gmm-defun-compat'.
5777         (gmm-image-search-load-path): Use it.
5778         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5779
5780 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5783         variable.
5784         (gnus-summary-save-article): Add optional `decode' argument.  If
5785         it is set and gnus-summary-save-article-coding-system is non-nil,
5786         save decoded article.
5787         (gnus-summary-write-article-file): Save decoded article if
5788         gnus-summary-save-article-coding-system is non-nil.
5789
5790         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5791         type.
5792
5793 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5796
5797 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5800         first to test gnus-single-article-buffer which may be buffer-local.
5801
5802         * gnus-sum.el (gnus-summary-setup-buffer): Make
5803         gnus-single-article-buffer buffer-local and nil in ephemeral
5804         group; make gnus-article-buffer, gnus-article-current, and
5805         gnus-original-article-buffer always buffer-local.
5806         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5807         group.
5808         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5809
5810 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * nnml.el (nnml-request-compact-group): Compressed files might not
5813         have .gz extension.
5814
5815 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5816
5817         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5818         (mm-copy-to-buffer): Use with-current-buffer.
5819         (mm-display-part): Simplify.
5820         (mm-inlinable-p): Add optional arg `type'.
5821
5822 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5825         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5826         Try harder to show the attachment internally or externally using
5827         gnus-mime-view-part-as-type.
5828
5829 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * message.el (message-from-style, message-signature-separator)
5832         (message-user-organization-file, message-send-mail-function)
5833         (message-citation-line-function, message-yank-prefix)
5834         (message-indent-citation-function, message-signature)
5835         (message-signature-file, message-signature-insert-empty-line):
5836         Remove autoloads.
5837
5838         * gnus-art.el (gnus-buttonized-mime-types): Remove
5839         "multipart/signed".  Revert 2006-04-26 change.
5840
5841 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus.el (gnus-version-number): Bump version.
5844
5845 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5846
5847         * gnus.el: No Gnus v0.5 is released.
5848
5849 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5850
5851         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5852         fetching articles by message-id.
5853
5854 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * message.el (hashcash): Require hashcash as normal.
5857
5858         * ecomplete.el (ecomplete-highlight-match-line): Use
5859         point-at-eol.
5860         (ecomplete-highlight-match-line): Use `highlight', because that
5861         face exists in both Emacs and XEmacs.
5862
5863         * message.el (message-display-abbrev): Use point-at-bol.
5864
5865         * mail-source.el: Don't require timer/timer-funcs.
5866
5867         * gnus-async.el: Ditto.
5868
5869         * password.el: Ditto.
5870
5871         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5872
5873         * mm-url.el: Ditto.
5874
5875         * gnus-xmas.el: Don't require timer-funcs.
5876
5877         * mm-util.el: Require timer/timer-funcs.
5878
5879 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5880
5881         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5882         Close.
5883
5884 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5887         unibyte after clear-decrypt function runs.
5888
5889         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5890         returns as a unibyte string.
5891
5892 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * lpath.el: Revert.
5895
5896         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5897         (pgg-gpg-process-sentinel): Revert.
5898
5899         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5900         (pgg-pgp-lookup-key): Revert.
5901
5902         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5903         (pgg-pgp5-lookup-key): Revert.
5904
5905         * pgg.el (pgg-fetch-key): Revert.
5906
5907 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * lpath.el: Fbind string-as-multibyte for XEmacs.
5910
5911         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5912         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5913         (mml1991-pgg-encrypt): Ditto.
5914
5915         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5916         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5917         a multibyte buffer.
5918
5919         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5920         (pgg-pgp-lookup-key): Ditto.
5921
5922         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5923         (pgg-pgp5-lookup-key): Ditto.
5924
5925         * pgg.el (pgg-fetch-key): Ditto.
5926
5927 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * message.el (message-user-organization-file): Check several
5930         locations of the organization file.
5931
5932         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5933         Add gnus-article-view-part-as-type.
5934
5935         * gnus-art.el (gnus-article-view-part-as-type): New function.
5936
5937         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5938         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5939
5940         * mml.el: Simplify autoload.
5941         (mml-mode): defvar dnd-protocol-alist instead of using
5942         symbol-value.
5943         (mml-default-directory): New variable.
5944         (mml-minibuffer-read-file): Use it.
5945         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5946
5947         * message.el (message-citation-line-format): New variable.
5948         (message-insert-formated-citation-line): New function.
5949         (message-citation-line-function): Add
5950         `message-insert-formated-citation-line' to custom type.
5951
5952         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5953         to doc string.
5954
5955         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5956         depending on mm-verify-option.
5957
5958 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5961         binding pgg-* variables; reimplement the section which prevents
5962         MIME header from being signed.
5963         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5964         pgg-text-mode; remove a blank line at the top of body.
5965
5966         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5967         lines at the top of body; use gnus-newsgroup-charset if there's no
5968         Charset header.
5969
5970 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * message.el (message-self-insert-commands): Doc fix.
5973
5974         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5975         (mm-uu-pgp-encrypted-test): Ditto.
5976         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5977         between header and body; return application/pgp-encrypted handle
5978         if decryption failed; decode decrypted body by charset.
5979
5980         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5981         element match to application/pgp-*.
5982
5983 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5984
5985         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5986         HTML.
5987
5988 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * mail-source.el (mail-source-call-script): Message the error
5991         string.
5992
5993 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-util.el (gnus-byte-compile): Use it.
5996
5997 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5998
5999         * gnus-util.el (kill-empty-logs): New function.
6000
6001 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6002
6003         * message.el (message-mail-alias-type): Doc fix.
6004         (message-mail-alias-type-p): New function.
6005         (message-send): Use it.
6006         (message-mode): Ditto.
6007         (message-strip-forbidden-properties): Ditto.
6008
6009         * ecomplete.el (ecomplete-database-file-coding-system): New
6010         variable.
6011         (ecomplete-save): Use it.
6012         (ecomplete-setup): Use it.
6013
6014 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * message.el (message-self-insert-commands): New variable.
6017         (message-strip-forbidden-properties): Use it.
6018
6019 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6022         that doesn't make XEmacs choke.
6023
6024 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * gnus-util.el (gnus-replace-in-string):
6027         Prefer replace-regexp-in-string over of replace-in-string.
6028
6029 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-util.el (gnus-select-frame-set-input-focus):
6032         Use select-frame-set-input-focus if it is available in XEmacs; use
6033         definition defined in Emacs 22 for old Emacsen.
6034
6035         * dgnushack.el: Autoload unmorse-region for XEmacs.
6036
6037         * lpath.el: Bind cursor-in-non-selected-windows and
6038         select-frame-set-input-focus for XEmacs.
6039
6040 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6043
6044 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-registry.el (gnus-registry-cache-save): Remove text
6047         properties when saving via the temp buffer.
6048
6049 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * message.el (message-generate-hashcash): Honor custom type.
6052
6053 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * message.el (message-generate-hashcash): Default to non-nil when
6056         hashcash is found.
6057
6058         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6059         (gnus-refer-thread-limit): Increase default to 500.
6060
6061         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6062
6063         * flow-fill.el (fill-flowed): Allow delete-space.
6064
6065 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6068         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6069         Remove autoloads.
6070
6071 2006-04-18  Simon Josefsson  <jas@extundo.com>
6072
6073         * message.el (message-generate-hashcash): Default to.
6074
6075 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6078         concatenating segments rather than before concatenating them.
6079
6080 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6083
6084 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6087
6088         * message.el (message-forward-make-body-plain): Allow
6089         message-forward-ignored-headers to be a list.
6090         (message-remove-ignored-headers): Factor out into function.
6091         (message-forward-make-body-mml): Use it.
6092
6093         * imap.el (imap-quote-specials): New function.
6094         (imap-login-auth): Quote specials.
6095
6096         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6097         (rfc2231-parse-string): Allow concatanation of parameters that
6098         aren't contiguous.  The test case is
6099           (mail-header-parse-content-type "message/external-body;
6100             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6101             access-type=LOCAL-FILE;
6102             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6103
6104 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * nntp.el (nntp-accept-process-output): Return the value of
6107         `nnheader-accept-process-output'.
6108
6109 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6112         (gnus-button-alist): Recognize more diff formats.
6113         (gnus-button-patch): Strip directory.
6114
6115 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6118         Emacs 22 when setting focus.
6119
6120 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121
6122         * gnus-art.el (gnus-article-treat-types): Do treatment of
6123         text/x-verbatim parts.
6124         (gnus-button-patch): New command.
6125
6126         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6127         addresses that contain invalid characters.
6128
6129 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * message.el (message-put-addresses-in-ecomplete): Use
6132         gnus-replace-in-string.
6133         (message-is-yours-p): Use the more correct
6134         mail-header-parse-address instead of
6135         mail-extract-address-components.
6136         (message-put-addresses-in-ecomplete): Fix typo.
6137
6138         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6139         keystroke.
6140
6141         * gnus-art.el (gnus-treatment-function-alist): Change order of
6142         newsgroups/generic header folding to avoid double-folding.
6143
6144         * message.el (message-hidden-headers): Add X-Draft-From.
6145
6146         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6147         command.
6148         (gnus-summary-repeat-search-article-backward): New command.
6149
6150         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6151         groups in the parent topic.
6152
6153 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6154
6155         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6156         (spam-extra-header-to-number): Return the CRM114 number as a
6157         number instead of a string.
6158
6159 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * gnus-art.el (gnus-face-properties-alist): Moved here from
6162         gnus-fun.
6163
6164         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6165
6166 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * message.el (message-strip-forbidden-properties): Only display on
6169         self-insert-command.
6170
6171         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6172         reindent.
6173         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6174
6175 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6176
6177         * smiley.el (smiley-style): Fix typo.
6178
6179 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * hashcash.el (hashcash-insert-payment-async-2): Use
6182         message-goto-eoh instead of doing it manually.
6183         (mail-add-payment): Use message-narrow-to-header instead of trying
6184         to do the same itself.
6185
6186         * message.el (message-hidden-headers): Add Face.
6187
6188         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6189         reparenting code.
6190         (gnus-summary-reparent-children): Refactored out code.
6191         (gnus-summary-thread-map): New keystroke.
6192         (gnus-summary-reparent-children): Make into command.
6193
6194         * smiley.el (smiley-style): Default to `medium' if using a large
6195         font.
6196
6197         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6198         does it itself.
6199
6200         * message.el (message-point-in-header-p): Simplify definition.
6201
6202 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * nnagent.el (nnagent-request-set-mark): Silence log file
6205         writing.
6206         (nnagent-request-set-mark): Use write-region instead of
6207         append-to-file.
6208
6209         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6210         strange select method.
6211
6212         * ecomplete.el (ecomplete-display-matches): Get highlightling
6213         right.
6214         (ecomplete-display-matches): Use literals.
6215         (ecomplete-display-matches): Disable message logging.
6216
6217         * message.el (message-display-abbrev): Small optimization.
6218
6219         * ecomplete.el (ecomplete-display-matches): Allow automatic
6220         display.
6221
6222         * message.el (message-strip-forbidden-properties): Display
6223         abbrevs.
6224         (message-display-abbrev): Get automatic display right.
6225
6226         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6227         keystrokes.
6228
6229 2006-04-13  Romain Francoise  <romain@orebokech.com>
6230
6231         TODO: Backport to v5-10!
6232
6233         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6234         Moved here (and renamed) from gnus-registry.el.
6235
6236         * gnus-registry.el: Require gnus-util.
6237         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6238
6239 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-group.el (gnus-group-catchup-current): Change
6242         if-then-else-if-then-else into cond.
6243         (gnus-group-catchup): Indent.
6244         (group-name-at-point): New function.
6245         (gnus-fetch-group): Provide default from thing at point.
6246
6247 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * message.el (message-display-abbrev): Fix regexp.
6250
6251         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6252         choosing.
6253         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6254         dead variables.
6255
6256         * message.el (message-newline-and-indent): Remove debugging.
6257         (message-display-abbrev): Use new implementation.
6258
6259 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * gnus-art.el (gnus-article-mode): Set
6262         cursor-in-non-selected-windows to nil.
6263
6264         * smiley.el: Revert previous change.
6265         (smiley-data-directory): defvar it before using it in the
6266         defcustom of `smiley-style'.
6267
6268 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * message.el (message-newline-and-indent): New function.
6271
6272         * ecomplete.el: Implement more bits.
6273
6274         * message.el (message-put-addresses-in-ecomplete): Clean up the
6275         string.
6276
6277         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6278
6279         * gnus-sum.el (gnus-summary-save-parts): Bind
6280         gnus-summary-save-parts-counter and use it to make unique file
6281         names.
6282
6283         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6284
6285         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6286         parameter to say whether to actually parse the individual
6287         addresses.
6288
6289         * message.el (message-put-addresses-in-ecomplete): New function.
6290         (ecomplete): Require.
6291         (message-mail-alias-type): Add ecomplete as an option.
6292
6293 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6294
6295         * flow-fill.el (fill-flowed): Remove trailing space from blank
6296         quoted lines.
6297
6298 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * smiley.el (smiley-style): Move definition later to avoid a
6301         compilation warning.
6302
6303 2006-04-12  Kenichi Handa  <handa@m17n.org>
6304
6305         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6306         buffer and then decode the buffer text if necessary.
6307         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6308         first, and after mm-encode-body, change the buffer to unibyte.
6309         Use mm-disable-multibyte instead of set-buffer-multibyte.
6310
6311 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6314         Content-Type header instead of Content-Disposition header.
6315         (gnus-mime-inline-part): Ditto.
6316         (gnus-mime-view-part-as-charset): Ignore charset that the part
6317         specifies.
6318
6319         * mm-decode.el (mm-display-part): Work with external parts and
6320         usual parts similarly.
6321
6322         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6323         instead of gnus-display-mime.
6324
6325         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6326         instead of with-temp-buffer.
6327
6328         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6329         tag to summarized topics part in order to encode non-ASCII text.
6330
6331 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * smiley.el (smiley-style): New variable.
6334         (smiley-directory): New function.
6335         (smiley-data-directory): Derive from `smiley-style' using
6336         `smiley-directory'.
6337         (smiley-regexp-alist): Add new entries.
6338
6339         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6340         (gnus-article-browse-delete-temp): Add :version.
6341
6342 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6343
6344         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6345         the sieve region.
6346
6347 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus.el (gnus-version-number): Bump version.
6350
6351 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * gnus.el: No Gnus v0.4 is released.
6354
6355 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6358         layout.
6359
6360         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6361         unknown charset.
6362
6363         * message.el (message-header-synonyms): Add Original-To to the
6364         default.
6365
6366         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6367         optional parameter.
6368
6369 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * gnus-fun.el (gnus): Require it for gnus-directory.
6372
6373 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6376
6377 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6378
6379         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6380
6381 2006-04-05  Simon Josefsson  <jas@extundo.com>
6382
6383         * password.el (password-reset): New function.
6384
6385 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6386
6387         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6388         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6389
6390 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6391
6392         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6393         Some whitespace was matched into the url, which broke browsing hits
6394         > 100 when mm-url-use-external was nil.
6395
6396 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6399         gnus-extra-headers for 'Newsgroups.
6400
6401         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6402         bound.
6403
6404 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6405
6406         * pgg-gpg.el: Clean up process buffers every time gpg processes
6407         complete.
6408
6409 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6412         doc string.
6413
6414 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * pgg-gpg.el (pgg-gpg-process-filter)
6417         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6418
6419         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6420         lines, temporary fix.
6421
6422 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6425
6426 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6427
6428         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6429         default-enable-multibyte-characters.  This reverts the change from
6430         revision 6.17 which is no longer necessary because the passphrase
6431         is sent separately now.  GnuPG messages are unreadable under
6432         multibyte locales with default-enable-multibyte-characters set to
6433         nil.
6434
6435 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * message.el (message-tool-bar-gnome): Move "spell".
6438
6439 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6442         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6443         instead.
6444
6445 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6446
6447         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6448         newsgroups handling for NNTP overviews which don't include
6449         Newsgroups.
6450
6451 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6452
6453         * message.el (message-resend): Bind message-generate-hashcash to nil.
6454
6455 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6456
6457         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6458         when searching for already-paid recipients.
6459
6460 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6463         passphrases when it is not needed.
6464         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6465         passphrase stuff from gpg, should only be necessary when you use
6466         gpg with a smartcard.
6467
6468 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * mml.el (mml-insert-mime): Ignore cached contents of
6471         message/external-body part.
6472
6473         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6474         (mm-insert-part): Ditto.
6475
6476 2006-03-23  Simon Josefsson  <jas@extundo.com>
6477
6478         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6479         Reiner.
6480         (pgg-gpg-use-agent-p): Use it again.
6481
6482 2006-03-23  Simon Josefsson  <jas@extundo.com>
6483
6484         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6485         older emacsen.
6486         (pgg-gpg-use-agent-p): Don't use it.
6487
6488 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6491         if we can.
6492
6493 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6494
6495         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6496         (pgg-gpg-update-agent): New function.
6497         (pgg-gpg-use-agent-p): New function.
6498         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6499         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6500         (pgg-gpg-sign-region): Use it.
6501
6502 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6505         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6506
6507 2006-03-21  Simon Josefsson  <jas@extundo.com>
6508
6509         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6510         <wilde@sha-bang.de>.
6511         (pgg-gpg-use-agent): New variable.
6512         (pgg-gpg-process-region): Use it.
6513         (pgg-gpg-encrypt-region): Likewise.
6514         (pgg-gpg-encrypt-symmetric-region): Likewise.
6515         (pgg-gpg-decrypt-region): Likewise.
6516         (pgg-gpg-sign-region): Likewise.
6517         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6518
6519 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6522
6523         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6524         Add comment on version.
6525
6526 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * smiley.el: Add missing test smiley.
6529
6530 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mm-decode.el (mm-with-part): New macro.
6533         (mm-get-part): Use it; work with message/external-body as well.
6534         (mm-save-part): Treat name and filename equally.
6535
6536         * mm-extern.el (mm-extern-cache-contents): New function.
6537         (mm-inline-external-body): Use it; force the part to be displayed;
6538         move undisplayer added to the cached handle to the parent.
6539
6540         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6541         (gnus-mime-view-part-as-type): Work with message/external-body.
6542
6543         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6544
6545 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6548         images in image-load-path.  [Sync with image.el, revision 1.60, in
6549         Emacs.]
6550
6551 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6554         path rather than symbol.  Always return list of directories.
6555         Guarantee that image directory comes first.  [Sync with image.el,
6556         revision 1.59, in Emacs.]
6557
6558         * message.el (message-make-tool-bar): Adjust to new API of
6559         `gmm-image-load-path-for-library'.
6560
6561         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6562
6563         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6564
6565 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6566
6567         * gnus-art.el (gnus-article-only-boring-p):
6568         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6569         intangible text.
6570         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6571
6572 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6575         `defun' instead of `gmm-defun-compat'.
6576
6577 2006-03-14  Simon Josefsson  <jas@extundo.com>
6578
6579         * message.el (message-unique-id): Don't use message-number-base36
6580         if (user-uid) is a float.
6581         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6582
6583 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6586
6587         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6588         empty line between a part and a message part.
6589
6590 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * smiley.el: Add more test smileys.
6593         (smiley-data-directory, smiley-regexp-alist)
6594         (gnus-smiley-file-types): Fix doc strings.
6595         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6596         adding new elements.
6597         (smiley-mouse-map): Unused code.  Make it a comment.
6598
6599 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6602         scan latest NoCeM messages instead of old ones.
6603         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6604         delimiters that are recently used.
6605         (gnus-nocem-load-cache): Add autoload cookie.
6606
6607         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6608
6609         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6610         level which is larger than gnus-use-nocem is specified.
6611
6612         * gnus-group.el (gnus-group-get-new-news): Ditto.
6613
6614 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * gnus-util.el (gnus-tool-bar-update): New function.
6617
6618         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6619         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6620
6621         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6622
6623         * gnus-group.el (gnus-group-redraw-when-idle)
6624         (gnus-group-redraw-check): Remove.
6625         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6626
6627 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6630         if optional last element is specified in splits (FIELD VALUE...).
6631
6632 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6635         to gmm-image-load-path-for-library.  Call with no-error argument.
6636         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6637
6638         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6639
6640         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6641
6642         * gmm-utils.el (gmm-image-load-path): Remove alias.
6643
6644 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * gmm-utils.el (gmm-image-load-path): Add alias.
6647
6648         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6649         nnml-generate-nov-databases-1.
6650         (nnml-generate-nov-databases): Use it.
6651         (nnml-generate-nov-databases-directory): Document no-active
6652         argument.
6653
6654         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6655         directory if path is t.  Add no-error.
6656
6657         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6658         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6659
6660         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6661         resetting gnus-article-browse-html-temp-list.
6662
6663         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6664         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6665         Add example to docstring.  Rename local variables.  Move error
6666         checks to default case in cond and simplify.
6667
6668 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6671         handle is multipart when calling it recursively.
6672         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6673
6674 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6675
6676         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6677         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6678
6679 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6682         is loaded.
6683
6684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6685         loaded.
6686
6687 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6690         to "Emacs 23 (unicode)" in doc string.
6691
6692         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6693         "Emacs 23 (unicode)" in comment.
6694
6695 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6698
6699         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6700         characters 160 through 255 in Emacs 23.
6701
6702 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6705         gnus-article-browse-html-temp.
6706         (gnus-article-browse-delete-temp): Make it customizable.  Add
6707         `file'.  Adjust doc string.
6708         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6709         query for each file.  Adjust doc string.
6710         (gnus-article-browse-html-parts): Add
6711         `gnus-article-browse-delete-temp-files' to
6712         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6713
6714 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6715
6716         * gnus-art.el (gnus-article-browse-html-temp)
6717         (gnus-article-browse-delete-temp): New variables.
6718         (gnus-article-browse-delete-temp-files): New function.
6719         (gnus-article-browse-html-parts): Use it.
6720
6721 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6724
6725         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6726         string.
6727
6728         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6729         gnus-summary-insert-new-articles when unplugged.  Remove
6730         gnus-summary-search-article-forward.
6731
6732         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6733         display-visual-class instead of display-color-cells.
6734
6735 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * dgnushack.el: Autoload customize-group for XEmacs.
6738
6739         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6740         message/* containing non-ASCII text properly.
6741
6742 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * message.el: Require gmm-utils, remove autoloads.
6745         (message-tool-bar): Set default based on
6746         gmm-tool-bar-style.
6747         (message-tool-bar-gnome): Add gmm-customize-mode.
6748
6749         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6750         gmm-tool-bar-style.
6751         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6752
6753         * gnus-group.el (gnus-group-tool-bar): Set default based on
6754         gmm-tool-bar-style.
6755         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6756
6757         * gmm-utils.el (gmm-image-directory): Rename variable from
6758         gmm-image-load-path.
6759         (gmm-image-load-path): Use gmm-image-directory.
6760         (gmm-customize-mode): New function.
6761         (gmm-tool-bar-style): New variable.
6762
6763         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6764         gnus-group-redraw-line-number.
6765         (gnus-group-redraw-check): Simplify.
6766         (gnus-group-tool-bar-update): Remove redraw check.
6767         (gnus-group-make-tool-bar): Add redraw check.
6768
6769 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6770
6771         * gnus-art.el (gnus-button): Add missing parentheses.
6772
6773 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * lpath.el: Fbind line-number-at-pos.
6776
6777 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6780
6781 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-art.el (gnus-button): New face.
6784         (gnus-article-button-face): Use it.
6785
6786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6787         gnus-summary-next-page.  Re-order.
6788
6789         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6790         next-node are now included.
6791         (gnus-group-redraw-line-number): New internal variable.
6792         (gnus-group-redraw-check): Helper function for updating the tool
6793         bar.
6794         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6795
6796         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6797
6798         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6799         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6800         Use it to match format of Spamassassin 3.0 and later.  Reported by
6801         IRIE Tetsuya <irie@t.email.ne.jp>.
6802         (spam-check-bogofilter)
6803         (spam-bogofilter-register-with-bogofilter): Fix args of
6804         `gnus-error' calls.
6805
6806 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6809         unnecessary interaction when sending queued mails.  Reported by
6810         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6811
6812 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6815         first or last are nil.
6816
6817 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6818
6819         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6820
6821 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6824
6825 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * dns.el (query-dns): Protect more against buggy tcp output.
6828
6829 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6832         nov.php.
6833
6834 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6835
6836         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6837         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6838         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6839         output on the server side.
6840         (nnweb-google-create-mapping): Update regexps and add some
6841         progress indication.
6842
6843 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6846         gnus-agent-toggle-plugged.  Re-order icons.
6847         (gnus-group-tool-bar-gnome): Add
6848         gnus-group-{prev,next}-unread-group.
6849         (gnus-group-tool-bar-gnome): Re-order icons.
6850
6851         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6852         gnus-summary-insert-new-articles.
6853
6854         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6855         comments.
6856
6857         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6858         also available in Emacs 21.3.
6859
6860         * message.el (message-fix-before-sending): Change "Emacs 22" to
6861         "Emacs 23 (unicode)" in comment.
6862
6863         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6864         "Emacs 23 (unicode)" in comment.
6865
6866         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6867         comment.
6868         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6869
6870         * mm-view.el (mm-fill-flowed): Add :version.
6871
6872 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6875         and load-path.
6876
6877 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * message.el: Autoload gmm-image-load-path.
6880         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6881         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6882         consitency.
6883
6884         * gmm-utils.el (gmm-image-load-path): Also search in
6885         "../etc/images".  Don't set gmm-image-load-path if we don't find
6886         the image.
6887
6888 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gmm-utils.el (gmm-image-load-path): Don't make
6891         `gmm-image-load-path' include subdirectories which the second arg
6892         `image' might specify.
6893
6894         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6895         subdirectory to icon file names.
6896
6897         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6898
6899 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6902         gmm-image-load-path calls.
6903
6904         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6905
6906         * message.el (message-make-tool-bar): Ditto.
6907
6908         * mml.el (mml-preview): Added comment concerning tool bar icons.
6909
6910         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6911         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6912
6913         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6914         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6915
6916         * message.el (message-tool-bar-gnome): Use new icon names.
6917         (message-make-tool-bar): Use `gmm-image-load-path'.
6918
6919         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6920         functions from MH-E.
6921         (gmm-image-load-path): New variable from MH-E.
6922         (gmm-image-load-path): New function from MH-E.  Added arguments
6923         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6924         *-image-load-path-called-flag.
6925
6926 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6927
6928         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6929
6930 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6931
6932         * nnimap.el (nnimap-request-move-article): Change folder back to
6933         source group before deleting.
6934
6935 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6938
6939         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6940         mm-url.
6941
6942         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6943
6944 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6947         coding system which mm-charset-to-coding-system returns for a
6948         given charset is valid.
6949
6950 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6951
6952         * html2text.el (html2text-remove-tag-list):
6953         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6954
6955 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6956
6957         * gnus-cus.el: Revert 2005-10-17 change.
6958
6959 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (article-strip-banner): Call
6962         article-really-strip-banner only when the regexp match is made.
6963
6964 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (article-strip-banner): Use
6967         gnus-extract-address-components instead of
6968         mail-header-parse-addresses to make it work with non-ASCII text;
6969         remove mail-encode-encoded-word-string.
6970
6971         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6972         values which are surrounded with \"...\"; make it never cause a
6973         Lisp error; give up parsing of parameters if it failed in
6974         extracting type.
6975
6976 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6977
6978         * smime.el (smime-cert-by-ldap-1): Fix bug where
6979         `smime-ldap-search' returns results without userCertificates.
6980
6981 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6984
6985 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * spam.el (spam-check-spamassassin-headers): Adapt format for
6988         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6989         <ari@mbf.ocn.ne.jp>.
6990         (spam-list-of-processors): Add spam-use-gmane.
6991
6992 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6995         make-temp-file; make it work with XEmacs as well.
6996
6997         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6998         mm-make-temp-file.
6999
7000         * mm-decode.el (mm-display-external): Use the 3rd arg of
7001         mm-make-temp-file.
7002         (mm-create-image-xemacs): Ditto.
7003
7004 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7007         with message-narrow-to-headers.
7008         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7009         (gnus-draft-check-draft-articles): New function.
7010         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7011
7012 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-art.el (gnus-article-browse-html-parts):
7015         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7016         Don't use suffix argument for mm-make-temp-file for Emacs 21
7017         compatibility.  Remove useless `format'.
7018
7019 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7020
7021         * nnweb.el (nnweb-google-wash-article): Update regexps.
7022         (nnweb-group-alist): Use defvoo instead of defvar.
7023
7024 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7027         re-loading nn* modules.
7028
7029 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7032         for `tool-bar-mode' and don't check it's default-value.
7033
7034         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7035
7036         * message.el (message-make-tool-bar): Ditto.
7037
7038         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7039         `substring'.  Shorten tmp-file name.
7040
7041         * gnus.el: Remove bogus comment.
7042
7043 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7044
7045         * gnus-art.el (gnus-article-browse-html-parts): New function.
7046         (gnus-article-browse-html-article): New function for viewing html
7047         articles with a browser.
7048
7049 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7050
7051         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7052         in elisp.
7053         (pgg-gpg-encrypt-symmetric-region): Ditto.
7054         (pgg-gpg-sign-region): Ditto.
7055
7056         * pgg-def.el (pgg-text-mode): New variable.
7057
7058         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7059         (mml2015-pgg-encrypt): Ditto.
7060
7061         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7062         (mml1991-pgg-encrypt): Ditto.
7063
7064 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7067         message-make-date instead of current-time-string.
7068
7069         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7070         to gnus-decoded which mm-uu might set.
7071
7072 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7075         don't decode quoted parameters; remove misimported Emacs code.
7076         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7077         (rfc2231-decode-encoded-string): Don't use split-string which
7078         behaves differently according to Emacs version; use
7079         mm-decode-coding-region to convert charset to coding-system.
7080         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7081         (rfc2231-encode-string): Remove misimported Emacs code.
7082
7083 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7086         when calling mail-header-parse-content-type.
7087         (article-de-quoted-unreadable): Ditto.
7088         (article-de-base64-unreadable): Ditto.
7089         (article-wash-html): Ditto.
7090
7091         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7092         calling mail-header-parse-content-type and
7093         mail-header-parse-content-disposition.
7094         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7095         mail-header-parse-content-type.
7096
7097         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7098         insert charset and format parameters; encode description after
7099         inserting it to buffer.
7100         (mml-insert-parameter): Fold lines properly even if a parameter is
7101         segmented into two or more lines; change the max column to 76.
7102
7103         * rfc1843.el (rfc1843-decode-article-body): Don't use
7104         ignore-errors when calling mail-header-parse-content-type.
7105
7106         * rfc2231.el (rfc2231-parse-string): Return at least type if
7107         possible; don't cause an error even if it fails in parsing of
7108         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7109         (rfc2231-encode-string): Don't break lines at the beginning, leave
7110         it to mml-insert-parameter.
7111
7112         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7113         calling mail-header-parse-content-type.
7114
7115 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * spam-report.el (spam-report-gmane-use-article-number):
7118         Improve doc string.
7119         (spam-report-gmane-internal): Check if a suitable header was found
7120         in the article.
7121
7122 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7125         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7126
7127 2006-02-05  Romain Francoise  <romain@orebokech.com>
7128
7129         Update copyright notices of all files in the gnus directory.
7130
7131 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7132
7133         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7134
7135 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7138         segmented lines of parameter value to cope with Thunderbird 1.5
7139         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7140         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7141         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7142
7143 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7144
7145         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7146         parts.
7147
7148 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7149
7150         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7151         there's only one active file for all servers.
7152         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7153         solid groups.  Gnus might have used a FAST request to select the group.
7154         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7155         and nnweb-search redundantly in the active file.
7156         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7157         (nnweb-request-create-group): Don't use ARGS.
7158         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7159         initialisations.  Let nnoo do the work.
7160
7161 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7164         Say the part has been decoded.
7165
7166         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7167
7168 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7169
7170         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7171         mailcap-viewer-test-cache when there's no 'test clause, since that
7172         will invert the meaning of a "nil" test previously determined by
7173         mailcap-mailcap-entry-passes-test.
7174
7175 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7178         compiling.
7179
7180         * gnus-sum.el: Ditto.
7181
7182         * message.el: Don't bind tool-bar-map when compiling.
7183
7184 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7187
7188 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7189
7190         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7191         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7192         current Google Groups.
7193
7194 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7197         and tool-bar-mode.
7198
7199         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7200         and tool-bar-mode.
7201
7202         * message.el (message-tool-bar-update): Simplify.
7203         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7204
7205         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7206         gnus-summary-buffer.
7207         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7208         gnus-summary-reply.
7209
7210         * gmm-utils.el (gmm): Add :version.
7211
7212 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * Makefile.in (clean): New rule.
7215         (distclean): Use it.
7216
7217 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7218
7219         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7220         autoload.
7221
7222 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gmm-utils.el (gmm-verbose): Add :group.
7225
7226 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * message.el: Change some comments WRT tool-bars.
7229
7230         * gnus-sum.el (gnus-summary-tool-bar)
7231         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7232         (gnus-summary-tool-bar-zap-list): New variables.
7233         (gnus-summary-make-tool-bar): Complete rewrite using
7234         `gmm-tool-bar-from-list'.
7235
7236         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7237         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7238         variables.
7239         (gnus-group-make-tool-bar): Complete rewrite using
7240         `gmm-tool-bar-from-list'.
7241         (gnus-group-tool-bar-update): New function.
7242
7243         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7244
7245 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7248         is dissected into a single part of which the type is the same as
7249         the given one; decode charset.
7250
7251 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7252
7253         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7254         into alists as symbol not string, since that's what
7255         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7256         look for.
7257
7258 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7261         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7262
7263         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7264
7265 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7268         (gnus-xmas-mime-security-button-menu): New function.
7269
7270         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7271         (gnus-mime-security-button-menu): New definition.
7272         (gnus-mime-security-button-map): Use them.
7273         (gnus-mime-security-button-menu): New function.
7274         (gnus-insert-mime-security-button): Addition to help echo.
7275         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7276         (gnus-mime-security-pipe-part): New functions.
7277
7278         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7279         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7280
7281         * mm-decode.el (mm-handle-set-disposition): Remove.
7282         (mm-handle-set-description): Remove.
7283
7284 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7287         (mm-w3m-standalone-supports-m17n-p): New function.
7288         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7289         w3m usage.
7290
7291         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7292         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7293
7294 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * message.el (message-tool-bar-zap-list): Use
7297         gmm-tool-bar-zap-list as custom type.
7298         (message-tool-bar-update): New function.
7299         (message-tool-bar, message-tool-bar-gnome)
7300         (message-tool-bar-retro): Add message-tool-bar-update.
7301         (message-tool-bar-gnome): Add flyspell-buffer.
7302
7303         * gnus-util.el (gnus-error): Describe `args'.
7304
7305         * gmm-utils.el (gmm-error): Describe `args'.
7306         (gmm-tool-bar-zap-list): New widget.
7307         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7308
7309 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7312         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7313         the number of recursive calls.
7314
7315         * mm-decode.el (mm-handle-set-disposition): New macro.
7316         (mm-handle-set-description): New macro.
7317
7318 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7321         encoding.
7322
7323 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * message.el (message-tool-bar-zap-list, message-tool-bar)
7326         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7327         (message-tool-bar-local-item-from-menu): Remove.
7328         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7329         (message-make-tool-bar): New function.
7330         (message-mode): Use `message-make-tool-bar'.
7331
7332         * gmm-utils.el: New file.
7333         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7334         (gmm-lazy): New widget copied from `nnmail.el'.
7335         (gmm-tool-bar-from-list): New function for creating customizable
7336         tool bars.
7337         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7338         output.
7339         (gmm): Add :prefix to defgroup.
7340
7341 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7342
7343         * gmm-utils.el (gmm-widget-p): New function.
7344
7345 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * mml.el (mml-attach-file): Describe `description' in doc string.
7348         (mml-menu): Add Emacs MIME manual and PGG manual.
7349
7350 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7351
7352         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7353
7354 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7355
7356         * nntp.el (nntp-end-of-line): Doc fix.
7357
7358 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7359
7360         * imap.el (imap-open): Handle case where buffer is a buffer
7361         object.
7362
7363 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7364
7365         * gnus-delay.el (gnus-delay): Don't autoload.
7366         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7367         to be re-loaded when customizing the `gnus-delay' group.
7368
7369 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7370
7371         * message.el (message-insert-citation-line): Use newlines.
7372
7373 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7374
7375         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7376         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7377         these routines, so the passphrase can be managed externally and
7378         passed in to the system.
7379         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7380         pgg-add-passphrase-to-cache function.
7381
7382         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7383         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7384         these routines, so the passphrase can be managed externally and
7385         passed in to the system.
7386         (pgg-pgp5-sign-region): Use new name of
7387         pgg-add-passphrase-to-cache function.
7388
7389 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7390
7391         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7392         part of the decoded armor to find the key-identifier.
7393         (pgg-gpg-lookup-key-owner): New function to return the
7394         human-readable identifier of a key owner.
7395         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7396         itself.
7397         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7398         the key value) if we have a key and can match it against a secret
7399         key.  Also, added a note pointing out fact that the prompt only
7400         indicates the first matching key.
7401
7402         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7403         pgg-decrypt-region.
7404         (pgg-add-passphrase-to-cache): Rename from
7405         `pgg-add-passphrase-cache' to reduce confusion (all callers
7406         changed).
7407         (pgg-remove-passphrase-from-cache): Rename from
7408         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7409         changed).
7410         (pgg-read-passphrase, pgg-add-passphrase-cache)
7411         (pgg-remove-passphrase-cache): Add informative docstrings.
7412         (pgg-decrypt): Convey provided passphrase in subordinate call to
7413         pgg-decrypt-region.
7414
7415 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7416
7417         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7418         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7419         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7420         'passphrase' argument, so the passphrase can be managed externally
7421         and then passed in to the system.
7422
7423         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7424         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7425         so the passphrase cache can be used reliably with identifiers
7426         besides a pgp packet's key id.
7427
7428         * pgg-gpg.el (pgg-gpg-encrypt-region)
7429         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7430         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7431         these routines, so the passphrase can be managed externally and
7432         passed in to the system.
7433
7434         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7435         'notruncate' argument, so the passphrase cache can be used
7436         reliably with identifiers besides a pgp packet's key id.
7437
7438 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7439
7440         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7441         symmetric encryption.
7442         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7443         encrypted session key.
7444         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7445         message ask for the passphrase in a proper way.
7446
7447         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7448         New user commands for symmetric encryption.
7449
7450 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7453
7454         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7455
7456 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7457
7458         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7459
7460 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * mm-decode.el (mm-inlined-types): Add application/pgp.
7463         (mm-automatic-display): Ditto.
7464
7465         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7466         part as text.
7467
7468 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * nnrss.el: Update copyright.
7471         (nnrss-opml-import): Query whether to subscribe to each entry.
7472
7473         * gnus-art.el:
7474         * gnus-sum.el:
7475         * gnus-xmas.el:
7476         * messagexmas.el:
7477         * mm-uu.el:
7478         * mm-view.el: Update copyright.
7479
7480 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * message.el (message-info): New function.
7483         (message-mode-menu): Add it.
7484         Update copyright.
7485
7486         * ChangeLog: Fix and update copyright.
7487
7488 2006-01-13  Romain Francoise  <romain@orebokech.com>
7489
7490         * message.el (message-forward-subject-name-subject): Prefer the
7491         address to 'nowhere' if the sender has no name.
7492         Fix typo.  Update copyright year.
7493
7494 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-art.el (article-wash-html): Use
7497         gnus-summary-show-article-charset-alist if a numeric arg is given.
7498         (gnus-article-wash-html-with-w3m-standalone): New function.
7499
7500         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7501         mm-inline-text-html-render-with-w3m-standalone.
7502         (mm-text-html-washer-alist): Map w3m-standalone to
7503         gnus-article-wash-html-with-w3m-standalone.
7504         (mm-inline-text-html-render-with-w3m-standalone): New function.
7505
7506 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7509         Improve LaTeX.
7510
7511 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7514         (nnrss-request-article): Render text/plain parts as HTML.
7515
7516         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7517         the buffer.
7518
7519 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7522         custom definition of `gnus-posting-styles'.
7523
7524         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7525         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7526
7527 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7530         Use nntp for bug archive.
7531
7532 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7535         parts.
7536         (nnrss-normalize-date): New function converts ISO 8601 date into
7537         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7538         (nnrss-check-group): Use it.
7539
7540 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7543
7544         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7545         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7546         (nnrss-insert-w3): Ditto.
7547
7548 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7551         the articles to be forwarded including the case where neither a
7552         number of articles nor a region is specified.
7553
7554 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * nnrss.el (nnrss-request-article): Fix last change; fill
7557         text/plain parts.
7558
7559 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7562         in text/plain part.
7563         (nnrss-check-group): Don't add excessive newline to dc:subject.
7564
7565 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7566
7567         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7568         article.
7569
7570 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7573         (nnml-use-compressed-files, nnml-save-mail): Support other
7574         comression programs such as bzip2.
7575
7576 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * dns.el (query-dns): Make sure we check the buffer size before
7579         removing tcp headers.
7580
7581 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7584         remove MIME buttons associated with multipart/alternative parts.
7585         (gnus-mime-display-alternative): Tag buttons using `article-type'
7586         text property.
7587
7588         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7589         associated with multipart/alternative parts.
7590
7591         * gnus-art.el (gnus-signature-separator): Fix custom type.
7592
7593         * mm-decode.el (mm-inlined-types): Fix custom type.
7594         (mm-keep-viewer-alive-types): Ditto.
7595         (mm-automatic-display): Ditto.
7596         (mm-attachment-override-types): Ditto.
7597         (mm-inline-override-types): Ditto.
7598         (mm-automatic-external-display): Ditto.
7599
7600 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * spam-report.el (spam-report-user-mail-address)
7603         (spam-report-user-agent): New variables.
7604         (spam-report-url-ping-plain): Use spam-report-user-agent.
7605
7606 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7607
7608         * gnus-art.el (gnus-button-handle-custom): Do not just use
7609         `customize-apropos' for any "M-x customize-*" button but the
7610         function called for.  Accept both the function name and its
7611         argument in order to achieve this.
7612         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7613         function name to `gnus-button-handle-custom' in case of "M-x
7614         customize-*" buttons.
7615
7616 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7619         multipart/alternative and add xref to mm-discouraged-alternatives
7620         in doc string.
7621
7622         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7623         gnus-buttonized-mime-types in doc string.
7624
7625 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7628         Suggest image/.* in the doc string.
7629
7630 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7633         message-marks (Debian bug #342521).
7634
7635 2005-12-12  Simon Josefsson  <jas@extundo.com>
7636
7637         * password.el (password-read-from-cache): Add.
7638         (password-read): Use it.
7639
7640 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7643         us-ascii as a MIME charset.
7644
7645         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7646         against the case where the 2nd arg TYPE is nil.
7647
7648 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * pop3.el (pop3-stream-type): Fix custom version.
7651
7652         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7653
7654 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7655
7656         * mm-decode.el (mm-display-external): Add missing cdr.
7657
7658 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7661         RFC1524) if it is in mailcap or add a suffix according to
7662         mailcap-mime-extensions when generating a temp filename; postpone
7663         deleting a temp file for 2 seconds for some wrappers, shell
7664         scripts, and so on, which might exit right after having started a
7665         viewer command as a background job.
7666
7667 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * nntp.el (nntp-marks-directory): Fix custom group.
7670
7671         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7672         steps when < 10.
7673
7674         * gnus-start.el (gnus-no-server-1): Mention
7675         `gnus-level-default-subscribed' in doc string.
7676
7677 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7678
7679         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7680         parens.
7681
7682 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-xmas.el (gnus-use-toolbar): Revert.
7685         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7686         gnus-use-toolbar is default.
7687
7688         * messagexmas.el (message-use-toolbar): Revert.
7689         (message-setup-toolbar): Use global default-toolbar if
7690         message-use-toolbar is default.
7691
7692 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7695         according to default-toolbar-visible-p.
7696
7697         * messagexmas.el (message-use-toolbar): Ditto.
7698
7699 2005-11-26  Dave Love  <fx@gnu.org>
7700
7701         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7702         (tls-program, tls-success): Provide openssl alternative.
7703
7704         * starttls.el: Doc fixes.
7705         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7706         SERVICE to PORT.
7707
7708         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7709         port null or service name.
7710         (starttls-negotiate): Autoload.
7711
7712 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * message.el (message-kill-to-signature): Fix interactive spec.
7715
7716 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * pop3.el (pop3-open-server): Recognize a string as a service name.
7719
7720 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7721
7722         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7723
7724 2005-11-23  Dave Love  <fx@gnu.org>
7725
7726         Add pop3s, pop3/starttls.
7727
7728         * pop3.el (pop3-authentication-scheme): Clarify doc.
7729         (open-tls-stream, starttls-open-stream): Autoload.
7730         (pop3-stream-type): New.
7731         (pop3-open-server): Use it.
7732
7733         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7734         for POP.
7735         (mail-source-keyword-map): Add :stream for POP.
7736         (mail-source-fetch-pop): Use pop3-stream-type.
7737
7738 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7741         of current-time-string.
7742
7743 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7744
7745         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7746         date header.
7747
7748 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7749
7750         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7751         it can seriously impact performance as it bypasses the agent's
7752         local caches.
7753
7754 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7755
7756         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7757         must be explicitly online rather than "not explicitly offline" for
7758         its flags to be synchronized.
7759
7760         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7761         that gnus-uu-unmark-thread will function correctly.
7762
7763         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7764         1024K is instead displayed as 1M.
7765
7766 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7769
7770 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7771
7772         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7773
7774 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7775
7776         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7777         error message to display actual error condition.
7778         (gnus-agent-save-local): Avoid saving symbols that are bound to
7779         nil as they simply result in a warning message in
7780         gnus-agent-read-local.
7781
7782 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7785         rather than make-variable-buffer-local for file-precious-flag.
7786
7787 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7788
7789         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7790         for duplicates which are removed.  The invalid sort check then
7791         triggers a rescan after the sort as sorting may have moved
7792         duplicate entries such that they can be cheaply detected.
7793
7794 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7797
7798 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7799
7800         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7801         internal variable to a custom variable.  Changed default value
7802         from compressed(2) to uncompressed(1).
7803         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7804         support for uncompressed agentview files.  Taken together, reading
7805         the agentview file should now be 6-7 times faster.
7806
7807 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7808
7809         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7810         as a buffer-local variable.  This avoids creating truncated
7811         dribble files as a result of a hang up, eg.
7812
7813 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7814
7815         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7816         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7817         XEmacs.
7818
7819 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-start.el (gnus-start-draft-setup): Enforce
7822         `gnus-draft-mode' for nndraft:drafts at startup.
7823
7824         * gnus.el (gnus-splash): Change custom group.
7825         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7826         allow-list argument.
7827
7828         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7829         string.
7830
7831 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-art.el (gnus-default-article-saver): Add user-defined
7834         `function' to custom type.
7835
7836 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7837
7838         * imap.el (imap-open): Handle case where buffer is a buffer
7839         object.
7840
7841 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7844         long lines.
7845         (gnus-cache-delete-group): Wrap doc strings.
7846
7847         * gnus-agent.el (gnus-agent-rename-group)
7848         (gnus-agent-delete-group): Wrap doc strings.
7849
7850 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * messagexmas.el (message-use-toolbar): Change the valid values
7853         into default, top, bottom, left, and right.
7854         (message-toolbar-thickness): New variable.
7855         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7856         well.
7857         (message-setup-toolbar): Make it work.
7858
7859         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7860         (gnus-use-toolbar): Change the valid values into default, top,
7861         bottom, left, and right.
7862         (gnus-toolbar-thickness): New variable.
7863         (gnus-xmas-setup-toolbar): New function.
7864         (gnus-xmas-setup-group-toolbar): Use it.
7865         (gnus-xmas-setup-summary-toolbar): Use it.
7866
7867 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * gnus-start.el (gnus-1): Add "native" to
7870         gnus-predefined-server-alist.
7871
7872         * gnus.el (gnus-method-to-server): Don't add "native" to the
7873         lists here, because that leads to problems when
7874         gnus-select-method is bound.
7875
7876 2005-11-09  Simon Josefsson  <jas@extundo.com>
7877
7878         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7879         use (not sort-by-date) instead.
7880
7881 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7882
7883         * gnus-delay.el (gnus-delay-group): Don't autoload.
7884         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7885         to be re-loaded when customizing the `gnus-delay' group.
7886
7887 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7888
7889         * message.el: Revert last changes.
7890         (message-insert-citation-line): Use newlines.
7891
7892 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7893
7894         * message.el (message-courtesy-message)
7895         (message-mark-insert-begin, message-mark-insert-end)
7896         (message-elide-ellipsis, message-cancel-message)
7897         (message-add-header, message-change-subject)
7898         (message-cross-post-followup-to-header)
7899         (message-cross-post-insert-note, message-reduce-to-to-cc)
7900         (message-widen-reply, message-delete-not-region)
7901         (message-kill-to-signature, message-insert-signature)
7902         (message-insert-importance-high, message-insert-importance-low)
7903         (message-insert-or-toggle-importance)
7904         (message-insert-disposition-notification-to)
7905         (message-indent-citation, message-yank-original)
7906         (message-cite-original-without-signature, message-cite-original)
7907         (message-insert-citation-line, message-position-on-field)
7908         (message-fix-before-sending, message-send-mail-partially)
7909         (message-send-mail, message-send-mail-with-sendmail)
7910         (message-send-mail-with-qmail, message-send-news)
7911         (message-check-news-header-syntax, message-generate-headers)
7912         (message-insert-courtesy-copy, message-fill-address)
7913         (message-fill-header, message-shorten-references)
7914         (message-setup-1, message-cancel-news)
7915         (message-forward-make-body-plain, message-forward-make-body-mime)
7916         (message-forward-make-body-mml, message-encode-message-body)
7917         (message-forward-make-body-digest-plain)
7918         (message-forward-make-body-digest-mime)
7919         (message-use-alternative-email-as-from): Insert `hard-newline'
7920         instead of ordinary newlines.
7921
7922 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * message.el (message-generate-headers): Downcase the argument
7925         given to message-check-element.
7926
7927 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7928
7929         * nntp.el (nntp-authinfo-rejected): New error condition.
7930         (nntp-wait-for): Use new error condition to signal authentication
7931         error.
7932         (nntp-retrieve-data): Rethrow new error condition to break out of
7933         recursive call to nntp-send-authinfo.
7934
7935 2005-11-08  Romain Francoise  <romain@orebokech.com>
7936
7937         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7938         (gnus-summary-exit-map): Bind to `Z p'.
7939         (gnus-summary-make-menu-bar): Add menu item.
7940
7941 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7944         (gnus-treat-*): Add `first' in all doc strings.
7945
7946         * gnus-group.el (gnus-group-compact-group): Fix typo.
7947
7948 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus.el (gnus-parameters-case-fold-search): New variable.
7951         (gnus-parameters-get-parameter): Use it.
7952
7953         * gnus-score.el (gnus-home-score-file): Doc fix.
7954
7955 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7956
7957         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7958
7959 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * mm-util.el (mm-special-display-p): New function.
7962
7963         * mml.el (mml-preview): Use it; doc fix.
7964
7965 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7966
7967         * imap.el (imap-open): Handle case where buffer is a buffer object.
7968
7969 2005-10-29  Romain Francoise  <romain@orebokech.com>
7970
7971         * message.el (message-fix-before-sending): Fix comment.
7972
7973 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7974
7975         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7976
7977 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7978
7979         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7980         Used in gnus-score.el.
7981
7982 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7985
7986 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7989         whitespace removed in revision 7.8.  Use concatenated string to
7990         protect trailing whitespace.
7991
7992 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7993
7994         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7995         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7996         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7997         Courier IMAP ("some version from 2004").  Mostly based on similar
7998         code in the same function.
7999
8000 2005-10-26  Didier Verna  <didier@xemacs.org>
8001
8002         * gnus-group.el (gnus-group-compact-group): Invalidate original
8003         article buffer.
8004         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8005         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8006         NOV database and in article itself.
8007         Invalidate article backlog.
8008
8009 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8012
8013 2005-10-26  Simon Josefsson  <jas@extundo.com>
8014
8015         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8016         part of 2004-07-25 change.
8017
8018 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * message.el (message-display-completion-list): New function.
8021         (message-expand-group): Use it; make sure the Completions buffer
8022         is modifiable.
8023 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8024
8025         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8026         user-mail-name is an empty string.
8027
8028 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8031         depending on gnus-score-decay-constant.
8032
8033         * encrypt.el (encrypt-insert-file-contents)
8034         (encrypt-write-file-contents): Don't use `gnus-message'.
8035
8036         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8037         arguments.
8038         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8039         arguments to mm-uu-verbatim-marks-extract.
8040         (mm-uu-hide-markers): New variable.
8041         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8042
8043         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8044         (gnus-convert-image-to-face-command): Use "convert" by default to
8045         allow other input image formats.
8046         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8047         accordingly.
8048
8049 2005-10-23  Simon Josefsson  <jas@extundo.com>
8050
8051         * imap.el (imap-gssapi-program): Align command line parameters
8052         with latest GNU SASL.
8053         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8054
8055 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8058         HTML.
8059         (nnslashdot-request-article): Ditto.
8060
8061         * lpath.el (featurep): Add nobreak-char-display.
8062
8063 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8064
8065         * mail-source.el (mail-source-fetch-pop): Require pop3.
8066         (mail-source-check-pop): Ditto.
8067
8068 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8071         errors.
8072
8073 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8076         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8077
8078         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8079
8080         * mm-bodies.el (mm-decode-string): Call
8081         `mm-charset-to-coding-system' with allow-override argument.
8082
8083 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8086         (rfc2047-charset-to-coding-system): New function.
8087         (rfc2047-decode-encoded-words): New function.
8088         (rfc2047-decode-region): Use them.
8089         (rfc2047-decode-cte): Remove.
8090         (rfc2047-parse-and-decode): Remove.
8091         (rfc2047-decode): Remove.
8092
8093 2005-10-15  Kenichi Handa  <handa@m17n.org>
8094
8095         * rfc2047.el (rfc2047-decode-cte): New function.
8096         (rfc2047-decode-region): Change the way to decode successive
8097         encoded-words: decode B- or Q-encoding in each encoded-word,
8098         concatenate them, and decode it as charset.
8099
8100 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * lpath.el: Fbind codepage-setup for XEmacs.
8103
8104 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8105
8106         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8107         widget-move-and-invoke.
8108         (gnus-custom-mode): Use gnus-custom-map.
8109
8110 2005-10-15  Bill Wohler  <wohler@newt.com>
8111
8112         * message.el (message-tool-bar-map): Renamed image file from
8113         mail_send to mail/send.
8114
8115 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8116
8117         * message.el (message-expand-group): Pass the common
8118         prefix substring of completion to `display-completion-list'.
8119
8120 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * mml-sec.el (mml-secure-method): New internal variable.
8123         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8124         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8125         functions using mml-secure-method.
8126
8127         * mml.el (mml-mode-map): Add key bindings for those functions.
8128         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8129         Harder <harder@myrealbox.com>.
8130         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8131         end of message if point is the headers of the message.
8132
8133         * message.el (message-in-body-p): New function.
8134
8135         * assistant.el: Autoload gnus-util and netrc.
8136
8137         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8138         Use `mm-charset-override-alist' only when decoding.
8139
8140         * mm-bodies.el (mm-decode-body): Call
8141         `mm-charset-to-coding-system' with allow-override argument.
8142
8143         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8144         `filename' from Content-Disposition if Content-Type doesn't
8145         provide `name'.
8146         (gnus-mime-view-part-as-type): Set default instead of
8147         initial-input.
8148
8149 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8150
8151         * format-spec.el (format-spec): Propagate text properties of % spec.
8152
8153 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus-art.el (gnus-treat-predicate): Add `first'.
8156
8157 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8160         (mm-charset-override-alist): New variable.
8161         (mm-charset-to-coding-system): Use it.
8162         (mm-codepage-setup): New helper function.
8163         (mm-charset-eval-alist): New variable.
8164         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8165         about unknown charsets.
8166
8167         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8168
8169 2005-10-04  David Hansen  <david.hansen@gmx.net>
8170
8171         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8172         (nnrss-check-group): Ditto.
8173
8174 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8177         Rename x-gnus-verbatim to x-verbatim.
8178         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8179
8180         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8181         x-verbatim.
8182
8183         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8184
8185         * gnus-util.el (gnus-remove-duplicates): Remove.
8186
8187         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8188         instead of gnus-remove-duplicates.
8189
8190         * message.el (message-remove-duplicates): Remove.
8191         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8192         message-remove-duplicates.
8193
8194         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8195         available, else use implementation from `delete-dups'.
8196
8197         * message.el (message-insert-expires): New function.
8198         (message-mode-map): Add key binding.
8199         (message-mode-field-menu): Add menu entry.
8200         (message-mode): Document it.
8201         (message-make-expires-date): Use `message-make-date'.
8202
8203 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8204
8205         * message.el (message-make-expires-date): New function.
8206
8207 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * Makefile.in (list-installed-shadows): New entry.
8210         (install): Use it.
8211         (remove-installed-shadows): New entry.
8212
8213         * dgnushack.el (dgnushack-default-load-path): New variable.
8214         (dgnushack-find-lisp-shadows): New function.
8215         (dgnushack-remove-lisp-shadows): New function.
8216
8217 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * Makefile.in (install-el-elc): New entry.
8220         (install): Use it so that .el files are necessarily installed.
8221
8222 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8225
8226 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8227
8228         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8229         function rather than the diff-mode.el package.
8230         (mm-display-external): Use with-current-buffer.
8231         (mm-viewer-completion-map, mm-viewer-completion-map):
8232         Move initialization inside declaration.
8233
8234 2005-09-29  Simon Josefsson  <jas@extundo.com>
8235
8236         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8237         autoload mail-check-payment.
8238         (spam-check-hashcash): Define unconditionally, since hashcash.el
8239         is part of Gnus now.  Ignore errors from payment checking.
8240
8241 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * message.el (message-bold-region, message-unbold-region): Rename
8244         from `bold-region' and `unbold-region'.
8245
8246         * message.el: Remove useless autoloads.
8247
8248 2005-09-28  Simon Josefsson  <jas@extundo.com>
8249
8250         * message.el (message-use-idna): Default to t.
8251         (message-use-idna): Test whether encoding works too.  Doc fix.
8252
8253 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * nntp.el (nntp-warn-about-losing-connection): Remove.
8256
8257 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8260         customizable.  Change default value.
8261         (mm-uu-diff-groups-regexp): Change default value.
8262         (mm-uu-type-alist): Add doc string.
8263         (mm-uu-configure): Add doc string.  Make it interactive.
8264         (mm-uu-tex-groups-regexp): New variable.
8265         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8266         (mm-uu-type-alist): Add LaTeX documents.
8267         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8268         of "text/verbatim".
8269         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8270
8271         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8272         instead of "text/verbatim".
8273
8274         * message.el (message-mark-inserted-region)
8275         (message-mark-insert-file): Use slrn style marks when called with
8276         prefix argument.
8277
8278 2005-09-27  Simon Josefsson  <jas@extundo.com>
8279
8280         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8281
8282 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8283
8284         * message.el (message-remove-duplicates): New function.
8285         Implementation borrowed from `gnus-remove-duplicates'.
8286         (message-idna-to-ascii-rhs): Also encode idna addresses in
8287         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8288         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8289         only ask about the same idna domain once per header and also tell
8290         in what header to replace the idna domain.
8291
8292         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8293         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8294         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8295         a header is decoded and not just the last one.
8296
8297 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8300         has been decoded.
8301
8302         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8303         (mm-insert-part): Don't modify text if it has been decoded.
8304
8305         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8306         decoded.
8307
8308         * mm-view.el (mm-inline-text): Don't strip text props unless
8309         decoding enriched or richtext parts.
8310
8311 2005-09-25  Romain Francoise  <romain@orebokech.com>
8312
8313         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8314         * gnus-start.el (gnus-subscribe-interactively):
8315         * gnus-uu.el (gnus-uu-grab-articles):
8316         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8317         space.
8318
8319 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8320
8321         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8322         * mm-view.el (mm-view-pkcs7-decrypt):
8323         * gnus-sum.el (gnus-summary-limit-to-extra)
8324         (gnus-summary-respool-article, gnus-read-move-group-name):
8325         * gnus-score.el (gnus-summary-increase-score):
8326         * gnus-util.el (gnus-completing-read-with-default):
8327         * gnus-art.el (gnus-read-save-file-name)
8328         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8329         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8330         * message.el (message-check-news-header-syntax):
8331         Follow convention for reading with the minibuffer.
8332
8333 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * spam-report.el (spam-report-url-ping-plain):
8336         Use gnus-extended-version as User-Agent.
8337
8338         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8339         default value is nil.
8340
8341         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8342         (mm-uu-verbatim-marks-extract): New function.
8343         (mm-uu-extract): New face.
8344         (mm-uu-copy-to-buffer): Use it.
8345
8346         * spam-report.el (spam-report-gmane-ham): Renamed from
8347         `spam-report-gmane-unspam'.
8348         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8349         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8350
8351         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8352         Autoload.
8353         (spam-report-gmane-unregister-routine): Renamed
8354         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8355
8356 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8359         (spam-report-gmane-unregister-routine): Add support for gmane
8360         unregistration.
8361
8362         * spam-report.el (spam-report-gmane-unspam)
8363         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8364         (spam-report-gmane): Change to take a single article and do unspam
8365         registration.
8366
8367 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * mm-url.el (mm-url-decode-entities): Fix regexp.
8370
8371 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8374         default to nil, to be able to use Gnus at all.  If the default
8375         switches to something else, then the function should be fixed not
8376         be exceedingly slow.
8377
8378 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8379
8380         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8381         fail hard.
8382
8383         * spam-report.el: Add better Keywords line.
8384
8385         * spam.el: Add Maintainer and better Keywords line.
8386
8387 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * gnus-art.el (gnus-article-replace-part)
8390         (gnus-mime-replace-part): New functions.
8391         (gnus-mime-action-alist, gnus-mime-button-commands)
8392         (gnus-mime-save-part-and-strip): Added file argument.
8393         (gnus-article-part-wrapper): Added interactive argument.
8394
8395         * gnus-sum.el (gnus-summary-mime-map): Add
8396         `gnus-article-replace-part'.
8397
8398 2005-09-19  Didier Verna  <didier@xemacs.org>
8399
8400         The nnml compaction feature:
8401         * nnml.el (nnml-request-compact-group): New function.
8402         * nnml.el (nnml-request-compact): New function.
8403         * gnus-int.el (gnus-request-compact-group): New function.
8404         * gnus-int.el (gnus-request-compact): New function.
8405         * gnus-group.el (gnus-group-compact-group): New function.
8406         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8407         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8408         * gnus-srvr.el (gnus-server-compact-server): New function.
8409         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8410         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8411
8412 2005-09-18  Deepak Goel  <deego@gnufans.org>
8413
8414         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8415         format spec.
8416
8417 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8420
8421 2005-09-15  Romain Francoise  <romain@orebokech.com>
8422
8423         * message.el (message-fill-paragraph): Clarify docstring.
8424
8425 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-mime-display-part): Protect against broken
8428         MIME messages.
8429
8430 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8433         before parsing header.
8434
8435 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8436
8437         * html2text.el (html2text-replace-list): Add new entities.
8438
8439 2005-09-11  Romain Francoise  <romain@orebokech.com>
8440
8441         * message.el (message-alternative-emails): Improve docstring.
8442         (message-setup-1): Call `message-use-alternative-email-as-from'
8443         after `message-setup-hook' to give it precedence over posting
8444         styles, etc.
8445         (message-use-alternative-email-as-from): Add docstring.  Remove
8446         the original From header if present.
8447
8448         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8449         (nnml-save-mail): Use it.
8450
8451         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8452         articles.  Add new argument `silent'.
8453         (gnus-uu-mark-all): Report the total number of marked articles.
8454
8455 2005-09-10  Romain Francoise  <romain@orebokech.com>
8456
8457         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8458         (gnus-uu-mark-series): Likewise.
8459
8460 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * spam-report.el (spam-report-gmane): Fix generation of spam
8463         report URL.
8464
8465 2005-09-10  Simon Josefsson  <jas@extundo.com>
8466
8467         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8468         t, based on discussion on the ding list with Robert Epprecht
8469         <epprecht@solnet.ch>.
8470
8471 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * spam-report.el (spam-report-gmane): Make it work without
8474         X-Report-Spam header.  Gmane now only provides Archived-At.
8475         This is only used if `spam-report-gmane-use-article-number' is nil.
8476         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8477
8478         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8479         make `gnus-summary-sort-by-recipient' work with threading.
8480
8481         * nnweb.el (nnweb-google-wash-article): Print a message if article
8482         is not available.
8483
8484 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8485
8486         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8487         change.  Decode text/* parts content before displaying.
8488
8489 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8492
8493 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8496
8497         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8498         url-package-name, url-package-version,
8499         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8500         w3m-display-inline-images, and w3m-minor-mode-map.
8501
8502 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * message.el (message-tab-body-function): Fix mismatched custom type.
8505
8506         * gnus.el (gnus-group-change-level-function): Ditto.
8507
8508         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8509
8510         * gnus-art.el (gnus-signature-limit)
8511         (gnus-article-mime-part-function): Ditto.
8512
8513 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * mml.el (mml-mode): Silence the byte compiler.
8516
8517         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8518         using `(sit-for 0)' before moving the point to the specified part;
8519         skip unbuttonized parts.
8520         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8521         return to the summary window if gnus-auto-select-part is non-nil.
8522
8523 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8526         variables.
8527         (mml-dnd-attach-file, mml-mode): Use them.
8528
8529         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8530         Make fetching article by MID work again for Google Groups.  Added
8531         FIXME concerning gnus-group-make-web-group.
8532
8533         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8534         Don't depend on Gnus by using mail-extract-address-components if
8535         gnus-extract-address-components is not bound.
8536
8537 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-art.el (gnus-mime-display-security): Don't display the
8540         signature, but only the signed part.
8541
8542 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8545
8546         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8547         list, not listp.
8548
8549 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8550
8551         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8552         when encoding.
8553
8554         * mm-bodies.el (mm-decode-content-transfer-encoding):
8555         De-canonicalize CRLF for all text content types, not just
8556         text/plain.
8557
8558 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8561         valid article; point arrow and cursor at the MIME button.
8562
8563 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8566         Suggested by Dan Christensen <jdc@uwo.ca>.
8567
8568         * mm-decode.el (mm-save-part): Enable change of prompt.
8569
8570 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8571
8572         * gnus-msg.el (gnus-inews-add-send-actions): Made
8573         `message-post-method' lambda parameter ARG `&optional'.
8574
8575 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-sum.el (gnus-summary-mime-map): Added
8578         gnus-article-save-part-and-strip, gnus-article-delete-part and
8579         gnus-article-jump-to-part.
8580
8581         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8582         (gnus-article-edit-part): Use it.
8583         (gnus-article-part-wrapper): Added no-handle argument.
8584         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8585         functions.
8586
8587 2005-08-29  Romain Francoise  <romain@orebokech.com>
8588
8589         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8590         docstring.
8591         (gnus-face-from-file): Likewise.
8592
8593 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8596         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8597         non-nil.
8598         (gnus-auto-select-part): New variable.
8599         (gnus-article-jump-to-part): New function.
8600         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8601         (gnus-mime-delete-part): Allow selecting specified part after
8602         deleting or stripping parts.
8603         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8604         part if argument is bogus.
8605
8606 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8607
8608         * gnus-art.el (w3m-minor-mode-map):
8609         * gnus-spec.el (gnus-newsrc-file-version):
8610         * gnus-util.el (nnmail-active-file-coding-system)
8611         (gnus-original-article-buffer, gnus-user-agent):
8612         * gnus.el (gnus-ham-process-destinations)
8613         (gnus-parameter-ham-marks-alist)
8614         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8615         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8616         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8617         * mm-decode.el (gnus-current-window-configuration):
8618         * mm-extern.el (gnus-article-mime-handles):
8619         * mm-url.el (url-current-object, url-package-name)
8620         (url-package-version):
8621         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8622         (smime-keys, w3m-cid-retrieve-function-alist)
8623         (w3m-current-buffer, w3m-display-inline-images)
8624         (w3m-minor-mode-map):
8625         * mml-smime.el (gnus-extract-address-components):
8626         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8627         (gnus-newsrc-hashtb, message-default-charset)
8628         (message-deletable-headers, message-options)
8629         (message-posting-charset, message-required-mail-headers)
8630         (message-required-news-headers):
8631         * mml1991.el (mc-pgp-always-sign):
8632         * mml2015.el (mc-pgp-always-sign):
8633         * nnheader.el (nnmail-extra-headers):
8634         * rfc1843.el (gnus-decode-encoded-word-function)
8635         (gnus-decode-header-function, gnus-newsgroup-name):
8636         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8637
8638 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8639
8640         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8641         the end of the date treatments.
8642
8643 2005-08-15  Simon Josefsson  <jas@extundo.com>
8644
8645         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8646         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8647         Capello and Romain Francoise.
8648         (pgg-fetch-key-function): Removed, not used?
8649         (pgg-insert-url-with-w3): Require url, to get
8650         url-insert-file-contents regardless of where it is defined.
8651
8652 2005-08-13  Romain Francoise  <romain@orebokech.com>
8653
8654         * message.el (message-cite-original-1): New function.
8655         (message-cite-original): Use it.
8656         (message-cite-original-without-signature): Ditto.
8657
8658 2005-08-08  Romain Francoise  <romain@orebokech.com>
8659
8660         * message.el (message-yank-empty-prefix): New variable.
8661         (message-indent-citation): Use it.
8662         (message-cite-original-without-signature): Respect X-No-Archive.
8663
8664 2005-08-08  Simon Josefsson  <jas@extundo.com>
8665
8666         * pgg.el: Autoload url-insert-file-contents instead of loading
8667         w3/url.
8668         (pgg-insert-url-with-w3): Don't load url here.
8669
8670 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8671
8672         * message.el (message-kill-to-signature): Don't insert newline at
8673         bol.
8674         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8675
8676 2005-08-06  Romain Francoise  <romain@orebokech.com>
8677
8678         * message.el (message-user-fqdn): Fix typo in docstring.
8679
8680 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8681
8682         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8683
8684         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8685
8686 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * mm-bodies.el (mm-encode-body): Use coding system rather than
8689         charset to encode text.
8690
8691         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8692         number of charsets if utf-8 is available (XEmacs).
8693
8694 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8697         taken from `gnus-button-mid-or-mail-regexp'.
8698         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8699         (gnus-button-alist): Improve regexp for domain part of the MIDs
8700         for news:localpart@domain buttons.
8701         (gnus-button-ctan-directory-regexp): Update.
8702
8703 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * sieve-manage.el (sieve-manage-interactive-login): Use
8706         make-local-variable rather than make-variable-buffer-local.
8707         (sieve-manage-open): Ditto.
8708         (sieve-manage-authenticate): Ditto.
8709
8710         * mml.el (mml-generate-mime-1): Make the content type default to
8711         text/plain if the filename is not specified.
8712
8713 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8716         instead of insert-buffer.
8717
8718         * message.el (message-yank-original): Ditto; set the mark at the
8719         end of the yanked message.
8720
8721 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8724         lines to scroll rather than to stop it.
8725
8726         * mml.el (mml-generate-default-type): Add doc string.
8727         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8728         default to application/octet-stream when determining the content
8729         type if it is not specified for the part or the mml contents; add
8730         a comment about mml-generate-default-type.
8731
8732 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8735         make it default to application/octet-stream when determining the
8736         content type if it is not specified for the external contents.
8737
8738 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8741         segmented parameter but also other parameters might be there.
8742
8743 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * mm-decode.el (mm-display-external): Delete temp file, directory
8746         and buffer immediately if the external process is exited.
8747
8748 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8751         fewer lines than that of scroll-margin.
8752         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8753
8754 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (gnus-article-next-page): Revert.
8757         (gnus-article-beginning-of-window): New macro.
8758         (gnus-article-next-page-1): Use it.
8759         (gnus-article-prev-page): Ditto.
8760         (gnus-article-edit-part): Use insert-buffer-substring instead of
8761         insert-buffer.
8762         (gnus-article-edit-exit): Ditto.
8763
8764         * gnus-util.el (gnus-beginning-of-window): Remove.
8765         (gnus-end-of-window): Remove.
8766
8767         * lpath.el: Don't bind header-line-format and scroll-margin.
8768
8769 2005-07-25  Simon Josefsson  <jas@extundo.com>
8770
8771         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8772         to have the url package without w3.  Reported by Daiki Ueno
8773         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8774
8775 2005-07-20  Didier Verna  <didier@xemacs.org>
8776
8777         * gnus-diary.el: Remove the description comment (nndiary is now
8778         properly documented in the Gnus manual).
8779         Fix the spelling of "Back End".
8780         * nndiary.el: Ditto.
8781         Fix the copyright notice.
8782
8783 2005-07-18  Romain Francoise  <romain@orebokech.com>
8784
8785         * gnus-sum.el (gnus-summary-to-prefix)
8786         (gnus-summary-newsgroup-prefix): New variables.
8787         (gnus-summary-from-or-to-or-newsgroups): Use them.
8788
8789 2005-07-17  Romain Francoise  <romain@orebokech.com>
8790
8791         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8792         space as it's generally not especially interesting to the user.
8793
8794 2005-07-16  Romain Francoise  <romain@orebokech.com>
8795
8796         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8797         nil to avoid prompting and file modification if one of the
8798         messages at the top of the nnfolder file contains a copyright
8799         notice.
8800         Update copyright notice.
8801
8802         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8803         instead of `current-time-string' as the latter creates a time
8804         string that is not RFC 2822 compliant (it lacks the zone).
8805         Update copyright notice.
8806
8807 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8808
8809         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8810         for text/rtf.  Display default in prompt.  Pass default for M-n.
8811
8812         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8813
8814 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-msg.el (gnus-button-mailto): Remove
8817         save-selected-window-window hackery because it relies on
8818         save-selected-window internals.
8819
8820 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8823         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8824         (gnus-article-prev-page): Ditto.
8825
8826         * gnus-util.el (gnus-beginning-of-window): New function.
8827         (gnus-end-of-window): New function.
8828
8829         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8830
8831 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8832
8833         * gnus-score.el (gnus-score-edit-all-score): Set
8834         gnus-score-edit-exit-function to gnus-score-edit-done and call
8835         gnus-message.
8836
8837 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * gnus-msg.el (gnus-button-mailto): Remove
8840         save-selected-window-window hackery because it relies on
8841         save-selected-window internals.
8842
8843 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8846         add-minor-mode.
8847         (gnus-binary-mode): Ditto.
8848
8849         * gnus-topic.el (gnus-topic-mode): Ditto.
8850
8851 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8852
8853         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8854         (gnus-article-prev-page): Take scroll-margin into consideration.
8855
8856 2005-07-04  Lute Kamstra  <lute@gnu.org>
8857
8858         Update FSF's address in GPL notices.
8859
8860 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8861
8862         * gnus.el (gnus-exit):
8863         * gnus-group.el (gnus-group-icons):
8864         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8865
8866         * gnus-nocem.el (gnus-nocem):
8867         * message.el (message-various, message-buffers, message-sending)
8868         (message-interface, message-forwarding, message-insertion)
8869         (message-headers, message-news, message-mail):
8870         * pgg-gpg.el (pgg-gpg):
8871         * pgg-parse.el (pgg-parse):
8872         * pgg-pgp.el (pgg-pgp):
8873         * pgg-pgp5.el (pgg-pgp5):
8874         * pop3.el (pop3): Finish `defgroup' description with period.
8875
8876 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (article-display-face): Improve the efficiency.
8879         (article-display-x-face): Ditto; remove grey x-face stuff.
8880
8881 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-art.el (article-display-face): Correct the position in
8884         which Faces are inserted.
8885
8886 2005-06-29  Didier Verna  <didier@xemacs.org>
8887
8888         * gnus-art.el (article-display-face): Display faces in correct
8889         order.
8890
8891 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8894         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8895         (gnus-nocem-check-article): Fetch the Type header.
8896         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8897         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8898         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8899         make sure gnus-nocem-hashtb is initialized.
8900         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8901         (gnus-nocem-unwanted-article-p): Ditto.
8902
8903         * pgg.el (pgg-verify): Return the verification result.
8904
8905 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8908         is ascii.
8909
8910 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8911
8912         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8913         `show-nonbreak-escape'.
8914
8915 2005-06-23  Lute Kamstra  <lute@gnu.org>
8916
8917         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8918
8919         * dig.el (dig-mode):
8920         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8921
8922 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8923
8924         * nnimap.el (nnimap-split-download-body): Fix spellings.
8925
8926 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8927
8928         * gnus-art.el (gnus-article-encrypt-body):
8929         * gnus-cus.el (gnus-score-customize):
8930         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8931         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8932
8933 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8934
8935         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8936         header by looking for magic "MII" at the beginnig.
8937
8938 2005-06-16  Miles Bader  <miles@gnu.org>
8939
8940         * gnus-xmas.el (gnus-xmas-group-startup-message):
8941         Use renamed gnus-splash face.
8942
8943         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8944         (assistant-field-face): New backward-compatibility alias for renamed
8945         face.
8946         (assistant-render-text): Use renamed assistant-field face.
8947
8948         * spam.el (spam): Remove "-face" suffix from face name.
8949         (spam-face): New backward-compatibility alias for renamed face.
8950         (spam-face, spam-initialize): Use renamed spam face.
8951
8952         * message.el (message-header-to, message-header-cc)
8953         (message-header-subject, message-header-newsgroups)
8954         (message-header-other, message-header-name)
8955         (message-header-xheader, message-separator, message-cited-text)
8956         (message-mml): Remove "-face" suffix from face names.
8957         (message-header-to-face, message-header-cc-face)
8958         (message-header-subject-face, message-header-newsgroups-face)
8959         (message-header-other-face, message-header-name-face)
8960         (message-header-xheader-face, message-separator-face)
8961         (message-cited-text-face, message-mml-face):
8962         New backward-compatibility aliases for renamed faces.
8963         (message-font-lock-keywords): Use renamed message faces.
8964
8965         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8966         (sieve-test-commands, sieve-tagged-arguments):
8967         Remove "-face" suffix from face names.
8968         (sieve-control-commands-face, sieve-action-commands-face)
8969         (sieve-test-commands-face, sieve-tagged-arguments-face):
8970         New backward-compatibility aliases for renamed faces.
8971         (sieve-control-commands-face, sieve-action-commands-face)
8972         (sieve-test-commands-face, sieve-tagged-arguments-face):
8973         Use renamed sieve faces.
8974
8975         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8976         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8977         (gnus-group-news-3-empty, gnus-group-news-4)
8978         (gnus-group-news-4-empty, gnus-group-news-5)
8979         (gnus-group-news-5-empty, gnus-group-news-6)
8980         (gnus-group-news-6-empty, gnus-group-news-low)
8981         (gnus-group-news-low-empty, gnus-group-mail-1)
8982         (gnus-group-mail-1-empty, gnus-group-mail-2)
8983         (gnus-group-mail-2-empty, gnus-group-mail-3)
8984         (gnus-group-mail-3-empty, gnus-group-mail-low)
8985         (gnus-group-mail-low-empty, gnus-summary-selected)
8986         (gnus-summary-cancelled, gnus-summary-high-ticked)
8987         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8988         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8989         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8990         (gnus-summary-low-undownloaded)
8991         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8992         (gnus-summary-low-unread, gnus-summary-normal-unread)
8993         (gnus-summary-high-read, gnus-summary-low-read)
8994         (gnus-summary-normal-read, gnus-splash):
8995         Remove "-face" suffix from face names.
8996         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8997         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8998         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8999         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9000         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9001         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9002         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9003         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9004         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9005         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9006         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9007         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9008         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9009         (gnus-summary-normal-ticked-face)
9010         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9011         (gnus-summary-normal-ancient-face)
9012         (gnus-summary-high-undownloaded-face)
9013         (gnus-summary-low-undownloaded-face)
9014         (gnus-summary-normal-undownloaded-face)
9015         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9016         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9017         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9018         (gnus-splash-face):
9019         New backward-compatibility aliases for renamed faces.
9020         (gnus-group-startup-message): Use renamed gnus faces.
9021
9022         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9023         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9024         (gnus-server-agent): Remove "-face" suffix from face names.
9025         (gnus-server-agent-face, gnus-server-opened-face)
9026         (gnus-server-closed-face, gnus-server-denied-face)
9027         (gnus-server-offline-face):
9028         New backward-compatibility aliases for renamed faces.
9029         (gnus-server-agent-face, gnus-server-opened-face)
9030         (gnus-server-closed-face, gnus-server-denied-face)
9031         (gnus-server-offline-face): Use renamed gnus faces.
9032
9033         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9034         Remove "-face" suffix from face names.
9035         (gnus-picon-xbm-face, gnus-picon-face):
9036         New backward-compatibility aliases for renamed faces.
9037
9038         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9039         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9040         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9041         (gnus-cite-11): Remove "-face" suffix from face names.
9042         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9043         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9044         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9045         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9046         New backward-compatibility aliases for renamed faces.
9047         (gnus-cite-attribution-face, gnus-cite-face-list)
9048         (gnus-article-boring-faces): Use renamed gnus faces.
9049
9050         * gnus-art.el (gnus-signature, gnus-header-from)
9051         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9052         (gnus-header-content): Remove "-face" suffix from face names.
9053         (gnus-signature-face, gnus-header-from-face)
9054         (gnus-header-subject-face, gnus-header-newsgroups-face)
9055         (gnus-header-name-face, gnus-header-content-face):
9056         New backward-compatibility aliases for renamed faces.
9057         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9058
9059         * gnus-sum.el (gnus-summary-selected-face)
9060         (gnus-summary-highlight): Use renamed gnus faces.
9061         * gnus-group.el (gnus-group-highlight): Likewise.
9062
9063 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9064
9065         * gnus-sieve.el (gnus-sieve-article-add-rule):
9066         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9067         * spam-stat.el (spam-stat-buffer-change-to-spam)
9068         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9069
9070         * message.el (message-is-yours-p):
9071         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9072
9073 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * mm-view.el (mm-inline-text): Withdraw the last change.
9076
9077 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9080         executing enriched-decode.
9081
9082 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9085         charset of tar files.
9086
9087 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9088
9089         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9090
9091 2005-06-04  Lute Kamstra  <lute@gnu.org>
9092
9093         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9094         information is never recorded.
9095
9096 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9099
9100 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * pop3.el (pop3-apop): Run md5 in the binary mode.
9103
9104         * starttls.el (starttls-set-process-query-on-exit-flag):
9105         Use eval-and-compile.
9106
9107 2005-05-31  Simon Josefsson  <jas@extundo.com>
9108
9109         * smime.el (smime-replace-in-string): Define.
9110         (smime-cert-by-ldap-1): Use it.
9111
9112 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (article-display-x-face): Replace
9115         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9116
9117         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9118         set-process-query-on-exit-flag or process-kill-without-query.
9119
9120         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9121         loop instead of replace-regexp.
9122
9123         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9124         instead of process-kill-without-query if it is available.
9125
9126         * lpath.el: Fbind ldap-search-entries.
9127
9128         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9129         instead of find-file-hooks if it is available.
9130
9131         * mml1991.el: Bind pgg-default-user-id when compiling.
9132
9133         * mml2015.el: Bind pgg-default-user-id when compiling.
9134
9135         * nndraft.el (nndraft-request-associate-buffer):
9136         Use write-contents-functions instead of write-contents-hooks if it is
9137         available.
9138
9139         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9140         instead of find-file-hooks if it is available.
9141
9142         * nntp.el (nntp-open-connection): Replace
9143         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9144         (nntp-open-ssl-stream): Ditto.
9145         (nntp-open-tls-stream): Ditto.
9146
9147         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9148         set-process-query-on-exit-flag or process-kill-without-query.
9149         (starttls-open-stream-gnutls): Use it instead of
9150         process-kill-without-query.
9151         (starttls-open-stream): Ditto.
9152
9153 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9154
9155         * smime.el (smime-cert-by-ldap-1): Don't use
9156         replace-regexp-in-string.
9157
9158 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9159
9160         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9161
9162         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9163         in PEM format.  Adjust to the XEmacs compability.
9164
9165 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9168         by `string-to-number'.
9169         * gnus-agent.el (gnus-agent-regenerate-group)
9170         (gnus-agent-fetch-articles): Ditto.
9171         * gnus-art.el (gnus-button-fetch-group): Ditto.
9172         * gnus-cache.el (gnus-cache-generate-active)
9173         (gnus-cache-articles-in-group): Ditto.
9174         * gnus-group.el (gnus-group-set-current-level)
9175         (gnus-group-insert-group-line): Ditto.
9176         * gnus-score.el (gnus-score-set-expunge-below)
9177         (gnus-score-set-mark-below, gnus-summary-score-effect)
9178         (gnus-summary-score-entry): Ditto.
9179         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9180         (gnus-soup-pack): Ditto.
9181         * gnus-spec.el (gnus-xmas-format): Ditto.
9182         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9183         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9184         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9185         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9186         * nndb.el (nndb-get-remote-expire-response): Ditto.
9187         * nndiary.el (nndiary-parse-schedule-value)
9188         (nndiary-string-to-number, nndiary-request-replace-article)
9189         (nndiary-request-article): Ditto.
9190         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9191         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9192         * nneething.el (nneething-make-head): Ditto.
9193         * nnfolder.el (nnfolder-request-article)
9194         (nnfolder-retrieve-headers): Ditto.
9195         * nnheader.el (nnheader-file-to-number): Ditto.
9196         * nnkiboze.el (nnkiboze-request-article): Ditto.
9197         * nnmail.el (nnmail-process-unix-mail-format)
9198         (nnmail-process-babyl-mail-format): Ditto.
9199         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9200         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9201         (nnmh-request-create-group, nnmh-request-list-1)
9202         (nnmh-request-group, nnmh-request-article): Ditto.
9203         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9204         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9205         * nnsoup.el (nnsoup-make-active): Ditto.
9206         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9207         * nntp.el (nntp-find-group-and-number)
9208         (nntp-retrieve-headers-with-xover): Ditto.
9209         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9210         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9211         (pgg-format-key-identifier): Ditto.
9212         * pop3.el (pop3-last, pop3-stat): Ditto.
9213         * qp.el (quoted-printable-decode-region): Ditto.
9214
9215         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9216         of concat.
9217
9218 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9221
9222         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9223
9224         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9225
9226         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9227
9228         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9229
9230         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9231
9232         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9233         (gnus-carpal-mode): Ditto.
9234
9235         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9236         (gnus-browse-mode): Ditto.
9237
9238         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9239
9240         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9241
9242 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9243
9244         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9245
9246 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-util.el (gnus-run-mode-hooks): New function.
9249
9250         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9251
9252         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9253         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9254
9255 2005-05-27  Lute Kamstra  <lute@gnu.org>
9256
9257         * dns-mode.el (dns-mode): Specify customization group.
9258
9259 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9260
9261         * gnus-agent.el (gnus-agent-make-mode-line-string):
9262         Use mode-line-highlight as mouse-face.
9263
9264 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * canlock.el (canlock): Change the parent group to news.
9267
9268         * deuglify.el (gnus-outlook-deuglify): Add :group.
9269
9270         * dig.el (dig): Add :group.
9271
9272         * dns-mode.el (dns-mode): Add :group.
9273
9274         * encrypt.el (encrypt): Add :group.
9275
9276         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9277         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9278         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9279         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9280         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9281
9282         * gnus-diary.el (gnus-diary): Add :group.
9283
9284         * gnus.el (gnus-group-news-1-face): Add :group.
9285         (gnus-group-news-1-empty-face): Ditto.
9286         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9287         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9288         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9289         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9290         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9291         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9292         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9293         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9294         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9295         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9296         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9297         (gnus-summary-high-ticked-face): Ditto.
9298         (gnus-summary-low-ticked-face): Ditto.
9299         (gnus-summary-normal-ticked-face): Ditto.
9300         (gnus-summary-high-ancient-face): Ditto.
9301         (gnus-summary-low-ancient-face): Ditto.
9302         (gnus-summary-normal-ancient-face): Ditto.
9303         (gnus-summary-high-undownloaded-face): Ditto.
9304         (gnus-summary-low-undownloaded-face): Ditto.
9305         (gnus-summary-normal-undownloaded-face): Ditto.
9306         (gnus-summary-high-unread-face): Ditto.
9307         (gnus-summary-low-unread-face): Ditto.
9308         (gnus-summary-normal-unread-face): Ditto.
9309         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9310         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9311
9312         * hashcash.el (hashcash): New custom group.
9313         (hashcash-default-payment): Add :group.
9314         (hashcash-payment-alist): Ditto.
9315         (hashcash-default-accept-payment): Ditto.
9316         (hashcash-accept-resources): Ditto.
9317         (hashcash-path): Ditto.
9318         (hashcash-extra-generate-parameters): Ditto.
9319         (hashcash-double-spend-database): Ditto.
9320         (hashcash-in-news): Ditto.
9321
9322         * message.el (message-minibuffer-local-map): Add :group.
9323
9324         * netrc.el (netrc): Add :group.
9325
9326         * sieve-manage.el (sieve-manage-log): Add :group.
9327         (sieve-manage-default-user): Diito.
9328         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9329         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9330         (sieve-manage-authenticators): Ditto.
9331         (sieve-manage-authenticator-alist): Ditto.
9332         (sieve-manage-default-port): Ditto.
9333
9334         * sieve-mode.el (sieve-control-commands-face): Add :group.
9335         (sieve-action-commands-face): Ditto.
9336         (sieve-test-commands-face): Ditto.
9337         (sieve-tagged-arguments-face): Ditto.
9338
9339         * smime.el (smime): Add :group.
9340
9341         * spam-report.el (spam-report): Add :group.
9342
9343         * spam.el (spam, spam-face): Add :group.
9344
9345 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9348         return \n.\n.\n at the end of articles.  Protect against that.
9349         (nntp-with-open-group): Allow debugging.
9350
9351         * nnheader.el (mail-header-set-extra): Make into a function
9352         because I just could't understand how to quote the list properly.
9353
9354         * dns.el (query-dns-cached): New function.
9355
9356 2005-05-26  Lute Kamstra  <lute@gnu.org>
9357
9358         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9359
9360 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9363
9364         * gnus-art.el: Don't autoload mail-extract-address-components.
9365
9366         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9367         eval-and-compile to evaluate it.
9368
9369         * hashcash.el: Don't autoload executable-find.
9370
9371         * nndb.el: Don't declare the nndb back end two or more times; don't
9372         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9373
9374         * nntp.el: Autoload format-spec instead of format; use
9375         eval-and-compile to evaluate autoload forms.
9376
9377 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9378
9379         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9380
9381 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus.el (gnus-version-number): Bump version.
9384
9385 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9386
9387         * gnus.el: No Gnus v0.3 is released.
9388
9389 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * lpath.el (featurep): Bind show-nonbreak-escape.
9392
9393 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (gnus-article-edit-part): Disable undo.
9396
9397 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9400         gnus-article-date-lapsed-new-header is t if date timer is active;
9401         skip headers in which the original date value is empty.
9402         (gnus-article-save-original-date): Redefine it as a macro.
9403         (gnus-display-mime): Use it.
9404
9405 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (article-date-ut): Support converting date in
9408         forwarded parts as well.
9409         (gnus-article-save-original-date): New function.
9410         (gnus-display-mime): Use it.
9411
9412 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9413
9414         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9415         enclosure element of <item>.
9416
9417 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * message.el (message-kill-buffer-query): Renamed from
9420         `message-kill-buffer-query-if-modified'.  Added :version.
9421
9422 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9425         window layout.
9426
9427 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * mml.el: Autoload dnd when compiling.
9430
9431 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9434         x-dnd-*.
9435
9436 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * qp.el (quoted-printable-encode-region): Save excursion.
9439
9440 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * message.el (message-kill-buffer-query-if-modified): Add new variable
9443         so the user can kill a modified message buffer quickly.
9444         (message-kill-buffer): Use it.
9445
9446 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * lpath.el: Fbind display-time-event-handler; don't fbind
9449         string-to-multibyte.
9450
9451         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9452
9453 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9456         contained in text because xml.el decodes entities) with LFs.
9457
9458 2005-04-11  Lute Kamstra  <lute@gnu.org>
9459
9460         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9461         differently.
9462
9463 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9464
9465         * mm-util.el (mm-detect-coding-region): Typo.
9466
9467 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9470
9471 2005-04-06  Deepak Goel  <deego@gnufans.org>
9472
9473         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9474         user-function allow user modifications of the scores.
9475         (spam-stat-score-buffer-user): New function, to allow
9476         user-computed modifications to the score.
9477         (spam-stat-score-buffer-user-functions): List of additional
9478         scoring functions.
9479         (spam-stat-error-holder): Global temporary error holder.
9480         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9481         variable.
9482
9483 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * gnus-registry.el (gnus-registry-clean-empty-function)
9486         (gnus-registry-trim, gnus-registry-fetch-groups)
9487         (gnus-registry-delete-group): Groups that match
9488         `gnus-registry-ignored-groups' are removed from the registry
9489         entries, not just ignored for splitting.  This helps clean up the
9490         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9491         to get all the groups a message ID is in.
9492
9493         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9494         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9495         (spam-stat-score-buffer-user-functions): Add :number custom type.
9496
9497 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9500         argument in XEmacs.
9501
9502         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9503         (nnrss-request-group): Decode group name first.
9504         (nnrss-request-article): Make a text/plain article if mml-to-mime
9505         failed.
9506         (nnrss-get-encoding): Return a compatible encoding according to
9507         nnrss-compatible-encoding-alist.
9508         (nnrss-find-el): Use consp instead of listp.
9509         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9510
9511 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9514         which Emacs 20 doesn't support.
9515         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9516
9517 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9520         silence the byte compiler inside the defun.
9521
9522         * gnus-demon.el (parse-time-string): Add autoload.
9523
9524         * gnus-delay.el (parse-time-string): Add autoload.
9525
9526         * gnus-art.el (parse-time-string): Add autoload.
9527
9528         * nnultimate.el (parse-time): Require for `parse-time-string'.
9529
9530 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9533
9534         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9535
9536         * smime.el (smime-ldap-host-list): Add :version.
9537
9538 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9541         pass it to `gnus-browse-read-group'.
9542         (gnus-browse-read-group): Add NUMBER argument and pass it to
9543         `gnus-group-read-ephemeral-group'.
9544
9545         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9546         argument and pass it to `gnus-group-read-group'.
9547
9548 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9549
9550         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9551         mm-xemacs-find-mime-charset-1 if we have the mule feature
9552         available at runtime.
9553
9554 2005-03-25  Werner Lemberg  <wl@gnu.org>
9555
9556         * nnmaildir.el: Replace `illegal' with `invalid'.
9557
9558 2005-03-23  Lute Kamstra  <lute@gnu.org>
9559
9560         * time-date.el: Add comment on time value formats.
9561         Don't require parse-time.
9562         (with-decoded-time-value): New macro.
9563         (encode-time-value): New function.
9564         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9565         (days-to-time): Return a valid time value when arg is huge.
9566         (time-since): Use time-subtract.
9567         (time-to-number-of-days): Use time-to-seconds.
9568
9569 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9570
9571         * gnus-start.el (gnus-display-time-event-handler):
9572         Check display-time-timer at runtime rather than only at load time
9573         in case display-time-mode is turned off in the mean time.
9574
9575 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9578         used.
9579
9580         * nneething.el (nneething-map-file-directory): Derive from
9581         `gnus-directory'.
9582
9583         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9584         the To/Cc button.
9585
9586 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * nnmaildir.el (nnmaildir-request-accept-article):
9589         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9590
9591 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9592
9593         * gnus-async.el: Require timer-funcs at compile time when in
9594         XEmacs for `run-with-idle-timer'.
9595
9596 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9597
9598         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9599         autoloaded function.
9600
9601 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9602
9603         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9604
9605 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9606
9607         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9608
9609 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9612         gnus-expert-user to default.
9613
9614 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9615
9616         * nnimap.el (nnimap-open-server): Ditto.
9617
9618         * imap.el (imap-authenticate): Fix typo.
9619
9620 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9621
9622         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9623         buffer (since IMAP server might return FETCH response out of
9624         order, and the nntp buffer must be sorted).
9625
9626 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9627
9628         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9629         comparison on string.
9630
9631         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9632         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9633         (gnus-agent-summary-fetch-series): Modified to protect against
9634         gnus-agent-summary-fetch-group clearing processable flags.
9635         (gnus-agent-synchronize-group-flags): Update live group buffer as
9636         synchronization may occur due to the user toggle the plugged
9637         status.
9638         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9639         successfully downloaded.
9640         (gnus-agent-expire-group-1): Avoid using markers when the overview
9641         is in ascending order; greatly improves performance.
9642         (gnus-agent-regenerate-group): Use
9643         gnus-agent-synchronize-group-flags to reset read status in both
9644         gnus and server.
9645         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9646
9647 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el: Don't autoload former message-utils variables.
9650         (message-strip-subject-trailing-was): Change doc string.
9651
9652         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9653         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9654         (nnweb-google-search): Add "hl=en" here.
9655         (nnweb-google-parse-1, nnweb-google-create-mapping):
9656         Don't hardcode URL.
9657
9658 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * message.el (message-get-reply-headers, message-followup):
9661         Mention related variables `message-use-followup-to' and
9662         `message-use-mail-followup-to', in the information buffer.
9663
9664         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9665         of broken groups(-beta).google.com.
9666
9667 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9670         parameter to invoked gnus-request-move-article; remove the
9671         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9672         all at once instead of once per article.
9673         (gnus-summary-remove-process-mark): Accept a list of articles as
9674         well as a single article for processing.
9675
9676         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9677         parameter.
9678
9679         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9680
9681         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9682
9683         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9684         parameter.
9685
9686         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9687         parameter.
9688
9689         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9690         parameter and remove the gnus-sum-hint-move-is-internal variable.
9691
9692         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9693         parameter.
9694
9695         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9696         parameter.
9697
9698         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9699         parameter.
9700
9701         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9702
9703         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9704         parameter.
9705
9706         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9707         parameter.
9708
9709 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9710
9711         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9712         a more conservative way.
9713
9714 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9715
9716         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9717         buffer, so it moves the window's cursor.
9718
9719 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9720
9721         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9722         `mm-dissect-multipart' and receive the from field as an (optional)
9723         argument from `mm-dissect-multipart'.
9724         (mm-dissect-multipart): Receive the from field as an argument and
9725         pass it on when we call `mm-dissect-buffer' on MIME parts.
9726         Fixes verification/decryption of signed/encrypted MIME parts.
9727
9728 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * gnus-sum.el (gnus-summary-move-article): Set
9731         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9732         whatever it calls (right now, only nnimap-request-move article
9733         respects it).
9734
9735         * nnimap.el (nnimap-request-move-article): When
9736         gnus-sum-hint-move-is-internal is set, don't do the extra
9737         nnimap-request-article.
9738
9739 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9742
9743         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9744         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9745
9746         * gnus-sum.el (gnus-summary-caesar-message):
9747         Apply `gnus-treat-article' after rotation.
9748
9749         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9750         doc string.
9751
9752 2005-02-22  Simon Josefsson  <jas@extundo.com>
9753
9754         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9755         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9756         <arne@arnested.dk>.
9757         (encrypt): Add password-cache and password-cache-expiry as group
9758         members.
9759
9760 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9761
9762         * smime.el (smime-ldap-host-list): Doc fix.
9763         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9764         cache) password.
9765         (smime-sign-region): Use it.
9766         (smime-decrypt-region): Use it.
9767         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9768         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9769         fails.
9770         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9771         certificate from DER to PEM format rather than calling openssl.
9772
9773         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9774
9775         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9776         for signing/encryption.
9777
9778         * mml.el (mml-parse-1): Use them.
9779
9780 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9781
9782         * nnrss.el (nnrss-verbose): Removed.
9783         (nnrss-request-group): Use `nnheader-message' instead.
9784
9785 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9786
9787         * nnrss.el (nnrss-verbose): New variable.
9788         (nnrss-request-group): Make it say nnrss is requesting a group.
9789
9790 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9793         Handle news URL with given port correctly.
9794
9795 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9798         containing special characters.
9799
9800         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9801
9802         * mml.el (mime-to-mml): Ditto.
9803
9804         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9805         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9806         (rfc2047-decode-region): Quote decoded words containing special
9807         characters when rfc2047-quote-decoded-words-containing-tspecials
9808         is non-nil.
9809
9810 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9811
9812         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9813
9814         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9815
9816 2005-02-15  Simon Josefsson  <jas@extundo.com>
9817
9818         * nnimap.el (nnimap-debug): Doc fix.
9819
9820         * imap.el (imap-debug): Doc fix.
9821
9822 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9825
9826 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9827
9828         * gnus.el (spam-contents): Improve docs for spam-contents
9829         parameter in its variable incarnation.
9830
9831 2005-02-14  Simon Josefsson  <jas@extundo.com>
9832
9833         * smime-ldap.el: Use require instead of load-library for ldap.
9834         (smime-ldap-search): Indent.
9835         (smime-ldap-search-internal): Shorten line.
9836
9837         * smime.el (smime-cert-by-dns): Add doc-string.
9838         (smime-cert-by-ldap-1): Indent.
9839
9840         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9841         mml-smime-get-dns-ldap.
9842         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9843
9844 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9845
9846         * smime.el: Require smime-ldap.
9847         (smime-ldap-host-list): New variable.
9848         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9849
9850         * mml-smime.el (mml-smime-encrypt-query): New function.
9851         (mml-smime-encrypt-query): Use it.
9852
9853         * smime-ldap.el: New file.
9854
9855 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9858
9859 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9862         argument in doc string.  Make query for type more clear.
9863
9864 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * gnus.el (gnus-group-startup-message): Search for gnus images in
9867         etc/images/gnus.
9868         * mm-util.el (mm-image-load-path): Likewise.
9869         * smiley.el (smiley-data-directory): Search for smilies in
9870         etc/images/smilies.
9871
9872 2005-02-09  Kim F. Storm  <storm@cua.dk>
9873
9874         Change Emacs release version from 21.4 to 22.1 throughout.
9875         Change Emacs development version from 21.3.50 to 22.0.50.
9876
9877 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9880
9881         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9882         non-Mule XEmacs as well.
9883         (mm-decompress-buffer): Signal an error intentionally if it does
9884         not decompress compressed data because auto-compression-mode is
9885         disabled.
9886
9887 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9888
9889         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9890         an ID in the registry even if it has no groups.
9891
9892 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9895         merge it into mm-decompress-buffer.
9896         (gnus-mime-copy-part): Use the MIME part charset, the value which
9897         a user specified or gnus-newsgroup-charset for decoding, like
9898         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9899         save-buffer what was used.  Suggested by Kevin Ryde
9900         <user42@zip.com.au>.
9901         (gnus-mime-inline-part): Allow the name parameter as well as the
9902         filename parameter; force decompressing of compressed data; always
9903         display contents being not decoded as unibyte.
9904
9905         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9906         as well as the filename parameter.
9907
9908         * mm-util.el (mm-decompress-buffer): Merge
9909         gnus-mime-jka-compr-maybe-uncompress.
9910         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9911         of compressed data.
9912
9913 2005-02-08  Simon Josefsson  <jas@extundo.com>
9914
9915         * imap.el (imap-log): Doc fix.
9916
9917 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9920         the coding cookies; decompress compressed parts.
9921
9922         * mml.el (mml-generate-mime-1): Add the charset parameter according
9923         to the value which a user specified manually or the coding cookie.
9924
9925         * mm-util.el (mm-string-to-multibyte): New function.
9926         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9927         (mm-coding-system-to-mime-charset): New function.
9928         (mm-decompress-buffer): New function.
9929         (mm-find-buffer-file-coding-system): New function.
9930
9931         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9932         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9933         parts.
9934
9935 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9936
9937         * mm-view.el (mm-display-inline-fontify): Decode a part according
9938         to the charset parameter.
9939
9940 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9943         prefix arg is neither nil nor a number, as info specifies.
9944
9945 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9948         timestamps.
9949
9950 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9951
9952         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9953         groups error checking and notify user.
9954
9955 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9956
9957         * message.el (message-send-mail-function): Check existence of
9958         sendmail-program first before using default value
9959         `message-send-mail-with-sendmail'.  Otherwise use more generic
9960         `smtpmail-send-it'.
9961
9962 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * nntp.el (nntp-request-update-info): Always return nil.
9965
9966 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9967
9968         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9969
9970 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9971
9972         * message.el (message-beginning-of-line): Change the behavior when
9973         invoked between BOL and : so that it first moves backward.
9974
9975 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9978         article buffer when editing of the article is discarded.
9979         (gnus-article-prepare): Revert.
9980
9981 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-art.el (gnus-article-prepare):
9984         Remove message-strip-forbidden-properties from the local hook.
9985
9986 2005-01-27  Simon Josefsson  <jas@extundo.com>
9987
9988         * password.el (password-cache-add): Only start one timer per key.
9989         Reported by Derek Atkins <warlord@MIT.EDU>.
9990
9991 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9992
9993         * run-at-time.el: Removed.  It is no longer needed as
9994         timer-funcs.el in the xemacs-base package has a working version of
9995         `run-at-time'.
9996
9997         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9998
9999         * password.el: Require timer-funcs instead of run-at-time in
10000         XEmacs.
10001         Remove `password-run-at-time' macro.
10002         (password-cache-add): Use `run-at-time' instead of
10003         `password-run-at-time'.
10004
10005         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10006         Remove `nnheader-cancel-function-timers' alias,
10007         `cancel-function-timers' exists in XEmacs in timer-funcs.
10008
10009         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10010         for `run-with-idle-timer'.
10011
10012         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10013         for `run-at-time'.
10014
10015         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10016         for `with-timeout'.
10017
10018         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10019         the same as for XEmacs 21.4.
10020         No need to ignore `run-with-idle-timer', this function exists in
10021         XEmacs now in timer-funcs.el in the xemacs-base package.
10022         (dgnushack-compile): No need to delete
10023         run-at-time.el from the list of files to compile because it
10024         doesn't exist anymore.
10025
10026 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10029         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10030
10031 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10032
10033         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10034         sensitively.
10035
10036 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10037
10038         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10039
10040 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10043         which will be inserted according to the multibyteness of a buffer
10044         rather than the type of contents.  Suggested by ARISAWA Akihiro
10045         <ari@mbf.ocn.ne.jp>.
10046
10047         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10048         of string which old xml.el may return rather than a string.
10049
10050 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10053
10054 2005-01-16  Simon Josefsson  <jas@extundo.com>
10055
10056         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10057         idn/idna.el isn't available.
10058         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10059         <michael@waxrat.com>.
10060
10061         * hashcash.el: Remove non-FSF copyright header.
10062
10063         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10064         (hashcash-generate-payment): Use it.
10065         (hashcash-generate-payment-async): Use it.
10066
10067 2005-01-15  Simon Josefsson  <jas@extundo.com>
10068
10069         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10070         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10071
10072         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10073         gnus-summary-idna-message.
10074         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10075         (gnus-summary-idna-message): New function.
10076
10077 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10080         gnus-novice-user.
10081
10082 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * nnrss.el (nnrss-request-delete-group): Delete entries in
10085         nnrss-group-alist as well.
10086         (nnrss-save-server-data): Insert newline.
10087
10088 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus.el (gnus-user-agent): Use list of symbols instead of
10091         symbols.  Display full version number for (S)XEmacs.  Optionally
10092         display (S)XEmacs codename.
10093
10094         * gnus-util.el (gnus-emacs-version): Update for new
10095         `gnus-user-agent'.
10096
10097         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10098         Gnus version.
10099
10100 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10103         which is unreadable in some setups.
10104
10105 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-spec.el (gnus-update-format-specifications): Flush the
10108         group format spec cache if it doesn't support decoded group names.
10109
10110 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10113         Allow to apply decay on score files matching a regexp.
10114
10115 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10118         compatibility in %g and %c.
10119
10120 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10123         name for only %g and %c.
10124         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10125         of gnus-tmp-group to decoded group name.
10126         (gnus-group-make-rss-group): Exclude `/'s from group names.
10127
10128 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * nnrss.el (nnrss-get-encoding): Fix regexp.
10131
10132 2004-12-27  Simon Josefsson  <jas@extundo.com>
10133
10134         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10135         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10136         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10137
10138 2004-12-17  Kim F. Storm  <storm@cua.dk>
10139
10140         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10141
10142         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10143
10144 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10145
10146         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10147
10148 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * nnrss.el: Require rfc2047 and mml.
10151         (nnrss-file-coding-system): New variable.
10152         (nnrss-format-string): Redefine it as an inline function.
10153         (nnrss-decode-group-name): New function.
10154         (nnrss-string-as-multibyte): Remove.
10155         (nnrss-retrieve-headers): Decode group name; don't use
10156         nnrss-format-string.
10157         (nnrss-request-group): Decode group name.
10158         (nnrss-request-article): Decode group name; allow a Message-ID as
10159         well as an article number; don't use nnrss-format-string; encode a
10160         Message-ID string which may contain non-ASCII characters; use
10161         mml-to-mime to compose a MIME article.
10162         (nnrss-request-expire-articles): Decode group name.
10163         (nnrss-request-delete-group): Decode group name.
10164         (nnrss-fetch): Clarify error message.
10165         (nnrss-read-server-data): Use insert-file-contents instead of load;
10166         bind file-name-coding-system; use multibyte buffer.
10167         (nnrss-save-server-data): Bind coding-system-for-write to the
10168         value of nnrss-file-coding-system; bind file-name-coding-system;
10169         add coding cookie.
10170         (nnrss-read-group-data): Use insert-file-contents instead of load;
10171         bind file-name-coding-system; use multibyte buffer.
10172         (nnrss-save-group-data): Bind coding-system-for-write to the
10173         value of nnrss-file-coding-system; bind file-name-coding-system.
10174         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10175         make it work with non-ASCII text.
10176         (nnrss-find-el): Make it work with old xml.el as well.
10177
10178 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10179
10180         * nnrss.el (nnrss-get-encoding): New function.
10181         (nnrss-fetch): Use unibyte buffer initially; bind
10182         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10183         decode contents according to the encoding attribute.
10184         (nnrss-save-group-data): Add coding cookie.
10185         (nnrss-mime-encode-string): New function.
10186         (nnrss-check-group): Use it to encode subject and author.
10187
10188 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10189
10190         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10191         imaginary variable.
10192
10193 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10196         correctly even if there are wide characters.
10197
10198 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10199
10200         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10201         downcased symbol names; make a new cache instead of reusing
10202         bbdb-hashtable.
10203
10204 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10207         concatenating segments rather than before concatenating them.
10208         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10209
10210         * message.el (message-get-reply-headers): Bind `extra'.
10211
10212 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * message.el (message-extra-wide-headers): New variable.
10215         (message-get-reply-headers): Use it.
10216
10217 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10220         (gnus-agent-group-pathname): Ditto.
10221
10222         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10223
10224         * gnus-group.el (gnus-group-make-group): Decode group name.
10225         (gnus-group-make-rss-group): Register the group data after opening
10226         the nnrss group.
10227
10228 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10229
10230         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10231         by expiry now get marked as read.
10232
10233 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10236
10237 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10238
10239         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10240         unify Latin characters in XEmacs.
10241         (mm-find-mime-charset-region): Use it.
10242
10243 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-util.el (gnus-delete-directory): New function.
10246
10247         * gnus-agent.el (gnus-agent-delete-group): Use it.
10248
10249         * gnus-cache.el (gnus-cache-delete-group): Use it.
10250
10251 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10254         names.
10255
10256 2004-12-16  Simon Josefsson  <jas@extundo.com>
10257
10258         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10259
10260 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10263
10264         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10265         (gnus-group-set-current-level): Decode group name.
10266
10267 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10268
10269         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10270         failed.
10271
10272 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-group.el (gnus-group-delete-group): Decode group name.
10275         (gnus-group-make-rss-group): Encode group name.
10276         (gnus-group-catchup-current): Decode group name.
10277         (gnus-group-kill-group): Decode group name.
10278
10279 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10280
10281         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10282
10283 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-group.el (gnus-group-make-rss-group):
10286         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10287
10288         * gnus-start.el (gnus-setup-news): Honor user's setting to
10289         gnus-message-archive-method.  Suggested by Lute Kamstra
10290         <lute@gnu.org>.
10291
10292 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10293
10294         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10295         global counterparts of the buffer-local variables.
10296
10297 2004-11-16  Romain Francoise  <romain@orebokech.com>
10298
10299         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10300         counterparts of the buffer-local variables.
10301
10302 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * message.el (message-forbidden-properties): Fixed typo in doc
10305         string.
10306
10307 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-util.el (gnus-replace-in-string): Added doc string.
10310
10311         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10312         to avoid problems when splitting mails with many recipients.
10313
10314 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10315
10316         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10317         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10318
10319 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10320
10321         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10322         if there is no hashtable in memory or file modification time is
10323         newer than cached timestamp.
10324
10325 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10328         not-matching option.
10329
10330 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10333         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10334         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10335         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10336         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10337         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10338
10339 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * message.el (message-forward-make-body-mml): Remove headers
10342         according to message-forward-ignored-headers if a message is decoded.
10343
10344 2004-12-02  Romain Francoise  <romain@orebokech.com>
10345
10346         * message.el (message-forward-make-body-plain): Always remove
10347         headers according to message-forward-ignored-headers.
10348
10349 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10350
10351         * spam.el (spam-summary-prepare-exit): Remove the
10352         gnus-summary-limit pop for now, it has problems with ham marks for
10353         me.
10354
10355 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10358         correctly.
10359
10360 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10361
10362         * format-spec.el (format-spec): Message the char.
10363
10364 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10365
10366         * gnus-art.el (gnus-split-methods): Reformat comments.
10367
10368         * spam.el (spam-summary-prepare-exit): Remove article limits
10369         before exiting the summary buffer.
10370
10371 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10374         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10375
10376         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10377         order to silence the byte compiler.
10378
10379         * spam.el: Fix the way to silence the byte compiler, which
10380         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10381         bbdb-search-simple, spam-BBDB-register-routine,
10382         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10383         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10384         spam-stat-buffer-is-spam, spam-stat-load,
10385         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10386         spam-stat-save and spam-stat-split-fancy.
10387
10388 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10391         which may confuse users.
10392         (canlock-password-for-verify): Ditto.
10393
10394         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10395
10396         * gnus-art.el (gnus-emphasis-alist): Ditto.
10397
10398         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10399
10400         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10401
10402         * gnus-start.el (gnus-save-killed-list): Ditto.
10403
10404         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10405         (gnus-sum-thread-tree-root): Ditto.
10406         (gnus-sum-thread-tree-false-root): Ditto.
10407         (gnus-sum-thread-tree-single-indent): Ditto.
10408
10409         * message.el (message-courtesy-message): Ditto.
10410         (message-archive-note): Ditto.
10411         (message-subscribed-address-file): Ditto.
10412         (message-user-fqdn): Ditto.
10413
10414         * spam-report.el (spam-report-gmane-regex): Ditto.
10415
10416         * spam.el (spam-blackhole-good-server-regex): Ditto.
10417
10418 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * mml.el (mml-preview): Widen the message buffer before copying
10421         the contents to the preview buffer; sort headers before previewing.
10422
10423         * message.el (message-hidden-headers): Fix the way to avoid a bug
10424         in the `repeat' widget in Emacs 21.3 or earlier.
10425
10426 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * message.el (message-hidden-headers): Default to "^References:".
10429         Improve customization type.  Suggested by Reiner Steib
10430         <Reiner.Steib@gmx.de>.
10431
10432 2004-11-25  Romain Francoise  <romain@orebokech.com>
10433
10434         * message.el (message-strip-forbidden-properties): Remove check for
10435         obsolete `message-hidden' text property, hidden headers are not
10436         accessible in the buffer anymore.
10437
10438 2004-11-22  Romain Francoise  <romain@orebokech.com>
10439
10440         * message.el (message-header-format-alist): Add `From' in list
10441         so that it can be sorted.
10442         (message-fix-before-sending): Widen and sort headers before
10443         sending.
10444         (message-hide-headers): Use narrowing to hide headers by moving
10445         them to the top of the buffer and narrowing to the region
10446         underneath.
10447
10448 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449
10450         * message.el (message-strip-forbidden-properties): Bind
10451         buffer-read-only (etc) to nil.
10452
10453 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10456         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10457
10458 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10459
10460         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10461
10462 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463
10464         * dns.el (query-dns): Use sit-for to time instead of
10465         accept-process-output, since that doesn't seem to work on udp
10466         sockets.
10467
10468 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10471
10472 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10473
10474         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10475         doc string.  Improve doc string.
10476
10477 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * nntp.el (nntp-request-update-info): Return nil if
10480         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10481         may not call gnus-activate-group which uselessly issues the GROUP
10482         commands for all nntp groups and wastes time.  Reported by Romain
10483         Francoise <romain@orebokech.com>.
10484
10485         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10486
10487 2004-11-15  Simon Josefsson  <jas@extundo.com>
10488
10489         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10490         headers separately.
10491         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10492         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10493
10494 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-start.el (gnus-convert-old-newsrc):
10497         Assign legacy-gnus-agent to 5.10.7.
10498
10499 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10502         start of the lines.
10503
10504 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10505
10506         * hashcash.el (hashcash-default-payment): Change default to 20
10507         (hashcash-default-accept-payment): Change default to 20
10508         (hashcash-process-alist): New variable
10509         (hashcash-generate-payment-async): Add
10510         (hashcash-already-paid-p): Add
10511         (hashcash-insert-payment): Don't generate payments twice
10512         (hashcash-insert-payment-async): Add
10513         (hashcash-insert-payment-async-2): Add
10514         (hashcash-cancel-async): Add
10515         (hashcash-wait-async): Add
10516         (hashcash-processes-running-p): Add
10517         (hashcash-wait-or-cancel): Add
10518         (mail-add-payment): New optional argument.  Conditionally start
10519         asynchronous calculation.
10520         (mail-add-payment-async): Add
10521
10522         * message.el (message-send-mail): Wait for asynchronous hashcash
10523         results.  Don't clobber existing X-Hashcash headers.
10524         (message-setup-1): Call mail-add-payment-async when
10525         message-generate-hashcash is non-nil.
10526
10527 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10528
10529         * message.el (message-use-alternative-email-as-from): Examine the
10530         From header as well; use message-make-from in order to include a
10531         user's full name.
10532
10533 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10536         default; improve customization type.
10537         (gnus-emphasis-custom-with-format): New macro.
10538         (gnus-emphasis-custom-value-to-external): New function.
10539         (gnus-emphasis-custom-value-to-internal): New function.
10540
10541 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * dns.el (query-dns): Resolve reverse addresses.
10544
10545 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * gnus-group.el (gnus-group-get-new-news): Use it.
10548
10549         * gnus-start.el (gnus-check-reasonable-setup): New function.
10550
10551 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10554         "Args out of range" error.  Reported by Arnaud Giersch
10555         <arnaud.giersch@free.fr>.
10556
10557 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10558
10559         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10560
10561 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10562
10563         * spam.el (spam group): Add :version.
10564
10565         * pgg-def.el (pgg group): Add :version.
10566
10567 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-article-edit-article): Don't associate the
10570         article buffer with a draft file.  This is a temporary measure
10571         against the 2004-08-22 change to gnus-article-edit-mode.
10572
10573 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10576         (html2text-format-tags): Remove unused variable `attr'.
10577
10578 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10581
10582         * tls.el (tls-process-connection-type, tls-success)
10583         (tls-certtool-program): Add :version.
10584
10585         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10586         (starttls-extra-arguments, starttls-process-connection-type)
10587         (starttls-connect, starttls-failure, starttls-success): Add :version.
10588
10589         * spam-stat.el (spam-stat): Add :version.
10590
10591         * sieve.el (sieve): Add :version.
10592
10593         * sha1.el (sha1): Add :version.
10594         (sha1-use-external): Remove redundant version.
10595
10596         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10597         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10598         (nnmail-split-fancy-match-partial-words)
10599         (nnmail-split-lowercase-expanded): Add :version.
10600
10601         * nndiary.el (nndiary): Add :version.
10602
10603         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10604
10605         * mml-sec.el (mml-default-sign-method)
10606         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10607         Add :version.
10608
10609         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10610
10611         * mm-url.el (mm-url-use-external, mm-url-program)
10612         (mm-url-arguments): Add :version.
10613
10614         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10615         (mm-attachment-file-modes, mm-decrypt-option)
10616         (mm-w3m-safe-url-regexp): Add :version.
10617
10618         * message.el (message-cite-prefix-regexp)
10619         (message-sendmail-envelope-from, message-minibuffer-local-map)
10620         (message-user-fqdn, message-completion-alist): Add :version.
10621
10622         * gnus-win.el (gnus-configure-windows-hook)
10623         (gnus-use-frames-on-any-display): Add :version.
10624
10625         * gnus-art.el (gnus-article-address-banner-alist)
10626         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10627         (gnus-treat-from-picon, gnus-treat-mail-picon)
10628         (gnus-treat-x-pgp-sig): Add :version.
10629
10630         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10631         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10632         (gnus-summary-article-delete-hook)
10633         (gnus-summary-display-while-building): Add :version.
10634
10635         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10636         (gnus-get-top-new-news-hook): Add :version.
10637
10638         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10639         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10640
10641         * gnus-registry.el (gnus-registry): Add :version.
10642
10643         * gnus-spec.el (gnus-use-correct-string-widths)
10644         (gnus-make-format-preserve-properties): Add :version.
10645
10646         * gnus.el (gnus-group-charter-alist)
10647         (gnus-group-fetch-control-use-browse-url)
10648         (gnus-install-group-spam-parameters): Add :version.
10649
10650         * gnus-diary.el (gnus-diary): Add :version.
10651
10652         * gnus-delay.el (gnus-delay): Add :version.
10653
10654         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10655         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10656         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10657         Add :version.
10658
10659         * gnus-agent.el (gnus-agent-max-fetch-size)
10660         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10661         (gnus-agent-prompt-send-queue): Add :version.
10662
10663         * deuglify.el (gnus-outlook-deuglify): Add :version.
10664
10665         * html2text.el: Beautify code.  Improve doc strings.  Some
10666         checkdoc cleanup.
10667         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10668
10669 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10670
10671         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10672
10673 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10676         when package is loaded.
10677
10678         * spam.el (spam-summary-score-preferred-header): Add global preference
10679         for people who want to override the default SpamAssassin over
10680         Bogofilter preference (when both are set).
10681         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10682         (spam-user-format-function-S): Check
10683         spam-summary-score-preferred-header.
10684         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10685         (spam-user-format-function-S): Format the score correctly.
10686
10687 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10690         signature file.  Suggested by Manoj Srivastava
10691         <srivasta@golden-gryphon.com>.
10692
10693         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10694         iso-2022-jp even in the Japanese language environment.
10695         Suggested by Jason Rumney <jasonr@gnu.org>.
10696
10697 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10700         use the same characters as the dummy marks; make it free from
10701         getting affected by the language environment.
10702         (gnus-summary-read-group-1): Update mark positions only when the
10703         format spec is updated.
10704
10705         * gnus-spec.el (gnus-update-format-specifications): Return a list
10706         of updated types.
10707
10708 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10711         of boundp to check if display-warning is available.
10712
10713 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10716
10717 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * nnspool.el (nnspool-spool-directory): Use news-path if the
10720         news-directory variable is not bound.
10721
10722         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10723         function instead of display-warning if it is not available.
10724
10725 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10728         v5-10: Use `point-at-bol'.
10729
10730 2004-10-26  Simon Josefsson  <jas@extundo.com>
10731
10732         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10733         <chenggao@gmail.com>.
10734
10735 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10738         instead.
10739
10740 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10741
10742         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10743         to remove a server from the nnimap-server-buffer-alist.
10744         (nnimap-open-connection, nnimap-close-server): Use it.
10745
10746         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10747
10748 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10751         running the major-mode function.
10752
10753 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10756         dummy marks in the right way.
10757
10758 2004-10-18  David Edmondson  <dme@dme.org>
10759
10760         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10761         excessively.
10762
10763 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * gnus-util.el (gnus-split-references): Accept a nil references
10766         string and go on blissfully.
10767
10768         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10769         cases where the references string is non-nil but has no references.
10770
10771         * encrypt.el: Add autoload tags.
10772
10773         * spam.el (spam-resolve-registrations-routine): Remove article
10774         from unregistration list too.  Reported by David Hanak
10775         <dhanak@isis.vanderbilt.edu>
10776
10777 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10780         nil.  Changed custom type.
10781
10782 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10785
10786         * gnus-sum.el (gnus-summary-move-article): Use it.
10787
10788 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10789
10790         * encrypt.el: Add autoload cookies.
10791
10792         * spam.el (spam-backend-article-list-property)
10793         (spam-backend-get-article-todo-list)
10794         (spam-backend-put-article-todo-list)
10795         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10796         Resolve registrations separately.
10797         (spam-register-routine): Format comments.
10798         (spam-unregister-routine, spam-register-routine): Always call with
10799         specific-articles, no default list.
10800         (spam-summary-prepare-exit): Use the spam-classifications function.
10801
10802         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10803         gnus-encrypt.el.
10804
10805         * encrypt.el: Copied from gnus-encrypt.el.
10806
10807         * gnus-encrypt.el: Commented that it's obsolete.
10808
10809 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10812         (gnus-score-save): Use it.
10813
10814         * message.el (message-bury): Use `window-dedicated-p'.
10815
10816 2004-10-15  Simon Josefsson  <jas@extundo.com>
10817
10818         * pop3.el (top-level): Don't require nnheader.
10819         (pop3-read-timeout): Add.
10820         (pop3-accept-process-output): Add.
10821         (pop3-read-response, pop3-retr): Use it.
10822
10823 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10824
10825         * spam.el (spam-register-routine): Move comment.
10826         (spam-verify-bogofilter): Use 'unknown for the initial
10827         spam-bogofilter-valid state, not 'never.
10828
10829         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10830         for netrc-machine.
10831
10832         * nnimap.el (nnimap-open-connection): Use
10833         netrc-machine-user-or-password.
10834
10835 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10836
10837         * gnus-registry.el (gnus-registry-unload-hook):
10838         Set as a variable with add-hook.
10839
10840         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10841         of news-path.
10842
10843         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10844
10845         * spam.el: Delete duplicate `provide'.
10846         (spam-unload-hook): Set as a variable with add-hook.
10847
10848 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10851         in the doc string.
10852
10853         * message.el (message-ignored-news-headers)
10854         (message-ignored-supersedes-headers)
10855         (message-ignored-resent-headers)
10856         (message-forward-ignored-headers): Improve custom type.
10857
10858 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * message.el (message-tokenize-header): Fix 2004-09-06 change
10861         which used point-min in the wrong place.
10862
10863 2004-10-12  Simon Josefsson  <jas@extundo.com>
10864
10865         * tls.el (tls-certtool-program): New variable.
10866         (tls-certificate-information): New function, based on
10867         ssl-certificate-information.
10868
10869 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * compface.el: Move the version of ELisp-based uncompface program
10872         to the contrib directory because of the copyright problem.
10873
10874 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * message.el (message-kill-buffer): Raise the current frame.
10877
10878 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10881
10882         * gnus.el (message-y-or-n-p): Autoload.
10883
10884         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10885         (pop3-password-required, pop3-authentication-scheme)
10886         (pop3-leave-mail-on-server): Made customizable.
10887         (pop3): New custom group.
10888         (pop3-retr): Remove `sleep-for' statements.
10889         Suggested by Dave Love <fx@gnu.org>.
10890
10891         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10892         Windows/DOS.
10893
10894         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10895         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10896         Dave Love <fx@gnu.org>.
10897
10898         * mml.el (mml-minibuffer-read-disposition): Require match.
10899         Suggested by Dave Love <fx@gnu.org>.
10900
10901 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10904         doc string.
10905
10906 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10909
10910 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10911
10912         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10913         instead of calling `mm-insert-inline', to decode text/* parts
10914         before displaying them.
10915
10916 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * mm-uu.el (mm-uu-text-plain-type): New variable.
10919         (mm-uu-pgp-signed-extract-1): Use it.
10920         (mm-uu-pgp-encrypted-extract-1): Use it.
10921         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10922         bind mm-uu-text-plain-type with that value.
10923         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10924         mm-uu-dissect.
10925
10926 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-group.el (gnus-update-group-mark-positions):
10929         * gnus-sum.el (gnus-update-summary-mark-positions):
10930         * message.el (message-check-news-body-syntax):
10931         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10932         of string-as-multibyte.
10933
10934 2004-10-05  Juri Linkov  <juri@jurta.org>
10935
10936         * gnus-group.el (gnus-update-group-mark-positions):
10937         * gnus-sum.el (gnus-update-summary-mark-positions):
10938         * message.el (message-check-news-body-syntax):
10939         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10940         8-bit unibyte values to a multibyte string for search functions.
10941
10942 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10945         (mm-uu-dissect-text-parts): New function.
10946
10947         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10948         dissect text parts.
10949
10950         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10951         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10952
10953         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10954
10955         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10956         gnus-current-topics instead of gnus-current-topic.
10957
10958 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10959
10960         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10961
10962 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10963
10964         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10965         where approriate.
10966
10967         * nnml.el (nnml-generate-active-info): do.
10968
10969         * nndiary.el (nndiary-generate-active-info): do.
10970
10971         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10972         (gnus-topic-move): do.
10973
10974         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10975         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10976
10977         * gnus-srvr.el (gnus-server-prepare)
10978         (gnus-server-open-all-servers): do.
10979
10980         * gnus-msg.el (gnus-summary-cancel-article)
10981         (gnus-summary-resend-message)
10982         (gnus-summary-mail-crosspost-complaint): do.
10983
10984         * gnus-move.el (gnus-change-server): do.
10985
10986         * gnus-group.el (gnus-group-unmark-all-groups)
10987         (gnus-group-set-current-level): do.
10988
10989 2004-10-04  Simon Josefsson  <jas@extundo.com>
10990
10991         * message.el (message-generate-hashcash): Doc fix.
10992
10993 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10994
10995         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10996         avoid infinite recursion via gnus-get-function.
10997
10998 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10999
11000         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11001
11002         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11003
11004         * nnmail.el (nnmail-split-history): do.
11005
11006         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11007         (nnml-request-delete-group): do.
11008
11009         * nnslashdot.el (nnslashdot-read-groups): do.
11010
11011         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11012         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11013
11014         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11015         (nnspool-sift-nov-with-sed): Use last
11016         (nnspool-retrieve-headers-with-nov): Use mapc.
11017         (nnspool-request-newgroups): Use dolist.
11018         (nnspool-request-group): Use last.
11019
11020         * nntp.el (nntp-read-server-type): Use dolist.
11021
11022         * nnvirtual.el (nnvirtual-create-mapping)
11023         (nnvirtual-update-read-and-marked): Use dolist.
11024         (nnvirtual-convert-headers): Simplify.
11025
11026 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11027
11028         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11029         support for sync'ing tick marks.
11030
11031 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11034         there's no visible header.
11035
11036 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11037
11038         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11039         necessary, pass full group name to gnus-request-set-marks.
11040
11041 2004-10-01  Simon Josefsson  <jas@extundo.com>
11042
11043         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11044         acroread.
11045
11046 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * spam-report.el (spam-report-gmane): Fix interactive.
11049
11050         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11051
11052         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11053         when writing file.
11054         (gnus-agent-synchronize-flags): Don't default to being
11055         interactive.
11056
11057 2004-09-30  Simon Josefsson  <jas@extundo.com>
11058
11059         * message.el (message-generate-hashcash): Add.
11060         (message-send-mail): Use it, call mail-add-payment.
11061
11062 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11063
11064         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11065
11066 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11067
11068         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11069         gnus-requst-update-info with explicit code to sync the in-memory
11070         info read flags with the marks being sync'd to the backend.
11071
11072         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11073
11074 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11075
11076         * spam.el (spam-verify-bogofilter): Add new function.
11077         (spam-check-bogofilter)
11078         (spam-bogofilter-register-with-bogofilter): Use it.
11079         (spam-verify-bogofilter): Add small fixes.
11080
11081 2004-09-28  Simon Josefsson  <jas@extundo.com>
11082
11083         * hashcash.el (hashcash-generate-payment): Revert.
11084
11085 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11086
11087         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11088         gnus-extract-references instead of gnus-split-references.
11089
11090         * gnus-util.el (gnus-extract-references): Add new function, analogous
11091         to gnus-split-references but extracts only the message-ID without
11092         anything extra.
11093
11094         * hashcash.el (hashcash-generate-payment)
11095         (hashcash-check-payment): Do the right thing if hashcash-path is
11096         nil (because the hashcash program could not be found).
11097
11098         * spam.el (spam-use-hashcash): Remove comment.
11099
11100 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11101
11102         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11103         (gnus-cache-enter-article, gnus-cache-remove-article)
11104         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11105
11106         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11107
11108         * gnus-art.el (article-hide-boring-headers)
11109         (article-translate-strings, article-display-face)
11110         (gnus-article-mime-match-handle-first)
11111         (gnus-article-highlight-headers)
11112         (gnus-article-add-buttons-to-head): do.
11113
11114 2004-09-27  Simon Josefsson  <jas@extundo.com>
11115
11116         * hashcash.el: New version, from
11117         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11118         ../contrib/.
11119
11120 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11123
11124 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11125
11126         * gnus-dup.el (gnus-dup-open): Use mapc.
11127         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11128
11129         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11130         Reported by Stefan Wiens <s.wi@gmx.net>.
11131
11132         * gnus.el (gnus-shutdown): Use dolist.
11133
11134         * gnus-undo.el (gnus-undo): Use mapc.
11135
11136         * nnrss.el (nnrss-generate-active): do.
11137
11138         * message.el (message-cite-original-without-signature)
11139         (message-cite-original): Use mapc.
11140         (message-do-actions, message-make-forward-subject): Use dolist.
11141
11142 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11143
11144         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11145         deletion to remove entire duplicate line.  Fixes merged article
11146         number bug.
11147
11148 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11149
11150         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11151         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11152         first ask if you want to open a server and then, even when you
11153         responded with no, asking if you want to synchronize the server's
11154         flags.
11155         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11156         multi-line expressions.
11157         (gnus-agent-synchronize-group-flags): New internal function.
11158         Updates marks in memory (in the info structure) AND in the
11159         backend.
11160
11161         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11162
11163         * nnagent.el (nnagent-request-set-mark): Use
11164         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11165         method, to ensure that synchronization updates marks in the
11166         backend and in the info (in memory) structure.
11167
11168 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11171         convention fully; don't miss the root article of a thread; make
11172         the X-Draft-From header with correct article numbers.
11173
11174 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11175
11176         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11177         unless plugged.  Disable the agent so that an open failure causes
11178         an error.
11179
11180         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11181         Reverted 2004-09-21 change.  The backend must be opened while
11182         synchronizing flags even when the backend stores the flags
11183         locally.
11184
11185 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11188         in `header' match.  Reported by Svend Tollak Munkejord.
11189
11190         * message.el (message-cite-original): Fix use of
11191         `message-cite-articles-with-x-no-archive'.
11192
11193 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11196         (gnus-window-to-buffer): Ditto.
11197
11198         * mml.el (mml-preview-buffer): New variable.
11199         (mml-preview): Manage window layout with gnus-buffer-configuration.
11200
11201         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11202         X-Draft-From header even if those articles aren't quoted.
11203
11204 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11205
11206         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11207         (gnus-request-set-mark, gnus-request-update-mark): Use new
11208         g-s-t-u-l-m to decide to use backend even when unplugged.
11209
11210 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11213         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11214
11215 2004-09-20  Simon Josefsson  <jas@extundo.com>
11216
11217         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11218         "utf-16-le".
11219
11220 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11221
11222         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11223
11224 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * uudecode.el (uudecode-use-external): Add :version.
11227
11228         * smime.el (smime-CA-file, smime-encrypt-cipher)
11229         (smime-dns-server): Add :version.
11230
11231         * smiley.el (gnus-smiley-file-types): Add :version.
11232
11233         * sha1.el (sha1-use-external): Add :version.
11234
11235         * pgg-def.el (pgg-query-keyserver): Add :version.
11236
11237         * nnmail.el (nnmail-fancy-expiry-targets)
11238         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11239         Add :version.
11240
11241         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11242         (nnimap-retrieve-groups-asynchronous): Add :version.
11243         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11244
11245         * mml.el (mml-content-disposition-parameters)
11246         (mml-insert-mime-headers-always): Add :version.
11247
11248         * mm-util.el (mm-coding-system-priorities): Add :version.
11249
11250         * mm-decode.el (mm-inline-text-html-with-images)
11251         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11252         (mm-verify-option): Add :version.
11253         (mm-text-html-renderer): Change :version.
11254
11255         * message.el (message-fcc-externalize-attachments)
11256         (message-required-headers, message-draft-headers)
11257         (message-subject-trailing-was-query)
11258         (message-subject-trailing-was-ask-regexp)
11259         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11260         (message-mark-insert-end, message-archive-header)
11261         (message-archive-note, message-cross-post-default)
11262         (message-cross-post-note, message-followup-to-note)
11263         (message-cross-post-note-function, message-use-mail-followup-to)
11264         (message-subscribed-address-functions)
11265         (message-subscribed-address-file, message-subscribed-addresses)
11266         (message-subscribed-regexps, message-allow-no-recipients)
11267         (message-yank-cited-prefix, message-signature-insert-empty-line)
11268         (message-hidden-headers, message-hierarchical-addresses)
11269         (message-mail-user-agent, message-use-idna)
11270         (message-valid-fqdn-regexp)
11271         (message-strip-special-text-properties, message-header-synonyms)
11272         (message-beginning-of-line, message-tab-body-function): Add :version.
11273         (message-insert-canlock, message-wide-reply-confirm-recipients):
11274         Change :version.
11275
11276         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11277         and :version.
11278         (mail-source-delete-old-incoming-confirm)
11279         (mail-source-movemail-program): Add :version.
11280
11281         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11282         (gnus-agent-cache, gnus-agent): Change :version.
11283
11284         * gnus-util.el (gnus-use-byte-compile): Change :version.
11285
11286         * gnus-sum.el (gnus-summary-make-false-root-always)
11287         (gnus-summary-default-high-score)
11288         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11289         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11290         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11291         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11292         (gnus-sum-thread-tree-single-indent)
11293         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11294         (gnus-sum-thread-tree-leaf-with-other)
11295         (gnus-sum-thread-tree-single-leaf): Add :version.
11296         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11297         (gnus-article-loose-mime): Change :version.
11298
11299         * gnus-start.el (gnus-backup-startup-file)
11300         (gnus-save-startup-file-via-temp-buffer): Add :version.
11301
11302         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11303         (gnus-server-offline-face): Add :version.
11304
11305         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11306
11307         * gnus-msg.el (gnus-gcc-externalize-attachments)
11308         (gnus-debug-files, gnus-debug-exclude-variables)
11309         (gnus-discouraged-post-methods): Change :version.
11310         (gnus-confirm-mail-reply-to-news)
11311         (gnus-confirm-treat-mail-like-news): Add :version.
11312
11313         * gnus-int.el (gnus-server-unopen-status): Add :version.
11314
11315         * gnus-group.el (gnus-group-jump-to-group-prompt)
11316         (gnus-large-ephemeral-newsgroup)
11317         (gnus-fetch-old-ephemeral-headers): Add :version.
11318
11319         * gnus-fun.el (gnus-x-face-directory)
11320         (gnus-convert-pbm-to-x-face-command)
11321         (gnus-convert-image-to-x-face-command)
11322         (gnus-convert-image-to-face-command): Add :version.
11323
11324         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11325
11326         * gnus-cite.el (gnus-cite-blank-line-after-header)
11327         (gnus-article-boring-faces): Add :version.
11328
11329         * gnus-art.el (gnus-buttonized-mime-types)
11330         (gnus-inhibit-mime-unbuttonizing)
11331         (gnus-treat-display-face)
11332         (gnus-treat-body-boundary): Change :version.
11333         (gnus-body-boundary-delimiter, gnus-picon-databases)
11334         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11335         (gnus-treat-date-english, gnus-treat-fold-headers)
11336         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11337         (gnus-treat-mail-picon, gnus-treat-wash-html)
11338         (gnus-article-encrypt-protocol)
11339         (gnus-use-idna, gnus-article-over-scroll)
11340         (gnus-mime-display-multipart-alternative-as-mixed)
11341         (gnus-mime-display-multipart-related-as-mixed)
11342         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11343         (gnus-ctan-url, gnus-button-ctan-handler)
11344         (gnus-button-handle-ctan-bogus-regexp)
11345         (gnus-button-ctan-directory-regexp)
11346         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11347         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11348         (gnus-button-man-level, gnus-button-emacs-level)
11349         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11350
11351         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11352         (gnus-agent-go-online): Change :version.
11353         (gnus-agent-expire-unagentized-dirs)
11354         (gnus-agent-auto-agentize-methods): Add :version.
11355
11356         * flow-fill.el (fill-flowed-display-column)
11357         (fill-flowed-encode-column): Add :version.
11358
11359         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11360         (gnus-outlook-deuglify-unwrap-max)
11361         (gnus-outlook-deuglify-cite-marks)
11362         (gnus-outlook-deuglify-unwrap-stop-chars)
11363         (gnus-outlook-deuglify-no-wrap-chars)
11364         (gnus-outlook-deuglify-attrib-cut-regexp)
11365         (gnus-outlook-deuglify-attrib-verb-regexp)
11366         (gnus-outlook-deuglify-attrib-end-regexp)
11367         (gnus-outlook-display-hook): Add :version.
11368
11369         * binhex.el (binhex-use-external): Add :version.
11370
11371 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11374         and `invisible'.
11375
11376 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11377
11378         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11379         in gnus-registry-trim.
11380
11381 2004-09-13  Simon Josefsson  <jas@extundo.com>
11382
11383         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11384
11385         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11386
11387         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11388         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11389         <yamaoka@jpl.org>.
11390         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11391         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11392         <yamaoka@jpl.org>.
11393
11394         * sieve.el (sieve-manage-mode): Ditto.
11395
11396 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11399
11400 2004-09-11  Simon Josefsson  <jas@extundo.com>
11401
11402         * dns-mode.el: Add.
11403
11404         * mm-view.el (mm-display-dns-inline): Add.
11405
11406         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11407         (mm-automatic-display): Ditto.
11408
11409         * mailcap.el (mailcap-mime-data): Add text/dns.
11410         (mailcap-mime-extensions): Map .soa to text/dns.
11411
11412 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11413
11414         * gnus-art.el (article-decode-mime-words, article-babel)
11415         (gnus-article-highlight-signature, gnus-article-add-buttons)
11416         (gnus-signature-toggle): Remove unnecessary bindings of
11417         `inhibit-read-only' inherited from v5.10 merge.
11418
11419 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * nntp.el (nntp): New customization group.
11422         (nntp-authinfo-file): Add customization group.
11423
11424         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11425
11426         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11427
11428         * gnus.el (to-address, to-list, subscribed)
11429         (large-newsgroup-initial): Ditto.
11430
11431         * flow-fill.el (fill-flowed-display-column)
11432         (fill-flowed-encode-column): Ditto.
11433
11434 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11435
11436         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11437         Use point-min rather than 1.
11438         (message-send-mail): Use buffer-size rather than point-max.
11439
11440         * gnus-sum.el (gnus-summary-search-article-forward):
11441         Signal a specific `search-failed' rather than a generic `error'.
11442
11443         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11444         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11445         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11446
11447 2004-09-10  Simon Josefsson  <jas@extundo.com>
11448
11449         * nndb.el (require): Remove tcp and duplicate cl.
11450
11451 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * gnus-agent.el (directory-files-and-attributes): Move forward.
11454
11455 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11456
11457         * gnus-agent.el (directory-files-and-attributes): Optionally
11458         defined to support XEmacs.
11459
11460 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11461
11462         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11463         to avoid run-time CL dependencies.
11464         (gnus-agent-unfetch-articles): New function.
11465         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11466         article numbers even when local .overview file is missing.
11467         (gnus-agent-read-article-number): New function.  Only accepts
11468         27-bit article numbers.
11469         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11470         gnus-agent-read-article-number.
11471         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11472         from backend while recognizing that article numbers in .overview
11473         must be valid.
11474         (gnus-agent-update-files-total-fetched-for): Use
11475         directory-files-and-attributes to improve performance.
11476         * gnus-int.el (gnus-request-move-article): Use
11477         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11478         improve performance.
11479
11480         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11481         some users confused by references to .newsrc when they only have a
11482         .newsrc.eld file.
11483         (gnus-convert-mark-converter-prompt)
11484         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11485         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11486         New function.  Used internally to only display 'gnus converting
11487         files' message when actually necessary.
11488
11489         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11490         methods now autoloaded.
11491
11492 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11495         identifiers.
11496
11497 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-picon.el: Fix indentation and closing parenthesis.
11500
11501 2004-09-01  Simon Josefsson  <jas@extundo.com>
11502
11503         * message.el (message-canlock-generate): Require sha1, not
11504         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11505         to require within a function.  Sadly, if sha1.el isn't loaded, the
11506         let binding in m-c-g will hide the defcustom definition, which is
11507         bad.)
11508
11509         * canlock.el: Require sha1, not sha1-el.
11510
11511         * message.el: Don't autoload sha1 (there is a autoload cookie in
11512         sha1.el).
11513
11514         * sha1-el.el: Renamed to sha1.el.
11515
11516 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11517
11518         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11519
11520 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11521
11522         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11523
11524 2004-08-30  Kim F. Storm  <storm@cua.dk>
11525
11526         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11527
11528         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11529         Add :group 'nnimap.
11530
11531 2004-08-30  Andreas Schwab  <schwab@suse.de>
11532
11533         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11534         ?* and ?\;.
11535
11536         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11537         and ?\' to symbol instead of whitespace.
11538
11539 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11542
11543         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11544         instead of re-search-forward.
11545
11546         * gnus-uu.el (gnus-uu-save-article): Ditto.
11547         (gnus-uu-post-encode-uuencode): Ditto.
11548
11549         * html2text.el (html2text-clean-list-items): Ditto.
11550         (html2text-clean-dtdd): Ditto.
11551         (html2text-format-tags): Ditto.
11552
11553         * message.el (message-send-mail-with-sendmail): Fix regexp.
11554         (message-fill-field-general): Use search-forward instead of
11555         re-search-forward.
11556         (unbold-region): Ditto.
11557
11558         * nnrss.el (nnrss-request-article): Ditto.
11559
11560         * nnslashdot.el (nnslashdot-request-article): Ditto.
11561
11562         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11563
11564         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11565         "Unrecognized menu descriptor" error in XEmacs.
11566
11567 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11568
11569         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11570         parent article of a sparse article in the thread hashtb.
11571
11572 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11573
11574         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11575         (nnmail-expand-newtext): Lowercase expanded entries if
11576         nnmail-split-lowercase-expanded is non-nil.
11577
11578 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11581
11582         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11583         of gnus-tmp-news-method into string under XEmacs.  It will be
11584         passed to gnus-correct-length which takes only a string argument.
11585
11586 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-util.el (gnus-bind-print-variables): New macro.
11589         (gnus-prin1): Use it.
11590         (gnus-prin1-to-string): Use it.
11591         (gnus-pp): New function.
11592         (gnus-pp-to-string): New function.
11593
11594         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11595         Replace pp-to-string with gnus-pp-to-string.
11596         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11597         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11598         * gnus-msg.el (gnus-debug): Ditto.
11599         * gnus-score.el (gnus-score-save): Ditto.
11600         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11601         gnus-pp-to-string.
11602         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11603         with gnus-pp.
11604         * score-mode.el (gnus-score-pretty-print): Ditto.
11605         * webmail.el (webmail-debug): Ditto.
11606
11607 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-art.el (article-display-face, article-display-x-face):
11610         Use buffer-read-only.
11611
11612 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-art.el (article-hide-list-identifiers):
11615         Bind inhibit-read-only as t.
11616
11617 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11620
11621 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11622
11623         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11624         (gnus-narrow-to-page): Don't assume point-min == 1.
11625         (gnus-article-edit-mode): Derive from message-mode.
11626
11627         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11628         point-min == 1.
11629
11630         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11631         Disable incorrect use of `assert'.
11632
11633         * message.el (message-mode): Set comment-start-skip.
11634
11635
11636 2004-08-22  Sam Steingold  <sds@gnu.org>
11637
11638         * pop3.el (pop3-leave-mail-on-server): New user variable.
11639         (pop3-movemail): Delete mail only when it is nil.
11640
11641 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11644
11645         * mml.el (mml-preview): Use `pop-to-buffer'.
11646
11647         * message.el (message-goto-mail-followup-to): Insert after "To".
11648         (message-carefully-insert-headers): Add comment.
11649
11650         * gnus.el: Remove unused variable `gnus-article-check-size'.
11651
11652         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11653
11654         * gnus-art.el (gnus-button-alist): Improve
11655         `gnus-button-handle-library' entry.
11656
11657 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11658
11659         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11660         downcase, since XEmacs capitalizes error messages differently.
11661
11662 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11663
11664         * nntp.el: Add (require 'gnus) due to reference to
11665         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11666
11667 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11668
11669         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11670         `mm-fill-flowed'.
11671
11672         * mm-decode.el (mm-dissect-singlepart): Check it.
11673
11674 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11675
11676         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11677         'imap' for netrc parsing.
11678
11679 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * mailcap.el (mailcap-mime-data): Mark as risky.
11682
11683 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11686         may be included in the encoded word.
11687         (rfc2047-encode): Don't append a space if the encoded word
11688         includes close parenthesis.
11689
11690 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11693         of text within parentheses.
11694
11695 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11696
11697         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11698         (gnus-encrypt-write-file-contents): Make the password key the file
11699         name PLUS the cipher, not just the cipher.  Also remove failed
11700         passwords from the cache.
11701
11702 2004-08-06  Simon Josefsson  <jas@extundo.com>
11703
11704         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11705         fix.
11706
11707 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11710         LWSP.
11711
11712 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11713
11714         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11715         to append in-reply-to: data to the references: header.
11716
11717         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11718         (netrc-parse): Use gnus-encrypt.el functions.
11719
11720         * gnus-encrypt.el: Add new file for encryption support; currently
11721         does only a few GPG ciphers and an internal XOR cipher.
11722
11723         * password.el: Add comments on using password-read-and-add.
11724         (password-read-and-add): Add function to read and add the
11725         password to the cache at once.
11726
11727 2004-07-28  Simon Josefsson  <jas@extundo.com>
11728
11729         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11730         parameter (but don't use it, for now).
11731
11732         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11733         instead of hard coding to nil.
11734
11735 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11738         as mm-inline-image-xemacs does.
11739
11740 2004-07-26  Simon Josefsson  <jas@extundo.com>
11741
11742         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11743         Revert part of 2004-07-17 change below.
11744
11745 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11748         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11749
11750 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11753         quotes that actually start with ">" at the beginning of the
11754         lines.
11755
11756 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * rfc2047.el (rfc2047-encode-region): Fix last change.
11759         (rfc2047-encode-parameter): Remove useless concat.
11760
11761 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11764         encode special characters; fix some kind of misconfigured headers;
11765         signal a real error if debug-on-quit or debug-on-error is non-nil.
11766         (rfc2047-encode-max-chars): New variable.
11767         (rfc2047-encode-1): Use it.
11768         (rfc2047-encode-parameter): New function.
11769
11770         * mml.el (mml-insert-parameter): Remove an excessive space.
11771
11772 2004-07-17  Simon Josefsson  <jas@extundo.com>
11773
11774         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11775         Kai Grossjohann <kai@emptydomain.de>.
11776         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11777         (gnus-group-make-menu-bar): Ditto.
11778
11779         * gnus-util.el (gnus-group-server): Add.
11780
11781 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11782
11783         * message.el (message-clone-locals): Clone sendmail and smtp
11784         variables.
11785
11786 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * rfc2047.el (rfc2047-encode-region): Fix last change.
11789
11790 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11793         characters as non-special.
11794
11795 2004-07-09  Simon Josefsson  <jas@extundo.com>
11796
11797         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11798         Users will lose all flag changes made while unplugged with
11799         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11800         good default.  See numerous reports on ding mailing list.
11801
11802 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11805         add generate-head-function and generate-article-function to the
11806         rfc822-forward entry.
11807         (nndoc-rfc822-forward-generate-article): New function.
11808         (nndoc-rfc822-forward-generate-head): New function.
11809
11810         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11811
11812 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11813
11814         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11815         respect display group parameter and gnus-summary-expunge-below.
11816         (gnus-articles-to-read): Remove unused reference to display group
11817         parameter.
11818
11819 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * nnheader.el (nnheader-uniquify-message-id): New experimental
11822         variable.
11823         (nnheader-nov-read-message-id): Use it.
11824
11825         * spam-report.el (spam-report-gmane): Add interactive.
11826
11827 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11830         qp-or-base64 for the application/* types.
11831
11832 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11833
11834         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11835
11836 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11837
11838         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11839         trim value.
11840
11841 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11842
11843         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11844         New macro and function.
11845         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11846
11847 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11850         after-load-alist.
11851
11852 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11855         update info that isn't there.
11856
11857 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11858
11859         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11860         entry.
11861
11862 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * mm-view.el (mm-inline-render-with-function): Use multibyte
11865         buffer; decode html source by charset.
11866
11867         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11868
11869         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11870         Mule-UCS is loaded under XEmacs.
11871         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11872
11873 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11874
11875         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11876
11877 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mm-util.el (mm-coding-system-p): Return a coding-system.
11880         (mm-mime-mule-charset-alist): Use shift_jis instead of
11881         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11882         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11883         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11884         instead of japanese-shift-jis and iso-latin-1 respectively in
11885         order to share the default value with both Emacs and XEmacs-mule.
11886         (mm-mule-charset-to-mime-charset): Make
11887         mm-coding-system-priorities effective.
11888         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11889         while predicating of candidates upon the priorities.
11890
11891 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11892
11893         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11894         gnus-uu-invert-processable.
11895
11896         * gnus.el: Autoload gnus-uu-invert-processable.
11897
11898 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * mm-util.el (mm-with-multibyte-buffer): New macro.
11901
11902         * rfc2047.el (rfc2047-encode-string): Use it.
11903         (rfc2047-encode-region): Move point to the end of the region after
11904         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11905
11906 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11909         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11910
11911 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11914         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11915         Karl Chen <quarl@nospam.quarl.org>.
11916
11917 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11918
11919         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11920         invalid addresses.
11921
11922 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11923
11924         * spam.el: Change section markers, revise TODO list.
11925         (spam-backends): Make new master list of all installed backends.
11926         (spam-summary-exit-behavior): Add new variable to determine how
11927         messages moves are done at summary exit.
11928         (spam-move-spam-nonspam-groups-only)
11929         (spam-process-ham-in-nonham-groups)
11930         (spam-process-ham-in-spam-groups): Remove variables, the
11931         spam-summary-exit-behavior variable should be used to manage this
11932         behavior.
11933         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11934         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11935         and spam-old-spam-articles.
11936         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11937         Add empty variables, placeholders for the backends they represent.
11938         (spam-set-difference): Move, unchanged.
11939         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11940         unless the user has a processor variable.
11941         (spam-classifications, spam-classification-valid-p)
11942         (spam-backend-properties, spam-backend-property-valid-p)
11943         (spam-backend-function-type-valid-p)
11944         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11945         (spam-report-articles-gmane, spam-report-articles-resend):
11946         Remove functions, they are not needed.
11947         (spam-install-backend-super, spam-backend-list)
11948         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11949         (spam-backend-function, spam-backend-ham-registration-function)
11950         (spam-backend-spam-registration-function)
11951         (spam-backend-ham-unregistration-function)
11952         (spam-backend-spam-unregistration-function)
11953         (spam-backend-statistical-p, spam-backend-mover-p)
11954         (spam-install-backend-alias, spam-install-checkonly-backend)
11955         (spam-install-mover-backend, spam-install-nocheck-backend)
11956         (spam-install-backend, spam-install-statistical-backend)
11957         (spam-install-statistical-checkonly-backend): Add backend installation
11958         support.
11959         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11960         (spam-group-processor-p): Use the new backend code and respect the
11961         summary exit behavior.
11962         (spam-mark-spam-as-expired-and-move-routine): Remove.
11963         (spam-summary-prepare): Change to use the new spam-old-articles
11964         variable.
11965         (spam-copy-or-move-routine, spam-copy-spam-routine)
11966         (spam-move-spam-routine, spam-copy-ham-routine)
11967         (spam-move-ham-routine): Add code to copy/move ham or spam.
11968         (spam-fetch-field-fast): Improve doc and code, plus allow the
11969         'number request.
11970         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11971         variables.
11972         (spam-split, spam-find-spam): Use the new backend code.
11973         (spam-registration-functions): Remove variable.
11974         (spam-unregister-routine): Add convenience wrapper.
11975         (spam-log-undo-registration, spam-register-routine)
11976         (spam-log-processing-to-registry)
11977         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11978         where possible.
11979         (spam-check-gmane-xref, spam-check-regex-headers)
11980         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11981         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11982         (spam-check-bogofilter-headers, spam-check-spamoracle)
11983         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11984         (spam-check-crm114-headers): Use the spam-split-group that
11985         spam-split prepares, no need to determine it every time.
11986
11987         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11988         to the nnheader-parse-naked-head call.
11989
11990         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11991
11992         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11993         the nnheader-nov-read-message-id call.
11994
11995 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11998         gnus-activate-group twice.  Suggested by Markus Peter
11999         <warp@spin.de>.
12000
12001 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * gnus-art.el (gnus-article-time-format): Exchange the order of
12004         day and month in the default value; fix customization type.
12005         (article-date-ut): Use add-text-properties.
12006         (article-make-date-line): Use message-make-date instead of
12007         current-time-string.
12008
12009         * message.el (message-fetch-field): Don't use set-text-properties.
12010         (message-make-date): Simplify.
12011
12012         * messagexmas.el (message-xmas-make-date): New function.
12013         (message-xmas-redefine): Defalias message-make-date to it.
12014
12015 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12018         (rfc2047-encode-region): Treat text within parentheses as special;
12019         show the original text when error has occurred.
12020
12021         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12022         already-computed method to gnus-activate-group.
12023
12024         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12025         same select-methods identical Lisp objects.
12026
12027         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12028         object when modifying the info.
12029
12030 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12033         gnus-opened-servers since it has never been opened with the new
12034         configuration yet.
12035
12036 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12039         arg to nnheader-generate-fake-message-id.
12040
12041 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12042
12043         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12044         number and build a fake message ID localized to a group and
12045         article number (so it's repeatable from that point on).
12046         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12047         ID format.
12048
12049         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12050         nnheader-generate-fake-message-id with the article number.
12051
12052 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12053
12054         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12055         end-of-buffer.
12056
12057 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * message.el (message-ignored-supersedes-headers): Add Approved.
12060
12061 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12064         goto-char.
12065         (rfc2047-encode): Fold the line before encoding.
12066
12067 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068
12069         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12070         folding -- not all headers can be folded, and this should be done
12071         by the message composition mode.  Probably.  I think.
12072
12073 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12076         fast.
12077
12078         * gnus-ems.el (gnus-remove-image): Don't use
12079         message-text-with-property; remove only the image found first.
12080
12081         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12082         found first.
12083
12084 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12085
12086         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12087
12088 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * message.el (message-text-with-property): Make it fast and accept
12091         optional arguments.
12092         (message-strip-forbidden-properties): Use it.
12093         (message-fix-before-sending): Follow the m-t-w-p change.
12094
12095         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12096
12097 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (article-hide-headers): Don't change the buffer
12100         mistakenly when performing mml-preview even if
12101         gnus-single-article-buffer is nil.
12102
12103 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12104
12105         * message.el (message-expand-name-databases): New user option.
12106         (message-expand-name): Use it.
12107
12108 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-report-articles-resend)
12111         (spam-report-resend-register-routine): Allow ham reporting.
12112         (spam-report-resend-register-ham-routine): Add wrapper.
12113         (spam-registration-functions): Add ham resending functions.
12114         (spam-list-of-processors): Add ham resend processor.
12115
12116         * gnus.el (ham-resend-to): Add new group parameter.
12117         (spam-process): Add ham resend option.
12118
12119         * spam-report.el (spam-report-resend): Allow reporting ham.
12120         (spam-report-resend-ham): Add wrapper.
12121
12122 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * message.el (message-cite-articles-with-x-no-archive): New
12125         variable.
12126         (message-cite-original): Use it.
12127
12128 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * message.el (message-cite-original): Respect X-No-Archive.
12131
12132 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-art.el (article-hide-headers): Refer to the values for
12135         gnus-ignored-headers and gnus-visible-headers in the summary
12136         buffer since a user may have set them as group parameters.
12137
12138 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * assistant.el (assistant-node-name): Add convenience function.
12141         (assistant-render-text, assistant-render-node): Add error handling,
12142         plus handle multiple next nodes.
12143         (assistant-find-next-node): Comment out for now.
12144         (assistant-find-next-nodes): Add function, returns list of next
12145         nodes.
12146
12147 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * mail-source.el (mail-source-directory): Fix doc-string.
12150
12151 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12152
12153         * assistant.el (assistant-render-text, assistant-eval): Add :set
12154         widget type, which is different because it takes and returns a
12155         list.  Much hilarity ensues.
12156
12157 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12160
12161         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12162         doc-string.
12163
12164         * gnus-start.el (gnus-activate-group): Added doc-string.
12165
12166 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12169
12170 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12171
12172         * assistant.el (assistant-render-text): Try to add a :set
12173         widget, more to come.
12174
12175         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12176         strings.
12177         (spam-report-articles-resend)
12178         (spam-register-routine): Do registration iff any articles warrant
12179         it.
12180         (spam-summary-prepare-exit): Change log message for nil group
12181         destinations.
12182
12183 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12184
12185         * spam.el (spam-report-resend-register-routine): Allow
12186         spam-report-resend-to to be a group parameter or a global value.
12187
12188 2004-05-26  Simon Josefsson  <jas@extundo.com>
12189
12190         * starttls.el: Merge with my GNUTLS based starttls.el.
12191         (starttls-gnutls-program, starttls-use-gnutls)
12192         (starttls-extra-arguments, starttls-process-connection-type)
12193         (starttls-connect, starttls-failure, starttls-success): New
12194         variables.
12195         (starttls-program, starttls-extra-args): Doc fix.
12196         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12197         functions.
12198         (starttls-negotiate, starttls-open-stream): Check
12199         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12200         function if it is set.
12201
12202 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12205         structured fields.
12206
12207 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12210
12211 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12212
12213         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12214         variable.
12215         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12216         assigning the spam-mark to new messages.
12217
12218 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12219
12220         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12221
12222 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12225
12226         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12227         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12228         default.
12229
12230 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12231
12232         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12233         correct data.
12234
12235 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12236
12237         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12238         (spam-group-processor-p): Fix function.
12239         (spam-group-processor-multiple-p)
12240         (spam-group-spam-processor-report-gmane-p)
12241         (spam-group-spam-processor-report-resend-p)
12242         (spam-group-spam-processor-bogofilter-p)
12243         (spam-group-spam-processor-blacklist-p)
12244         (spam-group-spam-processor-ifile-p)
12245         (spam-group-ham-processor-ifile-p)
12246         (spam-group-spam-processor-spamoracle-p)
12247         (spam-group-spam-processor-crm114-p)
12248         (spam-group-ham-processor-bogofilter-p)
12249         (spam-group-spam-processor-stat-p)
12250         (spam-group-ham-processor-stat-p)
12251         (spam-group-ham-processor-whitelist-p)
12252         (spam-group-ham-processor-BBDB-p)
12253         (spam-group-ham-processor-spamoracle-p)
12254         (spam-group-ham-processor-copy-p): Remove functions with some
12255         prejudice against unneeded code.
12256         (spam-report-articles-resend)
12257         (spam-report-resend-register-routine): Allow the group/topic
12258         spam-resend-to value to override spam-report-resend-to.
12259         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12260         properly now.
12261
12262         * gnus.el (spam-resend-to): Add group/topic parameter.
12263         (spam-process): Move the OBSOLETE processors to the end of the
12264         choices.
12265
12266 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12267
12268         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12269         with resend-to set to nil, and then ask the user if necessary.
12270         (spam-report-resend): spam-report-resend takes a list of articles, not
12271         separate article numbers.
12272
12273 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12276         addition to emacs-w3m.
12277
12278 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * assistant.el (assistant-authinfo-data): New function.
12281         (assistant-eval): Eval for entire assistant.
12282
12283         * netrc.el (netrc-services-file): New variable.
12284         (netrc-parse-services): New function.
12285         (netrc-find-service-name): New function.
12286         (netrc-find-service-number): New function.
12287         (netrc-port-equal): New function.
12288         (netrc-machine): Use it.
12289
12290         * nnimap.el (nnimap-open-connection): Use netrc.
12291
12292         * gnus-util.el (gnus-netrc-get): Remove aliases.
12293
12294         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12295
12296         * assistant.el (wid-edit): Fix compilation.
12297
12298         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12299
12300 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12301
12302         * gnus-util.el (gnus-set-file-modes): New function.  (small
12303         patch).
12304
12305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12308
12309         * assistant.el (assistant-render-node): Fix up rendering and
12310         read-only text.
12311         (assistant-render-node): Reset.
12312         (assistant-make-read-only): Not sticky.
12313
12314 2004-05-20  Danny Siu  <dsiu@adobe.com>
12315
12316         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12317         centered even when gnus-auto-center-summary is t
12318
12319 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * dns.el (dns-get-txt-answer): New function.
12322         (dns-read-txt): Ditto.
12323         (query-dns): Use it.
12324
12325 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12328         active for foreign groups even if the group level is higher than
12329         the specified value.
12330
12331 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12332
12333         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12334         non-active groups.
12335
12336         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12337
12338 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12339
12340         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12341
12342 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12343
12344         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12345         (spam-crm114-header, spam-crm114-spam-switch)
12346         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12347         (spam-crm114-positive-spam-header)
12348         (spam-crm114-database-directory, spam-list-of-processors)
12349         (spam-group-spam-processor-crm114-p)
12350         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12351         (spam-generic-score, spam-list-of-checks)
12352         (spam-list-of-statistical-checks, spam-registration-functions)
12353         (spam-check-crm114-headers, spam-crm114-score)
12354         (spam-check-crm114, spam-crm114-register-with-crm114)
12355         (spam-crm114-register-spam-routine)
12356         (spam-crm114-unregister-spam-routine)
12357         (spam-crm114-register-ham-routine)
12358         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12359         asjo@koldfront.dk (Adam Sjøgren).
12360
12361         * gnus.el: Add spam-use-crm114.
12362
12363         * spam.el (spam-list-of-processors, spam-registration-functions):
12364         Add spam-use-resend.
12365         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12366         (spam-report-articles-gmane): Add doc fix.
12367         (spam-report-articles-resend, spam-report-resend-register-routine):
12368         Add wrappers around spam-report-resend-to.
12369
12370         * spam-report.el (spam-report-resend-to, spam-report-resend):
12371         Add support for resending spam.
12372         (spam-report-gmane): Fix line length >80.
12373
12374         * gnus.el (spam-process): Add spam-use-resend.
12375
12376 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12377
12378         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12379         number of processed spam messages.
12380         (spam-ham-copy-or-move-routine): Return the number of processed
12381         ham messages.
12382         (spam-summary-prepare-exit): Use the above values to decide
12383         whether status messages shouled be displayed.
12384
12385 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12388         `rfc2047-encoding-function-alist' in order to avoid conflicting
12389         with the old version.
12390         (rfc2047-encode-region): Concatenate words containing non-ASCII
12391         characters in structured fields; don't encode space-delimited
12392         ASCII words even in unstructured fields; don't break words at
12393         char-category boundaries.
12394         (rfc2047-encode-1): New function.
12395         (rfc2047-encode): Use it; encode text so that it occupies the
12396         maximum width within 76-column; work correctly on Q encoding for
12397         iso-2022-* charsets.
12398         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12399         sure not to break a line just after the header name.
12400         (rfc2047-b-encode-region): Removed.
12401         (rfc2047-b-encode-string): New function.
12402         (rfc2047-q-encode-region): Removed.
12403         (rfc2047-q-encode-string): New function.
12404
12405         * mm-util.el (mm-replace-in-string): New function.
12406
12407 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12410         get it right.
12411         (gnus-inews-make-draft): Really.
12412
12413 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12414
12415         * nnmh.el (nnmh-request-list-1): Don't check the link count
12416         before descending.  (small patch)
12417
12418 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12421         stuff.
12422
12423         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12424         on real group name.
12425
12426         * gnus-art.el (gnus-signature-limit): Doc fix.
12427
12428         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12429
12430         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12431
12432 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12433
12434         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12435         isn't a string.
12436
12437 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12438
12439         * gnus-draft.el (gnus-draft-send): Bind
12440         rfc2047-encode-encoded-words.
12441
12442         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12443         (rfc2047-encodable-p): Say that =? needs encoding.
12444         (rfc2047-encode-encoded-words): New variable.
12445
12446         * gnus-group.el (gnus-group-select-group): Doc fix.
12447
12448         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12449
12450         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12451         to nil.
12452
12453         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12454
12455         * nnheader.el (nnheader-get-lines-and-char): New function.
12456
12457 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gnus-msg.el (gnus-summary-followup-with-original): Document
12460         yanking of region when active.
12461
12462 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12465         groups if the group level is higher than the specified value.
12466
12467 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12470         (gnus-group-jump-to-group): Added prefix argument using
12471         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12472         non-active group.
12473
12474         * compface.el (uncompface): Be verbose when changing
12475         `uncompface-use-external'.
12476
12477         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12478         handle manual section.
12479
12480 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * gnus-art.el (gnus-button-alist): Revert previous change.
12483
12484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12487
12488 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12491         whether backend can accept message.
12492
12493         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12494
12495 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12496
12497         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12498         Avoid creating directory when nntp-marks-is-evil is true.
12499         Reported by Reiner Steib.
12500
12501 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-picon.el (gnus-picon-style): New variable.
12504         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12505         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12506         Jesper Harder <harder@ifa.au.dk>.
12507
12508 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * message.el (message-fill-field): Return point.
12511         (message-generate-headers): Go to end of field.
12512
12513         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12514         stuff for non-living groups.
12515
12516 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12517
12518         * gnus-art.el (gnus-article-followup-with-original)
12519         (gnus-article-reply-with-original): gnus-mark-active-p ->
12520         gnus-region-active-p.
12521
12522 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12523
12524         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12525         only when there is spam or ham to be processed.
12526
12527 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528
12529         * mail-source.el (mail-source-delete-crash-box): Refactor.
12530         (mail-source-fetch): Use it.
12531         (mail-source-fetch-file): Ditto.
12532         (mail-source-fetch-directory): Run postscript in loop.
12533         (mail-source-fetch-pop): Delete.
12534         (mail-source-fetch-maildir): Ditto.
12535         (mail-source-fetch-imap): Ditto.
12536
12537         * imap.el (imap-authenticators): Comment out sasl.
12538
12539         * message.el (message-skip-to-next-address): New function.
12540         (message-fill-header-address): Refactor.
12541         (message-fill-address): Use it.
12542         (message-delete-address): Use it.
12543         (message-fill-header-general): Refactor.
12544         (message-fill-field-address): Rename.
12545         (message-narrow-to-field): Find the start of the header.
12546         (message-header-format-alist): Don't pre-fill.
12547         (message-fill-header): Removed.
12548         (message-insert-header): New function.
12549         (message-shorten-references): Use it.
12550
12551         * rfc2047.el (rfc2047-field-value): Strip props.
12552
12553         * mail-parse.el (mail-header-make-address): New alias.
12554
12555         * ietf-drums.el (ietf-drums-make-address): New function.
12556
12557         * imap.el: Add compiler directives.
12558
12559         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12560
12561         * gnus-art.el (article-decode-idna-rhs): Don't use
12562         message-idna-inside-rhs-p.
12563
12564 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * message.el (message-idna-inside-rhs-p): Removed.
12567         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12568
12569         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12570         false positives.
12571
12572 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12573
12574         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12575
12576 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * nneething.el (nneething-file-name): Don't create spurious
12579         files.
12580
12581         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12582         (gnus-inews-do-gcc): Remove sleep.
12583
12584         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12585         part under point.
12586
12587         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12588         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12589
12590 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12591
12592         * spam.el (spam-summary-prepare-exit): Fixed (length).
12593
12594 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12595
12596         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12597         as expired without moving it" message when there are spam
12598         messages left.
12599
12600 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12601
12602         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12603         header is not nil.
12604
12605 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12606
12607         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12608         nntp-possibly-create-directory, not nntp-possibly-change-group.
12609         (nntp-marks-changed-p): New arg SERVER.
12610         (nntp-request-update-info): Adjust caller.
12611
12612 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12613
12614         * nntp.el (nntp-save-marks): Pass missing arg.
12615
12616 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12617
12618         * nntp.el: Support marks.
12619         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12620         (nntp-marks-modtime, nntp-marks-directory): New variables.
12621         (nntp-request-set-mark, nntp-request-update-info)
12622         (nntp-possibly-create-directory, nntp-marks-changed-p)
12623         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12624         functions.
12625
12626 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12627
12628         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12629         (gnus-xmas-redefine): Rename.
12630
12631         * gnus-score.el (gnus-score-insert-help): Use
12632         gnus-select-lowest-window.
12633
12634         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12635         appt-select-lowest-window and rename to gnus-select-lowest-window.
12636
12637         * gnus.el: do.
12638
12639 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12640
12641         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12642         encodings of MIME-encoded words, in order to improve
12643         interoperability with several broken MUAs.
12644
12645 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12646
12647         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12648         tags, only when charsets are not specified in headers.
12649         (mm-inline-text-html-render-with-w3m): Ditto.
12650
12651         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12652         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12653
12654 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12655
12656         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12657         instead of MIME-decoded from fields when checking
12658         `gnus-article-address-banner-alist'.
12659
12660 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12661
12662         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12663         description rather than subject.
12664
12665 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12666
12667         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12668
12669 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * gnus.el (gnus-version-number): Bump.
12672
12673 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12674
12675         * gnus.el: No Gnus v0.2 is released.
12676
12677 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678
12679         * gnus-agent.el (gnus-agent-read-agentview): Inline
12680         gnus-uncompress-range.
12681
12682 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12683
12684         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12685         `exec-installed-p'.
12686
12687 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12688
12689         * gnus.el (spam-process, spam-autodetect-methods): Add
12690         bsfilter and bsfilter-headers.
12691
12692         * spam.el (spam-bsfilter): New customize group.
12693         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12694         (spam-bsfilter-header, spam-bsfilter-probability-header)
12695         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12696         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12697         (spam-bsfilter-database-directory): New options.
12698         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12699         (spam-list-of-statistical-checks, spam-registration-functions):
12700         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12701         (spam-bsfilter-score): New command.
12702         (spam-check-bsfilter-headers, spam-check-bsfilter)
12703         (spam-bsfilter-register-with-bsfilter)
12704         (spam-bsfilter-register-spam-routine)
12705         (spam-bsfilter-unregister-spam-routine)
12706         (spam-bsfilter-register-ham-routine)
12707         (spam-bsfilter-unregister-ham-routine): New functions.
12708         (spam-generic-score): Support bsfilter; Accept an optional argument
12709         to recalcurate spam score even if scoring header has already been
12710         added.
12711         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12712         optional argument to recalcurate spam score even if scoring header
12713         has already been added.
12714
12715 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12716
12717         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12718         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12719         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12720         link is missing.
12721
12722 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12723
12724         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12725         (html2text-get-attr): Rewrite.
12726
12727         * message.el (message-setup-1): Remove redundant put-text-property
12728         on mail-header-separator.
12729
12730 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * gnus-registry.el (gnus-registry-cache-whitespace)
12733         (gnus-registry-action, gnus-registry-spool-action)
12734         (gnus-registry-split-fancy-with-parent): Change message levels
12735         from 5 to 3 or 7, as needed.
12736
12737         * spam.el (spam-summary-prepare-exit)
12738         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12739         (spam-split, spam-find-spam, spam-log-undo-registration)
12740         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12741         level from 5 to 6.
12742
12743 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12746         2004-03-04 change).
12747
12748 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12749
12750         * sieve-manage.el (sieve-manage-open):
12751         * nnweb.el (nnweb-insert-html):
12752         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12753         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12754         * nnspool.el (nnspool-request-group):
12755         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12756         * nnml.el (nnml-request-update-info):
12757         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12758         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12759         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12760         (nnimap-request-set-mark):
12761         * nnfolder.el (nnfolder-request-update-info):
12762         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12763         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12764         * gnus-uu.el (gnus-uu-find-articles-matching):
12765         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12766         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12767         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12768         * gnus-nocem.el (gnus-nocem-scan-groups):
12769         * gnus-int.el (gnus-start-news-server):
12770         * gnus-group.el (gnus-group-make-kiboze-group)
12771         (gnus-group-browse-foreign-server):
12772         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12773         Use mapc when appropriate.
12774
12775 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         FIXME: Make separate entries for each person.
12778
12779         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12780         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12781         <shields@msrl.com>:
12782
12783         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12784         may need for spam sorting and scoring.
12785         (spam-user-format-function-S): Add user format function suitable for
12786         general use.
12787         (spam-article-sort-by-spam-status): Add sorting function for summary
12788         sorting.
12789         (spam-extra-header-to-number): Add function to get a score from a
12790         header.
12791         (spam-summary-score): Add function to  get a numeric score from the
12792         headers.
12793         (spam-generic-score): Fix function doc, was in wrong place.
12794         (spam-initialize): Take symbols when it's run, and install the
12795         extra headers that spam-necessary-extra-headers thinks we need.
12796
12797 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12798
12799         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12800         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12801
12802 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12803
12804         * gnus-sum.el (gnus-set-global-variables)
12805         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12806         (gnus-article-get-xrefs, gnus-summary-best-group)
12807         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12808         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12809         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12810         Use with-current-buffer.
12811
12812 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * spam.el (spam-summary-prepare-exit): Simplify logic.
12815         (spam-fetch-article-header): Read the article header if it's not
12816         available.
12817         (spam-list-articles): Simplify logic.
12818         (spam-filelist-register-routine): Fix bug with unregister-list.
12819
12820         * gnus-registry.el: Fix comments at beginning.
12821
12822 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12823
12824         * message.el (message-cater-to-broken-inn): Remove.
12825         (message-shorten-references): Make sure the total folded length of
12826         References is shorter than 998 characters to cater to a bug in INN
12827         2.3.  Also, don't pretend that references aren't folded -- this
12828         hasn't worked for a while.
12829
12830 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12831
12832         * gnus-agent.el (gnus-agentize):
12833         gnus-agent-send-mail-real-function no longer set to current value
12834         of message-send-mail-function but rather a lambda that calls
12835         message-send-mail-function.  The change makes the agent real-time
12836         responsive to user changes to message-send-mail-function.
12837
12838 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12839
12840         * legacy-gnus-agent.el
12841         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12842         help from Florian Weimer <fw@deneb.enyo.de>
12843
12844 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * nnmail.el (nnmail-cache-insert): Revert last change.
12847
12848 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * nnmail.el (nnmail-cache-insert): Always check whether
12851         nnmail-cache-ignore-groups matches a group name.
12852
12853 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12854
12855         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12856         (spam-find-spam, spam-log-processing-to-registry)
12857         (spam-log-registered-p, spam-log-unregistration-needed-p)
12858         (spam-log-undo-registration): Use gnus-message instead of
12859         gnus-error, none of these errors are fatal.
12860
12861         * gnus-registry.el (gnus-registry-clean-empty-function)
12862         (gnus-registry-clean-empty): Remove only empty entries without
12863         extra data.
12864
12865 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12866
12867         * spam-stat.el (spam-stat-buffer-change-to-spam)
12868         (spam-stat-buffer-change-to-non-spam): Change (error) to
12869         (gnus-message 8) invocation.
12870
12871 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * nntp.el (nntp-via-netcat-command): New variable.
12874         (nntp-via-netcat-switches): New variable.
12875         (nntp-open-via-rlogin-and-netcat): New function.
12876         (nntp-open-connection-function): Doc fix.
12877         (nntp-telnet-command): Doc fix.
12878         (nntp-end-of-line): Doc fix.
12879         (nntp-via-rlogin-command): Doc fix.
12880         (nntp-via-user-name): Doc fix.
12881         (nntp-via-address): Doc fix.
12882
12883 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12886         error in Emacs 21.1.
12887
12888 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12891
12892 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12893
12894         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12895         (gnus-agent-with-refreshed-group): New macro.
12896         (gnus-agent-rename-group): New function.
12897         (gnus-agent-delete-group): New function.
12898         (gnus-agent-save-group-info): Use gnus-command-method when
12899         `method' parameter is nil.  Don't write nil entries into the
12900         active file.
12901         (gnus-agent-get-group-info): New function.
12902         (gnus-agent-fetch-articles): Use
12903         gnus-agent-update-files-total-fetched-for to increment disk space
12904         used.
12905         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12906         gnus-agent-update-view-total-fetched-for to increment disk space
12907         used.
12908         (gnus-agent-get-local): Added optional parameters to avoid calling
12909         gnus-group-real-name and gnus-find-method-for-group.
12910         (gnus-agent-set-local): Delete stored entry if either min, or max,
12911         are nil.
12912         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12913         quit, use gnus-agent-regenerate-group to record existance of any
12914         articles fetched to disk before the quit occurred.
12915         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12916         gnus-agent-update-view-total-fetched-for, and
12917         gnus-agent-update-files-total-fetched-for to decrement disk space
12918         used.
12919         (gnus-agent-retrieve-headers): Use
12920         gnus-agent-update-view-total-fetched-for to increment disk space
12921         used.
12922         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12923         with gnus-agent-update-files-total-fetched-for to decrement disk
12924         space and fresh group buffer.
12925         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12926         (gnus-agent-need-update-total-fetched-for): New variable.
12927         (gnus-agent-update-files-total-fetched-for): New function.
12928         (gnus-agent-update-view-total-fetched-for): New function.
12929         (gnus-agent-total-fetched-for): New function.
12930
12931         * gnus-cache.el (gnus-cache-save-buffers): Use
12932         gnus-cache-update-overview-total-fetched-for to change disk space
12933         used by this group.
12934         (gnus-cache-possibly-enter-article): Use
12935         gnus-cache-update-file-total-fetched-for to increment disk space
12936         used by this group.
12937         (gnus-cache-possibly-remove-article): Use
12938         gnus-cache-update-file-total-fetched-for to decrement disk space
12939         used by this group.
12940         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12941         (gnus-cache-rename-group): New function.
12942         (gnus-cache-delete-group): New function.
12943         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12944         (gnus-cache-need-update-total-fetched-for): New variable.
12945         (gnus-cache-with-refreshed-group): New macro.
12946         (gnus-cache-update-file-total-fetched-for): New function.
12947         (gnus-cache-update-overview-total-fetched-for): New function.
12948         (gnus-cache-rename-group-total-fetched-for): New function.
12949         (gnus-cache-delete-group-total-fetched-for): New function.
12950         (gnus-cache-total-fetched-for): New function.
12951
12952         * gnus-group.el: Require gnus-sum and autoload functions to
12953         resolve warnings when gnus-group.el compiled alone.
12954         (gnus-group-line-format): Documented new %F
12955         (size of Fetched data) group line format; identifies disk space
12956         used by agent and cache.
12957         (gnus-group-line-format-alist): Defined new F format.
12958         (gnus-total-fetched-for): New function.
12959         (gnus-group-delete-group): No longer update
12960         gnus-cache-active-altered as gnus-request-delete-group now keeps
12961         the cache in sync.
12962         (gnus-group-list-active): Let the agent store a server's active
12963         list if currently plugged.
12964
12965         * gnus-int.el (gnus-request-delete-group):
12966         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12967         local disk in sync with the server.
12968         (gnus-request-rename-group):
12969         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12970         local disk in sync with the server.
12971
12972         * gnus-start.el (gnus-get-unread-articles):
12973         Cosmetic simplification to logic.
12974
12975         * gnus-util.el (gnus-rename-file): New function.
12976
12977 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12978
12979         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12980
12981 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12982
12983         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12984         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12985
12986 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12987
12988         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12989         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12990
12991 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12992
12993         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12994
12995 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * spam.el (spam-set-difference): Add function to replace
12998         gnus-set-difference in spam.el.
12999         (spam-summary-prepare-exit): Use spam-set-difference.
13000
13001 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13002
13003         * gnus-registry.el (gnus-registry-cache-file): Update to use
13004         gnus-dribble-directory OR gnus-home-directory OR ~.
13005         (gnus-registry-split-fancy-with-parent): Fix doc.
13006
13007 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * message.el (message-exchange-point-and-mark): Use
13010         message-mark-active-p.  Suggested by Jesper Harder
13011         <harder@ifa.au.dk>.
13012
13013 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * message.el (message-exchange-point-and-mark): Don't activate
13016         region if it was inactive.  Suggested by Hiroshi Fujishima
13017         <pooh@nature.tsukuba.ac.jp>.
13018
13019 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-art.el (article-display-face): Display Faces in the same
13022         order as X-Faces.
13023
13024 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13027
13028 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13031         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13032         (gnus-article-mime-hierarchy): Remove.
13033         (gnus-article-mime-hierarchy-next): Remove.
13034         (gnus-article-mode): Revert 2004-03-19 change.
13035         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13036         (gnus-insert-mime-button): Revert 2004-03-19 change.
13037         (gnus-mime-accumulate-hierarchy): Remove.
13038         (gnus-mime-enter-multipart): Remove.
13039         (gnus-mime-leave-multipart): Remove.
13040         (gnus-mime-display-part): Revert 2004-03-19 change.
13041         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13042
13043         * mml.el (mml-preview): Revert 2004-03-19 change.
13044
13045 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13046
13047         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13048
13049 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13052         t while entering a file name using the mm-with-multibyte macro.
13053         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13054
13055         * mm-util.el (mm-with-multibyte): New macro.
13056
13057 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13060         user option.
13061         (gnus-mime-multipart-functions): Doc and customization fix.
13062         (gnus-article-mime-hierarchy): New variable.
13063         (gnus-article-mime-hierarchy-next): New variable.
13064         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13065         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13066         gnus-article-mime-hierarchy-next to nil.
13067         (gnus-insert-mime-button): Show hierarchy numbers.
13068         (gnus-mime-accumulate-hierarchy): New function.
13069         (gnus-mime-enter-multipart): New function.
13070         (gnus-mime-leave-multipart): New function.
13071         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13072         (gnus-mime-display-alternative): Show hierarchy numbers.
13073
13074         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13075         gnus-article-mime-hierarchy-next to nil.
13076
13077 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13078
13079         * dns.el: Don't require gnus-xmas.
13080
13081 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13082
13083         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13084         inline PGP.
13085         (mml-menu): Disable mml-quote-region if mark is inactive.
13086
13087 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13090         when the group's active is not available.
13091
13092 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13095         error.
13096
13097 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * imap.el (imap-store-password): New variable.
13100         (imap-interactive-login): Use it.
13101         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13102
13103 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13106         window-start and hscroll to summary window.
13107
13108 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13109
13110         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13111         conversion message to newsrc-dribble when an actual conversion is
13112         performed.
13113
13114 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13115
13116         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13117
13118 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * mm-decode.el (mm-complicated-handles): New function reviving
13121         former definition of mm-multiple-handles.
13122
13123         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13124         (gnus-mime-delete-part): Use it.
13125
13126 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13127
13128         * gnus-agent.el (gnus-agent-read-local): Bind
13129         nnheader-file-coding-system to gnus-agent-file-coding-system to
13130         avoid the implicit assumption that they will always be equal.
13131         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13132         coding-system-for-write, as the with-temp-file macro first prints
13133         to a buffer then saves the buffer.
13134
13135 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (gnus-article-edit-part): New function.
13138         (gnus-mime-save-part-and-strip): Use it; do query instead of
13139         signaling an error; don't use mm-multiple-handles.
13140         (gnus-mime-delete-part): Ditto.
13141
13142 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13143
13144         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13145         old file versions.
13146         (gnus-group-prepare-hook): Removed function that converted list
13147         form of gnus-agent-expire-days to group properties.
13148
13149         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13150         (gnus-request-accept-article): Re-indented.
13151
13152         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13153         converters to handle old agent file formats.  Added logic for a
13154         "backup before upgrading warning".
13155         (gnus-convert-mark-converter-prompt): Developers can mark
13156         functions as needing (default), or not needing,
13157         gnus-convert-old-newsrc's "backup before upgrading warning".
13158         (gnus-convert-converter-needs-prompt): Tests whether the user
13159         should be protected from potentially irreversable changes by the
13160         function.
13161
13162         * legacy-gnus-agent.el: New.  Provides converters that are only
13163         loaded when gnus-convert-old-newsrc needs to call them.
13164
13165 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * mail-source.el (mail-source-touch-pop): Doc fix.
13168
13169         * message.el (message-smtpmail-send-it): Doc fix.
13170
13171 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13172
13173         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13174
13175         * nnmail.el (nnmail-split-fancy): do.
13176
13177         * gnus-kill.el (gnus-kill, gnus-execute): do.
13178
13179 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13180
13181         * gnus-sum.el (gnus-widget-reversible-match)
13182         (gnus-widget-reversible-to-internal)
13183         (gnus-widget-reversible-to-external): New functions.
13184         (gnus-widget-reversible): New widget.
13185         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13186
13187 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13188
13189         * gnus-sum.el (gnus-thread-sort-functions)
13190         (gnus-article-sort-functions): Document `(not F)' items.
13191
13192 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         * spam.el (spam-use-gmane-xref): Add new backend.
13195         (spam-gmane-xref-spam-group): Add variable to control the name of the
13196         Gmane spam group.
13197         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13198         (spam-regex-headers-spam, spam-regex-headers-ham)
13199         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13200         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13201         backends and checks.
13202         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13203
13204         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13205         an autodetect method.
13206
13207 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13208
13209         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13210         articles are being added to a group.
13211         (gnus-request-replace-article): Inform the agent that articles
13212         need to be uncached as the cached contents are no longer valid.
13213
13214 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * binhex.el: Don't autoload executable-find.
13217
13218         * canlock.el: Don't autoload mail-fetch-field.
13219
13220         * dgnushack.el: Autoload c-mode for XEmacs.
13221
13222         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13223
13224         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13225         rmail-dont-reply-to and rmail-output.
13226
13227         * gnus-score.el: Don't autoload ffap-string-at-point.
13228
13229         * gnus-setup.el: Don't autoload sc-cite-original.
13230
13231         * imap.el: Don't autoload base64-decode-string,
13232         base64-encode-string and md5.
13233
13234         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13235         and rmail-msg-restore-non-pruned-header.
13236
13237         * mm-decode.el: Don't autoload executable-find.
13238
13239         * mm-url.el: Don't autoload executable-find.
13240
13241         * mm-view.el: Don't autoload diff-mode.
13242
13243         * nndb.el: Don't autoload news-reply-mode, news-setup,
13244         cancel-timer and telnet.
13245
13246         * password.el: Don't autoload run-at-time for Emacs.
13247
13248         * sha1-el.el: Don't autoload executable-find.
13249
13250         * sieve-mode.el: Don't autoload c-mode.
13251
13252         * uudecode.el: Don't autoload executable-find.
13253
13254 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13255
13256         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13257         (gnus-agent-possibly-alter-active): Avoid null in numeric
13258         comparison.
13259         (gnus-agent-set-local): Refuse to save null in local object table.
13260         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13261         list of articles that will be marked as unread.
13262
13263 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13266
13267 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13268
13269         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13270         language tags.
13271
13272 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13273
13274         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13275         Don't bind "obarray".
13276
13277         * gnus-sum.el (gnus-thread-sort-functions): Added
13278         `gnus-thread-sort-by-most-recent-number' and
13279         `gnus-thread-sort-by-most-recent-date'.
13280         Reported by Kai Grossjohann <kai@emptydomain.de>.
13281
13282 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13285
13286 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13287
13288         * gnus-cus.el (gnus-agent-customize-category): Removed
13289         ignore-errors macro reference that required cl to be loaded at
13290         run-time.
13291
13292         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13293         single-interval range of the form (min . max).  Previously the
13294         range had to look like ((min . max)).  Likewise, return
13295         (min . max) rather than ((min . max)).
13296         (gnus-range-map): Use gnus-range-normalize to accept
13297         single-interval range.
13298
13299         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13300         the cache, but not the agent, now appear with their usual face.
13301
13302         * dgnushack.el (loaddir): New variable that is bound to the
13303         directory containing the dgnushack.el file. Use loaddir, rather
13304         than srcdir, to update load-path. Change lets dgnushack compile
13305         code in directories other than GNUS/lisp.
13306
13307 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * lpath.el: Don't bind w3m-safe-url-regexp.
13310
13311         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13312         w3m-safe-url-regexp variable buffer-local.
13313
13314         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13315
13316 2004-02-27  Simon Josefsson  <jas@extundo.com>
13317
13318         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13319         gnus-group-real-prefix.
13320         (gnus-summary-move-article): Use it, instead of
13321         gnus-group-real-prefix.
13322
13323 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * lpath.el: Bind w3m-safe-url-regexp.
13326
13327         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13328         w3m-safe-url-regexp variable buffer-local and set it as the value
13329         of mm-w3m-safe-url-regexp.
13330
13331         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13332
13333         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13334         parsing gnus-posting-styles when the message is not for replying.
13335
13336         * dgnushack.el: Autoload sgml-mode for XEmacs.
13337
13338         * nnrss.el (nnrss-opml-export): Use
13339         mm-set-buffer-file-coding-system instead of
13340         set-buffer-file-coding-system.
13341
13342 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13343
13344         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13345         of checkdoc.el).
13346         * nnrss.el: do.
13347         * gnus-mlspl.el: do.
13348         * gnus-ml.el: do.
13349         * gnus-srvr.el: do.
13350
13351         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13352
13353 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13354
13355         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13356         Corrections to custom-manual links.
13357
13358         * gnus-art.el (gnus-article): Ditto.
13359
13360         * mm-decode.el (mime-display, mime-security): Ditto.
13361
13362 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13363
13364         * flow-fill.el: Typo.
13365
13366 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13367
13368         * spam-wash.el: New file.
13369
13370 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13371
13372         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13373
13374 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13377         to be run with new-articles as LIST1, not LIST2.
13378         (spam-registration-functions): Add spam-use-ham-copy as a nil
13379         registration backend.
13380
13381 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13382
13383         * spam-stat.el (spam-stat-washing-hook): New option.
13384         (spam-stat-buffer-words): Use it.
13385         (spam-stat-process-directory, spam-stat-test-directory): Use
13386         insert-file-contents-literally.
13387         (spam-stat-coding-system): New variable.
13388         (spam-stat-load, spam-stat-save): Use it.
13389
13390 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * spam-report.el (spam-report-plug-agent): Quote
13393         spam-report-url-to-file and spam-report-url-ping-plain.
13394
13395 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13398         / in mailto URLs.
13399
13400 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * spam-report.el (spam-report-process-queue): Fix interactive use.
13403         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13404         (spam-report-unplug-agent): Doc fixes.
13405         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13406         (spam-report-agentize, spam-report-deagentize): Autoload
13407
13408 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13411
13412         * message.el (message-setup-fill-variables): Add mml tags to
13413         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13414         <ajk@iu.edu>.
13415         (message-mode): Don't modify paragraph-separate there.
13416
13417 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * compface.el (uncompface-use-external): Default to undecided.
13420         (uncompface-use-external-threshold): New variable.
13421         (uncompface-float-time): New macro.
13422         (uncompface): Determine whether to use the external decoder if
13423         uncompface-use-external is undecided.
13424
13425 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13428         after images.
13429
13430         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13431
13432 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13433
13434         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13435
13436         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13437
13438         * gnus-sum.el (gnus-summary-limit-to-age)
13439         (gnus-summary-limit-children): do.
13440
13441         * gnus-int.el (gnus-request-scan): do.
13442
13443         * gnus-group.el (gnus-group-suspend): do.
13444
13445         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13446
13447         * gnus-cite.el (gnus-cite-parse-attributions): do.
13448
13449         * gnus-agent.el (gnus-summary-set-agent-mark)
13450         (gnus-agent-regenerate-group): do.
13451
13452         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13453
13454         * binhex.el (binhex-decode-region-internal): do.
13455
13456 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-fun.el (gnus-face-properties-alist): New user option.
13459         (gnus-display-x-face-in-from): Use it.
13460
13461         * gnus-art.el (article-display-face): Ditto.
13462
13463         * compface.el (uncompface-use-external): Default to nil.
13464
13465 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13466
13467         * nntp.el (nntp-erase-buffer): New function.
13468         (nntp-retrieve-data, nntp-send-command)
13469         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13470         (nntp-possibly-change-group): Use it.
13471
13472         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13473         with-current-buffer.
13474
13475 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13476
13477         * compface.el: Merge the ELisp-based uncompface program.
13478         (compface): New customization group.
13479         (uncompface-use-external): New user option.
13480         (uncompface): Call uncompface-internal if uncompface-use-external
13481         is nil.
13482         (uncompface-internal): New function.  Note that there are also
13483         some other functions and variables added for this function.
13484
13485 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13486
13487         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13488         if necessary.
13489
13490 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13491
13492         * spam-report.el (spam-report-unplug-agent)
13493         (spam-report-plug-agent, spam-report-deagentize)
13494         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13495         Add support for the Agent in spam-report: when unplugged, report to a
13496         file; when plugged, submit all the requests.
13497
13498         * spam.el (spam-register-routine): Fix message about
13499         registration.
13500
13501 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13502
13503         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13504         dependencies.
13505         (rfc2047-encode): Use it.
13506
13507         * gnus-art.el (gnus-button-marker-list): Move before first
13508         reference.
13509
13510         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13511         (imap-parse-body): Fix format string mismatch.
13512
13513         * gnus-score.el (gnus-summary-increase-score): do.
13514
13515         * nnrss.el (nnrss-close): New function.
13516
13517 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13518
13519         * nnrss.el (nnrss-make-filename): New function.
13520         (nnrss-request-delete-group, nnrss-read-server-data)
13521         (nnrss-save-server-data, nnrss-read-group-data)
13522         (nnrss-save-group-data): Use it.
13523         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13524         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13525         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13526
13527 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13528
13529         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13530
13531 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13532
13533         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13534         files.
13535
13536         * message.el (message-generate-headers-first): Don't quote nil
13537         and t in docstrings.
13538
13539         * imap.el (imap-id): do.
13540
13541         * gnus-agent.el (gnus-agent-consider-all-articles)
13542         (gnus-agent-queue-mail): do.
13543
13544 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * spam-report.el (spam-report-process-queue): New function.
13547         Process requests from `spam-report-requests-file'.
13548         (spam-report-process-queue): Doc fix.
13549
13550 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * spam.el (spam-register-routine)
13553         (spam-log-processing-to-registry, spam-log-registered-p)
13554         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13555         Change "check" to "spam-check" for semi-clarity.
13556
13557 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13558
13559         * pop3.el: Require nnheader.
13560
13561         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13562
13563         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13564
13565         * gnus-picon.el: Require cl.
13566
13567         * gnus-fun.el: Require gnus-ems and gnus-util.
13568
13569         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13570
13571         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13572
13573         * gnus-art.el (gnus-article-edit-mode): Define before first
13574         reference.
13575
13576 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13577
13578         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13579         (gnus-uu-post-encoded): Use point-at-bol.
13580
13581         * gnus-topic.el (gnus-group-active-topic-p): do.
13582
13583         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13584
13585         * gnus-group.el (gnus-group-kill-region): do.
13586
13587         * gnus-art.el (article-date-ut): do.
13588
13589         * message.el (message-fetch-field): Remove redundant
13590         case-fold-search binding.
13591         (message-narrow-to-field): Simplify.
13592
13593 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * spam.el (spam-directory): Derive from `gnus-directory'.
13596
13597         * spam-report.el (spam-report-url-to-file)
13598         (spam-report-requests-file): New function and variable for offline
13599         reporting.
13600         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13601         and user defined function.
13602         (spam-report-url-ping-mm-url): Remove doubled slash.
13603
13604 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13605
13606         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13607
13608 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13609
13610         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13611         format string mismatch.
13612
13613         * sieve.el (sieve-deactivate-all): do.
13614
13615         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13616
13617         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13618
13619         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13620
13621         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13622
13623 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13624
13625         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13626         the list of checks.
13627
13628 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13629
13630         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13631         padding.
13632
13633 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13634
13635         * mm-view.el (mm-fill-flowed): New variable.
13636         (mm-inline-text): Use it.
13637
13638 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * spam.el (spam-spamassassin-register-ham-routine)
13641         (spam-spamassassin-register-spam-routine): Fix function names.
13642
13643 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus.el (gnus-tmp-grouplens): Remove.
13646         (gnus-summary-line-format): Remove grouplens.
13647
13648         * gnus-group.el (gnus-group-line-format): Ditto.
13649
13650         * gnus-spec.el (gnus-format-specs): Ditto.
13651         (gnus-update-format-specifications): Flush the group format spec
13652         cache if there's the grouplens stuff.
13653         (gnus-parse-simple-format): Replace %l with the empty string.
13654
13655 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13656
13657         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13658         omission.
13659
13660 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13663         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13664
13665 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13666
13667         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13668         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13669         New macros and functions.
13670         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13671         Handle > NLINK_MAX messages.
13672         * nnmaildir.el (nnmaildir-request-set-mark): Use
13673         nnmaildir--emlink-p and nnmaildir--eexist-p.
13674
13675 2004-01-25  Alex Schroeder  <alex@gnu.org>
13676
13677         * spam-stat.el (spam-stat-process-directory-age): New option.
13678         (spam-stat-process-directory): Use it.
13679
13680 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13681
13682         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13683         (spam-stat-save): Accept prefix argument.
13684
13685 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13686
13687         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13688         links" error.
13689
13690 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13693         the rest of the and/or forms.
13694
13695 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13696
13697         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13698         compatibility with old .newsrc.eld files.
13699
13700         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13701
13702         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13703
13704         * gnus-start.el (gnus-1): do.
13705
13706         * gnus-group.el (gnus-group-line-format-alist): do.
13707
13708         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13709
13710         * gnus-gl.el: Remove.
13711
13712 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13713
13714         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13715         marks consisting of a single range {for example, (3 . 5)} rather
13716         than a list of a single range { ((3 . 5)) }.
13717
13718 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13719
13720         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13721         with-current-buffer.
13722         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13723         avoid consing a string.
13724
13725         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13726         Remove obsolete entries for big5 and gb2312.
13727
13728 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13729
13730         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13731         uncompressed list.
13732
13733 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13734
13735         * spam-stat.el (spam-stat-strip-xref): New function.
13736         (spam-stat-process-directory): Use it.
13737
13738         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13739         here -- it's done in message-fetch-field.
13740
13741 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13742
13743         * gnus-agent.el (gnus-agent-queue-mail)
13744         (gnus-agent-prompt-send-queue): New variables.
13745         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13746         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13747         "nndraft:queue" along to gnus-draft-send.  Use
13748         gnus-agent-prompt-send-queue.
13749         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13750         is "nndraft:queue".  Suggested by Gaute Strokkenes
13751         <gs234@srcf.ucam.org>
13752
13753         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13754         (agent-enable-undownloaded-faces): Added
13755         (gnus-agent-cat-groups): Use eval-and-compile, not
13756         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13757         method of gnus-agent-cat-groups even when the buffer has been
13758         evaled.
13759         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13760         delete gnus-agent-save-active-1.
13761         (gnus-agent-save-groups): Deleted.  Identical to
13762         gnus-agent-save-active.
13763         (gnus-agent-write-active): No longer adjust agent's copy of active
13764         file as agent's adjustments are now stored in their own
13765         file.  Removed optional parameter.
13766         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13767         servers.  Add use of min/max range limits from server's local
13768         file.
13769         (gnus-agent-save-alist): Removed unused optional argument.
13770         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13771         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13772         (gnus-agent-set-local): A per-server file that keeps min/max range
13773         limits for articles known to the agent.  Provides a fast mechanism
13774         for altering many active ranges.
13775         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13776         active file (local makes it unnecessary).
13777         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13778
13779         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13780         (agent-enable-undownloaded-faces): Added
13781
13782         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13783         disable it when sending to "nndraft:queue".
13784         (gnus-group-send-queue): Add safety check to avoid sending queue
13785         when unplugged.
13786
13787         * gnus-group.el (gnus-group-catchup): Use new
13788         gnus-sequence-of-unread-articles, not
13789         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13790         numbers of articles.  Use gnus-range-map to avoid having to
13791         uncompress the unread list.
13792         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13793         Fixed invalid ange-ftp reference.
13794
13795         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13796         (gnus-sorted-range-intersection): Intersection of two ranges
13797         without requiring that they first be uncompressed.
13798
13799         * gnus-start.el (gnus-activate-group): Unless blocked by the
13800         caller, possibly expand the active range to include both cached
13801         and agentized articles.
13802         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13803         multiple version-dependent converters.
13804         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13805         gnus-agent-save-active.
13806         (gnus-save-newsrc-file): Save dirty agent range limits.
13807
13808         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13809         gnus-agent-possibly-alter-active.
13810         (gnus-adjust-marked-articles): Faster handling of simple lists
13811
13812 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13813
13814         * spam-stat.el (spam-stat-test-directory): New optional argument
13815         displays a list of files detected.  Suggested by Andrew Cohen
13816         <cohen@andy.bu.edu>.
13817         (spam-stat-buffer-words-with-scores): Don't narrow and change
13818         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13819
13820 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13821
13822         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13823         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13824         (spam-spamassassin-arguments)
13825         (spam-spamassassin-spam-flag-header)
13826         (spam-spamassassin-positive-spam-flag-header)
13827         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13828         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13829         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13830         (spam-list-of-processors, spam-list-of-checks)
13831         (spam-list-of-statistical-checks, spam-registration-functions)
13832         (spam-check-spamassassin-headers, spam-check-spamassassin)
13833         (spam-spamassassin-score)
13834         (spam-spamassassin-register-with-sa-learn)
13835         (spam-spamassassin-register-spam-routine)
13836         (spam-spamassassin-register-ham-routine)
13837         (spam-assassin-register-spam-routine)
13838         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13839         (spam-bogofilter-score): Fix to show article before scoring.
13840
13841 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13842
13843         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13844         default scoring function.
13845         (spam-generic-score): Call spam-spamassassin-score if
13846         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13847         spam-bogofilter-score otherwise.
13848
13849         * gnus.el (spam-process, spam-autodetect-methods): Add
13850         spamassassin and spamassassin-headers.
13851
13852 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13853
13854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13855         Suppress unnecessary messages.
13856
13857 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13858
13859         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13860         make-hash-table.
13861
13862 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * canlock.el (base64-encode-string): Don't autoload it.
13865
13866 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * run-at-time.el: Remove useless (require 'itimer),
13869         eval-and-compile and (featurep 'xemacs).
13870
13871 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13872
13873         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13874         GROUP is a virtual group.
13875
13876 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13877
13878         * gnus.el: Autoload `message-y-or-n-p'.
13879
13880 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13881
13882         * pgg-parse.el: Remove unnecessary (require 'custom).
13883
13884         * pgg-def.el: do.
13885
13886         * nnmail.el: do.
13887
13888         * gnus-undo.el: do.
13889
13890         * gnus-picon.el: do.
13891
13892         * gnus-util.el: do.
13893
13894 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13897
13898 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13901         handle, as well as a list.
13902
13903         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13904         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13905         (mm-w3m-cid-retrieve): Simplify.
13906
13907 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13908
13909         * message.el (message-kill-to-signature): Allow prefix arg to
13910         specify number of lines to keep before signature.
13911
13912 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13913
13914         (message-kill-to-signature): Change docstring.
13915
13916 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * canlock.el: Always require sha1-el.
13919         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13920
13921         * message.el: Autoload sha1 only when compiling.
13922
13923         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13924         eudc-expand-inline for XEmacs.
13925
13926 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * message.el (message-canlock-generate): Require sha1-el.
13929
13930 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13931
13932         * message.el (message-expand-name): Silence the byte compiler.
13933
13934         * lpath.el: Add detect-coding-system.
13935
13936         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13937         cus-edit.
13938
13939 2004-01-13  Simon Josefsson  <jas@extundo.com>
13940
13941         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13942         Invoke gnus-score-mode.  Reported by
13943         bojohan+news@dd.chalmers.se (Johan Bockgård).
13944
13945         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13946         Jim Blandy <jimb@redhat.com> (tiny change).
13947
13948 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13949
13950         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13951
13952 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * spam.el (spam-get-article-as-string): Update to use
13955         gnus-request-article-this-buffer, much simpler.
13956         (spam-get-article-as-buffer): Remove.
13957
13958 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13959
13960         * message.el (message-expand-name): Use EUDC if the user uses that.
13961
13962 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13965         character for the encoding to avoid consing a string.
13966
13967         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13968         unnecessarily.
13969
13970         * mm-util.el (mm-replace-chars-in-string): Remove.
13971
13972         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13973         of mm-replace-chars-in-string.
13974
13975 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13976
13977         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13978
13979         * mm-util.el (mm-subst-char-in-string): Support inplace.
13980
13981         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13982         a new string in every iteration.  Use shy groups.
13983
13984 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13985
13986         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13987         * gnus-soup.el (gnus-soup-group-brew):
13988         * gnus-msg.el (gnus-put-message):
13989         * gnus-move.el (gnus-group-move-group-to-server):
13990         * gnus-kill.el (gnus-batch-score):
13991         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13992         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13993         (gnus-group-update-group, gnus-group-read-group)
13994         (gnus-group-make-group, gnus-group-make-help-group)
13995         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13996         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13997         (gnus-group-sort-by-unread, gnus-group-catchup)
13998         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13999         (gnus-group-yank-group, gnus-group-set-info)
14000         (gnus-group-list-groups):
14001         * gnus.el (gnus-generate-new-group-name):
14002         * gnus-delay.el (gnus-delay-send-queue):
14003         * nnvirtual.el (nnvirtual-catchup-group):
14004         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14005         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14006         (gnus-group-prepare-topics, gnus-topic-check-topology):
14007         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14008         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14009         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14010         (gnus-group-make-articles-read):
14011         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14012         (gnus-group-change-level, gnus-kill-newsgroup)
14013         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14014         (gnus-get-unread-articles, gnus-make-articles-unread)
14015         (gnus-make-ascending-articles-unread): Use accessor
14016         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14017         to get group information for improved readability.
14018
14019
14020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14021
14022         * gnus-art.el (article-decode-mime-words, article-babel)
14023         (gnus-article-highlight-signature, gnus-article-add-buttons)
14024         (gnus-signature-toggle): Use gnus-with-article-buffer.
14025
14026         * gnus-art.el (gnus-article-highlight-headers)
14027         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14028
14029         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14030         (gnus-article-set-globals, gnus-request-article-this-buffer)
14031         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14032         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14033         (gnus-mime-display-alternative): Use with-current-buffer.
14034
14035 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14038         also under 80 char limit, and call gnus-error if needed.
14039         (spam-fetch-article-header): Fix - it was a
14040         buffer-local variable (gnus-newsgroup-data).
14041         (spam-find-spam): Use spam-generate-fake-headers, forget about
14042         spam-insert-fake-headers.
14043         (spam-insert-fake-headers): Remove.
14044
14045 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14046
14047         * deuglify.el (gnus-article-outlook-unwrap-lines)
14048         (gnus-outlook-rearrange-article)
14049         (gnus-outlook-repair-attribution-outlook)
14050         (gnus-outlook-repair-attribution-block)
14051         (gnus-outlook-repair-attribution-other): Remove redundant
14052         save-excursion.
14053
14054 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14055
14056         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14057         (spam-fetch-field-subject-fast)
14058         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14059         (spam-fetch-article-header): Add functions to deal with Gnus
14060         internals for fast retrieval of article header data.
14061         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14062
14063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14064
14065         * pop3.el (pop3-md5): Remove.
14066         (pop3-apop): Replace pop3-md5 with md5.
14067
14068         * mm-bodies.el: base64 is always built-in.
14069
14070         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14071         with-current-buffer.
14072
14073 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * canlock.el (canlock-insert-header): Remove excessive grouping in
14076         regexp.
14077
14078         * gnus-sum.el (gnus-summary-read-document): Ditto.
14079
14080         * gnus-uu.el (gnus-uu-part-number): Ditto.
14081
14082         * html2text.el (html2text-remove-tags): Ditto.
14083         (html2text-format-tags): Ditto.
14084         (html2text-format-single-elements): Ditto.
14085
14086         * mml.el (mml-parse-1): Ditto.
14087
14088 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14089
14090         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14091
14092         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14093
14094         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14095
14096         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14097
14098 2003-11-15  Simon Josefsson  <jas@extundo.com>
14099
14100         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14101         (pgg-gpg-lookup-key): Use regexp match instead of
14102         split-string (split-string is different between emacs 21.2 and
14103         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14104
14105 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14106
14107         * gnus-art.el (gnus-mime-view-all-parts)
14108         (gnus-article-part-wrapper, gnus-article-view-part): Use
14109         with-current-buffer.
14110
14111 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14112
14113         * spam.el (spam-disable-spam-split-during-ham-respool)
14114         (spam-spamoracle-database, spam-cache-lookups)
14115         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14116         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14117         (spam-group-ham-marks, spam-group-spam-marks)
14118         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14119         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14120         also add spam-use-blackholes to the statistical checks.
14121         (spam-fetch-field-fast): Add interface to fetching fields, may
14122         become a macro.
14123         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14124         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14125         (spam-insert-fake-headers): Fake an article when needed.
14126         (spam-find-spam): Fake article when possible.
14127         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14128         (spam-check-bogofilter-headers): Use message-fetch-field instead
14129         of nnmail-fetch-field.
14130
14131 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14134
14135 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * spam.el (spam-split): Do not require spam-use-CHECK to be
14138         enabled if that check is passed to spam-split explicitly; also
14139         fix so 'spam doesn't get converted to spam-split-group when
14140         spam-split-symbolic-return is t.
14141         (spam-find-spam): Find registrations of the article and use those
14142         instead of re-running spam-split to find the spam/ham
14143         classification of the article.
14144         (spam-log-processing-to-registry, spam-log-registered-p)
14145         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14146         Use gnus-error instead of gnus-message.
14147         (spam-log-registration-type): Add function to determine the
14148         classification of a message based on registry entries; will
14149         return nil if both 'spam and 'ham are found.
14150         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14151         a reasonably fast local cache without the loading errors.
14152         (spam-cache-lookups): Set to t by default.
14153         (spam-find-spam): Don't try to guess spam-cache-lookups.
14154         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14155         spam-caches entry.
14156         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14157         caching of whitelist/blacklist entries.
14158         (spam-check-whitelist, spam-check-blacklist): Invoke
14159         spam-from-listed-p with a type, not a cache variable.
14160         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14161
14162 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14163
14164         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14165
14166         * nnmail.el (nnmail-split-fancy): do.
14167
14168         * mml.el (mml-parse): do.
14169
14170         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14171         (gnus-score-adaptive): do.
14172
14173 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14176         (gnus-mime-button-map): Don't set keymap parent.
14177         (gnus-button-ctan-directory-regexp): Use shy grouping.
14178         (gnus-prev-page-map): Don't set keymap parent.
14179         (gnus-prev-page-map): Remove duplicated one.
14180         (gnus-next-page-map): Don't set keymap parent.
14181         (gnus-mime-security-button-map): Ditto.
14182
14183         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14184         version number.
14185
14186         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14187
14188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * canlock.el (canlock-sha1-function): Remove.
14191         (canlock-sha1-function-for-verify): Remove.
14192         (canlock-openssl-program): Remove.
14193         (canlock-openssl-args): Remove.
14194         (canlock-ignore-errors): Remove.
14195         (canlock-sha1-with-openssl): Remove.
14196         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14197         (canlock-verify): Don't use canlock-ignore-errors.
14198
14199         * sha1-el.el (sha1-string-external): Make it can return a string
14200         in binary form.
14201         (sha1-region-external): Ditto.
14202         (sha1-string-internal): Ditto.
14203         (sha1-region-internal): Ditto.
14204         (sha1-region): Ditto.
14205         (sha1-string): Ditto.
14206         (sha1): Ditto.
14207
14208 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * spam.el (spam-report-articles-gmane): New command.
14211
14212 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14215
14216         * run-at-time.el (run-at-time-saved): Remove.
14217         (run-at-time): Doc fix.
14218
14219 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14220
14221         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14222         (gnus-summary-limit-map): Add it.
14223         (gnus-summary-make-menu-bar): do.
14224
14225 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14226
14227         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14228         Make attempt at some caching support (done for BBDB only now).
14229         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14230         addresses to be checked.
14231         (spam-clear-cache-BBDB): Add function, to be invoked by
14232         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14233         (spam-check-BBDB): Check and use the caches, if
14234         spam-cache-lookups is on, remove superfluous (provide).
14235
14236 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14239
14240 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14241
14242         * run-at-time.el (run-at-time-saved): Move to after the definition
14243         of `run-at-time'.
14244
14245         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14246
14247 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14250         mm-w3m-local-map-property.
14251
14252         * mm-view.el (mm-w3m-mode-map): Remove.
14253         (mm-w3m-local-map-property): Remove.
14254         (mm-inline-text-html-render-with-w3m): Don't use
14255         mm-w3m-local-map-property.
14256
14257 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * run-at-time.el: New file.
14260
14261         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14262         under Emacs.
14263
14264         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14265         of gnus-set-text-properties.
14266
14267         * gnus-uu.el (gnus-uu-save-article): Ditto.
14268
14269         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14270
14271         * gnus-cite.el (gnus-cite-parse): Ditto.
14272
14273         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14274         of gnus-.
14275
14276         * gnus-xmas.el (run-at-time): Require run-at-time.
14277
14278         * gnus.el: Changed calls to nnheader-run-at-time and
14279         password-run-at-time throughout to use run-at-time directly.
14280
14281         * password.el: Removed definition of run-at-time.
14282
14283         * nnheaderxm.el: Remove definition of run-at-time.
14284
14285 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14286
14287         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14288         in prompt.
14289
14290 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14291
14292         * messagexmas.el (message-xmas-redefine): Alias
14293         `message-make-caesar-translation-table' to
14294         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14295         version.
14296
14297         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14298         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14299         `gnus-xmas-set-text-properties'.
14300         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14301         `gnus-xmas-completing-read'.
14302         (gnus-xmas-completing-read): Removed.
14303         (gnus-xmas-open-network-stream): Removed.
14304
14305         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14306         XEmacs version.
14307
14308         * dns.el (dns-make-network-process): Use `open-network-stream'
14309         instead of `gnus-xmas-open-network-stream'.
14310
14311         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14312
14313         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14314
14315 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14316
14317         * gnus-art.el (gnus-mime-display-alternative)
14318         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14319         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14320         Don't use gnus-local-map-property.
14321
14322         * gnus-util.el (gnus-local-map-property): Remove.
14323
14324         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14325         gnus-completing-read-maybe-default with completing-read.
14326
14327         * gnus-util.el (gnus-completing-read): do.
14328         (gnus-completing-read-maybe-default): Remove.
14329
14330 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14331
14332         * password.el: Only autoload `run-at-time' if not XEmacs.
14333         Only autoload the itimer functions if XEmacs.
14334
14335 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14338         XEmacsen.
14339
14340         * dgnushack.el: Autoload executable-find for XEmacs.
14341
14342 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14343
14344         * gnus-art.el (gnus-read-string): Remove.
14345         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14346         read-string.
14347
14348 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * netrc.el: Autoload password-read.
14351         (netrc): Add configuration group.
14352         (netrc-encoding-method, netrc-openssl-path): Add
14353         variables for encoding and decoding of files with symmetric
14354         ciphers.
14355         (netrc-encode): Add assistant function to encode a file with
14356         netrc-encoding-method.
14357         (netrc-parse): Add interactive parameter, added optional
14358         decoding if netrc-encoding-method is non-nil but otherwise
14359         behavior is standard.
14360         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14361         Do s/encode/encrypt/ everywhere.
14362
14363         * spam.el: Remove executable-find autoload.
14364
14365 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14368
14369         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14370
14371 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-art.el (gnus-treat-ansi-sequences,
14374         (article-treat-ansi-sequences): New variable and function.
14375         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14376
14377         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14378         Use it.
14379
14380 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14381
14382         * mm-util.el (mm-quote-arg): Remove.
14383
14384         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14385         shell-quote-argument.
14386
14387         * gnus-uu.el (gnus-uu-command): do.
14388
14389         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14390
14391         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14392         with make-char.
14393
14394         * mm-util.el (mm-make-char): Remove.
14395
14396         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14397         add-minor-mode.
14398
14399         * gnus-undo.el (gnus-undo-mode): do.
14400
14401         * gnus-topic.el (gnus-topic-mode): do.
14402
14403         * gnus-sum.el (gnus-dead-summary-mode): do.
14404
14405         * gnus-start.el (gnus-slave-mode): do.
14406
14407         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14408
14409         * gnus-ml.el (gnus-mailing-list-mode): do.
14410
14411         * gnus-gl.el (gnus-grouplens-mode): do.
14412
14413         * gnus-draft.el (gnus-draft-mode): do.
14414
14415         * gnus-dired.el (gnus-dired-mode): do.
14416
14417         * gnus-ems.el (gnus-add-minor-mode): Remove.
14418
14419         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14420         Replace gnus-char-width with char-width.
14421
14422         * gnus-ems.el (gnus-char-width): Remove.
14423
14424         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14425         Replace gnus-char-width with char-width.
14426
14427         * gnus-ems.el (gnus-char-width): Remove.
14428
14429         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14430         definition.
14431         Remove Emacs 20 hash table compatibility code.
14432
14433         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14434         20 compatibility code.
14435
14436         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14437
14438         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14439
14440         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14441         with point-at-{eol,bol}.
14442
14443         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14444
14445         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14446
14447         * flow-fill.el (fill-flowed-point-at-bol)
14448         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14449
14450         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14451         Replace with point-at-{eol,bol} throughout all files.
14452
14453 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * ntlm.el (ntlm-string-as-unibyte): New macro.
14456         (ntlm-build-auth-response): Use it.
14457
14458         Remove Emacs 20 stuff:
14459         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14460         (butlast, mapc, remove): Remove the compiler macros.
14461         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14462         of delq and copy-sequence.
14463         * gnus-art.el (popup-menu): Remove the compiler macro.
14464         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14465         Emacs 20.
14466
14467 2004-01-05  Simon Josefsson  <jas@extundo.com>
14468
14469         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14470         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14471         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14472         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14473         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14474         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14475         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14476         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14477         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14478         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14479         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14480         string-xor into ntlm-string-xor.  Suggested by
14481         Jesper Harder <harder@myrealbox.com>.
14482
14483         * ntlm.el: Don't include poem.
14484
14485         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14486         Jesper Harder <harder@myrealbox.com>.
14487
14488         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14489
14490         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14491         probably breaks emacs with DL patch, but do we care? Is anyone
14492         still using the DL stuff?)
14493
14494         * sieve-manage.el: Use the password package.
14495         (sieve-manage-read-passwd): Remove.
14496         (sieve-manage-interactive-login): Use password.  Re-add
14497         condition-case around loop.
14498
14499         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14500         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14501         the password package.
14502
14503 2003-02-19  Simon Josefsson  <jas@extundo.com>
14504
14505         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14506         token.
14507
14508 2002-08-07  Simon Josefsson  <jas@extundo.com>
14509
14510         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14511         (sieve-manage-authenticators):
14512         (sieve-manage-authenticator-alist): Add some SASL mechs.
14513         (sieve-sasl-auth): New function.
14514         (sieve-manage-cram-md5-auth):
14515         (sieve-manage-plain-auth): Rewrite using SASL library.
14516         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14517         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14518         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14519         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14520
14521 2004-01-05  Simon Josefsson  <jas@extundo.com>
14522
14523         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14524         New files.
14525
14526 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527
14528         * gnus-group.el (gnus-no-groups-message): Update.
14529
14530         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14531
14532 2003-11-09  Simon Josefsson  <jas@extundo.com>
14533
14534         * imap.el: Support for ID IMAP extension (RFC 2971).
14535         (imap-local-variables): Add imap-id.
14536         (imap-id): New variable.
14537         (imap-id): New function.
14538         (imap-parse-response): Parse untagged ID response.
14539         * nnimap.el (nnimap-id): New variable.
14540         (nnimap-open-connection): Use it.
14541
14542 2003-12-28  Simon Josefsson  <jas@extundo.com>
14543
14544         * gnus-score.el (gnus-score-edit-all-score): New.
14545         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14546
14547 2004-01-04  Simon Josefsson  <jas@extundo.com>
14548
14549         * password.el: Add.
14550
14551 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14552
14553         * dns.el (dns-query-types): Fix typo.
14554         (dns-query-types): New function
14555         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14556         PTR and SOA replies, see RFC 1035.
14557
14558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14559
14560         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14561
14562         * Moved to Changelog.2.
14563
14564 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14565
14566         * gnus.el (gnus-version-number): Bump version.
14567
14568 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14569
14570         * gnus.el: No Gnus v0.1 is released.
14571
14572 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14573
14574         * gnus.el: No Gnus v0.0 is released.
14575
14576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14577
14578         * gnus.el (gnus-version-number): Bump.
14579         (gnus-version): No.
14580
14581 See ChangeLog.2 for earlier changes.
14582
14583     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14584
14585   This file is part of GNU Emacs.
14586
14587   GNU Emacs is free software: you can redistribute it and/or modify
14588   it under the terms of the GNU General Public License as published by
14589   the Free Software Foundation, either version 3 of the License, or
14590   (at your option) any later version.
14591
14592   GNU Emacs is distributed in the hope that it will be useful,
14593   but WITHOUT ANY WARRANTY; without even the implied warranty of
14594   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14595   GNU General Public License for more details.
14596
14597   You should have received a copy of the GNU General Public License
14598   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14599
14600 ;; Local Variables:
14601 ;; coding: utf-8
14602 ;; fill-column: 79
14603 ;; add-log-time-zone-rule: t
14604 ;; End:
14605
14606 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4