2009-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
[gnus] / lisp / ChangeLog
1 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4
5 2009-11-29  Juri Linkov  <juri@jurta.org>
6
7         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9         on `gnus-recenter'. (Bug#4981)
10
11 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12
13         * sha1.el (sha1-string-external): default-directory "/" in case
14         otherwise non-existent.  process-connection-type pipe for touch of
15         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
16
17 2009-11-25  Kevin Ryde  <user42@zip.com.au>
18
19         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
20         it's comms related and sgml-mode.el has "comm" on that basis too.
21
22 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
25         containing tspecial characters if they have been already quoted.
26
27 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
28
29         * dns-mode.el (auto-mode-alist): Purecopy string.
30
31 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32
33         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
34
35 2009-10-24  Glenn Morris  <rgm@gnu.org>
36
37         * gnus-art.el (help-xref-stack-item): Define for compiler.
38
39 2009-10-21  Kevin Ryde  <user42@zip.com.au>
40
41         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
42
43 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
46
47 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
50         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
51
52 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus.el (gnus-overlay-get): New alias to overlay-get.
55         (gnus-overlays-in): New alias to overlays-in.
56
57         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
58         gnus-overlay-get, and gnus-delete-overlay.
59         (gnus-summary-show-thread): Make it work as well for systems in which
60         next-single-char-property-change is not available.
61         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
62
63         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
64         (gnus-overlay-get): New alias to extent-property.
65         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
66
67         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
68         SXEmacs.
69
70         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
71         SXEmacs.
72
73 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
74
75         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
76
77 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
78
79         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
80         and XEmacs that don't have `remove-overlays'.
81
82 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
83
84         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
85         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
86         selective display.  Use overlays instead.
87
88 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
89
90         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
91
92 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
93
94         * spam-stat.el (spam-stat-load): Fix typo in message.
95
96 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
97
98         * dig.el (dig-invoke): Fix typo in docstring.
99         (query-dig): Reflow docstring.
100
101 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
102
103         * gnus-art.el (gnus-article-encrypt-body):
104         * message.el (message-check-recipients):
105         * mm-util.el (mm-codepage-setup):
106         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
107         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
108
109 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
110
111         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
112         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
113         keys from the menu if mm-{sign,encrypt}-option is 'guided.
114         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
115         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
116
117 2009-09-21  Kevin Ryde  <user42@zip.com.au>
118
119         * dig.el: Add "Keywords: comm", as per net-utils.el.
120
121 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
122
123         * dig.el (dig-mode): Use define-derived-mode.
124
125 2009-09-19  Glenn Morris  <rgm@gnu.org>
126
127         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
128
129 2009-09-18  Glenn Morris  <rgm@gnu.org>
130
131         * gnus-diary.el (gnus-diary-check-message):
132         * message.el (message-insert-formatted-citation-line):
133         * nnbabyl.el (top-level):
134         * nndiary.el (nndiary-schedule):
135         Fix typos in condition-case handlers.
136
137 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * gnus-art.el (gnus-article-edit-part): Work for the buffer
140         configuration that provides the sole article window in a frame;
141         position point correctly after deleting a part.
142
143 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
144
145         * spam.el (spam-unregister-on-reregister): Add boolean variable.
146         (spam-resolve-registrations-routine): Use it to unregister articles
147         that change status.
148
149 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
152         with XEmacs.
153         (parse-time-string-chars): Use it.
154
155 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * imap.el (imap-interactive-login): Better messages.
158         (imap-open): Fix bug with renamed buffer on reconnect.
159         (imap-authenticate): Add buffer-local imap-last-authenticator variable
160         for easier debugging and cleaner code.  On successful (guessed based on
161         server capabilities) secondary authentication, set imap-state
162         correctly.
163         (imap-last-authenticator): Define imap-last-authenticator as a variable
164         to avoid warnings.
165
166 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * nnrss.el (nnrss-request-article): Remove binding of
169         default-enable-multibyte-characters that has gotten needless by
170         the 2007-07-13 change in rfc2047-encode-message-header.
171
172         * mml.el (mml-insert-multipart): Error on the message header.
173         (mml-insert-part): Error on the message header; position point at
174         the end of a MIME tag.
175
176 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * time-date.el (autoload): Expand define-obsolete-function-alias into
179         defalias and make-obsolete for old Emacsen that Gnus supports.
180         (with-no-warnings): Define it for old Emacsen.
181         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
182         is available.
183         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
184         float-time is available; suppress compile warning for time-to-seconds.
185
186         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
187         (gnus-float-time): Alias to float-time if it exists.
188
189         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
190         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
191         float-time is available; suppress compile warning for time-to-seconds.
192
193         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
194         XEmacs.
195
196 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * imap.el (imap-message-map): Docstring fix.
199
200 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
203         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
204         Add the optional argument `encoding' that overrides the default.
205
206         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
207         mm-encode-buffer.
208
209 2009-09-04  Glenn Morris  <rgm@gnu.org>
210
211         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
212         mm-disable-multibyte, rather than default-enable-multibyte-characters.
213         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
214         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
215         * mm-util.el (mm-with-unibyte-current-buffer)
216         (mm-find-buffer-file-coding-system):
217         * yenc.el (yenc-decode-region): Use default-value rather than
218         default-enable-multibyte-characters.
219
220 2009-09-03  Glenn Morris  <rgm@gnu.org>
221
222         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
223         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
224         than default-enable-multibyte-characters.
225
226 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
227
228         * gnus-art.el (gnus-article-read-summary-keys):
229         Fix gnus-buffer-configuration's value temporarily used.
230
231 2009-09-02  Glenn Morris  <rgm@gnu.org>
232
233         * gnus-util.el (gnus-float-time): New function.
234         * gnus-delay.el (gnus-delay-article):
235         * gnus-sum.el (gnus-thread-latest-date):
236         * gnus-util.el (gnus-user-date): Use gnus-float-time.
237         * nnspool.el (nnspool-request-newgroups):
238         Use gnus-float-time rather than time-to-seconds.
239         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
240
241         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
242         (gnus-header-subject-face, gnus-header-newsgroups-face)
243         (gnus-header-name-face, gnus-header-content-face):
244         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
245         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
246         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
247         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
248         (gnus-cite-face-11):
249         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
250         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
251         (gnus-server-closed-face, gnus-server-denied-face)
252         (gnus-server-offline-face):
253         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
254         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
255         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
256         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
257         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
258         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
259         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
260         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
261         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
262         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
263         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
264         (gnus-summary-selected-face, gnus-summary-cancelled-face)
265         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
266         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
267         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
268         (gnus-summary-high-undownloaded-face)
269         (gnus-summary-low-undownloaded-face)
270         (gnus-summary-normal-undownloaded-face)
271         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
272         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
273         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
274         (gnus-splash-face):
275         * message.el (message-header-to-face, message-header-cc-face)
276         (message-header-subject-face, message-header-newsgroups-face)
277         (message-header-other-face, message-header-name-face)
278         (message-header-xheader-face, message-separator-face)
279         (message-cited-text-face, message-mml-face):
280         * sieve-mode.el (sieve-control-commands-face)
281         (sieve-action-commands-face, sieve-test-commands-face)
282         (sieve-tagged-arguments-face):
283         * spam.el (spam-face):
284         Mark face aliases with "-face" in the name as obsolete.
285
286 2009-09-01  Glenn Morris  <rgm@gnu.org>
287
288         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
289         than goto-line.
290
291 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
294         Don't move point if the command is invoked inside the message header.
295
296 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
297
298         * imap.el (imap-send-command): Simplify.
299         (imap-wait-for-tag): point-max -> buffer-size.
300
301 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
302
303         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
304         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
305         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
306         * nnir.el (nnir-swish-e-index-file):
307         * gnus-sum.el (gnus-summary-delete-marked-as-read)
308         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
309         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
310         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
311         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
312         (gnus-treat-display-xface): Add Emacs version of obsolescence.
313
314 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
317         Don't save excursion.
318
319 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
320
321         * nnheader.el (nnheader-find-file-noselect):
322         * mm-util.el (mm-insert-file-contents):
323         Use (default-value 'major-mode) instead of default-major-mode.
324
325 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
328
329 2009-08-26  Glenn Morris  <rgm@gnu.org>
330
331         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
332         than placing in files.el.
333
334 2009-08-25  Glenn Morris  <rgm@gnu.org>
335
336         * nnir.el (top-level): Don't require cl at run-time.
337         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
338         Replace cl-function substitute with gnus-replace-in-string.
339         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
340         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
341         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
342         simplified expansions.
343
344 2009-08-25  Kevin Ryde  <user42@zip.com.au>
345
346         * dig.el (dig): Add autoload cookie.
347
348 2009-08-22  Glenn Morris  <rgm@gnu.org>
349
350         * gnus-art.el (gnus-button-patch): Use forward-line rather than
351         goto-line.
352
353 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
354
355         * parse-time.el (parse-time-string-chars): Save match data.
356
357 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
358
359         * parse-time.el (parse-time-string-chars): Compute using character
360         classes, to handle non-ascii characters (Bug#3190).
361
362 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
365
366         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
367         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
368         (gnus-mm-display-part, gnus-mime-display-single)
369         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
370         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
371
372         * gnus-sum.el
373         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
374         (gnus-summary-move-article): Add expirable mark to articles copied or
375         moved to group that has auto-expire turned on if the option is non-nil.
376
377 2009-07-24  Glenn Morris  <rgm@gnu.org>
378
379         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
380         Fix typo.  (Bug#3903)
381
382 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
385         gnus-article-read-summary-keys rather than gnus-summary-edit-article
386         that should not be used for draft articles.
387         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
388         that has no concern in minor mode keys.
389         (gnus-article-summary-command, gnus-article-summary-command-nosave):
390         Abolish.
391
392 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
395         article without making inquiry to a user for unknown encoding.
396
397         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
398         (nnmaildir--scan): Assume i-node and device number that file-attributes
399         returns might be cons-cell.
400
401         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
402
403         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
404
405 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         * auth-source.el: Remove docs now in auth.texi.  Don't use
408         `gnus-message' for logging.  Add new variables `auth-source-debug' and
409         `auth-source-hide-passwords' and use them.
410
411 2009-07-15  Glenn Morris  <rgm@gnu.org>
412
413         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
414
415 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
418         excessive whitespace from the default values of title and description.
419
420 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
423         mail-fetch-field to fetch Content-Description header in order to
424         exclude newlines.
425
426 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
427
428         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
429         format used by GnuPG 2.0.11.
430
431 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
434         to deleted part.
435
436 2009-05-30  David Engster  <dengste@eml.cc>
437
438         * nnmairix.el: Remove old documentation in the commentary block.
439         (nnmairix-request-group): Do not update active file for nnml back ends.
440         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
441         end so that overview files are ignored.
442         (nnmairix-update-groups): Make updating the groups more robust by using
443         marks.
444         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
445         with dollar characters in message-id.
446
447 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
448
449         * spam.el: Use dns-query instead of query-dns.  Was renamed on
450         2008-12-25 in dns.el.
451
452 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
453
454         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
455         could happen if the text is only composed of spaces and/or tabs.
456
457 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
458
459         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
460         when sending a queued message to avoid extra mml tags.
461
462 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
465
466 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
469         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
470         rmail-toggle-header for XEmacs;
471         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
472
473 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-dired.el: Remove autoload for gnus-setup-message.
476         (gnus-dired-attach): Fake this-command value to prevent Gnus from
477         displaying Gnus logo; always use compose-mail.
478
479 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
482
483 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
486         (gnus-nocem-issuers): List currently active issuers; fix custom type.
487         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
488         available.
489         (gnus-nocem-epg-verify): New function.
490
491 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
494
495 2009-02-15  Glenn Morris  <rgm@gnu.org>
496
497         * gnus-util.el (rmail-insert-rmail-file-header)
498         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
499         autoloads.
500         (rmail-default-rmail-file): Remove unnecessary declaration.
501         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
502
503 2009-02-14  Glenn Morris  <rgm@gnu.org>
504
505         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
506         variable (only used in gnus-util, which declares it anyway).
507         (rmail-output-to-rmail-file): Remove autoload of deleted function,
508         which was only needed by gnus-art (changed to not use it any more).
509         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
510         only used in gnus-util, which autoloads it itself.
511         (rmail-update-summary): Fix autoload.
512
513         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
514         rather than rmail-output-to-rmail-file.
515
516 2009-02-07  Glenn Morris  <rgm@gnu.org>
517
518         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
519         autoload of function that no longer exists.
520         (rmail-toggle-header): Declare.
521         (message-forward-rmail-make-body): Handle mbox Rmail.
522
523 2009-01-31  Glenn Morris  <rgm@gnu.org>
524
525         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
526         2009-01-09 change.
527
528 2009-01-31  Dave Love  <fx@gnu.org>
529
530         * imap.el (imap-fetch-safe): Bind debug-on-error.
531         (imap-debug): Add imap-fetch-safe.
532
533 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
536         (auth-source-forget-all-cached): New convenience function.
537         (auth-source-user-or-password): Accept list of modes or a single mode.
538
539         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
540         auth-source modes.
541
542         * netrc.el (netrc-machine-user-or-password): Use list of
543         auth-source modes.
544
545         * nnimap.el (nnimap-open-connection): Use list of
546         auth-source modes.
547
548         * nntp.el (nntp-send-authinfo): Use list of
549         auth-source modes.
550
551 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * auth-source.el: Update docs to reflect epa-file-enable is to be used
554         now.
555
556 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
559         coding system in XEmacs; add a workaround for XEmacs.
560
561         * lpath.el: Fbind coding-system-aliasee.
562
563 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mm-util.el (mm-coding-system-priorities): Protect against nil value
566         of current-language-environment.
567
568 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
569
570         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
571         available at runtime.
572
573 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-art.el (article-date-ut): Fix end point of narrowing.
576
577 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
578
579         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
580         the greatest positive fixnum value doesn't work under an XEmacs with
581         bignum support; use the most-positive-fixnum constant instead,
582         available since Emacs 21.1 with cl and XEmacs 21.1.
583
584 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
587         XEmacs gets not to work.
588
589 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * mm-util.el (mm-coding-system-priorities): Allow the value like
592         "Japanese (UTF-8)" of current-language-environment.
593
594 2009-01-09  Glenn Morris  <rgm@gnu.org>
595
596         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
597         with last-command-event.
598
599 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
600
601         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
602         in the doc string.
603
604         * message.el (message-fix-before-sending): Amend comment.
605
606 2009-01-08  Dave Love  <fx@gnu.org>
607
608         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
609
610 2009-01-07  David Engster  <dengste@eml.cc>
611
612         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
613         simplified server definitions by converting it via
614         gnus-server-to-method.
615
616 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
619         parameter's operands.
620
621 2009-01-06  David Engster  <dengste@eml.cc>
622
623         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
624         primary select method (for gnus-group-mark-article-as-read).
625
626 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
627
628         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
629         `(gnus)Face', not `(gnus)X-Face'.
630
631 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * mm-util.el (mm-ucs-to-char): New function.
634
635         * mm-url.el (mm-url-decode-entities): Use it.
636
637         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
638         unicode-to-char.
639
640 2009-01-05  Dave Love  <fx@gnu.org>
641
642         * time-date.el: Require cl for `declare'.
643
644 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
645
646         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
647         Dave Love.
648
649 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
650
651         * message.el (message-fix-before-sending): Add `eight-bit' to
652         illegible-text check.
653
654 2009-01-03  Michael Olson  <mwolson@gnu.org>
655
656         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
657         `headers' is nil.  This can occur if the IMAP server does not have
658         permissions to read messages from a folder, but can write new messages
659         to the folder.
660         (nnimap-request-article-part): Do not insert `data' if it is nil.
661
662         * imap.el (imap-parse-fetch): Courier can insert spurious blank
663         characters which will confuse `read', so skip past them.
664
665 2009-01-01  Dave Love  <fx@gnu.org>
666
667         * imap.el (imap-string-to-integer): Fix typo.
668         (imap-fetch-safe): New function.
669         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
670
671         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
672
673         * imap.el (imap-process-connection-type, imap-debug, imap-open):
674         (imap-parse-greeting): Fix doc strings.
675         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
676         (imap-parse-flag-list): Make messages unique.
677         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
678
679         * nnimap.el: Fix author email.
680         (nnimap-split-rule): Add FIXME comment.
681         (nnimap-debug): Fix doc string.
682
683 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
684
685         * dns.el (dns-set-servers): Check "Address".  Fix typo.
686
687 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
688
689         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
690         nslookup if resolv.conf isn't available.
691         (dns-query): Rename from query-dns.
692         (dns-query-cached): Rename from query-dns-cached.
693
694 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
697         overlay-arrow-position and overlay-arrow-string buffer-local; no need
698         to check if those variables exist (first appeared in Emacs 18.50).
699
700 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mm-util.el (mm-line-number-at-pos): New function.
703
704         * spam-report.el (spam-report-process-queue): Use it.
705
706 2008-12-24  David Engster  <dengste@eml.cc>
707
708         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
709         parameters that haven't existed as variables as buffer-local variables.
710
711 2008-12-23  Dave Love  <fx@gnu.org>
712
713         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
714         cadar.
715
716         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
717         imap-starttls-p.
718         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
719
720 2008-12-22  Dave Love  <fx@gnu.org>
721
722         * imap.el: Fix author email.  Doc fixes.
723         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
724         reply.
725
726 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
727
728         * spam-report.el (spam-report-gmane-max-requests): New constant.
729         (spam-report-gmane-wait): New variable.
730         (spam-report-gmane-ham, spam-report-gmane-spam)
731         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
732         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
733         the server.
734
735         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
736         Add explanations.
737
738         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
739         nnheader-accept-process-output and nnheader-read-timeout if available.
740         (pop3-movemail): Use it.
741
742         * message.el (message-check-news-body-syntax): Fix signature check if
743         there's an attachment.
744
745 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mm-util.el: Add comments to the mm- emulating functions.
748
749 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
752         by Stephen Berman <stephen.berman@gmx.net>.
753
754 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * mm-util.el (mm-substring-no-properties): New function.
757         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
758         (mm-special-display-p): Enable those lambda forms to be byte compiled.
759         (mm-string-to-multibyte): Doc fix.
760
761         * mml.el (mml-attach-file): Use mm-substring-no-properties.
762
763 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
764
765         * mml.el (mml-attach-file): Strip text properties from file name.
766         (Bug#1574)
767
768 2008-12-16  Glenn Morris  <rgm@gnu.org>
769
770         * mm-util.el (mm-charset-override-alist): Declare for compiler.
771
772 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
775         knows since the charset specified might be a bogus alias that
776         mm-charset-synonym-alist provides.
777
778 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
779
780         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
781         "ISO_8859-1".
782
783         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
784
785 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * mm-util.el (mm-charset-eval-alist):
788         Define it before mm-charset-to-coding-system.
789         (mm-charset-to-coding-system): Add optional argument `silent';
790         define it before mm-charset-override-alist.
791         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
792         default value if it can be used in Emacs currently running;
793         silence mm-charset-to-coding-system.
794
795 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
798         `allow-override' which says whether to use `mm-charset-override-alist'.
799         (rfc2047-decode-encoded-words): Use it.
800
801         * mm-util.el (mm-charset-override-alist): Fix custom type;
802         add `(gb2312 . gbk)' to choices.
803
804 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
807         fast.
808
809         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
810
811         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
812
813 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
814
815         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
816         on links.
817
818         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
819
820 2008-12-03  Lute Kamstra  <lute@gnu.org>
821
822         * sha1.el: Remove leading * from docstrings of defcustoms,
823         deffaces, defconsts and defuns.
824
825 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * message.el (message-idna-to-ascii-rhs-1): Protect against local
828         users' addresses that don't have domain parts.
829         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
830         rather than message-narrow-to-head since there will be the message
831         header separator.
832
833 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
834
835         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
836         since the result is inserted in a unibyte buffer anyway.
837         (nnimap-demule-use-string-to-multibyte): Remove.
838         (nnimap-demule): Alias it to mm-string-to-multibyte.
839
840 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
841
842         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
843         variable for debugging bug#464 and bug#1174.
844         (nnimap-demule): Use it.
845
846 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
847
848         * gnus-score.el (gnus-score-find-trace): Handle default score in total
849         score calculation correctly.
850
851 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
852
853         * message.el (message-send-mail): Just set the buffer to unibyte
854         rather than use mm-with-unibyte-current-buffer which does a lot more.
855         (message-send-mail-partially): Don't bother with
856         mm-with-unibyte-current-buffer since it's already been made unibyte by
857         message-send-mail.
858
859 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
862
863 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
866
867 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
870         require itself and to remove `with-no-warnings'.
871
872 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
873
874         * starttls.el (starttls-any-program-available): Get the name of the
875         available TLS layer program.
876         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
877         well as the host name in the "opening" message.
878
879         * auth-source.el (auth-source-cache, auth-source-do-cache)
880         (auth-source-user-or-password): Cache passwords and logins by default,
881         allow override with `auth-source-do-cache'.
882         (auth-source-forget-user-or-password): Allow users to remove cache
883         entries if needed.
884
885 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
886
887         * md4.el (md4-buffer): Fix typo in docstring.
888         (md4, md4-64): Doc fixes.
889         (md4-pack-int32): Reflow docstring.
890
891 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * ietf-drums.el (ietf-drums-remove-comments): Localize second
894         condition-case to only the forward-sexp call.
895
896 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
899         quotes contained.  Make it more robust regardless by an extra
900         condition-case wrapper.
901
902 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * lpath.el: No need to fbind codepage-setup for Emacs 23.
905
906 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * nnml.el (nnml-request-expire-articles): Check if the function set to
909         `nnmail-expiry-target' returns the symbol `delete'.
910
911         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
912
913         * nnmail.el (nnmail-expiry-target): Fix custom type.
914
915 2008-10-02  Glenn Morris  <rgm@gnu.org>
916
917         * mm-util.el (mm-codepage-setup): Tweak codepage error.
918         Silence compiler warning.
919
920 2008-10-01  Magnus Henoch  <mange@freemail.hu>
921
922         * tls.el (open-tls-stream): Show the actual command being
923         executed, instead of the format string.
924
925 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * lpath.el: Fbind codepage-setup for Emacs 23.
928
929 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
930
931         * mml.el (mml-menu): Don't assume mml2015 is bound.
932
933 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
936         exists.
937
938 2008-09-27  Glenn Morris  <rgm@gnu.org>
939
940         * gnus-util.el (mail-header-remove-comments): Autoload it.
941
942 2008-09-27  Andreas Schwab  <schwab@suse.de>
943
944         * gnus-util.el (gnus-split-references): Strip comments.
945         (gnus-parent-id): Likewise.
946
947 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
948
949         * message.el (message-confirm-send): Fix version.
950
951 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * message.el (message-idna-to-ascii-rhs-1): Use
954         mail-extract-address-components rather than mail-header-parse-addresses
955         that is an alias by default to ietf-drums-parse-addresses that does not
956         support non-ASCII names in headers' contents.
957
958 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
959
960         * message.el (message-confirm-send): Fixed variable documentation to
961         avoid the "y/n" wording.
962
963 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
964
965         * message.el (message-set-auto-save-file-name): Save to a different
966         filename so multiple messages (especially drafts) can be recovered.
967
968 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
969
970         * message.el (message-confirm-send): Add appropriate version.
971
972 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
975         defvar.
976
977 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
978
979         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
980         (mm-pkcs7-enveloped-magic): Ditto.
981
982 2008-09-17  Simon Josefsson  <simon@josefsson.org>
983
984         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
985         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
986
987 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
990         default, it's better.
991
992 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
995         summary line gnus-number property and ignore them (with a warning
996         message).
997
998 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1001         macro caddr in the interactive form since it won't be expanded.
1002
1003 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1006         `charset'; fix name of function called recursively.
1007         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1008
1009 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1012         (gnus-mime-set-charset-parameters): New function.
1013         (gnus-mime-view-part-as-charset): Use it to correctly display part
1014         specifying wrong charset.
1015
1016 2008-09-08  David Engster  <dengste@eml.cc>
1017
1018         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1019         in completing-read for back end server.
1020
1021 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1022
1023         * message.el (message-confirm-send): New variable to confirm sending a
1024         message.
1025         (message-send): Use it.
1026
1027 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1030
1031 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1034
1035 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1038         prevent tracking too many groups.
1039         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1040         Use it.
1041
1042 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1043
1044         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1045         moving point to the bottom of the window in order to avoid recentering.
1046
1047 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1050
1051         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1052         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1053         (gnus-article-beginning-of-window): Fix calculation.
1054
1055 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-msg.el (gnus-summary-supersede-article)
1058         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1059         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1060         message header.
1061
1062 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1063
1064         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1065         pending output coming after the status change.
1066
1067 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1068
1069         * message.el:
1070         * gnus-start.el:
1071         * gnus-registry.el: Remove VMS support.
1072
1073 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1076         macro.
1077         (rfc2104-hash): Use it.
1078
1079 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1082         (gnus-summary-sort-by-most-recent-date): New commands.
1083         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1084         and menu entries.
1085
1086 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1089         don't redisplay article for raw contents; remove plural articles stuff.
1090
1091         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1092         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1093         on gnus-summary-save-article; display results properly.
1094
1095 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * lpath.el: No need to fbind ns-focus-frame.
1098
1099 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1102
1103 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1106         gnus-save-all-headers.
1107
1108 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1109
1110         * gnus-util.el (ns-focus-frame): Remove declaration.
1111         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1112         like x.
1113
1114 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1115
1116         * rfc2104.el (rfc2104-zero): Delete defconst.
1117         (rfc2104-hex-alist): Likewise.
1118         (rfc2104-hex-to-int): Delete func.
1119         (rfc2104-hexstring-to-bitstring): Likewise.
1120         (rfc2104-nybbles): New defconst.
1121         (rfc2104-hash): Rewrite for speed.
1122
1123 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * tls.el (open-tls-stream): Make it work with the 2nd argument
1126         BUFFER that is a string but does not exist as a buffer object, as
1127         mentioned in the doc-string.
1128
1129 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1132         SXEmacs.
1133
1134 2008-07-16  Glenn Morris  <rgm@gnu.org>
1135
1136         * gnus-util.el (ns-focus-frame): Declare for compiler.
1137
1138 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1141         set as a group parameter.
1142         (gnus-summary-save-in-pipe): Work when it is called independently.
1143         (gnus-summary-pipe-to-muttprint): Don't modify
1144         gnus-summary-pipe-output-default-command.
1145
1146 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1147
1148         * message.el (message-send-mail-with-sendmail):
1149         Display the error message.
1150
1151 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-art.el (gnus-default-article-saver):
1154         Add gnus-summary-save-in-pipe to choices.
1155         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1156         gnus-summary-pipe-output-default-command as the default command.
1157         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1158         instead of gnus-last-shell-command.
1159
1160         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1161         New user option.
1162         (gnus-summary-muttprint-program): Mention the value will be changed.
1163         (gnus-summary-save-article): Force showing of all headers.
1164         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1165
1166 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1167
1168         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1169
1170 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1171
1172         * nnimap.el (nnimap-id):
1173         * sieve-manage.el (sieve-manage-open): Doc fixes.
1174
1175 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1176
1177         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1178         if available.
1179
1180 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1181
1182         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1183
1184         * nnkiboze.el (nnkiboze-generate-group):
1185         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1186
1187         * nnmairix.el: Require CL.
1188
1189 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * dgnushack.el: Autoload get-display-table and put-display-table for
1192         XEmacs 21.5.
1193
1194         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1195         21.4 and SXEmacs.
1196
1197 2008-06-15  David Engster  <dengste@eml.cc>
1198
1199         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1200
1201 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1202
1203         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1204         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1205         runtime choice under XEmacs.
1206
1207         * gnus-sum.el (gnus-summary-set-display-table):
1208         Use `gnus-put-display-table', `gnus-get-display-table',
1209         `gnus-set-display-table' for the display table, instead of `aset'.
1210
1211         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1212         Use `gnus-put-display-table', `gnus-get-display-table',
1213         `gnus-set-display-table' for the display table.
1214
1215 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * nnmairix.el: Add autoloads.
1218
1219 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * nnmairix.el (nnmairix-delete-recreate-group)
1222         (nnmairix-update-and-clear-marks): Fix error messages.
1223
1224 2008-06-14  David Engster  <dengste@eml.cc>
1225
1226         * nnmairix.el: Upgrade to version 0.6.
1227         (nnmairix-group-toggle-propmarks-this-group)
1228         (nnmairix-group-toggle-readmarks-this-group)
1229         (nnmairix-group-delete-recreate-this-group)
1230         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1231         (nnmairix-remove-tick-mark-original-article): New commands.
1232         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1233         (nnmairix-propagate-marks-to-nnmairix-groups)
1234         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1235         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1236         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1237         functions needed for marks propagation and manipulation of read marks.
1238         (nnmairix-update-groups): New function.
1239         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1240         (nnmairix-determine-original-group-from-registry)
1241         (nnmairix-determine-original-group-from-path)
1242         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1243         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1244         New helper functions.
1245         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1246         keystrokes for new commands.
1247         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1248         (nnmairix-request-group): Check allow-fast group parameter.
1249         (nnmairix-request-create-group): Set allow-fast group parameter if
1250         nnmairix-allowfast-default is set.
1251         (nnmairix-close-group): Propagate marks upon closing if needed.
1252         (nnmairix-group-toggle-threads-this-group): Use new.
1253         nnmairix-group-toggle-parameter helper function.
1254         (nnmairix-search): Better check for empty search result.
1255         (nnmairix-goto-original-article): Use new helper functions for
1256         determining original article.
1257         (nnmairix-show-original-article): Make sure message-id is in brackets.
1258         (nnmairix-call-mairix-binary): Change variable name.
1259         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1260         helper function.
1261         (nnmairix-widget-toggle-activate): Fix doc string.
1262
1263 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * nnir.el: Require edmacro when compiling with XEmacs.
1266         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1267         available in Emacs 21.
1268
1269 2008-06-11  Glenn Morris  <rgm@gnu.org>
1270
1271         * gnus-util.el (x-focus-frame):
1272         * gnus.el (image-size):
1273         * mm-decode.el (image-size): Declare.
1274
1275         * gnus-picon.el (declare-function): Add compat definition.
1276         (image-size): Declare.
1277
1278         * gnus-group.el (tool-bar-map):
1279         * gnus-sum.el (tool-bar-map): Define for compiler.
1280
1281         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1282
1283         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1284
1285         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1286         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1287         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1288         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1289         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1290         * sieve-manage.el, spam-report.el, spam.el:
1291         Remove unnecessary eval-and-compile of autoloads.
1292
1293 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1294
1295         * auth-source.el: Precise Tramp doc.
1296
1297 2008-06-07  Glenn Morris  <rgm@gnu.org>
1298
1299         * nnmairix.el: Remove unnecessary eval-when-compile.
1300
1301 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * lpath.el: Fbind propertize for XEmacs 21.4.
1304
1305 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1306
1307         * nnir.el: Move here from ../contrib.
1308
1309 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1310
1311         * gnus-util.el (gnus-read-shell-command): New function.
1312         * mm-decode.el (mm-pipe-part):
1313         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1314
1315 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1318
1319 2008-06-03  Glenn Morris  <rgm@gnu.org>
1320
1321        * pop3.el (nnheader-accept-process-output): Autoload it.
1322
1323 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1326         are not 2-digit hexadecimal characters that follow `%'s.
1327
1328 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1329
1330         * message.el (message-bogus-recipient-p): Fix type in doc string.
1331         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1332         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1333         Improve custom options.
1334         (message-bogus-recipient-p): Adjust accordingly.
1335
1336 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1337
1338         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1339         long-form month and day names.
1340
1341 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * dgnushack.el: Autoload debug, eudc-expand-inline and
1344         pgg-snarf-keys-region for XEmacs.
1345
1346         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1347
1348         * nnmairix.el: Require edmacro when compiling with XEmacs.
1349
1350 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1351
1352         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1353         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1354
1355 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * auth-source.el: Add more docs.
1358
1359         * netrc.el (netrc-machine): Always match if the port is not given.
1360
1361 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1364         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1365         retrieval faster in some cases, but might make CPU usage larger.  If
1366         this has any bad side effects, we might revert this change.
1367
1368         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1369         seems to make mail retrieval much, much faster.
1370         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1371         unconditionally.
1372
1373         * gnus-draft.el (gnus-group-send-queue): Bind
1374         message-send-mail-partially-limit to nil to avoid being prompted.
1375
1376 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1377
1378         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1379
1380         * message.el (message-bogus-address-regexp): Fix and improve custom
1381         type.
1382         (message-setup-hook): Add message-check-recipients as custom option.
1383
1384 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1385
1386         * message.el (message-cite-function): Remove bogus autoload which crept
1387         in during merge from v5-10.
1388
1389 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1392
1393         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1394
1395         * auth-source.el: Preliminary Tramp docs.
1396         (auth-sources): Change the default auth-sources to use
1397         EPA .gpg files.
1398
1399 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1400
1401         * nntp.el: Autoload `auth-source-user-or-password'.
1402         (nntp-send-authinfo): Use it.
1403
1404         * nnimap.el: Autoload `auth-source-user-or-password'.
1405         (nnimap-open-connection): Use it.
1406
1407         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1408         for the gnus-message function.
1409         (auth-source-user-or-password): Use it.
1410
1411 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1412
1413         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1414         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1415         (rfc2104-hash): Use it.
1416
1417 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1418
1419         * gnus-art.el (gnus-article-toggle-truncate-lines):
1420         Don't use `iff' in docstring.
1421
1422 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1423
1424         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1425
1426         * gnus-util.el (gnus-extract-address-component-name)
1427         (gnus-extract-address-component-email): Convenience functions around
1428         `gnus-extract-address-components'.
1429
1430         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1431         Use `gnus-extract-address-component-email' to fix bug of comparing full
1432         sender name to `user-mail-address'.
1433
1434 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1437         catch/throw to optimize.
1438         (gnus-registry-find-keywords): Just use member to find a keyword.
1439
1440 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1441
1442         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1443         is current before calling gnus-server-prepare.
1444         (gnus-server-setup-buffer, gnus-server-update-server)
1445         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1446
1447 2008-05-04  Juri Linkov  <juri@jurta.org>
1448
1449         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1450         (mailcap-file-default-commands): Use mailcap-replace-in-string
1451         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1452         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1453
1454 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1455
1456         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1457
1458 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1459
1460         * gnus.el: Bump version to 0.11
1461
1462 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1463
1464         * gnus.el: No Gnus v0.10 is released.
1465
1466 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1469         hooks.
1470         (gnus-update-read-articles): Speed up non-marks-using users.
1471         (gnus-use-marks): Define gnus-use-marks.
1472         (gnus-propagate-marks): Rename variable to something more sensible.
1473
1474 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1475
1476         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1477         (gmm-image-load-path-for-library): Fix typos in docstrings.
1478         (gmm-message): Reflow docstring.
1479
1480 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1481
1482         * mail-source.el (mail-source-set-1, mail-source-bind):
1483         Move auth-source code out of the macro to clean it up and fix bugs.
1484
1485 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1488         by sender if it's equal to user-mail-address, it's likely to be
1489         useless.
1490
1491         * mail-source.el (mail-source-bind): Don't use user or password if they
1492         are not bound.  Unintern them if they are nil.  Don't use server unless
1493         it's bound, and default it to empty string otherwise.
1494
1495 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1496
1497         * mail-source.el: Load auth-source.el.
1498         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1499         get user name or password, if auth-sources is set up.
1500
1501         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1502         strategy of splitting with parent.
1503         (gnus-registry-split-fancy-with-parent)
1504         (gnus-registry-post-process-groups): Use it and fix prior
1505         bug (returning a list as the split result).
1506
1507         * auth-source.el (auth-sources): Remove server parameter.
1508         (auth-source-pick, auth-source-user-or-password)
1509         (auth-source-user-or-password-imap)
1510         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1511         (auth-source-user-or-password-sftp)
1512         (auth-source-user-or-password-smtp): Remove server parameter.
1513
1514 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1515
1516         * smime.el (smime-sign-region, smime-encrypt-region)
1517         (smime-decrypt-region):
1518         Remove redundant calls to `generate-new-buffer-name'.
1519
1520 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1521
1522         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1523         Don't use QP for message/rfc822.
1524         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1525
1526 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1527
1528         * sieve-manage.el (sieve-string-bytes): Remove.
1529         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1530         correct byte-length only if the process's coding-system is the same as
1531         the one used internally by Emacs to represent strings.
1532
1533 2008-04-22  Juri Linkov  <juri@jurta.org>
1534
1535         * mailcap.el (mailcap-file-default-commands): New function.
1536
1537 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * message.el (message-signature-separator, message-cite-function):
1540         Change custom version.
1541
1542 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1543
1544         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1545         commands.
1546         (tls-checktrust): Ditto.
1547
1548 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1549
1550         * mm-decode.el (mm-display-external): Make temp file read-only.
1551
1552 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1555         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1556         `C-c C-f d'.
1557
1558 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1559
1560         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1561
1562 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * gnus.el: Bump version to 0.9.
1565
1566 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1567
1568         * gnus.el: No Gnus v0.8 is released.
1569
1570 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * mail-source.el (mail-source-value):
1573         Prefer fboundp to functionp so it works with macros as well.
1574
1575 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1578         Fix last change in case the element is not even a symbol.
1579
1580 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1581
1582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1583         Prefer fboundp to functionp so it works with macros as well.
1584
1585 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * auth-source.el: Added docs.
1588         (auth-sources): Modify format to support server.
1589         (auth-source-pick, auth-source-user-or-password)
1590         (auth-source-user-or-password-imap)
1591         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1592         (auth-source-user-or-password-sftp)
1593         (auth-source-user-or-password-smtp): Add server parameter.
1594
1595 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * gnus-registry.el: Initialize the registry when gnus-registry-install
1598         is t.
1599
1600 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * compface.el (uncompface): Make buffer unibyte.
1603
1604 2008-04-05  Glenn Morris  <rgm@gnu.org>
1605
1606         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1607
1608 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1609
1610         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1611         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1612
1613         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1614         multibyteness after rather than before erasing it.
1615
1616         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1617         mm-with-multibyte.
1618         (gnus-request-article-this-buffer): Make sure the proper decoding is
1619         used if gnus-original-article-buffer happens to be unibyte.
1620
1621         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1622         default-enable-multibyte-characters.
1623
1624         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1625         default-enable-multibyte-characters.
1626
1627         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1628
1629         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1630
1631 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1632
1633         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1634         (imap-message-copyuid-1): Use it.
1635         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1636         J. Williams in
1637         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1638
1639         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1640         imap-enable-exchange-bug-workaround.
1641         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1642
1643 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1644
1645         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1646         a 100 byte status-checks into a 2-3MB transfer for each group.
1647         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1648         to enable bug workaround or not.
1649         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1650
1651 2008-03-31  Glenn Morris  <rgm@gnu.org>
1652
1653         * message.el (mml2015-use): Declare for compiler.
1654         (message-info): Require mml2015 when appropriate.
1655
1656 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1659         whitespace.
1660
1661 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1662
1663         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1664         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1665         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1666         (nntp-service-to-port): New function.
1667         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1668         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1669         (nntp-open-netcat-stream): New function.
1670         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1671
1672 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1673
1674         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1675
1676 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1677
1678         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1679
1680 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1681
1682         * dns.el (dns-write): Use set-buffer-multibyte.
1683
1684 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1685
1686         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1687
1688 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1689
1690         * message.el (message-signature-separator): Change default.
1691         Improve custom type.
1692         (message-cite-function): Change default to
1693         message-cite-original-without-signature.
1694
1695         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1696         toggle.
1697
1698         * message.el (message-check-news-body-syntax): Fix signature check.
1699         (message-setup-1): Mark buffer as unmodified _after_ running
1700         message-setup-hook and handling message-alternative-emails.
1701         (message-shorten-references): Be more strict when building list of
1702         valid references to comply with GNKSA.
1703
1704         * gnus-group.el (gnus-read-ephemeral-bug-group)
1705         (gnus-read-ephemeral-debian-bug-group)
1706         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1707
1708         * message.el (message-info): Don't use booleanp which isn't supported
1709         in Emacs 21 and XEmacs.
1710
1711 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1712
1713         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1714         gnus-group-gmane-group-download-format.
1715         (gnus-group-read-ephemeral-gmane-group): Rename from
1716         gnus-group-read-ephemeral-gmane-group.
1717         (gnus-read-ephemeral-gmane-group-url): Rename from
1718         gnus-group-read-ephemeral-gmane-group-url.
1719         (gnus-bug-group-download-format-alist): New variable.
1720         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1721         (gnus-read-ephemeral-emacs-bug-group): New commands.
1722
1723 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1724
1725         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1726         (gnus-visible-headers): Improve custom type.
1727
1728 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * mml.el (mml-menu): Add workarounds for XEmacs.
1731
1732         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1733         X-Boundary header.
1734
1735         * message.el (message-simplify-recipients): Fix previous commit.
1736
1737 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1738
1739         * mm-util.el (mm-set-buffer-multibyte): New function.
1740         * mm-decode.el (mm-copy-to-buffer): Use it.
1741
1742 2008-03-19  Glenn Morris  <rgm@gnu.org>
1743
1744         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1745         Accidentally removed in the sync process with Emacs.
1746
1747 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * message.el (message-alter-recipients-discard-bogus-full-name):
1750         New function.
1751         (message-alter-recipients-function): New variable.
1752         (message-get-reply-headers): Use it.
1753         (message-replace-header): New helper function.
1754         (message-recipients-without-full-name): New variable.
1755         (message-simplify-recipients): New command.
1756
1757         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1758
1759         * message.el (message-info): Handle EasyPG manual.
1760
1761         * mml.el (mml-menu): Add entry for EasyPG.
1762
1763 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1764
1765         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1766         parameter.
1767
1768         * message.el (message-disassociate-draft): Specify drafts group name
1769         fully.
1770
1771 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1774         unnecessary duplicates from the match list.
1775
1776 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1779
1780         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1781
1782         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1783         args of `how-many' of which the XEmacs version doesn't take; declare
1784         Info-index-next as function.
1785
1786 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * gnus-score.el (gnus-score-headers): Fix handling of
1789         gnus-inhibit-slow-scoring.
1790
1791         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1792         string.
1793         (gnus-button-url-regexp): Improve handling of parenthesis.
1794         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1795         (gnus-button-handle-info-keystrokes): Handle index entries.
1796
1797 2008-03-15  Glenn Morris  <rgm@gnu.org>
1798
1799         * parse-time.el (parse-time-string): Simplify.
1800
1801 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1804         Incoming* files.
1805
1806 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1809         (auth-source-pick): Use it.
1810
1811 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1812
1813         * binhex.el (binhex-decode-region-internal):
1814         * uudecode.el (uudecode-decode-region-internal):
1815         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1816         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1817         setting default-enable-multibyte-characters.
1818
1819 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * auth-source.el (auth-source-protocols)
1822         (auth-source-protocols-customize, auth-source-choices): Added and
1823         modified variable customizations and defaults.
1824         (auth-source-pick, auth-source-user-or-password)
1825         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1826         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1827         (auth-source-user-or-password-sftp)
1828         (auth-source-user-or-password-smtp): Use new variables and provide an
1829         interface to netrc.el.
1830
1831 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1834         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1835         Make sure the nntp port to specify is a string.
1836
1837 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1838
1839         * nntp.el: Use with-current-buffer.
1840         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1841         dubious mm-with-unibyte-current-buffer.
1842         (nntp-with-open-group-function): New function extracted from
1843         nntp-with-open-group macro.
1844         (nntp-with-open-group): Use the function, so it's easier to debug.
1845         Add indentation and debugging info.
1846         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1847         the use of the netcat alternatives.
1848
1849         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1850         Avoid mm-string-as-multibyte as well.
1851
1852         * nnweb.el (nnweb-insert-html):
1853         Remove use of nnheader-string-as-multibyte.
1854
1855         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1856         (nnheader-string-as-multibyte): Remove.
1857
1858         * mm-view.el: Use inhibit-read-only.
1859         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1860         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1861         or unibyte-string.
1862
1863         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1864         (mm-uu-yenc-extract): Use with-current-buffer.
1865
1866         * gnus-soup.el (gnus-soup-send-packet): Don't use
1867         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1868
1869         * nnmh.el: Use with-current-buffer.
1870         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1871         mm-string-as-multibyte on the output of mm-encode-coding-string.
1872
1873         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1874         (nnimap-request-move-article): Use with-current-buffer.
1875
1876         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1877         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1878         conversion uses string-make-unibyte rather than string-as-unibyte.
1879
1880         * gnus-msg.el: Use with-current-buffer.
1881
1882         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1883
1884 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1885
1886         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1887         string for caching if it is 'PIN.
1888
1889 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * lpath.el: Consider the case without Emacs/W3.
1892
1893 2008-03-08  Glenn Morris  <rgm@gnu.org>
1894
1895         * time-date.el (date-to-time, time-subtract, time-add)
1896         (safe-date-to-time): Doc fixes.
1897
1898 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1899
1900         * mail-source.el (mail-source-delete-old-incoming-confirm):
1901         Change default to nil.
1902         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1903
1904 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * lpath.el: Rearrange.
1907
1908         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1909         (gnus-article-goto-prev-page): Work for articles having ^L's.
1910
1911         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1912
1913         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1914
1915 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1916
1917         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1918         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1919         (gnus-bookmark-jump): Adjust some variable names.
1920
1921 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * auth-source.el: New package.
1924         (auth-source-choices): Add customization entry point variable.
1925
1926         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1927         bug.
1928
1929 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1932         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1933         (gnus-registry-install-shortcuts): Rename from
1934         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1935         the `gnus-registry-mark-map' keymap dynamically from
1936         `gnus-registry-marks'.  The generated functions update the summary line
1937         when a registry mark is added or deleted, and will call
1938         `gnus-registry-install-p' (see the comments in the code).
1939         (gnus-registry-user-format-function-M): Use concat intelligently.
1940
1941         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1942         the registry mark functions.
1943
1944 2008-03-05  Glenn Morris  <rgm@gnu.org>
1945
1946         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1947         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1948         gnus-art.
1949         (top-level): No need to load own source when compiling.
1950
1951 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1952
1953         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1954         Suggested by <chris.anderton@zetnet.co.uk>.
1955
1956 2008-03-04  Glenn Morris  <rgm@gnu.org>
1957
1958         * gnus-sum.el (top-level): No need to require gnus when compiling,
1959         since unconditionally required near start of file.
1960         (gnus-summary-display-while-building): Move definition before use.
1961
1962 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1965         formatting function.
1966
1967 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1968
1969         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1970         with plists.
1971         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1972         Use new format.
1973
1974 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1977         `where-is-internal' that returns a range of key sequences.
1978
1979 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1982
1983         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1984         (gnus-summary-jump-to-group): Consider windows on other displayed
1985         frames as well.  Similar changes might be needed elsewhere, but that's
1986         the one I've bumped into during my use.
1987
1988         * nndoc.el (nndoc-oe-dbx-type-p):
1989         * gnus-msg.el (gnus-debug):
1990         * gnus-group.el (gnus-update-group-mark-positions):
1991         Use mm-string-to-multibyte.
1992
1993 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1994
1995         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1996         doesn't handle NotDashEscaped.
1997
1998         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1999         (mml-dnd-attach-options): Fix typo in custom choice.
2000
2001         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2002         nndoc-article-type to mbox.
2003         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2004
2005         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2006         to nil, instead of html2text.
2007
2008         * imap.el (imap-debug): Add `imap-ping-server'.
2009
2010         * gnus-bookmark.el: Add FIXMEs.
2011
2012         * message.el (message-form-letter-separator)
2013         (message-send-form-letter-delay): New variables.
2014         (message-send-form-letter): Use them.  New command to send form
2015         letters.  Requested by Uwe Siart.
2016         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2017
2018 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * Update copyright years.
2021
2022 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2023
2024         Sync from EMACS_22_BASE.
2025
2026         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2027
2028 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2029
2030         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2031         empty author.
2032
2033 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2034
2035         * gnus-registry.el (gnus-registry-marks): Add variable for
2036         customization of marks and their appearance.
2037         (gnus-registry-read-mark): Use it.
2038         (gnus-registry-do-marks): Add utility function to loop through
2039         `gnus-registry-marks'.
2040         (gnus-registry-install-shortcuts-and-menus): Add function to install
2041         shortcuts and menus.
2042         (gnus-registry-initialize): Use it.
2043         (gnus-registry-default-mark): Clarify documentation.
2044
2045 2008-02-29  Glenn Morris  <rgm@gnu.org>
2046
2047         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2048         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2049         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2050         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2051         Change defcustom :version from 23.0 to 23.1.
2052
2053 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-registry.el (gnus-registry-follow-group-p)
2056         (gnus-registry-post-process-groups): Add functions to aid registry
2057         splitting and improve logging.  Clarify behavior in function
2058         documentation.
2059         (gnus-registry-split-fancy-with-parent): Use them.
2060
2061 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * gnus-art.el: Use with-current-buffer.
2064
2065 2008-02-27  David Engster  <dengste@eml.cc>
2066
2067         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2068         Express real group name in the response.
2069
2070 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2073         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2074         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2075         autoload gnus-registry-fetch-group when compiling.
2076         (nnmairix-request-group-with-article-number-correction): Remove
2077         unreferenced argument passed to nnmairix-call-backend.
2078
2079 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2080
2081         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2082         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2083         Wilde.
2084
2085 2008-02-27  Glenn Morris  <rgm@gnu.org>
2086
2087         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2088         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2089         variables to defconsts.  Convert comments to doc-strings.
2090         (nnmairix-last-server, nnmairix-current-server): Convert from free
2091         variables to defvars.  Convert comments to doc-strings.
2092         (gnus-registry-fetch-group): Autoload.
2093         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2094         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2095         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2096         caddr.
2097         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2098         nnmairix-request-group-with-article-number-correction call.
2099         (nnmairix-fast, nnmairix-group): New, less general names, for free
2100         variables passed from nnmairix-request-group to
2101         nnmairix-request-group-with-article-number-correction.  Declare.
2102         (nnmairix-request-group-with-article-number-correction):
2103         Use nnmairix-fast, nnmairix-group rather than fast, group.
2104
2105 2008-02-26  David Engster  <dengste@eml.cc>
2106
2107         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2108         version 0.5.
2109
2110 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2113         instead of making an extra function call.  Don't add the current group
2114         to articles only when they have the group.  Use
2115         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2116         Reported by David <de_bb@arcor.de>.
2117
2118 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2121         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2122
2123 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2124
2125         * mail-source.el (mail-source-delete-incoming): Change default.
2126         Supplement doc string.
2127
2128         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2129
2130 2008-02-14  Glenn Morris  <rgm@gnu.org>
2131
2132         * time-date.el (format-seconds): New function.
2133
2134 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * nnmail.el (nnmail-message-id-cache-file): Derive from
2137         `gnus-home-directory'.
2138
2139 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2140
2141         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2142         Document negative prefix.
2143
2144         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2145
2146 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.el (message-unsent-separator): Add the Exim bounce
2149         separator.
2150
2151 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2152
2153         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2154         list.
2155         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2156         recipient/signer list.
2157
2158 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * Makefile.in (datarootdir): Define.
2161         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2162         name that might contain whitespace.
2163
2164 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2165
2166         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2167         fbound (Emacs 23 unicode), signal an error.
2168
2169 2008-02-08  Glenn Morris  <rgm@gnu.org>
2170
2171         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2172
2173 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2174
2175         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2176         ports to the calls to `netrc-machine-user-or-password' in addition to
2177         "imap" and "imaps".
2178
2179 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2180
2181         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2182
2183         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2184
2185 2008-02-01  Kenichi Handa  <handa@m17n.org>
2186
2187         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2188         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2189         (rfc2104-hash): Convert the result of concat to unibyte string.
2190
2191 2008-02-01  Dave Love  <fx@gnu.org>
2192
2193         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2194         coding-system-for-read.
2195         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2196
2197 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2200         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2201         <hanche@math.ntnu.no>.
2202
2203 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2206
2207         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2208
2209 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2210
2211         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2212         * message.el (message-beginning-of-line): Use featurep instead of bound
2213         tests in order to resolve conditionals at compile time.
2214
2215 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2216
2217         * mail-source.el (mail-sources): Add `group' choice.
2218
2219         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2220         parameter `in-group' to control into which group the articles go.
2221         Add treatment of `group' mail-source.
2222
2223 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2226
2227         * mm-decode.el (mm-dissect-buffer): Decode description.
2228
2229         * mml.el (mml-to-mime): Encode message header first.
2230
2231 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2234         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2235
2236         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2237         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2238
2239 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2240
2241         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2242
2243 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2246         prefix keys.
2247         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2248         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2249         gnus-xmas.el.
2250
2251         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2252         (gnus-xmas-article-describe-bindings): New function.
2253         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2254         gnus-xmas-article-describe-bindings.
2255
2256         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2257
2258 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2261         Add new variables for article mark management.
2262         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2263         list of extra data entries which, when present, will indicate that the
2264         article ID should not be trimmed from the registry.
2265         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2266         functions.
2267         (gnus-registry-read-mark): New function to read a mark name from the
2268         user.
2269         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2270         (gnus-registry-set-article-mark-internal): New functions to add and
2271         remove marks.
2272         (gnus-registry-get-article-marks): New function to show the marks for
2273         an article, or retrieve them for further use.
2274
2275 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2278         keys when no argument is given.
2279
2280 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2281
2282         * imap.el (imap-ping-server): New variable.
2283         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2284         (imap-ping-server): Minor doc string fixes.
2285
2286 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2287
2288         * imap.el (imap-ping-server): New function.
2289         (imap-opened): Call imap-ping-server.
2290
2291 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * gnus-sum.el (gnus-article-sort-by-random)
2294         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2295         jidanni@jidanni.org.
2296
2297 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-art.el (gnus-article-describe-bindings): New function.
2300         (gnus-article-read-summary-keys): Use it.
2301         (gnus-article-mode-map): Bind `C-h b' to it.
2302
2303 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2306         XEmacs.
2307         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2308         against non-character events.
2309
2310         * lpath.el: Fbind map-keymap for Emacs 21.
2311
2312 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2315         command.
2316         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2317         instead of END.  Change name of the temp file.
2318         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2319         customizable.
2320
2321 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2324         bind `S W' to gnus-article-wide-reply-with-original; set default
2325         binding to gnus-article-read-summary-send-keys.
2326         (gnus-article-read-summary-keys): Fix the order of keys; display
2327         continuation keys correctly in the echo area; describe bindings
2328         correctly when keys end with `C-h'.
2329         (gnus-article-read-summary-send-keys): New function.
2330         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2331         for gnus-article-read-summary-send-keys; display continuation keys
2332         correctly in the echo area.
2333         (gnus-article-reply-with-original): Ignore prefix argument.
2334         (gnus-article-wide-reply-with-original): New function.
2335
2336         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2337         Emacs 21.
2338
2339 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2342         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2343
2344 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2345
2346         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2347         (gnus-group-read-ephemeral-gmane-group): New command.
2348
2349 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2350
2351         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2352
2353 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * message.el (message-send-mail-function): Increase custom version.
2356
2357         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2358         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2359
2360 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2361
2362         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2363         for the cases where imap-authenticate is called with a nil buffer
2364         parameter.
2365
2366 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2369         html parts correctly; support forwarded messages.
2370         (gnus-article-browse-html-article): Remove work buffers.
2371
2372         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2373         compiling.
2374         (netrc-bound-and-true-p): New macro.
2375         (netrc-parse): Use it instead of bound-and-true-p that is not available
2376         in XEmacs 21.4.
2377
2378 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-registry.el (gnus-registry-mark-article)
2381         (gnus-registry-article-marks): Add functionality to mark articles
2382         through the Gnus registry.
2383
2384         * encrypt.el: Clarify documentation for the new pgg method.
2385         (encrypt-file-alist): Add PGG option.
2386         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2387         functionality.  Abstract password key and messaging to external
2388         functions.
2389         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2390         (encrypt-message-method-and-cipher): Add new convenience external
2391         functions.
2392         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2393         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2394
2395         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2396         (netrc-parse): Use encrypt-file-alist to determine if
2397         encrypt-find-model or encrypt-insert-file-contents should be used.
2398
2399         * encrypt.el: Clarify documentation.  Load password-cache or
2400         password, whichever one is found first, instead of autoloading.
2401
2402 2007-12-19  Glenn Morris  <rgm@gnu.org>
2403
2404         * mml.el (message-options-set, message-narrow-to-head)
2405         (message-in-body-p, message-mail-p, message-encode-message-body):
2406         Autoload.
2407         (message-remove-header, message-narrow-to-headers-or-head)
2408         (message-subscribed-p, message-make-mail-followup-to)
2409         (message-position-on-field, message-news-p)
2410         (message-options-set-recipient, message-generate-headers)
2411         (message-sort-headers): Declare as functions.
2412
2413 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2416         convention in doc string.
2417
2418 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2421         title to html parts.
2422         (gnus-article-browse-html-article): Pass message header to it.
2423
2424         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2425
2426 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2429         or password compatible with XEmacs.
2430
2431 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2432
2433         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2434         format document.
2435         (gnus-mime-delete-part): Don't write description line if empty.
2436         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2437
2438 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2439
2440         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2441         (gnus-summary-mark-read-and-unread-as-read)
2442         (gnus-summary-mark-current-read-and-unread-as-read)
2443         (gnus-summary-mark-unread-as-ticked): Doc fix.
2444         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2445
2446 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2447
2448         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2449         Christoph Conrad <christoph.conrad@gmx.de>.
2450
2451 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2454         yes-or-no-p.
2455
2456 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * mm-decode.el (mm-add-meta-html-tag): New function.
2459         (mm-save-part-to-file, mm-pipe-part): Use it.
2460
2461         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2462         gnus-y-or-n-p instead of y-or-n-p.
2463         (gnus-article-browse-html-parts): Work with message/external-body; use
2464         mm-add-meta-html-tag.
2465
2466 2007-12-11  Glenn Morris  <rgm@gnu.org>
2467
2468         * gnus-cache.el: Require gnus-sum not just when compiling.
2469
2470         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2471
2472         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2473         definitions before use.
2474
2475         * mm-decode.el: Require gnus-util.
2476         (mm-remove-part): Only call delete-annotation on XEmacs.
2477
2478         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2479
2480         * nnmail.el: Require gnus-int.
2481
2482         * spam.el: Move `require's before `eval-when-compile's.
2483
2484         * gnus-ems.el (gnus-alive-p):
2485         * gnus-fun.el (message-goto-eoh):
2486         * gnus-util.el (gnus-group-name-decode):
2487         * mail-source.el (gnus-compress-sequence):
2488         * message.el (Info-goto-node, format-spec):
2489         * mm-bodies.el (message-options-get):
2490         * mm-decode.el (mm-view-pkcs7):
2491         * mm-util.el (gmm-write-region):
2492         * mml-smime.el (mml-compute-boundary)
2493         (gnus-completing-read-with-default):
2494         * mml.el (widget-button-press, gnus-make-hashtable):
2495         * mml1991.el (mm-decode-content-transfer-encoding)
2496         (mm-encode-content-transfer-encoding)
2497         (message-options-get, message-options-set):
2498         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2499         * nnfolder.el (gnus-request-group):
2500         * nnheader.el (ietf-drums-unfold-fws):
2501         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2502         * smime.el (gnus-run-mode-hooks):
2503         * spam-stat.el (gnus-message): Autoload.
2504
2505         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2506         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2507         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2508         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2509         Add declare-function compatibility definition.
2510
2511         * gnus-cache.el (nnvirtual-find-group-art):
2512         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2513         (gnus-add-image, gnus-add-wash-type):
2514         * gnus-group.el (nnkiboze-score-file):
2515         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2516         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2517         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2518         (message-tokenize-header, gnus-get-buffer-create)
2519         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2520         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2521         * gnus.el (gnus-group-decoded-name):
2522         * mail-source.el (imap-capability):
2523         * mm-bodies.el (message-options-set):
2524         * mm-decode.el (gnus-configure-windows):
2525         * mm-extern.el (message-goto-body):
2526         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2527         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2528         (epg-sub-key-validity, message-options-set):
2529         * mml.el (widget-event-point, gnus-configure-windows):
2530         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2531         * mml2015.el (epg-check-configuration, epg-configuration)
2532         (message-options-set):
2533         * nndb.el (nndb-request-article):
2534         * nnfolder.el (gnus-request-create-group):
2535         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2536         * nnmaildir.el (gnus-group-mark-article-read):
2537         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2538         * rfc1843.el (message-fetch-field):
2539         * spam.el (gnus-extract-address-components):
2540         Declare as functions.
2541
2542 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2545
2546         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2547
2548         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2549         bind show-trailing-whitespace for XEmacs.
2550
2551 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2554         new no-op macro for backward compatibility.
2555
2556         * imap.el (imap-string-to-integer): New function.
2557
2558 2007-12-09  Glenn Morris  <rgm@gnu.org>
2559
2560         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2561
2562         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2563         * message.el, mm-view.el, sieve-manage.el, smime.el:
2564         Add declare-function compatibility definition.
2565
2566         * gnus-art.el (w3-region, w3m-region, Info-menu):
2567         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2568         * gnus-sum.el (gnus-get-predicate):
2569         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2570         * message.el (mail-abbrev-in-expansion-header-p):
2571         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2572         (w3m-detect-meta-charset, w3m-region):
2573         * sieve-manage.el (password-read, password-cache-add)
2574         (password-cache-remove):
2575         * smime.el (password-read-and-add): Declare as functions.
2576
2577 2007-12-08  David Kastrup  <dak@gnu.org>
2578
2579         * gnus-sum.el (gnus-summary-simplify-subject-query):
2580         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2581         `message'.
2582
2583 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2586         it to bind idna-program, installation-directory, defined-colors, and
2587         face-attribute for XEmacs of the version that compiles defcustom forms.
2588
2589 2007-12-07  Glenn Morris  <rgm@gnu.org>
2590
2591         * gnus-art.el (article-make-date-line): Revert previous change.
2592
2593 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2596
2597 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2598
2599         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2600         Call gnus-add-to-range ranges only once with a prepared article-list.
2601
2602 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2603
2604         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2605         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2606         group names with backslashes.  Reported by Tassilo Horn
2607         <tassilo@member.fsf.org>.
2608
2609 2007-12-06  Deepak Goel  <deego3@gmail.com>
2610
2611         * gnus-art.el (article-make-date-line):
2612         * gnus-start.el (gnus-load):
2613         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2614
2615 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-art.el (gnus-use-idna)
2618         * gnus-start.el (gnus-site-init-file)
2619         * message.el (message-use-idna)
2620         * mm-uu.el (mm-uu-hide-markers)
2621         * smiley.el (smiley-style): Revert changes that suppress warnings.
2622
2623 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2626         specify charset to html source.  Reported by Christoph Conrad
2627         <christoph.conrad@gmx.de>.
2628
2629 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2632         idna-program in order to suppress byte compile warning issued by XEmacs
2633         that came to byte compile the default value section of defcustom forms
2634         recently.
2635
2636         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2637         value of installation-directory.
2638
2639         * message.el (message-use-idna): Don't directly refer to the value of
2640         idna-program.
2641
2642         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2643
2644         * smiley.el (smiley-style): Don't directly call face-attribute.
2645
2646 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2649
2650         * gnus-dired.el: Reduce Gnus dependencies.
2651         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2652         require.  Use autoloads instead.
2653         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2654         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2655         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2656         (gnus-dired-mode): Adjust doc string.
2657         (gnus-dired-mail-mode): New variable.
2658         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2659         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2660         (gnus-dired-mail-buffers): New function.  Return mail or message
2661         composition buffers.
2662         (gnus-dired-attach): Use it.
2663         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2664         NO-DECODE.
2665         (gnus-dired-print): Use `gnus-print-buffer' depending on
2666         `gnus-dired-mail-mode'.
2667
2668 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * rfc2047.el (rfc2047-encoded-word-regexp)
2671         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2672         explaining what regexp patterns are for.
2673
2674 2007-12-04  Glenn Morris  <rgm@gnu.org>
2675
2676         * password.el: Move to password-cache.el.
2677
2678         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2679         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2680         * mml-smime.el (password-read, password-cache-add)
2681         (password-cache-remove):
2682         No need to autoload, since mml-sec requires password.
2683
2684         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2685         * message.el (gnus-extract-address-components):
2686         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2687
2688         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2689         password.
2690
2691 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * mailcap.el: Reduce dependencies.
2694         (mail-header-parse-content-type): Autoload.
2695         (mailcap-delete-duplicates): New alias.
2696         (mailcap-mime-info): Add optional argument NO-DECODE.
2697         (mailcap-mime-types): Use mailcap-delete-duplicates.
2698
2699         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2700
2701 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2702
2703         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2704         (imap-parse-status): Upcase status-att for servers that sends them
2705         lower-case (e.g., MS Exchange 2007).
2706
2707 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2710         function.
2711
2712         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2713         (gnus-uu-yenc-article): New function.
2714
2715         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2716
2717         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2718         buffer.
2719
2720 2007-12-02  Glenn Morris  <rgm@gnu.org>
2721
2722         * binhex.el (binhex): New custom group.
2723         (binhex-decoder-program, binhex-decoder-switches)
2724         (binhex-use-external): Move to the binhex custom group.
2725
2726         * uudecode.el (uudecode): New custom group.
2727         (uudecode-decoder-program, uudecode-decoder-switches)
2728         (uudecode-use-external): Move to the uudecode custom group.
2729
2730         * netrc.el (top-level): Don't load `encrypt' features.
2731         (netrc-parse): Don't use encrypt.
2732         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2733
2734         * encrypt.el: Remove file.
2735
2736 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2737
2738         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2739         matches on patches.
2740
2741         * gnus-art.el (gnus-article-browse-html-article): Mention
2742         `mm-text-html-renderer' in the doc string.
2743
2744         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2745         string.  Add comments.
2746
2747         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2748         if rhs is ASCII.
2749
2750 2007-12-01  Glenn Morris  <rgm@gnu.org>
2751
2752         * mail-source.el (top-level): Require format-spec before
2753         eval-when-compile.
2754
2755 2007-11-30  Glenn Morris  <rgm@gnu.org>
2756
2757         * encrypt.el: Require password, rather than autoloading password-read.
2758
2759 2007-11-29  Glenn Morris  <rgm@gnu.org>
2760
2761         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2762         (sasl-make-client, sasl-next-step, sasl-step-data)
2763         (sasl-step-set-data): Declare as functions.
2764
2765 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2766
2767         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2768
2769 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2770
2771         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2772         certs should be verified and what is to be done in the event of a
2773         verification failure.
2774
2775         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2776         caller can indicate whether the cache should be disregarded for this
2777         call.  This way the result of the call is reproducible at all times and
2778         can be considered a canonical server name for the supplied method.
2779         (gnus-agent-method-p): Canonicalize server names by pushing their
2780         method through `gnus-method-to-server' using the no-cache argument.
2781
2782         * gnus-srvr.el (gnus-server-insert-server-line): Call
2783         `gnus-method-to-server' with `no-cache' argument.
2784
2785         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2786         gnus-agent-possibly-synchronize-flags as this should be called when the
2787         server is actually being opened.
2788         (gnus-agent-possibly-synchronize-flags)
2789         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2790         flags file of an agentized server to the latter function.
2791
2792         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2793         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2794         after a connection has been established successfully.
2795
2796 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-art.el (article-display-face): Force to display face if called
2799         interactively; check if gnus-article-x-face-too-ugly matches author.
2800         (article-display-x-face): Display face even if From header is missing
2801         as article-display-face does.
2802
2803 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2804
2805         * hashcash.el (message-narrow-to-headers-or-head)
2806         (message-fetch-field, message-goto-eoh)
2807         (message-narrow-to-headers): Declare as functions.
2808
2809 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * mail-source.el (mail-sources): Default to fetch from file for
2812         compatibility with default of nnmail-spool-file.
2813
2814 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2817         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2818         to look for encoded word that should be encoded again.
2819         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2820         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2821         encoding pattern.
2822         (rfc2047-decode-region): Switch strict regexp and loose one according
2823         to rfc2047-allow-irregular-q-encoded-words.
2824
2825 2007-11-25  Romain Francoise  <romain@orebokech.com>
2826
2827         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2828
2829 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * tls.el (tls-program): Provide more custom choices from
2832         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2833         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2834
2835 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2836
2837         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2838         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2839
2840         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2841         `nnmail-spool-file'.
2842
2843         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2844         `nnmail-spool-file'.
2845
2846         * gnus-move.el (gnus-change-server): Ditto.
2847
2848         * gnus-kill.el (gnus-batch-score): Ditto.
2849
2850         * gnus-cache.el (gnus-jog-cache): Ditto.
2851
2852         * gnus-msg.el (gnus-summary-reply):
2853         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2854
2855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2858         version.  Minor improvement to doc strings.
2859         (tls-program): Add comment.
2860
2861 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2862
2863         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2864         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2865         mismatch between the hostname provided in the certificate and the name
2866         of the host connnecting to.
2867         (open-tls-stream): Use them.  Check certificates against trusted root
2868         certificates.
2869
2870 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2871
2872         * gnus-cache.el (gnus-cache-generate-nov-databases):
2873         Use nnml-generate-nov-databases-directory instead of
2874         nnml-generate-nov-databases-1.
2875
2876 2007-11-24  Glenn Morris  <rgm@gnu.org>
2877
2878         * message.el (message-tool-bar-retro): Update for rename
2879         mail_send.xpm->mail-send.xpm.
2880
2881 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2884         `smime-ldap-search' for Emacs 22 and up.
2885
2886 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2889
2890         * message.el (message-send-mail-function): Fix error convention.
2891         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2892         (message-widen-reply, message-send-mail, message-talkative-question)
2893         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2894         (message-clone-locals, message-send-news): Use with-current-buffer.
2895         (message-insert-or-toggle-importance): Remove unused var `valid'.
2896         (message-make-references): Remove unused var `new-references'.
2897         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2898
2899 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2900
2901         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2902         (spam-split-symbolic-return-positive): Reflow docstring.
2903         (spam-backends, spam-summary-exit-behavior)
2904         (spam-mark-ham-unread-before-move-from-spam-group)
2905         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2906         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2907         (spam-clear-cache, spam-backend-check, spam-install-backend)
2908         (spam-install-statistical-backend, spam-list-of-processors)
2909         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2910         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2911         (spam-check-crm114, spam-initialize, spam-unload-hook):
2912         Fix typos in docstrings.
2913
2914 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2917         been checked if they have never been read and those group levels are
2918         higher than the one that a user specified.
2919
2920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2923         foreign groups unless a group level is specified by a user.
2924         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2925
2926 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2927
2928         * message.el (message-send-mail-function): Require sendmail.
2929
2930 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * message.el (message-send-mail-function): Check for smtpmail too.
2933
2934         * utf7.el (utf7-encode, utf7-decode): Use coding system
2935         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2936
2937         * message.el (message-send-mail-function): New function.
2938         (message-send-mail-function): Set default using
2939         message-send-mail-function.  Adjust doc string.
2940         (message-send-mail-with-mailclient): New function.
2941
2942 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2943
2944         * smime.el (from):
2945         * rfc2047.el (message-posting-charset):
2946         * qp.el (mm-use-ultra-safe-encoding):
2947         * pop3.el (parse-time-months):
2948         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2949         * nnml.el (files):
2950         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2951         (jka-compr-compression-info-list, ange-ftp-path-format)
2952         (efs-path-regexp):
2953         * nndiary.el (files):
2954         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2955         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2956         (epg-digest-algorithm-alist, inhibit-redisplay)
2957         (password-cache-expiry):
2958         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2959         (pgg-output-buffer, password-cache-expiry):
2960         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2961         (efs-path-regexp):
2962         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2963         (inhibit-redisplay):
2964         * mm-uu.el (file-name, start-point, end-point, entry)
2965         (gnus-newsgroup-name, gnus-newsgroup-charset):
2966         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2967         (latin-unity-ucs-list):
2968         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2969         (mm-uu-binhex-decode-function):
2970         * message.el (gnus-message-group-art, gnus-list-identifiers)
2971         (rmail-enable-mime-composing, gnus-local-organization)
2972         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2973         (gnus-read-active-file, facemenu-add-face-function)
2974         (facemenu-remove-face-function, gnus-article-decoded-p)
2975         (tool-bar-mode):
2976         * mail-source.el (display-time-mail-function):
2977         * gnus-util.el (nnmail-pathname-coding-system)
2978         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2979         (gnus-original-article-buffer, gnus-user-agent)
2980         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2981         (xemacs-codename, sxemacs-codename, emacs-program-version):
2982         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2983         * gnus-start.el (gnus-agent-covered-methods)
2984         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2985         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2986         (gnus-newsgroup-headers, gnus-group-list-mode)
2987         (gnus-group-mark-positions, gnus-newsgroup-data)
2988         (gnus-newsgroup-unreads, nnoo-state-alist)
2989         (gnus-current-select-method, mail-sources)
2990         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2991         (nnmail-spool-file, gnus-cache-active-hashtb):
2992         * gnus-mh.el (mh-lib-progs):
2993         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2994         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2995         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2996         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2997         (gnus-group-buffer):
2998         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2999         (font-lock-set-defaults):
3000         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3001         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3002         (gnus-summary-post-menu, total-parts, type, condition, length):
3003         * gnus-agent.el (gnus-agent-read-agentview):
3004         * flow-fill.el (show-trailing-whitespace):
3005         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3006         eval-and-compile wrappers for byte compiler pacifiers.
3007
3008         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3009         (mm-display-inline-fontify): Check for featurep 'xemacs not
3010         extent-list.
3011
3012         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3013         itimer-list.
3014         (mm-create-image-xemacs): Only do something for XEmacs.
3015         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3016
3017         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3018
3019         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3020         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3021
3022 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3023
3024         * nnimap.el (nnimap-split-download-body):
3025         * gnus-demon.el (gnus-demon):
3026         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3027
3028 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3031         macros.
3032         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3033         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3034         copy data from unibyte buffer to multibyte current buffer.
3035         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3036         to copy data from unibyte current buffer to multibyte buffer.
3037         (nntp-make-process-buffer): Make process buffer unibyte.
3038
3039         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3040
3041 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3042
3043         * pop3.el (pop3-open-server): Accept and process data more robustly at
3044         connexion start to avoid spurious "POP SSL connexion failed" errors.
3045
3046 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3049         read group names.
3050
3051 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3054
3055 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3058         (nnmail-save-active): Use a unibyte buffer when saving active file,
3059         which may contain non-ASCII group names.
3060
3061         * nnml.el (nnml-request-group): Decode group names in messages.
3062
3063 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * message.el (message-citation-line-function)
3066         (message-insert-formatted-citation-line): Fix spelling of
3067         `message-insert-formated-citation-line'.
3068
3069 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3072
3073 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3076         nnmail-pathname-coding-system.
3077
3078         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3079         that a user enters; decode group names in messages.
3080
3081         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3082
3083 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3084
3085         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3086
3087         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3088
3089         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3090         risky local variable.
3091
3092         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3093
3094 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3095
3096         * encrypt.el: Improve documentation to fix function name typo.
3097         Reported by Daiki Ueno <ueno@unixuser.org>.
3098
3099 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3102         even if the point is not in the last page of an article.
3103         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3104         back to the previous page.
3105
3106 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3107
3108         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3109
3110 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3113
3114 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3115
3116         * message.el (message-check-news-body-syntax): Avoid
3117         mm-string-as-multibyte.
3118         (message-hide-headers): Don't assume (point-min)==1.
3119
3120 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * message.el (message-remove-blank-cited-lines): Fix if remove is
3123         given.
3124         (message-bogus-address-regexp): New variable.
3125         (message-bogus-recipient-p): New function.
3126         (message-check-recipients): New command.
3127         (message-syntax-checks): Add `bogus-recipient'.
3128         (message-fix-before-sending): Add `bogus-recipient'.
3129
3130         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3131         (gnus-treat-body-boundary): Don't test window-system.
3132
3133 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3134
3135         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3136
3137 2007-10-28  Miles Bader  <miles@gnu.org>
3138
3139         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3140         at compile-time too.
3141
3142 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * gnus-msg.el (gnus-message-setup-hook): Add
3145         `message-remove-blank-cited-lines' to options.
3146
3147 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * message.el (message-remove-blank-cited-lines): New function.
3150         Suggested by Karl Plästerer.
3151
3152 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3155         mapc.
3156
3157         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3158         (top-level): Use mapc to set functions to be traced for debugging.
3159
3160         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3161         called for effect with while loop.
3162
3163         * message.el (message-talkative-question): Replace mapcar called for
3164         effect with mapc.
3165
3166         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3167         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3168         called for effect with dolist.
3169
3170         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3171
3172         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3173         gnus-extra-headers and nnmail-extra-headers.
3174
3175         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3176         called for effect with dolist.
3177         (top-level): Use mapc to set functions to be traced for debugging.
3178
3179         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3180         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3181         dolist.
3182
3183         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3184         Replace mapcar called for effect with mapc.
3185         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3186         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3187         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3188         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3189
3190         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3191         remove-if that's a cl function.
3192
3193         * webmail.el (webmail-debug): Replace mapcar called for effect with
3194         dolist.
3195
3196         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3197         with mapc.
3198
3199 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3202         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3203         with while loop.
3204
3205         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3206         functions from article-* functions.
3207         (gnus-multi-decode-header): Replace mapcar called for effect with
3208         dolist.
3209
3210         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3211         (gnus-bookmark-show-details): Replace mapcar called for effect with
3212         while loop.
3213
3214         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3215         called for effect with while loop.
3216
3217         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3218         with dolist.
3219
3220         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3221         mapcar called for effect with dolist.
3222
3223         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3224
3225         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3226         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3227         Replace mapcar called for effect with dolist.
3228         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3229         mapc.
3230
3231         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3232         Replace mapcar called for effect with dolist.
3233         (gnus-topic-list): Replace mapcar called for effect with mapc.
3234
3235         * gnus.el: Use mapc instead of mapcar to add autoloads.
3236
3237 2007-10-23  Richard Stallman  <rms@gnu.org>
3238
3239         * gnus-group.el (gnus-group-highlight): Mark as risky.
3240
3241 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus.el (gnus-server-to-method): Return method found first in
3244         gnus-newsrc-alist.
3245
3246         * gnus-art.el (gnus-article-highlight-signature)
3247         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3248         button overlay without the front stickiness.
3249
3250 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3251
3252         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3253         overview buffer needed a catch to receive its throw.
3254         (gnus-agent-flush-cache): Declared as interactive to make this function
3255         easier to use.
3256
3257 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3260         `next-line'.
3261
3262 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3265         exclude address matching message-dont-reply-to-names.
3266
3267 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-util.el (gnus-string<): New function.
3270
3271         * gnus-sum.el (gnus-article-sort-by-author)
3272         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3273
3274 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3277         the frame-focus tag is set in gnus-buffer-configuration.
3278
3279 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3282         the front stickiness.
3283
3284 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3287         url pattern; remove duplicate one.
3288         (gnus-article-extend-url-button): New function.
3289         (gnus-article-add-buttons): Use it.
3290         (gnus-button-push): Use concatenated url that it makes.
3291
3292 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3293
3294         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3295
3296 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3297
3298         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3299         Don't hardcode point-min==1.
3300
3301 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3304         Fix comment about "iso8859-1".
3305
3306 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3307
3308         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3309         ones returned from the verify-function.
3310
3311         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3312         mml2015-extract-cleartext-signature if extraction failed.
3313
3314 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3315
3316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3317         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3318         failed.
3319
3320 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3323
3324 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3327         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3328         recommends to use EasyPG instead of PGG.
3329
3330         * pgg.el: Revert to revision 6.23.2.16
3331
3332         * pgg-def.el: Revert to revision 6.6.2.14.
3333
3334         * pgg-gpg.el: Revert to revision 6.23.2.34.
3335
3336 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3339         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3340         thread for both the null and zero (kill/expire thread) universal prefix
3341         cases.
3342         (gnus-summary-expire-thread): Add new function to expire a thread,
3343         using gnus-summary-kill-thread.
3344         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3345         shortcuts for gnus-summary-expire-thread.
3346         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3347         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3348
3349 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3352         extras value, so an extras entry can be deleted.
3353         (gnus-registry-delete-extra-entry): Use it.
3354         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3355         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3356         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3357         storage through the gnus-registry, and provide an appropriate API for
3358         it.
3359
3360 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3363         Suggested by Leo <sdl.web@gmail.com>.
3364
3365         * gnus.el: Do.
3366
3367 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3370         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3371
3372         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3373
3374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3376
3377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3380         newline.
3381         (nnmbox-request-accept-article): Don't change article in source buffer;
3382         narrow to header to use message-fetch-field rather than
3383         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3384         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3385         as delimiters; make sure article ends with newline.
3386         (nnmbox-delete-mail): Correct last position of article to be deleted;
3387         ignore X-Gnus-Newsgroup header in article body.
3388         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3389         positions; make sure article ends with newline.
3390
3391         * message.el (message-display-abbrev): Don't infloop when a user
3392         inserts SPC in the beginning of header.
3393
3394         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3395         coding-system-for-read and coding-system-for-write for XEmacs having no
3396         file-coding feature.
3397
3398         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3399
3400 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3401
3402         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3403         list of groups not followed by default.  Fix type to be regexp.
3404         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3405
3406 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3407
3408         * hmac-def.el (define-hmac-function): Switch from old-style to
3409         new-style backquotes.
3410
3411         * md4.el (md4-make-step): Likewise.
3412
3413 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3416         raw-text coding system when saving .newsrc file, which may contain
3417         non-ASCII group names.
3418
3419 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-cus.el (gnus-score-extra): New widget.
3422         (gnus-score-extra-convert): New function.
3423         (gnus-score-customize): Use it for Extra.
3424
3425 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3426
3427         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3428         (mml2015-mailcrypt-clear-verify): Use it.
3429         (mml2015-gpg-clear-verify): Use it.
3430         (mml2015-pgg-clear-verify): Use it.
3431         (mml2015-epg-clear-verify): Replace the current part with the output
3432         from GnuPG; don't extract the plaintext by itself.
3433
3434         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3435         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3436         mml2015-clear-verify-function; don't touch the armor headers or
3437         dash-escaped text here.
3438
3439 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3442         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3443         parts, or application/octet-stream as a last resort.
3444         (gnus-mime-view-part-as-type): Don't toggle display.
3445         (gnus-mime-view-part-as-charset): Don't turn off display before
3446         querying charset.
3447
3448         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3449         stuff to undisplayer function in Emacs.
3450         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3451
3452         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3453         text/calendar parts.
3454
3455 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3458         decoding text/calendar parts.
3459
3460         * message.el (message-forward-make-body-mime): Always mark body as
3461         having no illegible text; remove signed-or-encrypted argument.
3462         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3463
3464         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3465         (mml-generate-mime-1): Don't encode body if it is specified to be in
3466         raw form; don't make buffer be unibyte when inserting multibyte string.
3467
3468 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3469
3470         * sha1.el: Fix up comment style.
3471         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3472         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3473
3474         * hex-util.el: Fix up comment style.
3475         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3476
3477         * gnus-salt.el: Use with-current-buffer.
3478         (gnus-pick-setup-message): Fix long-standing typo.
3479
3480 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * imap.el (imap-logout-timeout): New variable.
3483         (imap-logout, imap-logout-wait): New functions.
3484         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3485
3486         * nnimap.el (nnimap-logout-timeout): New server variable.
3487         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3488         nnimap-logout-timeout.
3489
3490         * gnus-art.el (gnus-article-summary-command-nosave)
3491         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3492
3493 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus.el (gnus-maximum-newsgroup): New variable.
3496
3497         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3498         according to gnus-maximum-newsgroup.
3499
3500         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3501         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3502         Limit the range of articles according to gnus-maximum-newsgroup.
3503
3504 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3505
3506         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3507         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3508         Don't perform gnus-configure-windows here; reuse existing sticky
3509         article buffer.
3510
3511         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3512         it doesn't exist in gnus-article-mode.
3513
3514 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3517         (gnus-agent-decoded-group-name): New function.
3518         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3519         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3520
3521 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3522
3523         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3524         Add binding for gnus-sticky-article.
3525         (gnus-summary-exit): Don't kill sticky article buffers.
3526
3527         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3528         article buffer.
3529         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3530         (gnus-kill-sticky-article-buffers): New commands.
3531
3532 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * nntp.el (nntp-xref-number-is-evil): New server variable.
3535         (nntp-find-group-and-number): If it is non-nil, don't trust article
3536         numbers in the Xref header.
3537
3538 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-agent.el (gnus-agent-read-group): New function.
3541         (gnus-agent-flush-group, gnus-agent-expire-group)
3542         (gnus-agent-regenerate-group): Use it.
3543         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3544         nnmail-pathname-coding-system.
3545
3546 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3549
3550         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3551         that are unread as unread, and also as selected so that information of
3552         marks having been changed by a user may be updated when exiting group.
3553
3554 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3557         calculated ignoring signature parts to gnus-treat-article.
3558
3559 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3562         a point here in order to keep the window start.
3563         (gnus-insert-mime-security-button): Make a button overlay without the
3564         front stickiness.
3565         (gnus-mime-display-security): Goto the end of a button.
3566
3567         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3568
3569 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3572         group-name-at-point.
3573         (gnus-group-completing-read): New function that offers decoded
3574         non-ASCII group names for completion.
3575         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3576         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3577         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3578         (gnus-group-fetch-control): Use it.
3579         (gnus-fetch-group): Use group-name-at-point for the initial value
3580         rather than the default value; use gnus-alive-p.
3581
3582         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3583         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3584         (gnus-summary-post-news): Use gnus-group-completing-read.
3585
3586         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3587         (gnus-read-move-group-name): Decode group name for completion.
3588
3589 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3590
3591         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3592         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3593         Yamaoka slightly modified the code).
3594
3595 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3598         (nnmail-split-incoming): Bind it.
3599
3600         * nnml.el (nnml-group-name-charset): New function.
3601         (nnml-decoded-group-name): Use it; don't decode group name if
3602         nnmail-group-names-not-encoded-p is non-nil.
3603         (nnml-encoded-group-name): New function.
3604         (nnml-group-pathname): Inline nnml-decoded-group-name.
3605         (nnml-request-expire-articles): Decode group name in message.
3606         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3607         nnmail-pathname-coding-system.
3608         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3609         not decoded ones according to nnmail-group-names-not-encoded-p.
3610         (nnml-generate-active-info): Use nnml-encoded-group-name.
3611
3612 2007-08-08  Glenn Morris  <rgm@gnu.org>
3613
3614         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3615         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3616         doc-strings and comments.
3617
3618 2007-07-25  Glenn Morris  <rgm@gnu.org>
3619
3620         * Relicense all FSF files to GPLv3 or later.
3621
3622 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-sum.el (gnus-summary-move-article): Make
3625         gnus-summary-respool-article work.
3626
3627 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3628
3629         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3630         string.
3631
3632 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3633
3634         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3635         that should be ignored when comparing distant RSS articles with local
3636         ones.
3637         (nnrss-make-hash-index): New function.  Create a hash index according
3638         to the ignored fields.
3639         (nnrss-check-group): Use it.
3640
3641 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3644
3645         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3646
3647         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3648         the new optional argument ENCODED is non-nil.
3649         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3650         coding system for encoding group name.
3651         (gnus-group-make-rss-group): Pass un-encoded group name to
3652         gnus-group-make-group.
3653         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3654         encoded.
3655
3656         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3657         Encode group name to which articles are moved or copied.
3658         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3659         coding system for encoding Newsgroup, Followup-To and Xref headers.
3660
3661         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3662         marks; use nnheader-file-coding-system to write a file.
3663         (nnagent-retrieve-headers): Bind file-name-coding-system to
3664         nnmail-pathname-coding-system.
3665
3666         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3667
3668         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3669         (nnml-request-article, nnml-request-create-group)
3670         (nnml-request-rename-group, nnml-find-id)
3671         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3672         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3673         (nnml-save-marks): Use nnml-group-pathname instead of
3674         nnmail-group-pathname.
3675
3676         (nnml-request-create-group, nnml-request-expire-articles)
3677         (nnml-request-move-article, nnml-request-delete-group)
3678         (nnml-deletable-article-p, nnml-possibly-create-directory)
3679         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3680         (nnml-open-marks): Bind file-name-coding-system to
3681         nnmail-pathname-coding-system.
3682
3683         (nnml-request-article): Pass server argument to nnml-find-group-number.
3684         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3685         server argument to nnml-possibly-create-directory.
3686         (nnml-request-accept-article): Pass server argument to
3687         nnml-active-number and nnml-save-mail.
3688         (nnml-find-group-number): Pass server argument to nnml-find-id.
3689         (nnml-request-update-info): Pass server argument to
3690         nnml-marks-changed-p.
3691
3692         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3693         (nnml-save-mail, nnml-active-number): Add server argument.
3694
3695         (nnml-request-delete-group): Warn if group is missing.
3696         (nnml-get-nov-buffer): Decode group name.
3697         (nnml-generate-active-info): Encode group name.
3698         (nnml-open-marks): Decode group name in messages.
3699
3700 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3703         if it is not specified.
3704         (gnus-article-pipe-part, gnus-article-save-part)
3705         (gnus-article-interactively-view-part, gnus-article-copy-part)
3706         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3707         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3708         (gnus-article-replace-part, gnus-article-delete-part)
3709         (gnus-article-view-part-as-type): Pass raw prefix argument to
3710         gnus-article-part-wrapper.
3711
3712 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-agent.el (gnus-agent-save-active): Bind
3715         nnheader-file-coding-system to gnus-agent-file-coding-system.
3716
3717         * gnus-cache.el (gnus-cache-save-buffers)
3718         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3719         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3720         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3721         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3722         (gnus-cache-generate-active, gnus-cache-rename-group)
3723         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3724         (gnus-cache-update-overview-total-fetched-for): Bind
3725         file-name-coding-system to nnmail-pathname-coding-system.
3726         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3727         variables.
3728         (gnus-cache-decoded-group-name): New function.
3729         (gnus-cache-file-name): Use it.
3730         (gnus-cache-generate-active): Use non-decoded group name for active.
3731
3732         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3733         right place.
3734         (gnus-write-active-file): Don't break non-ASCII group names.
3735
3736         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3737         nnmail-pathname-coding-system.
3738
3739         * lpath.el: Bind default-file-name-coding-system,
3740         file-name-coding-system and language-info-alist for XEmacs.
3741
3742         * gnus-uu.el (gnus-uu-decode-save): Typo.
3743
3744 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3747
3748 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3751         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3752         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3753         (gnus-agent-flush-group, gnus-agent-flush-cache)
3754         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3755         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3756         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3757         (gnus-agent-regenerate-group)
3758         (gnus-agent-update-files-total-fetched-for)
3759         (gnus-agent-update-view-total-fetched-for): Bind
3760         file-name-coding-system to nnmail-pathname-coding-system.
3761         (gnus-agent-group-pathname): Don't encode file names by
3762         nnmail-pathname-coding-system.
3763         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3764         coding-system-for-write instead of buffer-file-coding-system to
3765         gnus-agent-file-coding-system.
3766
3767         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3768         Decode group name.
3769
3770         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3771
3772         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3773         (gnus-read-newsrc-el-file): Make group names unibyte.
3774
3775         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3776         nnmail-pathname-coding-system.
3777
3778         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3779         (nnrss-request-delete-group): Bind file-name-coding-system to
3780         nnmail-pathname-coding-system.
3781         (nnrss-read-server-data, nnrss-read-group-data): Bind
3782         file-name-coding-system correctly.
3783         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3784
3785         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3786         (nntp-server-to-method-cache): New variable.
3787         (nntp-group-pathname): New function that decodes non-ASCII group names.
3788         (nntp-possibly-create-directory, nntp-marks-changed-p)
3789         (nntp-save-marks, nntp-open-marks): Use it.
3790         (nntp-possibly-create-directory, nntp-open-marks):
3791         Bind file-name-coding-system to nnmail-pathname-coding-system.
3792         (nntp-open-marks): Decode group names when bootstrapping marks.
3793
3794         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3795         Newsgroups and Folowup-To headers.
3796
3797 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3800         (gnus-server-closed-face, gnus-server-denied-face)
3801         (gnus-server-offline-face): Remove variable.
3802         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3803
3804         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3805         of modifying message-stack directly for XEmacs.
3806
3807         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3808         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3809         if the coding-system argument is nil for XEmacs.
3810
3811         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3812         mm-charset-override-alist.
3813
3814         * rfc2047.el: Don't require base64; require rfc2045 for the function
3815         rfc2045-encode-string.
3816         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3817         to quote the parameter value.
3818
3819 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3822         form in gnus-group-name-charset-method-alist.
3823
3824         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3825         overrides the default layout edit-form.
3826
3827         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3828
3829         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3830
3831 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3834         as unfetched articles.
3835
3836 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3839
3840 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3843         original back end that keeps marks in the local system.
3844
3845 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3848         arg of pop-to-buffer for XEmacs.
3849         (gnus-article-read-summary-keys): Ditto; don't restore window
3850         configuration if summary command ends up with neither article buffer
3851         nor summary buffer; describe bindings if summary keys end with C-h.
3852
3853 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * message.el (message-fix-before-sending): Skip raw message part to be
3856         forwarded while checking illegible text.
3857         (message-forward-make-body-mime, message-forward-make-body): Mark
3858         signed or encrypted raw message as having no illegible text.
3859
3860 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3863         (gnus-message-with-timestamp-1): New macro.
3864         (gnus-message-with-timestamp): New function.
3865         (gnus-message): Use them.
3866
3867         * nnheader.el (nnheader-message): Use them.
3868
3869 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3872         .newsrc.eld file.
3873
3874 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-agent.el (gnus-agent-fetch-headers)
3877         (gnus-agent-retrieve-headers): Bind
3878         gnus-decode-encoded-address-function to identity.
3879
3880         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3881         available also when the server returns simply a dot.
3882
3883         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3884
3885 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3888
3889 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-ems.el (gnus-x-splash): Make it work.
3892
3893         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3894         from being used.
3895
3896         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3897
3898 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3901         4th and the 5th arguments.
3902
3903         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3904         the front stickiness.
3905         (gnus-article-summary-command-nosave): Correct the order of the
3906         arguments passed to pop-to-buffer.
3907         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3908         summary command ends up with the article buffer.
3909
3910         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3911         the same faces.
3912
3913 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3914
3915         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3916
3917 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3918
3919         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3920         * gnus-sum.el (gnus-summary-highlight):
3921         * pgg.el (pgg-sign-region, pgg-sign):
3922         * mail-source.el (mail-source-delete-old-incoming-confirm):
3923         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3924
3925 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-art.el (gnus-mime-view-part-externally)
3928         (gnus-mime-view-part-internally): Fix predicate function passed to
3929         completing-read.
3930
3931         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3932
3933         * gnus.el (gnus-update-message-archive-method): Add :version.
3934
3935 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus.el (gnus-update-message-archive-method): New variable.
3938
3939         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3940         according to gnus-message-archive-method if
3941         gnus-update-message-archive-method is non-nil.
3942
3943 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3946         by Loic Dachary <loic@dachary.org>.
3947         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3948
3949 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * message.el (message-pop-to-buffer): Add switch-function argument.
3952         (message-mail): Pass switch-function argument to it.
3953
3954 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3955
3956         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3957         Improve doc string.
3958
3959 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3962         (gnus-header-content)
3963         * gnus-cite.el (gnus-cite-10)
3964         * gnus-srvr.el (gnus-server-closed)
3965         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3966         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3967         (gnus-group-mail-3-empty, gnus-group-mail-low)
3968         (gnus-group-mail-low-empty, gnus-splash)
3969         * message.el (message-header-to, message-header-cc)
3970         (message-header-subject, message-header-other, message-header-name)
3971         (message-header-xheader, message-separator, message-cited-text)
3972         (message-mml): Lighten colors of faces used for dark background.
3973
3974 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3975
3976         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3977         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3978
3979 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * message.el (message-narrow-to-headers-or-head):
3982         Ignore mail-header-separator in the body.
3983
3984 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3987         same as window size.
3988
3989 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3990
3991         * message.el (message-font-lock-keywords): Use message-header-xheader
3992         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3993         ahead of the anything pattern, to get it recognised.
3994
3995 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3998         spam.el loads uses it in the compiled defadvice form.
3999
4000 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4001
4002         * gnus-sum.el (gnus-articles-to-read)
4003         (gnus-summary-insert-old-articles): Don't truncate group name for
4004         `read-string'.
4005
4006         * gnus-util.el (gnus-limit-string): Delete this function.
4007
4008         * gnus-sum.el (gnus-simplify-subject-fully): Use
4009         `truncate-string-to-width' instead.
4010
4011 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4012
4013         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4014         if, on summary exit, the next group has to be selected.
4015         (gnus-summary-exit): Use it.
4016
4017 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4020         non-break space.
4021
4022 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4025         Check if group is not a directory.
4026         (nnfolder-request-expire-articles): Don't delete articles if the target
4027         group is not available.
4028
4029         * nnml.el (nnml-request-create-group): Properly check if group is not a
4030         file.
4031         (nnml-request-expire-articles): Don't delete articles if the target
4032         group is not available.
4033
4034         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4035         Don't quote characters that are within parentheses.
4036
4037 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4040         (gnus-handle-ephemeral-exit): Select article according to it.
4041
4042 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * message.el (message-insert-formated-citation-line): Remove newline.
4045         (message-citation-line-format): Add final \n here so that the user can
4046         avoid a blank line.
4047
4048 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4049
4050         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4051         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4052         Update lanl/arXiv support.
4053
4054 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gnus.el: Bump version number.
4057
4058 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * gnus.el (gnus-version-number): Bump version.
4061
4062 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4063
4064         * gnus.el: No Gnus v0.6 is released.
4065
4066 2007-04-27  Didier Verna  <didier@xemacs.org>
4067
4068         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4069         * gmm-utils.el (gmm-regexp-concat): here.
4070         * message.el: Don't require 'gnus-util.
4071         (message-dont-reply-to-names): Handle name change above.
4072         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4073
4074 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4077         since the initial value varies according to the system.
4078
4079 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4082
4083 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4084
4085         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4086
4087 2007-04-24  Didier Verna  <didier@xemacs.org>
4088
4089         Improve the type of gnus-ignored-from-addresses.
4090         * gnus-util.el (gnus-orify-regexp): New function.
4091         * message.el (gnus-util): Require it.
4092         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4093         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4094         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4095
4096 2007-04-24  Didier Verna  <didier@xemacs.org>
4097
4098         * gnus-sum.el:
4099         * gnus-utils.el: Fix some trailing whitespaces.
4100
4101 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4104         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4105         article's Message-ID; refer parent article in summary buffer.
4106
4107         * message.el (message-bounce): Call mime-to-mml.
4108
4109         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4110         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4111         optimize and/or forms properly.
4112
4113 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4114
4115         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4116         URL.
4117
4118 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4121
4122 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4125         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4126         displayed of multipart/alternative part if it is invoked from summary
4127         buffer.
4128
4129         * mm-view.el (mm-inline-text-html-render-with-w3m)
4130         (mm-inline-text-html-render-with-w3m-standalone)
4131         (mm-inline-render-with-function): Use mail-parse-charset by default.
4132
4133 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4134
4135         * parse-time.el (parse-time-string-chars): Check if CHAR
4136         is less than the length of parse-time-syntax.
4137
4138 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4141         from gnus-newsgroup-processable.
4142
4143 2007-04-16  Didier Verna  <didier@xemacs.org>
4144
4145         * gnus-msg.el (gnus-configure-posting-styles): Handle
4146         message-signature-directory properly with :file syntax.  Reported by
4147         "Leo".
4148
4149 2007-04-11  Didier Verna  <didier@xemacs.org>
4150
4151         New user option: message-signature-directory.
4152         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4153         * message.el (message-insert-signature): Ditto.
4154         * message.el (message-signature-file): Doc update.
4155         * message.el (message-signature-directory): New.
4156
4157 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-msg.el (gnus-inews-yank-articles): Use
4160         message-exchange-point-and-mark instead of exchange-point-and-mark.
4161
4162 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * message.el (message-yank-original): Make sure cited text ends with
4165         newline; don't exchange point and mark.
4166
4167 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4168
4169         * tls.el (open-tls-stream): Properly handle case where there
4170         is no associated buffer.
4171
4172 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4173
4174         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4175         message-yank-original, make sure (< mark TEXT point).
4176
4177 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * message.el (message-fill-column): New variable.
4180         (message-mode): Use it.  Add comment on a possible new hook.
4181
4182         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4183         (nnmail-get-new-mail): Reformat.
4184
4185         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4186
4187         * gmm-utils.el: Fix Commentary.
4188         (gmm-tool-bar-from-list): Fix typo in doc string.
4189
4190 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4191
4192         * message.el (message-yank-original): Don't switch point and mark
4193         unnecessarily to put point and mark as documented.
4194
4195 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4198         from the message heads.
4199
4200 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4201
4202         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4203         article buffer does not have a window.  This may not be the best
4204         solution but is certainly better than setting the start of the null,
4205         that is the current, window.
4206
4207 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4210         (gnus-draft-setup): Run it.
4211
4212         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4213         gnus-score-fast-scoring.  Allow regexp.
4214         (gnus-score-headers): Use it.
4215
4216         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4217         XEmacs.
4218
4219         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4220         string.
4221         (gnus-button-alist): Also catch `<f1> k ...'.
4222         (gnus-treat-display-x-face): Fix doc string.
4223
4224 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4225
4226         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4227         evaluation of gnus-extended-version to ensure correct generation of the
4228         User-Agent header when message-generate-headers-first is used.
4229
4230 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4231
4232         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4233         hashcash-path is nil.  Don't call callback with incorrect number of
4234         parameters if val is 0.
4235
4236 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4237
4238         * message.el (message-required-news-headers):
4239         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4240
4241 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4242
4243         * tls.el (open-tls-stream): In handshake-waiting loop,
4244         don't wait more if there is output available to process.
4245
4246 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4247
4248         * tls.el (tls-program): Doc fix.
4249
4250 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * message.el (message-generate-new-buffers): Change the meaning of the
4253         nil value; add `standard' to the choices; treat t as `unique'; improve
4254         doc string.
4255         (gnus-select-frame-set-input-focus): Autoload.
4256         (message-buffer-name): Search for the existing message buffer if
4257         message-generate-new-buffers is nil or `standard'; treat the value t of
4258         message-generate-new-buffers as `unique'.
4259         (message-pop-to-buffer): Raise the frame already displaying the message
4260         buffer; clear the echo area after querying.
4261         (message-setup): Pass the `continue' argument to compose-mail.
4262         (message-mail): Prefer `switch-function' if it is given; search for the
4263         existing message buffer if the `continue' argument is non-nil; pass
4264         continue and switch-function arguments to compose-mail by way of
4265         message-setup.
4266         (message-mail-other-window): Adjust argument of message-setup.
4267         (message-mail-other-frame): Ditto.
4268
4269 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4272         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4273         to turn font-lock on when turning gnus-message-citation-mode on.
4274
4275 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4276
4277         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4278         (mml-smime-function-alist): New variable; add epg as the backend.
4279         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4280         mml-smime- functions instead.
4281         * mm-view.el: Require smime.
4282
4283 2007-03-05  Didier Verna  <didier@xemacs.org>
4284
4285         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4286         instead of just inheritance for posting styles.
4287         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4288
4289 2007-02-24  Chris Moore  <dooglus@gmail.com>
4290
4291         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4292         * pgg-pgp.el (pgg-pgp-encrypt-region):
4293         * pgg-gpg.el (pgg-gpg-encrypt-region):
4294         Check pgg-encrypt-for-me if no other recipients.
4295
4296 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4297
4298         * tls.el (tls-certtool-program): Fix custom type.
4299
4300 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4303         and point-at-eol instead of line-(beginning|end)-position.
4304
4305         * assistant.el (assistant-parse-buffer): Ditto.
4306
4307         * netrc.el (netrc-parse-services): Ditto.
4308
4309 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4310
4311         * mml2015.el (mml2015-epg-find-usable-key): New function.
4312         (mml2015-epg-sign): Use it.
4313         (mml2015-epg-encrypt): Use it.
4314
4315 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * message.el (message-make-in-reply-to): Quote name containing
4318         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4319         if there are special characters.  Reported by NAKAJI Hiroyuki
4320         <nakaji@jp.freebsd.org>.
4321
4322 2007-02-27  Didier Verna  <didier@xemacs.org>
4323
4324         Include the group parameters as well as the topic ones in the
4325         inheritance filter process.
4326         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4327         argument GROUP-PARAMS-LIST.
4328         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4329
4330 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * nntp.el (nntp-never-echoes-commands)
4333         (nntp-open-connection-functions-never-echo-commands): New variables.
4334         (nntp-send-command): Use them.
4335
4336 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4337
4338         * mml2015.el (mml2015-epg-verify): Simplified.
4339
4340 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * mml.el (mml-content-disposition-alist): New user option.
4343         (mml-content-disposition): New function.
4344         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4345         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4346
4347 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4348
4349         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4350         verification.
4351
4352 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4353
4354         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4355         articles posted in the last 24 hours.
4356
4357 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4358
4359         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4360
4361 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4362
4363         * nntp.el (nntp-send-command): Don't wait for echoes when
4364         nntp-open-ssl-stream is used.
4365
4366 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4369         (gnus-message-add-citation-keywords)
4370         (gnus-message-remove-citation-keywords): Remove.
4371         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4372         directly, make the variables in font-lock-defaults buffer-local, add
4373         gnus-message-citation-keywords to them and then update the value of
4374         font-lock-keywords.
4375
4376 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * message.el (message-cite-original-1): Don't call
4379         gnus-article-highlight-citation.
4380
4381         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4382         citations; fix line count.
4383
4384 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4387         (gnus-message-add-citation-keywords)
4388         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4389         versions of font-lock-add-keywords and font-lock-remove-keywords to
4390         work with XEmacs correctly.
4391
4392 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-cite.el (gnus-cite-face-list): Set the values of
4395         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4396         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4397         (gnus-message-cite-prefix-regexp): New variable.
4398         (gnus-message-search-citation-line): Use it; protect against long
4399         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4400         the 0th match data for Emacs.
4401         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4402         (gnus-message-add-citation-keywords): Append keywords rather than
4403         prepending; emulate font-lock-add-keywords if it is not available.
4404         (gnus-message-remove-citation-keywords): Emulate
4405         font-lock-remove-keywords if it is not available.
4406
4407         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4408
4409         * message.el (message-cite-prefix-regexp): Set the value of
4410         gnus-message-cite-prefix-regexp.
4411
4412 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4413
4414         * nnweb.el (nnweb-google-parse-1): Update parser.
4415
4416 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4417
4418         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4419
4420 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4421
4422         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4423         regexp.
4424
4425 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4428         string-to-multibyte.
4429         (uudecode-decode-region-internal): Use it.
4430
4431         * lpath.el: Fbind string-as-multibyte for XEmacs.
4432
4433 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4436         custom choice.
4437
4438         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4439
4440 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4441
4442         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4443
4444         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4445         `write-region' to respect `mm-inhibit-file-name-handlers'.
4446
4447 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4448
4449         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4450         Use gnus-home-directory instead of "~/" or "$HOME".
4451
4452 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4455         to mention filename.
4456         Add comments at beginning regarding usage.
4457         (encrypt-write-file-contents): Change interactive so a string is
4458         acceptable.  If the file has no associated model, show an error instead
4459         of a nonsense prompt.
4460
4461 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4462
4463         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4464         Thanks to Yoshihiko Yamada for kind notification of this typo.
4465
4466 2007-01-12  Kenichi Handa  <handa@m17n.org>
4467
4468         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4469         multibyte buffer.
4470
4471 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-score.el (gnus-score-fast-scoring): New variable.
4474         (gnus-score-headers): Use it.
4475
4476         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4477
4478         * message.el (message-cite-original-1): Call
4479         gnus-article-highlight-citation if requested.
4480         (message-make-from): Allow name and address as optional arguments.
4481
4482         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4483
4484         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4485         bugs to doc string.
4486         (gnus-button-alist): Add mid\\|message-id.
4487         (gnus-button-fetch-group): Extend for use in
4488         `browse-url-browser-function'.
4489         (gnus-button-url-regexp): Try to catch paired parentheses like in
4490         Wikipedia URLs.
4491
4492         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4493         Suggested by Simon Krahnke <overlord@gmx.li>.
4494
4495 2007-01-13  Romain Francoise  <romain@orebokech.com>
4496
4497         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4498         Update copyright.
4499
4500 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4501
4502         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4503
4504 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-registry.el (gnus-registry-unfollowed-groups)
4507         (gnus-registry-split-fancy-with-parent): Fix documentation.
4508
4509 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510
4511         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4512         from nnweb groups.
4513
4514 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4517         Xref urls.  Erase buffer before requesting head.
4518
4519 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4520
4521         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4522         customizable.
4523
4524 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4525
4526         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4527         no signing key is found.
4528         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4529         no encrypting and/or signing key is found.
4530
4531 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4532
4533         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4534
4535 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4536
4537         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4538         headers read from disk with the ones newly found in the current search.
4539         This should no longer cause problems, because the article numbers in
4540         Gmane's `nov.php' output are ignored since the previous change.
4541
4542 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4543
4544         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4545
4546 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4549         replace-regexp-in-string; bind url-version; fbind display-images-p and
4550         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4551         find-face and set-itimer-function for Emacs; bind itimer-list for
4552         Emacs.
4553
4554         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4555
4556 2007-01-01  Romain Francoise  <romain@orebokech.com>
4557
4558         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4559
4560 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4561
4562         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4563         `define-minor-mode' macro definition expanded properly.
4564         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4565         exclude it there.
4566
4567         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4568         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4569         `fboundp' test.
4570         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4571         This is OK to autoload in (S)XEmacs now.
4572
4573 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4576         keystroke.
4577         (gnus-summary-limit-to-singletons): Fix typo.
4578
4579         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4580         else fails.
4581
4582 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4583
4584         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4585         docstring.
4586
4587         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4588         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4589         (gnus-summary-insert-dormant-articles): Fix typo in message.
4590
4591 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4594         nil for XEmacs.
4595         (gnus-message-citation-mode): Don't autoload in XEmacs.
4596
4597         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4598
4599 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4600
4601         * nnimap.el (nnimap-expunge-search-string): Mention
4602         nnimap-search-uids-not-since-is-evil in docstring.
4603
4604 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * spam.el: Revert to make-obsolete-variable because
4607         define-obsolete-variable-alias is not supported in Emacs 21.
4608
4609         * spam.el (spam-ifile-path, spam-ifile-database-path)
4610         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4611         make-obsolete-variable.
4612         (spam-bsfilter-path, spam-bsfilter-program)
4613         (spam-spamassassin-path, spam-spamassassin-program)
4614         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4615         use "path" inappropriately.
4616         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4617         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4618         variable names.
4619
4620 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4621
4622         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4623         summary buffer.
4624
4625         * password.el (password-cache-remove): Use clear-string to burn
4626         password, if available.
4627
4628 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4629
4630         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4631
4632         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4633
4634         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4635         (gnus-message-highlight-citation): Move defcustom here from
4636         gnus-cite.el.
4637         (gnus-message-citation-mode): Autoload.
4638
4639         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4640         checks to make it compile with XEmacs.
4641         (gnus-message-citation-mode): New minor mode.
4642         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4643         (gnus-message-highlight-citation): New variables.
4644         (gnus-message-search-citation-line)
4645         (gnus-message-add-citation-keywords)
4646         (gnus-message-remove-citation-keywords)
4647         (turn-on-gnus-message-citation-mode)
4648         (turn-off-gnus-message-citation-mode): New functions.
4649
4650 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4651
4652         * gnus-cite.el: Enable highlighting of different citation levels in
4653         message-mode.
4654
4655 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * message.el (message-make-fqdn): Fix comment.
4658         (message-bogus-system-names): Add ".local".
4659
4660         * spam.el (spam-ifile-path, spam-ifile-program)
4661         (spam-ifile-database-path, spam-ifile-database)
4662         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4663         Don't use "path" inappropriately.
4664         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4665         strings.
4666         (spam-check-ifile, spam-ifile-register-with-ifile)
4667         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4668         new variable names.
4669
4670         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4671         (gnus-treat-display-smileys): Simplify using
4672         gnus-image-type-available-p.
4673
4674         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4675         available.
4676
4677         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4678         `display-images-p' if available.
4679
4680 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4683         one after turning on the buffer's multibyteness instead of decoding
4684         them directly in the unibyte buffer that causes unexpected conversion
4685         in Emacs 23 (unicode).
4686
4687 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4688
4689         * message.el (message-generate-hashcash): Fix custom type.
4690
4691 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4694
4695 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4698         disconnect icons.  Add help text.
4699
4700 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4703         negated to be consistent with the others we handle.
4704
4705 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4708         version of gnus-summary-buffer to something, so that we can use two
4709         article buffers at the same time.
4710
4711 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4714         trigger all the extra headers.
4715         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4716         sorting.
4717
4718 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4719
4720         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4721         solid groups.
4722
4723 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4724
4725         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4726
4727 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * legacy-gnus-agent.el: Add Copyright notice.
4730
4731 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4732
4733         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4734
4735 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4738
4739         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4740         to make it work reliably in CVS Emacs.
4741         (gnus-summary-limit-strange-charsets-predicate)
4742         (gnus-summary-limit-to-predicate): New functions.
4743
4744 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4745
4746         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4747         specifying array size.
4748         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4749         array if it is too small.
4750         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4751         (gnus-sort-threads-loop): New function.
4752
4753 2006-12-06  Chris Moore  <dooglus@gmail.com>
4754
4755         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4756         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4757
4758 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4759
4760         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4761         options.
4762
4763 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4766         DOS-ing the recipient.
4767
4768         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4769         the headers when creating the mapping to avoid mismappings.
4770         (nnweb-gmane-create-mapping): Always nix out old mapping.
4771
4772 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4775         and mm-verify-option to never.
4776
4777 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * message.el (message-signed-or-encrypted-p): New function.
4780         (message-forward-make-body): Use it.
4781
4782         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4783         Replace encode-coding-string with mm-encode-coding-string.
4784
4785 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * nneething.el (nneething-decode-file-name): Replace
4788         decode-coding-string with mm-decode-coding-string.
4789
4790         * gnus-int.el (gnus-open-server): Say failed server's name.
4791
4792 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4793
4794         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4795         strings to a single string.  Quote `errors-file-name'.
4796         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4797         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4798         Adjust calls.  Use `shell-quote-argument'.
4799
4800 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4801
4802         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4803         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4804
4805         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4806         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4807         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4808         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4809         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4810         (gnus-subscribe-newsgroup, gnus-1):
4811         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4812         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4813         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4814         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4815
4816 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4819         keystroke.
4820         (gnus-summary-limit-to-bodies): Implement headersp.
4821
4822 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4825
4826 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4829
4830 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * message.el (message-generate-hashcash): Expand range of values to
4833         include `opportunistic'.
4834         (message-send-mail): Use it.
4835
4836 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4837
4838         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4839         and comment it.
4840
4841         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4842
4843 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * gnus-util.el (gnus-extract-address-components): Improve comment.
4846
4847 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-util.el (gnus-extract-address-components): Work with address in
4850         which the name portion contains @.
4851
4852         * lpath.el: Fbind custom-autoload.
4853
4854 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * gnus.el (gnus-start): Move custom group up.
4857         (gnus-select-method): Don't autoload, but make it available for
4858         `customize-variable'.
4859         (gnus-getenv-nntpserver): Don't autoload.
4860
4861 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4864
4865 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * message.el (message-sendmail-extra-arguments): New variable.
4868         (message-send-mail-with-sendmail): Use it.
4869
4870 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4873         mm-with-unibyte-current-buffer to make string unibyte.
4874
4875         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4876         mm-string-as-multibyte.
4877
4878 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4879
4880         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4881         Reported by Werner Koch <wk@gnupg.org>.
4882
4883 2006-11-14  Daiki Ueno  <ueno@p360>
4884
4885         * mml2015.el: Autoload epa-select-keys when compiling.
4886
4887 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4888
4889         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4890         message-options.
4891         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4892
4893 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4894
4895         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4896         EasyPG (< 0.0.6).
4897         (mml2015-always-trust): New user option.
4898         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4899         prompt.
4900
4901 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * nntp.el (nntp-authinfo-force): New variable.
4904         (nntp-send-authinfo): Use it.
4905
4906 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4909         decode encoded words.  Improve prompt.  Add comment about forwarding.
4910         (message-replacement-char): Move up.
4911
4912 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4913
4914         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4915         instead of gnus-intersection because arguments of gnus-sorted-nunion
4916         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4917
4918 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4921         (message-simplify-subject-functions): Enable
4922         message-strip-subject-encoded-words by default.
4923
4924 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * message.el (message-strip-subject-encoded-words): New function
4927         (message-simplify-subject-functions): New variable.
4928         (message-simplify-subject): Use it.  Fix typo in doc string.
4929         Support message-strip-subject-encoded-words.
4930
4931 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4932
4933         * gnus-diary.el (gnus-diary-delay-format-function):
4934         * nndiary.el (nndiary-reminders):
4935         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4936
4937 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * gnus-art.el (article-hide-boring-headers): Fetch date from
4940         gnus-original-article-buffer to avoid problems with localized date
4941         strings.
4942
4943 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4946
4947 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4950         New variables.
4951         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4952         (mm-charset-synonym-alist): Move some entries to
4953         mm-codepage-iso-8859-list.
4954         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4955         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4956
4957 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4960
4961 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4962
4963         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4964         with Emacs 21 and XEmacs.
4965
4966 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         * spam.el (spam-parse-address): New function for better parsing,
4969         catching errors, etc.
4970         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4971
4972 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * mm-view.el: Add interactive arg to html2text autoload.
4975
4976 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4979
4980 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4983         variables.
4984         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4985         (mm-charset-synonym-alist): Move some entries to
4986         mm-codepage-iso-8859-list.
4987
4988         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4989
4990 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * message.el (message-citation-line-format)
4993         (message-insert-formated-citation-line): Fix implementation of %E, %N
4994         and %n according to the doc string.
4995
4996 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4999         car-safe to avoid bad parses.
5000
5001 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5004         names.
5005
5006         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5007
5008 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5011         header.
5012
5013         * message.el (message-draft-headers): Add Date.
5014         (message-headers-to-generate): Fix typo in docstring.
5015
5016         * nndraft.el (nndraft-required-headers): New variable.
5017         (nndraft-generate-headers): Use it.
5018
5019         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5020
5021 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * gnus-registry.el (gnus-registry-wash-for-keywords)
5024         (gnus-registry-find-keywords): New functions to allow easy searching of
5025         articles that are in the registry.
5026
5027 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5030         ietf-drums-parse-address instead of gnus-extract-address-components.
5031         Reported by Damien Elmes <damien@repose.cx>.
5032
5033 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * gnus.el (gnus-mime): Remove unused custom group.
5036
5037 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5038
5039         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5040         "blank line" when searching for end of armor headers.
5041
5042 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gmm-utils.el (gmm-write-region): Fix variable name.
5045
5046 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * gmm-utils.el (gmm-write-region): New function based on compatibility
5049         code from `mm-make-temp-file'.
5050
5051         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5052
5053         * nnmaildir.el (nnmaildir--update-nov)
5054         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5055         Use `gmm-write-region'.
5056
5057 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5060         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5061
5062         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5063
5064         * message.el (message-replacement-char): New variable.
5065         (message-fix-before-sending): Use it.
5066         (message-simplify-subject): New function to remove duplicate code.
5067         (message-reply, message-followup): Use it.
5068
5069         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5070         gnus-summary-limit-to-articles.
5071
5072 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-util.el (gnus-with-local-quit): New macro.
5075
5076         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5077
5078 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5079
5080         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5081         ignore non-string data.
5082
5083 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5086         non-string data (needs to be done in the registry too).
5087
5088 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5091         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5092         (gnus-registry-split-fancy-with-parent)
5093         (gnus-registry-fetch-simplified-message-subject-fast)
5094         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5095         Remove text properties on ingress into the registry and when it's saved.
5096         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5097         registry from entries with no groups.
5098
5099 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5100
5101         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5102         function to remove string properties.
5103
5104 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gmm-utils.el (gmm): Adjust custom version.
5107
5108         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5109         custom version.
5110
5111         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5112
5113 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * gnus-art.el (gnus-insert-prev-page-button)
5116         (gnus-insert-next-page-button): Simplify.  Reformat.
5117
5118 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5119
5120         * gnus-art.el (gnus-insert-prev-page-button)
5121         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5122
5123 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5124
5125         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5126
5127 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5128
5129         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5130         gnus-article-button-face to MIME and security buttons.
5131
5132 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5135         readable.
5136
5137 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5140
5141 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5142
5143         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5144         `browse-url-of-file' instead of `browse-url'.
5145
5146 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5147
5148         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5149         regexp.  Articles containing quotation were cut prematurely.
5150
5151 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * message.el (message-cite-original-1): Use nobody by default for the
5154         value of From header.
5155         (message-reply): Ditto.
5156
5157 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5158
5159         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5160         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5161         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5162
5163 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5166         mails in the doc string.  Add some URLs in comment.
5167         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5168
5169 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5172         backslashes handling and the way to find boundaries of quoted strings.
5173
5174 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5175
5176         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5177         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5178         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5179         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5180
5181 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5184         doc string.
5185         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5186
5187 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * lpath.el: Fbind epg-check-configuration.
5190
5191 2006-09-06  Simon Josefsson  <jas@extundo.com>
5192
5193         * mml2015.el (mml2015-use): Doc fix, mention epg.
5194
5195 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5196
5197         * mml2015.el (mml2015-use): Default to epg, if available.
5198
5199 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5200
5201         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5202         message-sender.
5203         (mml1991-epg-encrypt): Ditto.
5204         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5205         message-sender.
5206         (mml2015-epg-encrypt): Ditto.
5207
5208 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5209
5210         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5211         several common directories.
5212
5213 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5214
5215         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5216         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5217
5218 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-art.el (article-decode-encoded-words): Make it fast.
5221
5222 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5225
5226         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5227         in quoted string into `\'.
5228
5229 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5232         Use standard-syntax-table.
5233
5234 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-art.el (gnus-decode-address-function): New variable.
5237         (article-decode-encoded-words): Use it to decode headers which are
5238         assumed to contain addresses.
5239         (gnus-mime-delete-part): Remove useless `or'.
5240
5241         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5242         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5243         (gnus-nov-parse-line): Use it to decode From header.
5244         (gnus-get-newsgroup-headers): Ditto.
5245         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5246
5247         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5248         (mail-decode-encoded-address-string): New alias.
5249
5250         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5251         New function.
5252         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5253         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5254         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5255         (rfc2047-decode-string): Ditto.
5256         (rfc2047-decode-address-region): New function.
5257         (rfc2047-decode-address-string): New function.
5258
5259 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * message.el (message-caesar-buffer-body): Allow rotating headers.
5262
5263         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5264
5265         * message.el (message-insert-formated-citation-line): Fix %f.
5266         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5267
5268 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5271         (gnus-bookmark-mouse-available-p): New macro.
5272         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5273         (gnus-bookmark-bmenu-show-infos): Use it.
5274         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5275         (gnus-bookmark-bmenu-hide-infos): Ditto.
5276         (gnus-bookmark-remove-properties): New function.
5277         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5278         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5279         (gnus-bookmark-write-file): Bind coding-system-for-write.
5280         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5281         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5282         group before selecting it.
5283         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5284         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5285         quit-window if it is not available; use gnus-mouse-2 and bind it to
5286         gnus-bookmark-bmenu-select-by-mouse.
5287         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5288         (gnus-bookmark-bmenu-select-by-mouse): New function.
5289
5290 2006-08-13  Romain Francoise  <romain@orebokech.com>
5291
5292         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5293         space.
5294
5295 2006-08-10  Romain Francoise  <romain@orebokech.com>
5296
5297         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5298         (dns-mode-soa-auto-increment-serial): New user option.
5299         (dns-mode-soa-maybe-increment-serial): New function.
5300         (dns-mode): Add the latter to `write-contents-functions'.
5301
5302 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * compface.el (uncompface): Use binary rather than raw-text-unix.
5305
5306 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * compface.el (uncompface): Make sure the eol conversion doesn't take
5309         place when communicating with the external programs.  Reported by
5310         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5311
5312 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5315
5316 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5317
5318         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5319         Make it more robust by parsing author and date independently.
5320
5321 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5324
5325 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5326
5327         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5328         first matching secret key.
5329         (mml2015-epg-encrypt): Ditto.
5330
5331         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5332         first matching secret key.
5333         (mml1991-epg-encrypt): Ditto.
5334
5335         * mml2015.el (mml2015-encrypt-to-self): New user option.
5336         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5337         mml2015-epg-encrypt-to-self is set.
5338
5339         * mml1991.el (mml1991-encrypt-to-self): New variable.
5340         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5341         mml1991-epg-encrypt-to-self is set.
5342
5343         * mml2015.el (mml2015-signers): New user option.
5344         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5345         (mml2015-epg-encrypt): Allow to select signing keys.
5346
5347         * mml1991.el (mml1991-signers): New variable.
5348         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5349         (mml1991-epg-encrypt): Allow to select signing keys.
5350
5351 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * nnheader.el (nnheader-insert-head): Make it work even if the file
5354         uses CRLF for the line-break code.
5355
5356 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5357
5358         * mml2015.el: Require mml-sec instead of password.
5359         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5360         (mml2015-cache-passphrase): Inherit the default value from
5361         mml-secure-cache-passphrase.
5362         (mml2015-passphrase-cache-expiry): Inherit the default value from
5363         mml-secure-passphrase-cache-expiry.
5364
5365         * mml1991.el: Require mml-sec instead of password.
5366         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5367         (mml1991-cache-passphrase): Inherit the default value from
5368         mml-secure-cache-passphrase.
5369         (mml1991-passphrase-cache-expiry): Inherit the default value from
5370         mml-secure-passphrase-cache-expiry.
5371
5372         * mml-sec.el: Require password.
5373         (mml-secure-verbose): New user option.
5374         (mml-secure-cache-passphrase): New user option.
5375         (mml-secure-passphrase-cache-expiry): New user option.
5376
5377 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5378
5379         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5380         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5381         andreas@altroot.de (Andreas Vögele).
5382
5383         FIXME: Use `tiny change'?
5384
5385 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5386
5387         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5388         workaround for the url package included with Emacs.
5389
5390         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5391
5392 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5395         correctly.  This fixes a bug caused by the 2006-05-12 change.
5396
5397 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5398
5399         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5400         some information about the error when saying that the `bogus' mail
5401         group will be used.
5402
5403 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5406         string.
5407
5408 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5409
5410         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5411
5412 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5413
5414         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5415
5416 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5417
5418         * mml1991.el (mml1991-function-alist): Add epg.
5419         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5420         (mml1991-epg-encrypt): New functions.
5421
5422 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5423
5424         * mml2015.el (mml2015-verbose): New variable.
5425         (mml2015-cache-passphrase): Ditto.
5426         (mml2015-passphrase-cache-expiry): Ditto.
5427         (mml2015-function-alist): Add epg.
5428         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5429         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5430         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5431         functions.
5432
5433 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5434
5435         * message.el (message-cite-original-1): Preserve region when removing
5436         quoted text due to X-No-Archive in order to avoid bogus attribution
5437         when citing multiple messages.
5438
5439 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5440
5441         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5442         Kenneth Jacker <khj@be.cs.appstate.edu>.
5443
5444 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-diary.el (gnus-user-format-function-d)
5447         (gnus-user-format-function-D): Autoload.
5448
5449         * imap.el (Commentary): Fix typo.
5450
5451         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5452         2006-04-22 contribution.
5453
5454 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5455
5456         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5457         It didn't really fix the bogosity I'm seeing with solid web groups.
5458
5459 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5460
5461         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5462         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5463         created using server names.  If we use the feature without declaring
5464         it, Gnus does not properly manage server and group state.
5465
5466         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5467         bound.
5468
5469 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5470
5471         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5472         looking up the method using GROUP's prefix before inventing a new one.
5473         It is used on killed/unknown groups in various places where returning
5474         an all-new method isn't expected by the caller.
5475
5476         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5477         and match semantics of gnus-group-real-prefix.
5478
5479 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * nnmail.el (nnmail-broken-references-mailers): New variable.
5482         (nnmail-ignore-broken-references): New function generalizing
5483         nnmail-fix-eudora-headers.
5484         (nnmail-fix-eudora-headers): Now obsolete.
5485
5486         * gnus-art.el (gnus-button-handle-custom): Support
5487         `customize-apropos*'.
5488
5489 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5492
5493         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5494         articles.
5495
5496 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * message.el (message-cite-reply-above): New variable.
5499         (message-yank-original): Use it.
5500
5501 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5504
5505 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5508         as read.
5509
5510         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5511
5512 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5515         (gnus-bookmark-default-file): Use gnus-directory.
5516         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5517         Remove "*" in doc string.
5518         (gnus-bookmark-write-file): Simplify.
5519         (gnus-bookmark-maybe-sort-alist): Use `when'.
5520         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5521         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5522         FIXME about Emacs 21 and XEmacs compatibility.
5523         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5524         compatibility.
5525         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5526         compatibility.
5527         (gnus-bookmark-menu-heading): Fix version.
5528
5529 2006-06-19  Bastien Guerry  <bzg@altern.org>
5530
5531         * gnus-bookmark.el: New file.
5532
5533 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * message.el (message-syntax-checks): Doc fix.
5536
5537 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5538
5539         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5540         unsubscribed groups as if they were killed ones.  It causes duplicate
5541         entries in gnus-newsrc-alist.
5542
5543 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * message.el (message-syntax-checks): Doc fix.
5546         (message-send-mail): Add check for continuation headers.
5547         (message-check-news-header-syntax): Fix regexp used to check for
5548         continuation headers.
5549
5550 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5553
5554 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5557
5558 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5561         default-truncate-lines.
5562
5563 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5566         to fill the utf-8 entry.
5567
5568         * lpath.el: Fbind unicode-precedence-list.
5569
5570 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5571
5572         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5573
5574 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5575
5576         * gnus-agent.el (directory-files-and-attributes): Move all the way
5577         forward (the third and final move).
5578         (gnus-agent-read-agentview): Trap reconstruction errors due to
5579         nonexistant directory.  Handle by returning nil.
5580
5581 2006-05-30  Didier Verna  <didier@xemacs.org>
5582
5583         * message.el (message-dont-reply-to-names): Update the custom type.
5584         * message.el (message-dont-reply-to-names): New defsubst: potentially
5585         convert a list of regexps into a single one.
5586         * message.el (message-get-reply-headers): Use it.
5587         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5588
5589 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-agent.el (directory-files-and-attributes): Move forward.
5592
5593 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * gnus-ml.el (gnus-mailing-list-subscribe)
5596         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5597         (gnus-mailing-list-message): Fix doc strings.
5598
5599 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5600
5601         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5602         of doing it manually.
5603
5604 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5607         comment.
5608
5609 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5610
5611         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5612         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5613         (gnus-agent-read-local): All symbols allocated in my-obarray
5614         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5615         (gnus-agent-regenerate-group): Check numeric names to see if they are
5616         messages or groups.
5617         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5618         better way of do this...)
5619
5620         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5621         'dummy.group' (there should be a better way of do this...)
5622
5623 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5626         (gnus-saved-headers): Ditto.
5627         (gnus-default-article-saver): Mention functions may have properties.
5628         (gnus-article-save): Override gnus-save-all-headers and
5629         gnus-saved-headers by :headers property which saver function may have.
5630         (gnus-summary-save-in-file): Add :headers property.
5631         (gnus-summary-write-to-file): Ditto.
5632
5633         * gnus-sum.el (gnus-summary-save-article): Bind
5634         gnus-prompt-before-saving to t when saving many articles in a file;
5635         always show all headers.
5636
5637         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5638
5639 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5642         marks.
5643
5644         * message.el (message-indent-citation): Add optional arguments to allow
5645         using it outside of message buffers.
5646
5647         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5648         (gnus-article-treat-unfold-headers): Use it.
5649         (gnus-article-truncate-lines): New variable.
5650         (gnus-article-mode): Use it.
5651         (gnus-article-toggle-truncate-lines): New function.
5652
5653         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5654         gnus-article-toggle-truncate-lines.
5655
5656         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5657         coding system in XEmacs, use binary.
5658
5659 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5662         after-load-alist.
5663
5664         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5665         this function should save decoded articles.
5666         (gnus-summary-write-to-file): Use property to specify this function
5667         should save decoded articles and specify gnus-summary-save-in-file
5668         should be used to save articles other than the first one when saving
5669         many articles.
5670         (gnus-summary-save-body-in-file): Use property to specify this
5671         function should save decoded articles.
5672         (gnus-summary-write-body-to-file): Use property to specify this
5673         function should save decoded articles and specify
5674         gnus-summary-save-body-in-file should be used to save articles other
5675         than the first one when saving many articles.
5676
5677         * gnus-sum.el (gnus-summary-save-article): Simplify.
5678
5679 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-art.el (gnus-default-article-saver): Add
5682         gnus-summary-write-body-to-file.
5683         (gnus-article-save-coding-system): Don't use coding system object
5684         in XEmacs.
5685         (gnus-read-save-file-name): Add optional `dir-var' argument which
5686         specifies directory in which files are saved; work even if optional
5687         `variable' argument is not specified.
5688         (gnus-summary-write-to-file): Read file name.
5689         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5690         (gnus-summary-write-body-to-file): New function.
5691
5692         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5693         (gnus-summary-local-variables): Add it.
5694         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5695         (gnus-summary-save-article): Remove optional `decode' argument;
5696         determine whether to decode articles by the value of
5697         gnus-default-article-saver; when saving many files using
5698         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5699         it first and use gnus-summary-save-in-file or
5700         gnus-summary-save-body-in-file thereafter unless
5701         gnus-prompt-before-saving is always; move point to article which
5702         will be saved.
5703         (gnus-summary-save-article-file): Revert.
5704         (gnus-summary-write-article-file): Revert.
5705         (gnus-summary-save-article-body-file): Revert.
5706         (gnus-summary-write-article-body-file): New function.
5707
5708 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-default-article-saver): Doc fix.
5711         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5712         from gnus-summary-save-article-coding-system, and default to a
5713         certain coding system.
5714         (gnus-output-to-file): Add coding cookie and encode text according
5715         to gnus-article-save-coding-system; don't use mm-append-to-file.
5716
5717         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5718         gnus-art.el and rename to gnus-article-save-coding-system.
5719         (gnus-summary-save-article): Require gnus-art; don't show all
5720         headers if it decodes articles; don't add coding cookie here;
5721         don't bind mm-text-coding-system-for-write.
5722         (gnus-summary-save-article-file): Save decoded articles.
5723         (gnus-summary-write-article-file): When saving many files, use
5724         gnus-summary-write-to-file first and gnus-summary-save-in-file
5725         thereafter unless gnus-prompt-before-saving is always.
5726         (gnus-summary-save-article-body-file): Save decoded articles.
5727
5728         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5729
5730 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * nnrss.el (nnrss-check-group): Bind hash-index.
5733
5734 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5735
5736         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5737         its hash index.  Store this hash in `nnrss-group-data'.
5738         (nnrss-read-group-data): Update accordingly.
5739
5740 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5743         entry.
5744
5745         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5746         gnus-article-browse-html-article.
5747
5748 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5749
5750         * gnus-sum.el (gnus-summary-mime-map): Add
5751         gnus-article-browse-html-article.
5752
5753         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5754
5755 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5758         suitable coding systems in customize.
5759
5760 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * mail-source.el (mail-sources): Fix custom type.
5763
5764 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5767         (gnus-summary-expire-articles-now): Shorten prompt.
5768
5769         * gmm-utils.el (wid-edit): Require.
5770         (defun-gmm): Renamed from `gmm-defun-compat'.
5771         (gmm-image-search-load-path): Use it.
5772         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5773
5774 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5777         variable.
5778         (gnus-summary-save-article): Add optional `decode' argument.  If
5779         it is set and gnus-summary-save-article-coding-system is non-nil,
5780         save decoded article.
5781         (gnus-summary-write-article-file): Save decoded article if
5782         gnus-summary-save-article-coding-system is non-nil.
5783
5784         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5785         type.
5786
5787 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5790
5791 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5794         first to test gnus-single-article-buffer which may be buffer-local.
5795
5796         * gnus-sum.el (gnus-summary-setup-buffer): Make
5797         gnus-single-article-buffer buffer-local and nil in ephemeral
5798         group; make gnus-article-buffer, gnus-article-current, and
5799         gnus-original-article-buffer always buffer-local.
5800         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5801         group.
5802         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5803
5804 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * nnml.el (nnml-request-compact-group): Compressed files might not
5807         have .gz extension.
5808
5809 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5810
5811         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5812         (mm-copy-to-buffer): Use with-current-buffer.
5813         (mm-display-part): Simplify.
5814         (mm-inlinable-p): Add optional arg `type'.
5815
5816 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5817
5818         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5819         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5820         Try harder to show the attachment internally or externally using
5821         gnus-mime-view-part-as-type.
5822
5823 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * message.el (message-from-style, message-signature-separator)
5826         (message-user-organization-file, message-send-mail-function)
5827         (message-citation-line-function, message-yank-prefix)
5828         (message-indent-citation-function, message-signature)
5829         (message-signature-file, message-signature-insert-empty-line):
5830         Remove autoloads.
5831
5832         * gnus-art.el (gnus-buttonized-mime-types): Remove
5833         "multipart/signed".  Revert 2006-04-26 change.
5834
5835 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus.el (gnus-version-number): Bump version.
5838
5839 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5840
5841         * gnus.el: No Gnus v0.5 is released.
5842
5843 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5844
5845         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5846         fetching articles by message-id.
5847
5848 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * message.el (hashcash): Require hashcash as normal.
5851
5852         * ecomplete.el (ecomplete-highlight-match-line): Use
5853         point-at-eol.
5854         (ecomplete-highlight-match-line): Use `highlight', because that
5855         face exists in both Emacs and XEmacs.
5856
5857         * message.el (message-display-abbrev): Use point-at-bol.
5858
5859         * mail-source.el: Don't require timer/timer-funcs.
5860
5861         * gnus-async.el: Ditto.
5862
5863         * password.el: Ditto.
5864
5865         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5866
5867         * mm-url.el: Ditto.
5868
5869         * gnus-xmas.el: Don't require timer-funcs.
5870
5871         * mm-util.el: Require timer/timer-funcs.
5872
5873 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5874
5875         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5876         Close.
5877
5878 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5881         unibyte after clear-decrypt function runs.
5882
5883         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5884         returns as a unibyte string.
5885
5886 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * lpath.el: Revert.
5889
5890         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5891         (pgg-gpg-process-sentinel): Revert.
5892
5893         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5894         (pgg-pgp-lookup-key): Revert.
5895
5896         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5897         (pgg-pgp5-lookup-key): Revert.
5898
5899         * pgg.el (pgg-fetch-key): Revert.
5900
5901 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * lpath.el: Fbind string-as-multibyte for XEmacs.
5904
5905         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5906         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5907         (mml1991-pgg-encrypt): Ditto.
5908
5909         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5910         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5911         a multibyte buffer.
5912
5913         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5914         (pgg-pgp-lookup-key): Ditto.
5915
5916         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5917         (pgg-pgp5-lookup-key): Ditto.
5918
5919         * pgg.el (pgg-fetch-key): Ditto.
5920
5921 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * message.el (message-user-organization-file): Check several
5924         locations of the organization file.
5925
5926         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5927         Add gnus-article-view-part-as-type.
5928
5929         * gnus-art.el (gnus-article-view-part-as-type): New function.
5930
5931         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5932         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5933
5934         * mml.el: Simplify autoload.
5935         (mml-mode): defvar dnd-protocol-alist instead of using
5936         symbol-value.
5937         (mml-default-directory): New variable.
5938         (mml-minibuffer-read-file): Use it.
5939         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5940
5941         * message.el (message-citation-line-format): New variable.
5942         (message-insert-formated-citation-line): New function.
5943         (message-citation-line-function): Add
5944         `message-insert-formated-citation-line' to custom type.
5945
5946         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5947         to doc string.
5948
5949         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5950         depending on mm-verify-option.
5951
5952 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5955         binding pgg-* variables; reimplement the section which prevents
5956         MIME header from being signed.
5957         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5958         pgg-text-mode; remove a blank line at the top of body.
5959
5960         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5961         lines at the top of body; use gnus-newsgroup-charset if there's no
5962         Charset header.
5963
5964 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * message.el (message-self-insert-commands): Doc fix.
5967
5968         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5969         (mm-uu-pgp-encrypted-test): Ditto.
5970         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5971         between header and body; return application/pgp-encrypted handle
5972         if decryption failed; decode decrypted body by charset.
5973
5974         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5975         element match to application/pgp-*.
5976
5977 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5978
5979         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5980         HTML.
5981
5982 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * mail-source.el (mail-source-call-script): Message the error
5985         string.
5986
5987 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-util.el (gnus-byte-compile): Use it.
5990
5991 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5992
5993         * gnus-util.el (kill-empty-logs): New function.
5994
5995 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * message.el (message-mail-alias-type): Doc fix.
5998         (message-mail-alias-type-p): New function.
5999         (message-send): Use it.
6000         (message-mode): Ditto.
6001         (message-strip-forbidden-properties): Ditto.
6002
6003         * ecomplete.el (ecomplete-database-file-coding-system): New
6004         variable.
6005         (ecomplete-save): Use it.
6006         (ecomplete-setup): Use it.
6007
6008 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * message.el (message-self-insert-commands): New variable.
6011         (message-strip-forbidden-properties): Use it.
6012
6013 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014
6015         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6016         that doesn't make XEmacs choke.
6017
6018 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * gnus-util.el (gnus-replace-in-string):
6021         Prefer replace-regexp-in-string over of replace-in-string.
6022
6023 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-util.el (gnus-select-frame-set-input-focus):
6026         Use select-frame-set-input-focus if it is available in XEmacs; use
6027         definition defined in Emacs 22 for old Emacsen.
6028
6029         * dgnushack.el: Autoload unmorse-region for XEmacs.
6030
6031         * lpath.el: Bind cursor-in-non-selected-windows and
6032         select-frame-set-input-focus for XEmacs.
6033
6034 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6037
6038 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6039
6040         * gnus-registry.el (gnus-registry-cache-save): Remove text
6041         properties when saving via the temp buffer.
6042
6043 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * message.el (message-generate-hashcash): Honor custom type.
6046
6047 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * message.el (message-generate-hashcash): Default to non-nil when
6050         hashcash is found.
6051
6052         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6053         (gnus-refer-thread-limit): Increase default to 500.
6054
6055         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6056
6057         * flow-fill.el (fill-flowed): Allow delete-space.
6058
6059 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6062         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6063         Remove autoloads.
6064
6065 2006-04-18  Simon Josefsson  <jas@extundo.com>
6066
6067         * message.el (message-generate-hashcash): Default to.
6068
6069 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6072         concatenating segments rather than before concatenating them.
6073
6074 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6077
6078 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6081
6082         * message.el (message-forward-make-body-plain): Allow
6083         message-forward-ignored-headers to be a list.
6084         (message-remove-ignored-headers): Factor out into function.
6085         (message-forward-make-body-mml): Use it.
6086
6087         * imap.el (imap-quote-specials): New function.
6088         (imap-login-auth): Quote specials.
6089
6090         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6091         (rfc2231-parse-string): Allow concatanation of parameters that
6092         aren't contiguous.  The test case is
6093           (mail-header-parse-content-type "message/external-body;
6094             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6095             access-type=LOCAL-FILE;
6096             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6097
6098 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6099
6100         * nntp.el (nntp-accept-process-output): Return the value of
6101         `nnheader-accept-process-output'.
6102
6103 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6106         (gnus-button-alist): Recognize more diff formats.
6107         (gnus-button-patch): Strip directory.
6108
6109 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6112         Emacs 22 when setting focus.
6113
6114 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus-art.el (gnus-article-treat-types): Do treatment of
6117         text/x-verbatim parts.
6118         (gnus-button-patch): New command.
6119
6120         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6121         addresses that contain invalid characters.
6122
6123 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * message.el (message-put-addresses-in-ecomplete): Use
6126         gnus-replace-in-string.
6127         (message-is-yours-p): Use the more correct
6128         mail-header-parse-address instead of
6129         mail-extract-address-components.
6130         (message-put-addresses-in-ecomplete): Fix typo.
6131
6132         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6133         keystroke.
6134
6135         * gnus-art.el (gnus-treatment-function-alist): Change order of
6136         newsgroups/generic header folding to avoid double-folding.
6137
6138         * message.el (message-hidden-headers): Add X-Draft-From.
6139
6140         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6141         command.
6142         (gnus-summary-repeat-search-article-backward): New command.
6143
6144         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6145         groups in the parent topic.
6146
6147 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6148
6149         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6150         (spam-extra-header-to-number): Return the CRM114 number as a
6151         number instead of a string.
6152
6153 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * gnus-art.el (gnus-face-properties-alist): Moved here from
6156         gnus-fun.
6157
6158         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6159
6160 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * message.el (message-strip-forbidden-properties): Only display on
6163         self-insert-command.
6164
6165         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6166         reindent.
6167         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6168
6169 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6170
6171         * smiley.el (smiley-style): Fix typo.
6172
6173 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * hashcash.el (hashcash-insert-payment-async-2): Use
6176         message-goto-eoh instead of doing it manually.
6177         (mail-add-payment): Use message-narrow-to-header instead of trying
6178         to do the same itself.
6179
6180         * message.el (message-hidden-headers): Add Face.
6181
6182         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6183         reparenting code.
6184         (gnus-summary-reparent-children): Refactored out code.
6185         (gnus-summary-thread-map): New keystroke.
6186         (gnus-summary-reparent-children): Make into command.
6187
6188         * smiley.el (smiley-style): Default to `medium' if using a large
6189         font.
6190
6191         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6192         does it itself.
6193
6194         * message.el (message-point-in-header-p): Simplify definition.
6195
6196 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * nnagent.el (nnagent-request-set-mark): Silence log file
6199         writing.
6200         (nnagent-request-set-mark): Use write-region instead of
6201         append-to-file.
6202
6203         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6204         strange select method.
6205
6206         * ecomplete.el (ecomplete-display-matches): Get highlightling
6207         right.
6208         (ecomplete-display-matches): Use literals.
6209         (ecomplete-display-matches): Disable message logging.
6210
6211         * message.el (message-display-abbrev): Small optimization.
6212
6213         * ecomplete.el (ecomplete-display-matches): Allow automatic
6214         display.
6215
6216         * message.el (message-strip-forbidden-properties): Display
6217         abbrevs.
6218         (message-display-abbrev): Get automatic display right.
6219
6220         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6221         keystrokes.
6222
6223 2006-04-13  Romain Francoise  <romain@orebokech.com>
6224
6225         TODO: Backport to v5-10!
6226
6227         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6228         Moved here (and renamed) from gnus-registry.el.
6229
6230         * gnus-registry.el: Require gnus-util.
6231         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6232
6233 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * gnus-group.el (gnus-group-catchup-current): Change
6236         if-then-else-if-then-else into cond.
6237         (gnus-group-catchup): Indent.
6238         (group-name-at-point): New function.
6239         (gnus-fetch-group): Provide default from thing at point.
6240
6241 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * message.el (message-display-abbrev): Fix regexp.
6244
6245         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6246         choosing.
6247         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6248         dead variables.
6249
6250         * message.el (message-newline-and-indent): Remove debugging.
6251         (message-display-abbrev): Use new implementation.
6252
6253 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * gnus-art.el (gnus-article-mode): Set
6256         cursor-in-non-selected-windows to nil.
6257
6258         * smiley.el: Revert previous change.
6259         (smiley-data-directory): defvar it before using it in the
6260         defcustom of `smiley-style'.
6261
6262 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * message.el (message-newline-and-indent): New function.
6265
6266         * ecomplete.el: Implement more bits.
6267
6268         * message.el (message-put-addresses-in-ecomplete): Clean up the
6269         string.
6270
6271         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6272
6273         * gnus-sum.el (gnus-summary-save-parts): Bind
6274         gnus-summary-save-parts-counter and use it to make unique file
6275         names.
6276
6277         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6278
6279         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6280         parameter to say whether to actually parse the individual
6281         addresses.
6282
6283         * message.el (message-put-addresses-in-ecomplete): New function.
6284         (ecomplete): Require.
6285         (message-mail-alias-type): Add ecomplete as an option.
6286
6287 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6288
6289         * flow-fill.el (fill-flowed): Remove trailing space from blank
6290         quoted lines.
6291
6292 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * smiley.el (smiley-style): Move definition later to avoid a
6295         compilation warning.
6296
6297 2006-04-12  Kenichi Handa  <handa@m17n.org>
6298
6299         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6300         buffer and then decode the buffer text if necessary.
6301         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6302         first, and after mm-encode-body, change the buffer to unibyte.
6303         Use mm-disable-multibyte instead of set-buffer-multibyte.
6304
6305 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6308         Content-Type header instead of Content-Disposition header.
6309         (gnus-mime-inline-part): Ditto.
6310         (gnus-mime-view-part-as-charset): Ignore charset that the part
6311         specifies.
6312
6313         * mm-decode.el (mm-display-part): Work with external parts and
6314         usual parts similarly.
6315
6316         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6317         instead of gnus-display-mime.
6318
6319         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6320         instead of with-temp-buffer.
6321
6322         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6323         tag to summarized topics part in order to encode non-ASCII text.
6324
6325 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * smiley.el (smiley-style): New variable.
6328         (smiley-directory): New function.
6329         (smiley-data-directory): Derive from `smiley-style' using
6330         `smiley-directory'.
6331         (smiley-regexp-alist): Add new entries.
6332
6333         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6334         (gnus-article-browse-delete-temp): Add :version.
6335
6336 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6337
6338         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6339         the sieve region.
6340
6341 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * gnus.el (gnus-version-number): Bump version.
6344
6345 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * gnus.el: No Gnus v0.4 is released.
6348
6349 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6352         layout.
6353
6354         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6355         unknown charset.
6356
6357         * message.el (message-header-synonyms): Add Original-To to the
6358         default.
6359
6360         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6361         optional parameter.
6362
6363 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-fun.el (gnus): Require it for gnus-directory.
6366
6367 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6370
6371 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6372
6373         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6374
6375 2006-04-05  Simon Josefsson  <jas@extundo.com>
6376
6377         * password.el (password-reset): New function.
6378
6379 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6380
6381         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6382         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6383
6384 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6385
6386         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6387         Some whitespace was matched into the url, which broke browsing hits
6388         > 100 when mm-url-use-external was nil.
6389
6390 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6393         gnus-extra-headers for 'Newsgroups.
6394
6395         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6396         bound.
6397
6398 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6399
6400         * pgg-gpg.el: Clean up process buffers every time gpg processes
6401         complete.
6402
6403 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6406         doc string.
6407
6408 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6409
6410         * pgg-gpg.el (pgg-gpg-process-filter)
6411         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6412
6413         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6414         lines, temporary fix.
6415
6416 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6419
6420 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6421
6422         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6423         default-enable-multibyte-characters.  This reverts the change from
6424         revision 6.17 which is no longer necessary because the passphrase
6425         is sent separately now.  GnuPG messages are unreadable under
6426         multibyte locales with default-enable-multibyte-characters set to
6427         nil.
6428
6429 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * message.el (message-tool-bar-gnome): Move "spell".
6432
6433 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6436         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6437         instead.
6438
6439 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6440
6441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6442         newsgroups handling for NNTP overviews which don't include
6443         Newsgroups.
6444
6445 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6446
6447         * message.el (message-resend): Bind message-generate-hashcash to nil.
6448
6449 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6450
6451         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6452         when searching for already-paid recipients.
6453
6454 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6455
6456         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6457         passphrases when it is not needed.
6458         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6459         passphrase stuff from gpg, should only be necessary when you use
6460         gpg with a smartcard.
6461
6462 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * mml.el (mml-insert-mime): Ignore cached contents of
6465         message/external-body part.
6466
6467         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6468         (mm-insert-part): Ditto.
6469
6470 2006-03-23  Simon Josefsson  <jas@extundo.com>
6471
6472         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6473         Reiner.
6474         (pgg-gpg-use-agent-p): Use it again.
6475
6476 2006-03-23  Simon Josefsson  <jas@extundo.com>
6477
6478         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6479         older emacsen.
6480         (pgg-gpg-use-agent-p): Don't use it.
6481
6482 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6485         if we can.
6486
6487 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6488
6489         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6490         (pgg-gpg-update-agent): New function.
6491         (pgg-gpg-use-agent-p): New function.
6492         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6493         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6494         (pgg-gpg-sign-region): Use it.
6495
6496 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6499         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6500
6501 2006-03-21  Simon Josefsson  <jas@extundo.com>
6502
6503         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6504         <wilde@sha-bang.de>.
6505         (pgg-gpg-use-agent): New variable.
6506         (pgg-gpg-process-region): Use it.
6507         (pgg-gpg-encrypt-region): Likewise.
6508         (pgg-gpg-encrypt-symmetric-region): Likewise.
6509         (pgg-gpg-decrypt-region): Likewise.
6510         (pgg-gpg-sign-region): Likewise.
6511         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6512
6513 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6516
6517         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6518         Add comment on version.
6519
6520 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * smiley.el: Add missing test smiley.
6523
6524 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * mm-decode.el (mm-with-part): New macro.
6527         (mm-get-part): Use it; work with message/external-body as well.
6528         (mm-save-part): Treat name and filename equally.
6529
6530         * mm-extern.el (mm-extern-cache-contents): New function.
6531         (mm-inline-external-body): Use it; force the part to be displayed;
6532         move undisplayer added to the cached handle to the parent.
6533
6534         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6535         (gnus-mime-view-part-as-type): Work with message/external-body.
6536
6537         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6538
6539 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6542         images in image-load-path.  [Sync with image.el, revision 1.60, in
6543         Emacs.]
6544
6545 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6548         path rather than symbol.  Always return list of directories.
6549         Guarantee that image directory comes first.  [Sync with image.el,
6550         revision 1.59, in Emacs.]
6551
6552         * message.el (message-make-tool-bar): Adjust to new API of
6553         `gmm-image-load-path-for-library'.
6554
6555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6556
6557         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6558
6559 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6560
6561         * gnus-art.el (gnus-article-only-boring-p):
6562         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6563         intangible text.
6564         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6565
6566 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6569         `defun' instead of `gmm-defun-compat'.
6570
6571 2006-03-14  Simon Josefsson  <jas@extundo.com>
6572
6573         * message.el (message-unique-id): Don't use message-number-base36
6574         if (user-uid) is a float.
6575         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6576
6577 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6580
6581         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6582         empty line between a part and a message part.
6583
6584 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * smiley.el: Add more test smileys.
6587         (smiley-data-directory, smiley-regexp-alist)
6588         (gnus-smiley-file-types): Fix doc strings.
6589         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6590         adding new elements.
6591         (smiley-mouse-map): Unused code.  Make it a comment.
6592
6593 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6596         scan latest NoCeM messages instead of old ones.
6597         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6598         delimiters that are recently used.
6599         (gnus-nocem-load-cache): Add autoload cookie.
6600
6601         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6602
6603         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6604         level which is larger than gnus-use-nocem is specified.
6605
6606         * gnus-group.el (gnus-group-get-new-news): Ditto.
6607
6608 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * gnus-util.el (gnus-tool-bar-update): New function.
6611
6612         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6613         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6614
6615         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6616
6617         * gnus-group.el (gnus-group-redraw-when-idle)
6618         (gnus-group-redraw-check): Remove.
6619         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6620
6621 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6624         if optional last element is specified in splits (FIELD VALUE...).
6625
6626 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6629         to gmm-image-load-path-for-library.  Call with no-error argument.
6630         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6631
6632         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6633
6634         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6635
6636         * gmm-utils.el (gmm-image-load-path): Remove alias.
6637
6638 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * gmm-utils.el (gmm-image-load-path): Add alias.
6641
6642         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6643         nnml-generate-nov-databases-1.
6644         (nnml-generate-nov-databases): Use it.
6645         (nnml-generate-nov-databases-directory): Document no-active
6646         argument.
6647
6648         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6649         directory if path is t.  Add no-error.
6650
6651         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6652         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6653
6654         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6655         resetting gnus-article-browse-html-temp-list.
6656
6657         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6658         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6659         Add example to docstring.  Rename local variables.  Move error
6660         checks to default case in cond and simplify.
6661
6662 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6665         handle is multipart when calling it recursively.
6666         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6667
6668 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6669
6670         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6671         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6672
6673 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6676         is loaded.
6677
6678         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6679         loaded.
6680
6681 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6684         to "Emacs 23 (unicode)" in doc string.
6685
6686         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6687         "Emacs 23 (unicode)" in comment.
6688
6689 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6692
6693         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6694         characters 160 through 255 in Emacs 23.
6695
6696 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6699         gnus-article-browse-html-temp.
6700         (gnus-article-browse-delete-temp): Make it customizable.  Add
6701         `file'.  Adjust doc string.
6702         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6703         query for each file.  Adjust doc string.
6704         (gnus-article-browse-html-parts): Add
6705         `gnus-article-browse-delete-temp-files' to
6706         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6707
6708 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6709
6710         * gnus-art.el (gnus-article-browse-html-temp)
6711         (gnus-article-browse-delete-temp): New variables.
6712         (gnus-article-browse-delete-temp-files): New function.
6713         (gnus-article-browse-html-parts): Use it.
6714
6715 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6718
6719         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6720         string.
6721
6722         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6723         gnus-summary-insert-new-articles when unplugged.  Remove
6724         gnus-summary-search-article-forward.
6725
6726         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6727         display-visual-class instead of display-color-cells.
6728
6729 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * dgnushack.el: Autoload customize-group for XEmacs.
6732
6733         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6734         message/* containing non-ASCII text properly.
6735
6736 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * message.el: Require gmm-utils, remove autoloads.
6739         (message-tool-bar): Set default based on
6740         gmm-tool-bar-style.
6741         (message-tool-bar-gnome): Add gmm-customize-mode.
6742
6743         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6744         gmm-tool-bar-style.
6745         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6746
6747         * gnus-group.el (gnus-group-tool-bar): Set default based on
6748         gmm-tool-bar-style.
6749         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6750
6751         * gmm-utils.el (gmm-image-directory): Rename variable from
6752         gmm-image-load-path.
6753         (gmm-image-load-path): Use gmm-image-directory.
6754         (gmm-customize-mode): New function.
6755         (gmm-tool-bar-style): New variable.
6756
6757         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6758         gnus-group-redraw-line-number.
6759         (gnus-group-redraw-check): Simplify.
6760         (gnus-group-tool-bar-update): Remove redraw check.
6761         (gnus-group-make-tool-bar): Add redraw check.
6762
6763 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6764
6765         * gnus-art.el (gnus-button): Add missing parentheses.
6766
6767 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * lpath.el: Fbind line-number-at-pos.
6770
6771 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6774
6775 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * gnus-art.el (gnus-button): New face.
6778         (gnus-article-button-face): Use it.
6779
6780         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6781         gnus-summary-next-page.  Re-order.
6782
6783         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6784         next-node are now included.
6785         (gnus-group-redraw-line-number): New internal variable.
6786         (gnus-group-redraw-check): Helper function for updating the tool
6787         bar.
6788         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6789
6790         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6791
6792         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6793         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6794         Use it to match format of Spamassassin 3.0 and later.  Reported by
6795         IRIE Tetsuya <irie@t.email.ne.jp>.
6796         (spam-check-bogofilter)
6797         (spam-bogofilter-register-with-bogofilter): Fix args of
6798         `gnus-error' calls.
6799
6800 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6803         unnecessary interaction when sending queued mails.  Reported by
6804         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6805
6806 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6809         first or last are nil.
6810
6811 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6812
6813         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6814
6815 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6816
6817         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6818
6819 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * dns.el (query-dns): Protect more against buggy tcp output.
6822
6823 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6826         nov.php.
6827
6828 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6829
6830         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6831         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6832         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6833         output on the server side.
6834         (nnweb-google-create-mapping): Update regexps and add some
6835         progress indication.
6836
6837 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6840         gnus-agent-toggle-plugged.  Re-order icons.
6841         (gnus-group-tool-bar-gnome): Add
6842         gnus-group-{prev,next}-unread-group.
6843         (gnus-group-tool-bar-gnome): Re-order icons.
6844
6845         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6846         gnus-summary-insert-new-articles.
6847
6848         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6849         comments.
6850
6851         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6852         also available in Emacs 21.3.
6853
6854         * message.el (message-fix-before-sending): Change "Emacs 22" to
6855         "Emacs 23 (unicode)" in comment.
6856
6857         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6858         "Emacs 23 (unicode)" in comment.
6859
6860         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6861         comment.
6862         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6863
6864         * mm-view.el (mm-fill-flowed): Add :version.
6865
6866 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6869         and load-path.
6870
6871 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * message.el: Autoload gmm-image-load-path.
6874         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6875         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6876         consitency.
6877
6878         * gmm-utils.el (gmm-image-load-path): Also search in
6879         "../etc/images".  Don't set gmm-image-load-path if we don't find
6880         the image.
6881
6882 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gmm-utils.el (gmm-image-load-path): Don't make
6885         `gmm-image-load-path' include subdirectories which the second arg
6886         `image' might specify.
6887
6888         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6889         subdirectory to icon file names.
6890
6891         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6892
6893 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6896         gmm-image-load-path calls.
6897
6898         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6899
6900         * message.el (message-make-tool-bar): Ditto.
6901
6902         * mml.el (mml-preview): Added comment concerning tool bar icons.
6903
6904         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6905         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6906
6907         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6908         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6909
6910         * message.el (message-tool-bar-gnome): Use new icon names.
6911         (message-make-tool-bar): Use `gmm-image-load-path'.
6912
6913         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6914         functions from MH-E.
6915         (gmm-image-load-path): New variable from MH-E.
6916         (gmm-image-load-path): New function from MH-E.  Added arguments
6917         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6918         *-image-load-path-called-flag.
6919
6920 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6921
6922         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6923
6924 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6925
6926         * nnimap.el (nnimap-request-move-article): Change folder back to
6927         source group before deleting.
6928
6929 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6932
6933         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6934         mm-url.
6935
6936         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6937
6938 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6941         coding system which mm-charset-to-coding-system returns for a
6942         given charset is valid.
6943
6944 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6945
6946         * html2text.el (html2text-remove-tag-list):
6947         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6948
6949 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6950
6951         * gnus-cus.el: Revert 2005-10-17 change.
6952
6953 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-art.el (article-strip-banner): Call
6956         article-really-strip-banner only when the regexp match is made.
6957
6958 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-art.el (article-strip-banner): Use
6961         gnus-extract-address-components instead of
6962         mail-header-parse-addresses to make it work with non-ASCII text;
6963         remove mail-encode-encoded-word-string.
6964
6965         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6966         values which are surrounded with \"...\"; make it never cause a
6967         Lisp error; give up parsing of parameters if it failed in
6968         extracting type.
6969
6970 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6971
6972         * smime.el (smime-cert-by-ldap-1): Fix bug where
6973         `smime-ldap-search' returns results without userCertificates.
6974
6975 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6978
6979 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * spam.el (spam-check-spamassassin-headers): Adapt format for
6982         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6983         <ari@mbf.ocn.ne.jp>.
6984         (spam-list-of-processors): Add spam-use-gmane.
6985
6986 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6989         make-temp-file; make it work with XEmacs as well.
6990
6991         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6992         mm-make-temp-file.
6993
6994         * mm-decode.el (mm-display-external): Use the 3rd arg of
6995         mm-make-temp-file.
6996         (mm-create-image-xemacs): Ditto.
6997
6998 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7001         with message-narrow-to-headers.
7002         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7003         (gnus-draft-check-draft-articles): New function.
7004         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7005
7006 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * gnus-art.el (gnus-article-browse-html-parts):
7009         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7010         Don't use suffix argument for mm-make-temp-file for Emacs 21
7011         compatibility.  Remove useless `format'.
7012
7013 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7014
7015         * nnweb.el (nnweb-google-wash-article): Update regexps.
7016         (nnweb-group-alist): Use defvoo instead of defvar.
7017
7018 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7021         re-loading nn* modules.
7022
7023 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7026         for `tool-bar-mode' and don't check it's default-value.
7027
7028         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7029
7030         * message.el (message-make-tool-bar): Ditto.
7031
7032         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7033         `substring'.  Shorten tmp-file name.
7034
7035         * gnus.el: Remove bogus comment.
7036
7037 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7038
7039         * gnus-art.el (gnus-article-browse-html-parts): New function.
7040         (gnus-article-browse-html-article): New function for viewing html
7041         articles with a browser.
7042
7043 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7044
7045         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7046         in elisp.
7047         (pgg-gpg-encrypt-symmetric-region): Ditto.
7048         (pgg-gpg-sign-region): Ditto.
7049
7050         * pgg-def.el (pgg-text-mode): New variable.
7051
7052         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7053         (mml2015-pgg-encrypt): Ditto.
7054
7055         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7056         (mml1991-pgg-encrypt): Ditto.
7057
7058 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7061         message-make-date instead of current-time-string.
7062
7063         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7064         to gnus-decoded which mm-uu might set.
7065
7066 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7069         don't decode quoted parameters; remove misimported Emacs code.
7070         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7071         (rfc2231-decode-encoded-string): Don't use split-string which
7072         behaves differently according to Emacs version; use
7073         mm-decode-coding-region to convert charset to coding-system.
7074         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7075         (rfc2231-encode-string): Remove misimported Emacs code.
7076
7077 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7080         when calling mail-header-parse-content-type.
7081         (article-de-quoted-unreadable): Ditto.
7082         (article-de-base64-unreadable): Ditto.
7083         (article-wash-html): Ditto.
7084
7085         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7086         calling mail-header-parse-content-type and
7087         mail-header-parse-content-disposition.
7088         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7089         mail-header-parse-content-type.
7090
7091         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7092         insert charset and format parameters; encode description after
7093         inserting it to buffer.
7094         (mml-insert-parameter): Fold lines properly even if a parameter is
7095         segmented into two or more lines; change the max column to 76.
7096
7097         * rfc1843.el (rfc1843-decode-article-body): Don't use
7098         ignore-errors when calling mail-header-parse-content-type.
7099
7100         * rfc2231.el (rfc2231-parse-string): Return at least type if
7101         possible; don't cause an error even if it fails in parsing of
7102         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7103         (rfc2231-encode-string): Don't break lines at the beginning, leave
7104         it to mml-insert-parameter.
7105
7106         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7107         calling mail-header-parse-content-type.
7108
7109 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * spam-report.el (spam-report-gmane-use-article-number):
7112         Improve doc string.
7113         (spam-report-gmane-internal): Check if a suitable header was found
7114         in the article.
7115
7116 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7119         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7120
7121 2006-02-05  Romain Francoise  <romain@orebokech.com>
7122
7123         Update copyright notices of all files in the gnus directory.
7124
7125 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7126
7127         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7128
7129 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7132         segmented lines of parameter value to cope with Thunderbird 1.5
7133         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7134         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7135         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7136
7137 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7138
7139         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7140         parts.
7141
7142 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7143
7144         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7145         there's only one active file for all servers.
7146         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7147         solid groups.  Gnus might have used a FAST request to select the group.
7148         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7149         and nnweb-search redundantly in the active file.
7150         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7151         (nnweb-request-create-group): Don't use ARGS.
7152         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7153         initialisations.  Let nnoo do the work.
7154
7155 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7158         Say the part has been decoded.
7159
7160         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7161
7162 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7163
7164         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7165         mailcap-viewer-test-cache when there's no 'test clause, since that
7166         will invert the meaning of a "nil" test previously determined by
7167         mailcap-mailcap-entry-passes-test.
7168
7169 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7172         compiling.
7173
7174         * gnus-sum.el: Ditto.
7175
7176         * message.el: Don't bind tool-bar-map when compiling.
7177
7178 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7181
7182 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7183
7184         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7185         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7186         current Google Groups.
7187
7188 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7191         and tool-bar-mode.
7192
7193         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7194         and tool-bar-mode.
7195
7196         * message.el (message-tool-bar-update): Simplify.
7197         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7198
7199         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7200         gnus-summary-buffer.
7201         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7202         gnus-summary-reply.
7203
7204         * gmm-utils.el (gmm): Add :version.
7205
7206 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * Makefile.in (clean): New rule.
7209         (distclean): Use it.
7210
7211 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7212
7213         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7214         autoload.
7215
7216 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gmm-utils.el (gmm-verbose): Add :group.
7219
7220 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * message.el: Change some comments WRT tool-bars.
7223
7224         * gnus-sum.el (gnus-summary-tool-bar)
7225         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7226         (gnus-summary-tool-bar-zap-list): New variables.
7227         (gnus-summary-make-tool-bar): Complete rewrite using
7228         `gmm-tool-bar-from-list'.
7229
7230         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7231         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7232         variables.
7233         (gnus-group-make-tool-bar): Complete rewrite using
7234         `gmm-tool-bar-from-list'.
7235         (gnus-group-tool-bar-update): New function.
7236
7237         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7238
7239 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7242         is dissected into a single part of which the type is the same as
7243         the given one; decode charset.
7244
7245 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7246
7247         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7248         into alists as symbol not string, since that's what
7249         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7250         look for.
7251
7252 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7255         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7256
7257         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7258
7259 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7262         (gnus-xmas-mime-security-button-menu): New function.
7263
7264         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7265         (gnus-mime-security-button-menu): New definition.
7266         (gnus-mime-security-button-map): Use them.
7267         (gnus-mime-security-button-menu): New function.
7268         (gnus-insert-mime-security-button): Addition to help echo.
7269         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7270         (gnus-mime-security-pipe-part): New functions.
7271
7272         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7273         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7274
7275         * mm-decode.el (mm-handle-set-disposition): Remove.
7276         (mm-handle-set-description): Remove.
7277
7278 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7281         (mm-w3m-standalone-supports-m17n-p): New function.
7282         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7283         w3m usage.
7284
7285         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7286         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7287
7288 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * message.el (message-tool-bar-zap-list): Use
7291         gmm-tool-bar-zap-list as custom type.
7292         (message-tool-bar-update): New function.
7293         (message-tool-bar, message-tool-bar-gnome)
7294         (message-tool-bar-retro): Add message-tool-bar-update.
7295         (message-tool-bar-gnome): Add flyspell-buffer.
7296
7297         * gnus-util.el (gnus-error): Describe `args'.
7298
7299         * gmm-utils.el (gmm-error): Describe `args'.
7300         (gmm-tool-bar-zap-list): New widget.
7301         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7302
7303 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7306         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7307         the number of recursive calls.
7308
7309         * mm-decode.el (mm-handle-set-disposition): New macro.
7310         (mm-handle-set-description): New macro.
7311
7312 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7315         encoding.
7316
7317 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * message.el (message-tool-bar-zap-list, message-tool-bar)
7320         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7321         (message-tool-bar-local-item-from-menu): Remove.
7322         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7323         (message-make-tool-bar): New function.
7324         (message-mode): Use `message-make-tool-bar'.
7325
7326         * gmm-utils.el: New file.
7327         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7328         (gmm-lazy): New widget copied from `nnmail.el'.
7329         (gmm-tool-bar-from-list): New function for creating customizable
7330         tool bars.
7331         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7332         output.
7333         (gmm): Add :prefix to defgroup.
7334
7335 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7336
7337         * gmm-utils.el (gmm-widget-p): New function.
7338
7339 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * mml.el (mml-attach-file): Describe `description' in doc string.
7342         (mml-menu): Add Emacs MIME manual and PGG manual.
7343
7344 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7345
7346         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7347
7348 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7349
7350         * nntp.el (nntp-end-of-line): Doc fix.
7351
7352 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7353
7354         * imap.el (imap-open): Handle case where buffer is a buffer
7355         object.
7356
7357 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7358
7359         * gnus-delay.el (gnus-delay): Don't autoload.
7360         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7361         to be re-loaded when customizing the `gnus-delay' group.
7362
7363 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7364
7365         * message.el (message-insert-citation-line): Use newlines.
7366
7367 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7368
7369         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7370         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7371         these routines, so the passphrase can be managed externally and
7372         passed in to the system.
7373         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7374         pgg-add-passphrase-to-cache function.
7375
7376         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7377         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7378         these routines, so the passphrase can be managed externally and
7379         passed in to the system.
7380         (pgg-pgp5-sign-region): Use new name of
7381         pgg-add-passphrase-to-cache function.
7382
7383 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7384
7385         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7386         part of the decoded armor to find the key-identifier.
7387         (pgg-gpg-lookup-key-owner): New function to return the
7388         human-readable identifier of a key owner.
7389         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7390         itself.
7391         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7392         the key value) if we have a key and can match it against a secret
7393         key.  Also, added a note pointing out fact that the prompt only
7394         indicates the first matching key.
7395
7396         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7397         pgg-decrypt-region.
7398         (pgg-add-passphrase-to-cache): Rename from
7399         `pgg-add-passphrase-cache' to reduce confusion (all callers
7400         changed).
7401         (pgg-remove-passphrase-from-cache): Rename from
7402         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7403         changed).
7404         (pgg-read-passphrase, pgg-add-passphrase-cache)
7405         (pgg-remove-passphrase-cache): Add informative docstrings.
7406         (pgg-decrypt): Convey provided passphrase in subordinate call to
7407         pgg-decrypt-region.
7408
7409 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7410
7411         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7412         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7413         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7414         'passphrase' argument, so the passphrase can be managed externally
7415         and then passed in to the system.
7416
7417         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7418         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7419         so the passphrase cache can be used reliably with identifiers
7420         besides a pgp packet's key id.
7421
7422         * pgg-gpg.el (pgg-gpg-encrypt-region)
7423         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7424         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7425         these routines, so the passphrase can be managed externally and
7426         passed in to the system.
7427
7428         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7429         'notruncate' argument, so the passphrase cache can be used
7430         reliably with identifiers besides a pgp packet's key id.
7431
7432 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7433
7434         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7435         symmetric encryption.
7436         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7437         encrypted session key.
7438         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7439         message ask for the passphrase in a proper way.
7440
7441         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7442         New user commands for symmetric encryption.
7443
7444 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7447
7448         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7449
7450 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7451
7452         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7453
7454 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * mm-decode.el (mm-inlined-types): Add application/pgp.
7457         (mm-automatic-display): Ditto.
7458
7459         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7460         part as text.
7461
7462 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * nnrss.el: Update copyright.
7465         (nnrss-opml-import): Query whether to subscribe to each entry.
7466
7467         * gnus-art.el:
7468         * gnus-sum.el:
7469         * gnus-xmas.el:
7470         * messagexmas.el:
7471         * mm-uu.el:
7472         * mm-view.el: Update copyright.
7473
7474 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-info): New function.
7477         (message-mode-menu): Add it.
7478         Update copyright.
7479
7480         * ChangeLog: Fix and update copyright.
7481
7482 2006-01-13  Romain Francoise  <romain@orebokech.com>
7483
7484         * message.el (message-forward-subject-name-subject): Prefer the
7485         address to 'nowhere' if the sender has no name.
7486         Fix typo.  Update copyright year.
7487
7488 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (article-wash-html): Use
7491         gnus-summary-show-article-charset-alist if a numeric arg is given.
7492         (gnus-article-wash-html-with-w3m-standalone): New function.
7493
7494         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7495         mm-inline-text-html-render-with-w3m-standalone.
7496         (mm-text-html-washer-alist): Map w3m-standalone to
7497         gnus-article-wash-html-with-w3m-standalone.
7498         (mm-inline-text-html-render-with-w3m-standalone): New function.
7499
7500 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7503         Improve LaTeX.
7504
7505 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7508         (nnrss-request-article): Render text/plain parts as HTML.
7509
7510         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7511         the buffer.
7512
7513 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7516         custom definition of `gnus-posting-styles'.
7517
7518         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7519         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7520
7521 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7524         Use nntp for bug archive.
7525
7526 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7529         parts.
7530         (nnrss-normalize-date): New function converts ISO 8601 date into
7531         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7532         (nnrss-check-group): Use it.
7533
7534 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7537
7538         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7539         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7540         (nnrss-insert-w3): Ditto.
7541
7542 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7545         the articles to be forwarded including the case where neither a
7546         number of articles nor a region is specified.
7547
7548 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * nnrss.el (nnrss-request-article): Fix last change; fill
7551         text/plain parts.
7552
7553 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7556         in text/plain part.
7557         (nnrss-check-group): Don't add excessive newline to dc:subject.
7558
7559 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7560
7561         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7562         article.
7563
7564 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7567         (nnml-use-compressed-files, nnml-save-mail): Support other
7568         comression programs such as bzip2.
7569
7570 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * dns.el (query-dns): Make sure we check the buffer size before
7573         removing tcp headers.
7574
7575 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7578         remove MIME buttons associated with multipart/alternative parts.
7579         (gnus-mime-display-alternative): Tag buttons using `article-type'
7580         text property.
7581
7582         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7583         associated with multipart/alternative parts.
7584
7585         * gnus-art.el (gnus-signature-separator): Fix custom type.
7586
7587         * mm-decode.el (mm-inlined-types): Fix custom type.
7588         (mm-keep-viewer-alive-types): Ditto.
7589         (mm-automatic-display): Ditto.
7590         (mm-attachment-override-types): Ditto.
7591         (mm-inline-override-types): Ditto.
7592         (mm-automatic-external-display): Ditto.
7593
7594 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * spam-report.el (spam-report-user-mail-address)
7597         (spam-report-user-agent): New variables.
7598         (spam-report-url-ping-plain): Use spam-report-user-agent.
7599
7600 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7601
7602         * gnus-art.el (gnus-button-handle-custom): Do not just use
7603         `customize-apropos' for any "M-x customize-*" button but the
7604         function called for.  Accept both the function name and its
7605         argument in order to achieve this.
7606         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7607         function name to `gnus-button-handle-custom' in case of "M-x
7608         customize-*" buttons.
7609
7610 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7613         multipart/alternative and add xref to mm-discouraged-alternatives
7614         in doc string.
7615
7616         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7617         gnus-buttonized-mime-types in doc string.
7618
7619 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7622         Suggest image/.* in the doc string.
7623
7624 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7627         message-marks (Debian bug #342521).
7628
7629 2005-12-12  Simon Josefsson  <jas@extundo.com>
7630
7631         * password.el (password-read-from-cache): Add.
7632         (password-read): Use it.
7633
7634 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7637         us-ascii as a MIME charset.
7638
7639         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7640         against the case where the 2nd arg TYPE is nil.
7641
7642 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * pop3.el (pop3-stream-type): Fix custom version.
7645
7646         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7647
7648 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7649
7650         * mm-decode.el (mm-display-external): Add missing cdr.
7651
7652 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7655         RFC1524) if it is in mailcap or add a suffix according to
7656         mailcap-mime-extensions when generating a temp filename; postpone
7657         deleting a temp file for 2 seconds for some wrappers, shell
7658         scripts, and so on, which might exit right after having started a
7659         viewer command as a background job.
7660
7661 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7662
7663         * nntp.el (nntp-marks-directory): Fix custom group.
7664
7665         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7666         steps when < 10.
7667
7668         * gnus-start.el (gnus-no-server-1): Mention
7669         `gnus-level-default-subscribed' in doc string.
7670
7671 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7672
7673         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7674         parens.
7675
7676 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-xmas.el (gnus-use-toolbar): Revert.
7679         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7680         gnus-use-toolbar is default.
7681
7682         * messagexmas.el (message-use-toolbar): Revert.
7683         (message-setup-toolbar): Use global default-toolbar if
7684         message-use-toolbar is default.
7685
7686 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7689         according to default-toolbar-visible-p.
7690
7691         * messagexmas.el (message-use-toolbar): Ditto.
7692
7693 2005-11-26  Dave Love  <fx@gnu.org>
7694
7695         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7696         (tls-program, tls-success): Provide openssl alternative.
7697
7698         * starttls.el: Doc fixes.
7699         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7700         SERVICE to PORT.
7701
7702         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7703         port null or service name.
7704         (starttls-negotiate): Autoload.
7705
7706 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * message.el (message-kill-to-signature): Fix interactive spec.
7709
7710 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * pop3.el (pop3-open-server): Recognize a string as a service name.
7713
7714 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7715
7716         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7717
7718 2005-11-23  Dave Love  <fx@gnu.org>
7719
7720         Add pop3s, pop3/starttls.
7721
7722         * pop3.el (pop3-authentication-scheme): Clarify doc.
7723         (open-tls-stream, starttls-open-stream): Autoload.
7724         (pop3-stream-type): New.
7725         (pop3-open-server): Use it.
7726
7727         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7728         for POP.
7729         (mail-source-keyword-map): Add :stream for POP.
7730         (mail-source-fetch-pop): Use pop3-stream-type.
7731
7732 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7735         of current-time-string.
7736
7737 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7738
7739         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7740         date header.
7741
7742 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7743
7744         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7745         it can seriously impact performance as it bypasses the agent's
7746         local caches.
7747
7748 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7749
7750         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7751         must be explicitly online rather than "not explicitly offline" for
7752         its flags to be synchronized.
7753
7754         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7755         that gnus-uu-unmark-thread will function correctly.
7756
7757         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7758         1024K is instead displayed as 1M.
7759
7760 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7763
7764 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7765
7766         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7767
7768 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7769
7770         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7771         error message to display actual error condition.
7772         (gnus-agent-save-local): Avoid saving symbols that are bound to
7773         nil as they simply result in a warning message in
7774         gnus-agent-read-local.
7775
7776 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7779         rather than make-variable-buffer-local for file-precious-flag.
7780
7781 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7782
7783         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7784         for duplicates which are removed.  The invalid sort check then
7785         triggers a rescan after the sort as sorting may have moved
7786         duplicate entries such that they can be cheaply detected.
7787
7788 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7791
7792 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7793
7794         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7795         internal variable to a custom variable.  Changed default value
7796         from compressed(2) to uncompressed(1).
7797         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7798         support for uncompressed agentview files.  Taken together, reading
7799         the agentview file should now be 6-7 times faster.
7800
7801 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7802
7803         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7804         as a buffer-local variable.  This avoids creating truncated
7805         dribble files as a result of a hang up, eg.
7806
7807 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7808
7809         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7810         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7811         XEmacs.
7812
7813 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-start.el (gnus-start-draft-setup): Enforce
7816         `gnus-draft-mode' for nndraft:drafts at startup.
7817
7818         * gnus.el (gnus-splash): Change custom group.
7819         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7820         allow-list argument.
7821
7822         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7823         string.
7824
7825 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-art.el (gnus-default-article-saver): Add user-defined
7828         `function' to custom type.
7829
7830 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7831
7832         * imap.el (imap-open): Handle case where buffer is a buffer
7833         object.
7834
7835 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7838         long lines.
7839         (gnus-cache-delete-group): Wrap doc strings.
7840
7841         * gnus-agent.el (gnus-agent-rename-group)
7842         (gnus-agent-delete-group): Wrap doc strings.
7843
7844 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * messagexmas.el (message-use-toolbar): Change the valid values
7847         into default, top, bottom, left, and right.
7848         (message-toolbar-thickness): New variable.
7849         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7850         well.
7851         (message-setup-toolbar): Make it work.
7852
7853         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7854         (gnus-use-toolbar): Change the valid values into default, top,
7855         bottom, left, and right.
7856         (gnus-toolbar-thickness): New variable.
7857         (gnus-xmas-setup-toolbar): New function.
7858         (gnus-xmas-setup-group-toolbar): Use it.
7859         (gnus-xmas-setup-summary-toolbar): Use it.
7860
7861 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * gnus-start.el (gnus-1): Add "native" to
7864         gnus-predefined-server-alist.
7865
7866         * gnus.el (gnus-method-to-server): Don't add "native" to the
7867         lists here, because that leads to problems when
7868         gnus-select-method is bound.
7869
7870 2005-11-09  Simon Josefsson  <jas@extundo.com>
7871
7872         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7873         use (not sort-by-date) instead.
7874
7875 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7876
7877         * gnus-delay.el (gnus-delay-group): Don't autoload.
7878         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7879         to be re-loaded when customizing the `gnus-delay' group.
7880
7881 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7882
7883         * message.el: Revert last changes.
7884         (message-insert-citation-line): Use newlines.
7885
7886 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * message.el (message-courtesy-message)
7889         (message-mark-insert-begin, message-mark-insert-end)
7890         (message-elide-ellipsis, message-cancel-message)
7891         (message-add-header, message-change-subject)
7892         (message-cross-post-followup-to-header)
7893         (message-cross-post-insert-note, message-reduce-to-to-cc)
7894         (message-widen-reply, message-delete-not-region)
7895         (message-kill-to-signature, message-insert-signature)
7896         (message-insert-importance-high, message-insert-importance-low)
7897         (message-insert-or-toggle-importance)
7898         (message-insert-disposition-notification-to)
7899         (message-indent-citation, message-yank-original)
7900         (message-cite-original-without-signature, message-cite-original)
7901         (message-insert-citation-line, message-position-on-field)
7902         (message-fix-before-sending, message-send-mail-partially)
7903         (message-send-mail, message-send-mail-with-sendmail)
7904         (message-send-mail-with-qmail, message-send-news)
7905         (message-check-news-header-syntax, message-generate-headers)
7906         (message-insert-courtesy-copy, message-fill-address)
7907         (message-fill-header, message-shorten-references)
7908         (message-setup-1, message-cancel-news)
7909         (message-forward-make-body-plain, message-forward-make-body-mime)
7910         (message-forward-make-body-mml, message-encode-message-body)
7911         (message-forward-make-body-digest-plain)
7912         (message-forward-make-body-digest-mime)
7913         (message-use-alternative-email-as-from): Insert `hard-newline'
7914         instead of ordinary newlines.
7915
7916 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * message.el (message-generate-headers): Downcase the argument
7919         given to message-check-element.
7920
7921 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7922
7923         * nntp.el (nntp-authinfo-rejected): New error condition.
7924         (nntp-wait-for): Use new error condition to signal authentication
7925         error.
7926         (nntp-retrieve-data): Rethrow new error condition to break out of
7927         recursive call to nntp-send-authinfo.
7928
7929 2005-11-08  Romain Francoise  <romain@orebokech.com>
7930
7931         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7932         (gnus-summary-exit-map): Bind to `Z p'.
7933         (gnus-summary-make-menu-bar): Add menu item.
7934
7935 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7938         (gnus-treat-*): Add `first' in all doc strings.
7939
7940         * gnus-group.el (gnus-group-compact-group): Fix typo.
7941
7942 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus.el (gnus-parameters-case-fold-search): New variable.
7945         (gnus-parameters-get-parameter): Use it.
7946
7947         * gnus-score.el (gnus-home-score-file): Doc fix.
7948
7949 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7950
7951         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7952
7953 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * mm-util.el (mm-special-display-p): New function.
7956
7957         * mml.el (mml-preview): Use it; doc fix.
7958
7959 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7960
7961         * imap.el (imap-open): Handle case where buffer is a buffer object.
7962
7963 2005-10-29  Romain Francoise  <romain@orebokech.com>
7964
7965         * message.el (message-fix-before-sending): Fix comment.
7966
7967 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7968
7969         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7970
7971 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7972
7973         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7974         Used in gnus-score.el.
7975
7976 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7979
7980 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7983         whitespace removed in revision 7.8.  Use concatenated string to
7984         protect trailing whitespace.
7985
7986 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7987
7988         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7989         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7990         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7991         Courier IMAP ("some version from 2004").  Mostly based on similar
7992         code in the same function.
7993
7994 2005-10-26  Didier Verna  <didier@xemacs.org>
7995
7996         * gnus-group.el (gnus-group-compact-group): Invalidate original
7997         article buffer.
7998         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7999         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8000         NOV database and in article itself.
8001         Invalidate article backlog.
8002
8003 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8006
8007 2005-10-26  Simon Josefsson  <jas@extundo.com>
8008
8009         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8010         part of 2004-07-25 change.
8011
8012 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * message.el (message-display-completion-list): New function.
8015         (message-expand-group): Use it; make sure the Completions buffer
8016         is modifiable.
8017 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8018
8019         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8020         user-mail-name is an empty string.
8021
8022 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8025         depending on gnus-score-decay-constant.
8026
8027         * encrypt.el (encrypt-insert-file-contents)
8028         (encrypt-write-file-contents): Don't use `gnus-message'.
8029
8030         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8031         arguments.
8032         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8033         arguments to mm-uu-verbatim-marks-extract.
8034         (mm-uu-hide-markers): New variable.
8035         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8036
8037         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8038         (gnus-convert-image-to-face-command): Use "convert" by default to
8039         allow other input image formats.
8040         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8041         accordingly.
8042
8043 2005-10-23  Simon Josefsson  <jas@extundo.com>
8044
8045         * imap.el (imap-gssapi-program): Align command line parameters
8046         with latest GNU SASL.
8047         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8048
8049 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8052         HTML.
8053         (nnslashdot-request-article): Ditto.
8054
8055         * lpath.el (featurep): Add nobreak-char-display.
8056
8057 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8058
8059         * mail-source.el (mail-source-fetch-pop): Require pop3.
8060         (mail-source-check-pop): Ditto.
8061
8062 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8065         errors.
8066
8067 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8070         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8071
8072         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8073
8074         * mm-bodies.el (mm-decode-string): Call
8075         `mm-charset-to-coding-system' with allow-override argument.
8076
8077 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8080         (rfc2047-charset-to-coding-system): New function.
8081         (rfc2047-decode-encoded-words): New function.
8082         (rfc2047-decode-region): Use them.
8083         (rfc2047-decode-cte): Remove.
8084         (rfc2047-parse-and-decode): Remove.
8085         (rfc2047-decode): Remove.
8086
8087 2005-10-15  Kenichi Handa  <handa@m17n.org>
8088
8089         * rfc2047.el (rfc2047-decode-cte): New function.
8090         (rfc2047-decode-region): Change the way to decode successive
8091         encoded-words: decode B- or Q-encoding in each encoded-word,
8092         concatenate them, and decode it as charset.
8093
8094 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * lpath.el: Fbind codepage-setup for XEmacs.
8097
8098 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8099
8100         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8101         widget-move-and-invoke.
8102         (gnus-custom-mode): Use gnus-custom-map.
8103
8104 2005-10-15  Bill Wohler  <wohler@newt.com>
8105
8106         * message.el (message-tool-bar-map): Renamed image file from
8107         mail_send to mail/send.
8108
8109 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8110
8111         * message.el (message-expand-group): Pass the common
8112         prefix substring of completion to `display-completion-list'.
8113
8114 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * mml-sec.el (mml-secure-method): New internal variable.
8117         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8118         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8119         functions using mml-secure-method.
8120
8121         * mml.el (mml-mode-map): Add key bindings for those functions.
8122         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8123         Harder <harder@myrealbox.com>.
8124         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8125         end of message if point is the headers of the message.
8126
8127         * message.el (message-in-body-p): New function.
8128
8129         * assistant.el: Autoload gnus-util and netrc.
8130
8131         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8132         Use `mm-charset-override-alist' only when decoding.
8133
8134         * mm-bodies.el (mm-decode-body): Call
8135         `mm-charset-to-coding-system' with allow-override argument.
8136
8137         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8138         `filename' from Content-Disposition if Content-Type doesn't
8139         provide `name'.
8140         (gnus-mime-view-part-as-type): Set default instead of
8141         initial-input.
8142
8143 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8144
8145         * format-spec.el (format-spec): Propagate text properties of % spec.
8146
8147 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * gnus-art.el (gnus-treat-predicate): Add `first'.
8150
8151 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8154         (mm-charset-override-alist): New variable.
8155         (mm-charset-to-coding-system): Use it.
8156         (mm-codepage-setup): New helper function.
8157         (mm-charset-eval-alist): New variable.
8158         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8159         about unknown charsets.
8160
8161         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8162
8163 2005-10-04  David Hansen  <david.hansen@gmx.net>
8164
8165         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8166         (nnrss-check-group): Ditto.
8167
8168 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8171         Rename x-gnus-verbatim to x-verbatim.
8172         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8173
8174         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8175         x-verbatim.
8176
8177         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8178
8179         * gnus-util.el (gnus-remove-duplicates): Remove.
8180
8181         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8182         instead of gnus-remove-duplicates.
8183
8184         * message.el (message-remove-duplicates): Remove.
8185         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8186         message-remove-duplicates.
8187
8188         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8189         available, else use implementation from `delete-dups'.
8190
8191         * message.el (message-insert-expires): New function.
8192         (message-mode-map): Add key binding.
8193         (message-mode-field-menu): Add menu entry.
8194         (message-mode): Document it.
8195         (message-make-expires-date): Use `message-make-date'.
8196
8197 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8198
8199         * message.el (message-make-expires-date): New function.
8200
8201 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * Makefile.in (list-installed-shadows): New entry.
8204         (install): Use it.
8205         (remove-installed-shadows): New entry.
8206
8207         * dgnushack.el (dgnushack-default-load-path): New variable.
8208         (dgnushack-find-lisp-shadows): New function.
8209         (dgnushack-remove-lisp-shadows): New function.
8210
8211 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * Makefile.in (install-el-elc): New entry.
8214         (install): Use it so that .el files are necessarily installed.
8215
8216 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8219
8220 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8221
8222         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8223         function rather than the diff-mode.el package.
8224         (mm-display-external): Use with-current-buffer.
8225         (mm-viewer-completion-map, mm-viewer-completion-map):
8226         Move initialization inside declaration.
8227
8228 2005-09-29  Simon Josefsson  <jas@extundo.com>
8229
8230         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8231         autoload mail-check-payment.
8232         (spam-check-hashcash): Define unconditionally, since hashcash.el
8233         is part of Gnus now.  Ignore errors from payment checking.
8234
8235 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * message.el (message-bold-region, message-unbold-region): Rename
8238         from `bold-region' and `unbold-region'.
8239
8240         * message.el: Remove useless autoloads.
8241
8242 2005-09-28  Simon Josefsson  <jas@extundo.com>
8243
8244         * message.el (message-use-idna): Default to t.
8245         (message-use-idna): Test whether encoding works too.  Doc fix.
8246
8247 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * nntp.el (nntp-warn-about-losing-connection): Remove.
8250
8251 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8252
8253         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8254         customizable.  Change default value.
8255         (mm-uu-diff-groups-regexp): Change default value.
8256         (mm-uu-type-alist): Add doc string.
8257         (mm-uu-configure): Add doc string.  Make it interactive.
8258         (mm-uu-tex-groups-regexp): New variable.
8259         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8260         (mm-uu-type-alist): Add LaTeX documents.
8261         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8262         of "text/verbatim".
8263         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8264
8265         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8266         instead of "text/verbatim".
8267
8268         * message.el (message-mark-inserted-region)
8269         (message-mark-insert-file): Use slrn style marks when called with
8270         prefix argument.
8271
8272 2005-09-27  Simon Josefsson  <jas@extundo.com>
8273
8274         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8275
8276 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8277
8278         * message.el (message-remove-duplicates): New function.
8279         Implementation borrowed from `gnus-remove-duplicates'.
8280         (message-idna-to-ascii-rhs): Also encode idna addresses in
8281         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8282         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8283         only ask about the same idna domain once per header and also tell
8284         in what header to replace the idna domain.
8285
8286         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8287         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8288         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8289         a header is decoded and not just the last one.
8290
8291 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8294         has been decoded.
8295
8296         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8297         (mm-insert-part): Don't modify text if it has been decoded.
8298
8299         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8300         decoded.
8301
8302         * mm-view.el (mm-inline-text): Don't strip text props unless
8303         decoding enriched or richtext parts.
8304
8305 2005-09-25  Romain Francoise  <romain@orebokech.com>
8306
8307         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8308         * gnus-start.el (gnus-subscribe-interactively):
8309         * gnus-uu.el (gnus-uu-grab-articles):
8310         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8311         space.
8312
8313 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8314
8315         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8316         * mm-view.el (mm-view-pkcs7-decrypt):
8317         * gnus-sum.el (gnus-summary-limit-to-extra)
8318         (gnus-summary-respool-article, gnus-read-move-group-name):
8319         * gnus-score.el (gnus-summary-increase-score):
8320         * gnus-util.el (gnus-completing-read-with-default):
8321         * gnus-art.el (gnus-read-save-file-name)
8322         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8323         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8324         * message.el (message-check-news-header-syntax):
8325         Follow convention for reading with the minibuffer.
8326
8327 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * spam-report.el (spam-report-url-ping-plain):
8330         Use gnus-extended-version as User-Agent.
8331
8332         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8333         default value is nil.
8334
8335         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8336         (mm-uu-verbatim-marks-extract): New function.
8337         (mm-uu-extract): New face.
8338         (mm-uu-copy-to-buffer): Use it.
8339
8340         * spam-report.el (spam-report-gmane-ham): Renamed from
8341         `spam-report-gmane-unspam'.
8342         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8343         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8344
8345         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8346         Autoload.
8347         (spam-report-gmane-unregister-routine): Renamed
8348         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8349
8350 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8351
8352         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8353         (spam-report-gmane-unregister-routine): Add support for gmane
8354         unregistration.
8355
8356         * spam-report.el (spam-report-gmane-unspam)
8357         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8358         (spam-report-gmane): Change to take a single article and do unspam
8359         registration.
8360
8361 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * mm-url.el (mm-url-decode-entities): Fix regexp.
8364
8365 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8368         default to nil, to be able to use Gnus at all.  If the default
8369         switches to something else, then the function should be fixed not
8370         be exceedingly slow.
8371
8372 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8373
8374         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8375         fail hard.
8376
8377         * spam-report.el: Add better Keywords line.
8378
8379         * spam.el: Add Maintainer and better Keywords line.
8380
8381 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-art.el (gnus-article-replace-part)
8384         (gnus-mime-replace-part): New functions.
8385         (gnus-mime-action-alist, gnus-mime-button-commands)
8386         (gnus-mime-save-part-and-strip): Added file argument.
8387         (gnus-article-part-wrapper): Added interactive argument.
8388
8389         * gnus-sum.el (gnus-summary-mime-map): Add
8390         `gnus-article-replace-part'.
8391
8392 2005-09-19  Didier Verna  <didier@xemacs.org>
8393
8394         The nnml compaction feature:
8395         * nnml.el (nnml-request-compact-group): New function.
8396         * nnml.el (nnml-request-compact): New function.
8397         * gnus-int.el (gnus-request-compact-group): New function.
8398         * gnus-int.el (gnus-request-compact): New function.
8399         * gnus-group.el (gnus-group-compact-group): New function.
8400         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8401         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8402         * gnus-srvr.el (gnus-server-compact-server): New function.
8403         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8404         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8405
8406 2005-09-18  Deepak Goel  <deego@gnufans.org>
8407
8408         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8409         format spec.
8410
8411 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8414
8415 2005-09-15  Romain Francoise  <romain@orebokech.com>
8416
8417         * message.el (message-fill-paragraph): Clarify docstring.
8418
8419 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-art.el (gnus-mime-display-part): Protect against broken
8422         MIME messages.
8423
8424 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8427         before parsing header.
8428
8429 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8430
8431         * html2text.el (html2text-replace-list): Add new entities.
8432
8433 2005-09-11  Romain Francoise  <romain@orebokech.com>
8434
8435         * message.el (message-alternative-emails): Improve docstring.
8436         (message-setup-1): Call `message-use-alternative-email-as-from'
8437         after `message-setup-hook' to give it precedence over posting
8438         styles, etc.
8439         (message-use-alternative-email-as-from): Add docstring.  Remove
8440         the original From header if present.
8441
8442         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8443         (nnml-save-mail): Use it.
8444
8445         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8446         articles.  Add new argument `silent'.
8447         (gnus-uu-mark-all): Report the total number of marked articles.
8448
8449 2005-09-10  Romain Francoise  <romain@orebokech.com>
8450
8451         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8452         (gnus-uu-mark-series): Likewise.
8453
8454 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * spam-report.el (spam-report-gmane): Fix generation of spam
8457         report URL.
8458
8459 2005-09-10  Simon Josefsson  <jas@extundo.com>
8460
8461         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8462         t, based on discussion on the ding list with Robert Epprecht
8463         <epprecht@solnet.ch>.
8464
8465 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * spam-report.el (spam-report-gmane): Make it work without
8468         X-Report-Spam header.  Gmane now only provides Archived-At.
8469         This is only used if `spam-report-gmane-use-article-number' is nil.
8470         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8471
8472         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8473         make `gnus-summary-sort-by-recipient' work with threading.
8474
8475         * nnweb.el (nnweb-google-wash-article): Print a message if article
8476         is not available.
8477
8478 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8479
8480         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8481         change.  Decode text/* parts content before displaying.
8482
8483 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8486
8487 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8490
8491         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8492         url-package-name, url-package-version,
8493         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8494         w3m-display-inline-images, and w3m-minor-mode-map.
8495
8496 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * message.el (message-tab-body-function): Fix mismatched custom type.
8499
8500         * gnus.el (gnus-group-change-level-function): Ditto.
8501
8502         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8503
8504         * gnus-art.el (gnus-signature-limit)
8505         (gnus-article-mime-part-function): Ditto.
8506
8507 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * mml.el (mml-mode): Silence the byte compiler.
8510
8511         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8512         using `(sit-for 0)' before moving the point to the specified part;
8513         skip unbuttonized parts.
8514         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8515         return to the summary window if gnus-auto-select-part is non-nil.
8516
8517 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8520         variables.
8521         (mml-dnd-attach-file, mml-mode): Use them.
8522
8523         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8524         Make fetching article by MID work again for Google Groups.  Added
8525         FIXME concerning gnus-group-make-web-group.
8526
8527         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8528         Don't depend on Gnus by using mail-extract-address-components if
8529         gnus-extract-address-components is not bound.
8530
8531 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-art.el (gnus-mime-display-security): Don't display the
8534         signature, but only the signed part.
8535
8536 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8539
8540         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8541         list, not listp.
8542
8543 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8544
8545         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8546         when encoding.
8547
8548         * mm-bodies.el (mm-decode-content-transfer-encoding):
8549         De-canonicalize CRLF for all text content types, not just
8550         text/plain.
8551
8552 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8555         valid article; point arrow and cursor at the MIME button.
8556
8557 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8560         Suggested by Dan Christensen <jdc@uwo.ca>.
8561
8562         * mm-decode.el (mm-save-part): Enable change of prompt.
8563
8564 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8565
8566         * gnus-msg.el (gnus-inews-add-send-actions): Made
8567         `message-post-method' lambda parameter ARG `&optional'.
8568
8569 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * gnus-sum.el (gnus-summary-mime-map): Added
8572         gnus-article-save-part-and-strip, gnus-article-delete-part and
8573         gnus-article-jump-to-part.
8574
8575         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8576         (gnus-article-edit-part): Use it.
8577         (gnus-article-part-wrapper): Added no-handle argument.
8578         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8579         functions.
8580
8581 2005-08-29  Romain Francoise  <romain@orebokech.com>
8582
8583         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8584         docstring.
8585         (gnus-face-from-file): Likewise.
8586
8587 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8590         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8591         non-nil.
8592         (gnus-auto-select-part): New variable.
8593         (gnus-article-jump-to-part): New function.
8594         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8595         (gnus-mime-delete-part): Allow selecting specified part after
8596         deleting or stripping parts.
8597         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8598         part if argument is bogus.
8599
8600 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8601
8602         * gnus-art.el (w3m-minor-mode-map):
8603         * gnus-spec.el (gnus-newsrc-file-version):
8604         * gnus-util.el (nnmail-active-file-coding-system)
8605         (gnus-original-article-buffer, gnus-user-agent):
8606         * gnus.el (gnus-ham-process-destinations)
8607         (gnus-parameter-ham-marks-alist)
8608         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8609         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8610         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8611         * mm-decode.el (gnus-current-window-configuration):
8612         * mm-extern.el (gnus-article-mime-handles):
8613         * mm-url.el (url-current-object, url-package-name)
8614         (url-package-version):
8615         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8616         (smime-keys, w3m-cid-retrieve-function-alist)
8617         (w3m-current-buffer, w3m-display-inline-images)
8618         (w3m-minor-mode-map):
8619         * mml-smime.el (gnus-extract-address-components):
8620         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8621         (gnus-newsrc-hashtb, message-default-charset)
8622         (message-deletable-headers, message-options)
8623         (message-posting-charset, message-required-mail-headers)
8624         (message-required-news-headers):
8625         * mml1991.el (mc-pgp-always-sign):
8626         * mml2015.el (mc-pgp-always-sign):
8627         * nnheader.el (nnmail-extra-headers):
8628         * rfc1843.el (gnus-decode-encoded-word-function)
8629         (gnus-decode-header-function, gnus-newsgroup-name):
8630         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8631
8632 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8633
8634         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8635         the end of the date treatments.
8636
8637 2005-08-15  Simon Josefsson  <jas@extundo.com>
8638
8639         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8640         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8641         Capello and Romain Francoise.
8642         (pgg-fetch-key-function): Removed, not used?
8643         (pgg-insert-url-with-w3): Require url, to get
8644         url-insert-file-contents regardless of where it is defined.
8645
8646 2005-08-13  Romain Francoise  <romain@orebokech.com>
8647
8648         * message.el (message-cite-original-1): New function.
8649         (message-cite-original): Use it.
8650         (message-cite-original-without-signature): Ditto.
8651
8652 2005-08-08  Romain Francoise  <romain@orebokech.com>
8653
8654         * message.el (message-yank-empty-prefix): New variable.
8655         (message-indent-citation): Use it.
8656         (message-cite-original-without-signature): Respect X-No-Archive.
8657
8658 2005-08-08  Simon Josefsson  <jas@extundo.com>
8659
8660         * pgg.el: Autoload url-insert-file-contents instead of loading
8661         w3/url.
8662         (pgg-insert-url-with-w3): Don't load url here.
8663
8664 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8665
8666         * message.el (message-kill-to-signature): Don't insert newline at
8667         bol.
8668         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8669
8670 2005-08-06  Romain Francoise  <romain@orebokech.com>
8671
8672         * message.el (message-user-fqdn): Fix typo in docstring.
8673
8674 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8675
8676         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8677
8678         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8679
8680 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * mm-bodies.el (mm-encode-body): Use coding system rather than
8683         charset to encode text.
8684
8685         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8686         number of charsets if utf-8 is available (XEmacs).
8687
8688 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8691         taken from `gnus-button-mid-or-mail-regexp'.
8692         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8693         (gnus-button-alist): Improve regexp for domain part of the MIDs
8694         for news:localpart@domain buttons.
8695         (gnus-button-ctan-directory-regexp): Update.
8696
8697 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * sieve-manage.el (sieve-manage-interactive-login): Use
8700         make-local-variable rather than make-variable-buffer-local.
8701         (sieve-manage-open): Ditto.
8702         (sieve-manage-authenticate): Ditto.
8703
8704         * mml.el (mml-generate-mime-1): Make the content type default to
8705         text/plain if the filename is not specified.
8706
8707 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8710         instead of insert-buffer.
8711
8712         * message.el (message-yank-original): Ditto; set the mark at the
8713         end of the yanked message.
8714
8715 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8718         lines to scroll rather than to stop it.
8719
8720         * mml.el (mml-generate-default-type): Add doc string.
8721         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8722         default to application/octet-stream when determining the content
8723         type if it is not specified for the part or the mml contents; add
8724         a comment about mml-generate-default-type.
8725
8726 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8729         make it default to application/octet-stream when determining the
8730         content type if it is not specified for the external contents.
8731
8732 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8735         segmented parameter but also other parameters might be there.
8736
8737 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * mm-decode.el (mm-display-external): Delete temp file, directory
8740         and buffer immediately if the external process is exited.
8741
8742 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8745         fewer lines than that of scroll-margin.
8746         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8747
8748 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-article-next-page): Revert.
8751         (gnus-article-beginning-of-window): New macro.
8752         (gnus-article-next-page-1): Use it.
8753         (gnus-article-prev-page): Ditto.
8754         (gnus-article-edit-part): Use insert-buffer-substring instead of
8755         insert-buffer.
8756         (gnus-article-edit-exit): Ditto.
8757
8758         * gnus-util.el (gnus-beginning-of-window): Remove.
8759         (gnus-end-of-window): Remove.
8760
8761         * lpath.el: Don't bind header-line-format and scroll-margin.
8762
8763 2005-07-25  Simon Josefsson  <jas@extundo.com>
8764
8765         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8766         to have the url package without w3.  Reported by Daiki Ueno
8767         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8768
8769 2005-07-20  Didier Verna  <didier@xemacs.org>
8770
8771         * gnus-diary.el: Remove the description comment (nndiary is now
8772         properly documented in the Gnus manual).
8773         Fix the spelling of "Back End".
8774         * nndiary.el: Ditto.
8775         Fix the copyright notice.
8776
8777 2005-07-18  Romain Francoise  <romain@orebokech.com>
8778
8779         * gnus-sum.el (gnus-summary-to-prefix)
8780         (gnus-summary-newsgroup-prefix): New variables.
8781         (gnus-summary-from-or-to-or-newsgroups): Use them.
8782
8783 2005-07-17  Romain Francoise  <romain@orebokech.com>
8784
8785         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8786         space as it's generally not especially interesting to the user.
8787
8788 2005-07-16  Romain Francoise  <romain@orebokech.com>
8789
8790         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8791         nil to avoid prompting and file modification if one of the
8792         messages at the top of the nnfolder file contains a copyright
8793         notice.
8794         Update copyright notice.
8795
8796         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8797         instead of `current-time-string' as the latter creates a time
8798         string that is not RFC 2822 compliant (it lacks the zone).
8799         Update copyright notice.
8800
8801 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8802
8803         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8804         for text/rtf.  Display default in prompt.  Pass default for M-n.
8805
8806         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8807
8808 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus-msg.el (gnus-button-mailto): Remove
8811         save-selected-window-window hackery because it relies on
8812         save-selected-window internals.
8813
8814 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8817         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8818         (gnus-article-prev-page): Ditto.
8819
8820         * gnus-util.el (gnus-beginning-of-window): New function.
8821         (gnus-end-of-window): New function.
8822
8823         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8824
8825 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8826
8827         * gnus-score.el (gnus-score-edit-all-score): Set
8828         gnus-score-edit-exit-function to gnus-score-edit-done and call
8829         gnus-message.
8830
8831 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-msg.el (gnus-button-mailto): Remove
8834         save-selected-window-window hackery because it relies on
8835         save-selected-window internals.
8836
8837 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8840         add-minor-mode.
8841         (gnus-binary-mode): Ditto.
8842
8843         * gnus-topic.el (gnus-topic-mode): Ditto.
8844
8845 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8846
8847         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8848         (gnus-article-prev-page): Take scroll-margin into consideration.
8849
8850 2005-07-04  Lute Kamstra  <lute@gnu.org>
8851
8852         Update FSF's address in GPL notices.
8853
8854 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8855
8856         * gnus.el (gnus-exit):
8857         * gnus-group.el (gnus-group-icons):
8858         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8859
8860         * gnus-nocem.el (gnus-nocem):
8861         * message.el (message-various, message-buffers, message-sending)
8862         (message-interface, message-forwarding, message-insertion)
8863         (message-headers, message-news, message-mail):
8864         * pgg-gpg.el (pgg-gpg):
8865         * pgg-parse.el (pgg-parse):
8866         * pgg-pgp.el (pgg-pgp):
8867         * pgg-pgp5.el (pgg-pgp5):
8868         * pop3.el (pop3): Finish `defgroup' description with period.
8869
8870 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-art.el (article-display-face): Improve the efficiency.
8873         (article-display-x-face): Ditto; remove grey x-face stuff.
8874
8875 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-art.el (article-display-face): Correct the position in
8878         which Faces are inserted.
8879
8880 2005-06-29  Didier Verna  <didier@xemacs.org>
8881
8882         * gnus-art.el (article-display-face): Display faces in correct
8883         order.
8884
8885 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8888         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8889         (gnus-nocem-check-article): Fetch the Type header.
8890         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8891         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8892         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8893         make sure gnus-nocem-hashtb is initialized.
8894         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8895         (gnus-nocem-unwanted-article-p): Ditto.
8896
8897         * pgg.el (pgg-verify): Return the verification result.
8898
8899 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8902         is ascii.
8903
8904 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8905
8906         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8907         `show-nonbreak-escape'.
8908
8909 2005-06-23  Lute Kamstra  <lute@gnu.org>
8910
8911         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8912
8913         * dig.el (dig-mode):
8914         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8915
8916 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8917
8918         * nnimap.el (nnimap-split-download-body): Fix spellings.
8919
8920 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8921
8922         * gnus-art.el (gnus-article-encrypt-body):
8923         * gnus-cus.el (gnus-score-customize):
8924         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8925         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8926
8927 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8928
8929         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8930         header by looking for magic "MII" at the beginnig.
8931
8932 2005-06-16  Miles Bader  <miles@gnu.org>
8933
8934         * gnus-xmas.el (gnus-xmas-group-startup-message):
8935         Use renamed gnus-splash face.
8936
8937         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8938         (assistant-field-face): New backward-compatibility alias for renamed
8939         face.
8940         (assistant-render-text): Use renamed assistant-field face.
8941
8942         * spam.el (spam): Remove "-face" suffix from face name.
8943         (spam-face): New backward-compatibility alias for renamed face.
8944         (spam-face, spam-initialize): Use renamed spam face.
8945
8946         * message.el (message-header-to, message-header-cc)
8947         (message-header-subject, message-header-newsgroups)
8948         (message-header-other, message-header-name)
8949         (message-header-xheader, message-separator, message-cited-text)
8950         (message-mml): Remove "-face" suffix from face names.
8951         (message-header-to-face, message-header-cc-face)
8952         (message-header-subject-face, message-header-newsgroups-face)
8953         (message-header-other-face, message-header-name-face)
8954         (message-header-xheader-face, message-separator-face)
8955         (message-cited-text-face, message-mml-face):
8956         New backward-compatibility aliases for renamed faces.
8957         (message-font-lock-keywords): Use renamed message faces.
8958
8959         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8960         (sieve-test-commands, sieve-tagged-arguments):
8961         Remove "-face" suffix from face names.
8962         (sieve-control-commands-face, sieve-action-commands-face)
8963         (sieve-test-commands-face, sieve-tagged-arguments-face):
8964         New backward-compatibility aliases for renamed faces.
8965         (sieve-control-commands-face, sieve-action-commands-face)
8966         (sieve-test-commands-face, sieve-tagged-arguments-face):
8967         Use renamed sieve faces.
8968
8969         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8970         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8971         (gnus-group-news-3-empty, gnus-group-news-4)
8972         (gnus-group-news-4-empty, gnus-group-news-5)
8973         (gnus-group-news-5-empty, gnus-group-news-6)
8974         (gnus-group-news-6-empty, gnus-group-news-low)
8975         (gnus-group-news-low-empty, gnus-group-mail-1)
8976         (gnus-group-mail-1-empty, gnus-group-mail-2)
8977         (gnus-group-mail-2-empty, gnus-group-mail-3)
8978         (gnus-group-mail-3-empty, gnus-group-mail-low)
8979         (gnus-group-mail-low-empty, gnus-summary-selected)
8980         (gnus-summary-cancelled, gnus-summary-high-ticked)
8981         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8982         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8983         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8984         (gnus-summary-low-undownloaded)
8985         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8986         (gnus-summary-low-unread, gnus-summary-normal-unread)
8987         (gnus-summary-high-read, gnus-summary-low-read)
8988         (gnus-summary-normal-read, gnus-splash):
8989         Remove "-face" suffix from face names.
8990         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8991         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8992         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8993         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8994         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8995         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8996         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8997         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8998         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8999         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9000         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9001         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9002         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9003         (gnus-summary-normal-ticked-face)
9004         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9005         (gnus-summary-normal-ancient-face)
9006         (gnus-summary-high-undownloaded-face)
9007         (gnus-summary-low-undownloaded-face)
9008         (gnus-summary-normal-undownloaded-face)
9009         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9010         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9011         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9012         (gnus-splash-face):
9013         New backward-compatibility aliases for renamed faces.
9014         (gnus-group-startup-message): Use renamed gnus faces.
9015
9016         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9017         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9018         (gnus-server-agent): Remove "-face" suffix from face names.
9019         (gnus-server-agent-face, gnus-server-opened-face)
9020         (gnus-server-closed-face, gnus-server-denied-face)
9021         (gnus-server-offline-face):
9022         New backward-compatibility aliases for renamed faces.
9023         (gnus-server-agent-face, gnus-server-opened-face)
9024         (gnus-server-closed-face, gnus-server-denied-face)
9025         (gnus-server-offline-face): Use renamed gnus faces.
9026
9027         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9028         Remove "-face" suffix from face names.
9029         (gnus-picon-xbm-face, gnus-picon-face):
9030         New backward-compatibility aliases for renamed faces.
9031
9032         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9033         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9034         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9035         (gnus-cite-11): Remove "-face" suffix from face names.
9036         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9037         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9038         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9039         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9040         New backward-compatibility aliases for renamed faces.
9041         (gnus-cite-attribution-face, gnus-cite-face-list)
9042         (gnus-article-boring-faces): Use renamed gnus faces.
9043
9044         * gnus-art.el (gnus-signature, gnus-header-from)
9045         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9046         (gnus-header-content): Remove "-face" suffix from face names.
9047         (gnus-signature-face, gnus-header-from-face)
9048         (gnus-header-subject-face, gnus-header-newsgroups-face)
9049         (gnus-header-name-face, gnus-header-content-face):
9050         New backward-compatibility aliases for renamed faces.
9051         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9052
9053         * gnus-sum.el (gnus-summary-selected-face)
9054         (gnus-summary-highlight): Use renamed gnus faces.
9055         * gnus-group.el (gnus-group-highlight): Likewise.
9056
9057 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9058
9059         * gnus-sieve.el (gnus-sieve-article-add-rule):
9060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9061         * spam-stat.el (spam-stat-buffer-change-to-spam)
9062         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9063
9064         * message.el (message-is-yours-p):
9065         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9066
9067 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * mm-view.el (mm-inline-text): Withdraw the last change.
9070
9071 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9074         executing enriched-decode.
9075
9076 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9079         charset of tar files.
9080
9081 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9082
9083         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9084
9085 2005-06-04  Lute Kamstra  <lute@gnu.org>
9086
9087         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9088         information is never recorded.
9089
9090 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9091
9092         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9093
9094 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * pop3.el (pop3-apop): Run md5 in the binary mode.
9097
9098         * starttls.el (starttls-set-process-query-on-exit-flag):
9099         Use eval-and-compile.
9100
9101 2005-05-31  Simon Josefsson  <jas@extundo.com>
9102
9103         * smime.el (smime-replace-in-string): Define.
9104         (smime-cert-by-ldap-1): Use it.
9105
9106 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-art.el (article-display-x-face): Replace
9109         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9110
9111         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9112         set-process-query-on-exit-flag or process-kill-without-query.
9113
9114         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9115         loop instead of replace-regexp.
9116
9117         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9118         instead of process-kill-without-query if it is available.
9119
9120         * lpath.el: Fbind ldap-search-entries.
9121
9122         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9123         instead of find-file-hooks if it is available.
9124
9125         * mml1991.el: Bind pgg-default-user-id when compiling.
9126
9127         * mml2015.el: Bind pgg-default-user-id when compiling.
9128
9129         * nndraft.el (nndraft-request-associate-buffer):
9130         Use write-contents-functions instead of write-contents-hooks if it is
9131         available.
9132
9133         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9134         instead of find-file-hooks if it is available.
9135
9136         * nntp.el (nntp-open-connection): Replace
9137         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9138         (nntp-open-ssl-stream): Ditto.
9139         (nntp-open-tls-stream): Ditto.
9140
9141         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9142         set-process-query-on-exit-flag or process-kill-without-query.
9143         (starttls-open-stream-gnutls): Use it instead of
9144         process-kill-without-query.
9145         (starttls-open-stream): Ditto.
9146
9147 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9148
9149         * smime.el (smime-cert-by-ldap-1): Don't use
9150         replace-regexp-in-string.
9151
9152 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9153
9154         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9155
9156         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9157         in PEM format.  Adjust to the XEmacs compability.
9158
9159 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9162         by `string-to-number'.
9163         * gnus-agent.el (gnus-agent-regenerate-group)
9164         (gnus-agent-fetch-articles): Ditto.
9165         * gnus-art.el (gnus-button-fetch-group): Ditto.
9166         * gnus-cache.el (gnus-cache-generate-active)
9167         (gnus-cache-articles-in-group): Ditto.
9168         * gnus-group.el (gnus-group-set-current-level)
9169         (gnus-group-insert-group-line): Ditto.
9170         * gnus-score.el (gnus-score-set-expunge-below)
9171         (gnus-score-set-mark-below, gnus-summary-score-effect)
9172         (gnus-summary-score-entry): Ditto.
9173         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9174         (gnus-soup-pack): Ditto.
9175         * gnus-spec.el (gnus-xmas-format): Ditto.
9176         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9177         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9178         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9179         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9180         * nndb.el (nndb-get-remote-expire-response): Ditto.
9181         * nndiary.el (nndiary-parse-schedule-value)
9182         (nndiary-string-to-number, nndiary-request-replace-article)
9183         (nndiary-request-article): Ditto.
9184         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9185         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9186         * nneething.el (nneething-make-head): Ditto.
9187         * nnfolder.el (nnfolder-request-article)
9188         (nnfolder-retrieve-headers): Ditto.
9189         * nnheader.el (nnheader-file-to-number): Ditto.
9190         * nnkiboze.el (nnkiboze-request-article): Ditto.
9191         * nnmail.el (nnmail-process-unix-mail-format)
9192         (nnmail-process-babyl-mail-format): Ditto.
9193         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9194         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9195         (nnmh-request-create-group, nnmh-request-list-1)
9196         (nnmh-request-group, nnmh-request-article): Ditto.
9197         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9198         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9199         * nnsoup.el (nnsoup-make-active): Ditto.
9200         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9201         * nntp.el (nntp-find-group-and-number)
9202         (nntp-retrieve-headers-with-xover): Ditto.
9203         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9204         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9205         (pgg-format-key-identifier): Ditto.
9206         * pop3.el (pop3-last, pop3-stat): Ditto.
9207         * qp.el (quoted-printable-decode-region): Ditto.
9208
9209         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9210         of concat.
9211
9212 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9215
9216         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9217
9218         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9219
9220         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9221
9222         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9223
9224         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9225
9226         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9227         (gnus-carpal-mode): Ditto.
9228
9229         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9230         (gnus-browse-mode): Ditto.
9231
9232         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9233
9234         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9235
9236 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9237
9238         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9239
9240 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-util.el (gnus-run-mode-hooks): New function.
9243
9244         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9245
9246         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9247         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9248
9249 2005-05-27  Lute Kamstra  <lute@gnu.org>
9250
9251         * dns-mode.el (dns-mode): Specify customization group.
9252
9253 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9254
9255         * gnus-agent.el (gnus-agent-make-mode-line-string):
9256         Use mode-line-highlight as mouse-face.
9257
9258 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * canlock.el (canlock): Change the parent group to news.
9261
9262         * deuglify.el (gnus-outlook-deuglify): Add :group.
9263
9264         * dig.el (dig): Add :group.
9265
9266         * dns-mode.el (dns-mode): Add :group.
9267
9268         * encrypt.el (encrypt): Add :group.
9269
9270         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9271         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9272         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9273         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9274         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9275
9276         * gnus-diary.el (gnus-diary): Add :group.
9277
9278         * gnus.el (gnus-group-news-1-face): Add :group.
9279         (gnus-group-news-1-empty-face): Ditto.
9280         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9281         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9282         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9283         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9284         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9285         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9286         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9287         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9288         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9289         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9290         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9291         (gnus-summary-high-ticked-face): Ditto.
9292         (gnus-summary-low-ticked-face): Ditto.
9293         (gnus-summary-normal-ticked-face): Ditto.
9294         (gnus-summary-high-ancient-face): Ditto.
9295         (gnus-summary-low-ancient-face): Ditto.
9296         (gnus-summary-normal-ancient-face): Ditto.
9297         (gnus-summary-high-undownloaded-face): Ditto.
9298         (gnus-summary-low-undownloaded-face): Ditto.
9299         (gnus-summary-normal-undownloaded-face): Ditto.
9300         (gnus-summary-high-unread-face): Ditto.
9301         (gnus-summary-low-unread-face): Ditto.
9302         (gnus-summary-normal-unread-face): Ditto.
9303         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9304         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9305
9306         * hashcash.el (hashcash): New custom group.
9307         (hashcash-default-payment): Add :group.
9308         (hashcash-payment-alist): Ditto.
9309         (hashcash-default-accept-payment): Ditto.
9310         (hashcash-accept-resources): Ditto.
9311         (hashcash-path): Ditto.
9312         (hashcash-extra-generate-parameters): Ditto.
9313         (hashcash-double-spend-database): Ditto.
9314         (hashcash-in-news): Ditto.
9315
9316         * message.el (message-minibuffer-local-map): Add :group.
9317
9318         * netrc.el (netrc): Add :group.
9319
9320         * sieve-manage.el (sieve-manage-log): Add :group.
9321         (sieve-manage-default-user): Diito.
9322         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9323         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9324         (sieve-manage-authenticators): Ditto.
9325         (sieve-manage-authenticator-alist): Ditto.
9326         (sieve-manage-default-port): Ditto.
9327
9328         * sieve-mode.el (sieve-control-commands-face): Add :group.
9329         (sieve-action-commands-face): Ditto.
9330         (sieve-test-commands-face): Ditto.
9331         (sieve-tagged-arguments-face): Ditto.
9332
9333         * smime.el (smime): Add :group.
9334
9335         * spam-report.el (spam-report): Add :group.
9336
9337         * spam.el (spam, spam-face): Add :group.
9338
9339 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9342         return \n.\n.\n at the end of articles.  Protect against that.
9343         (nntp-with-open-group): Allow debugging.
9344
9345         * nnheader.el (mail-header-set-extra): Make into a function
9346         because I just could't understand how to quote the list properly.
9347
9348         * dns.el (query-dns-cached): New function.
9349
9350 2005-05-26  Lute Kamstra  <lute@gnu.org>
9351
9352         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9353
9354 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9357
9358         * gnus-art.el: Don't autoload mail-extract-address-components.
9359
9360         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9361         eval-and-compile to evaluate it.
9362
9363         * hashcash.el: Don't autoload executable-find.
9364
9365         * nndb.el: Don't declare the nndb back end two or more times; don't
9366         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9367
9368         * nntp.el: Autoload format-spec instead of format; use
9369         eval-and-compile to evaluate autoload forms.
9370
9371 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9372
9373         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9374
9375 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * gnus.el (gnus-version-number): Bump version.
9378
9379 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9380
9381         * gnus.el: No Gnus v0.3 is released.
9382
9383 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * lpath.el (featurep): Bind show-nonbreak-escape.
9386
9387 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-art.el (gnus-article-edit-part): Disable undo.
9390
9391 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9394         gnus-article-date-lapsed-new-header is t if date timer is active;
9395         skip headers in which the original date value is empty.
9396         (gnus-article-save-original-date): Redefine it as a macro.
9397         (gnus-display-mime): Use it.
9398
9399 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (article-date-ut): Support converting date in
9402         forwarded parts as well.
9403         (gnus-article-save-original-date): New function.
9404         (gnus-display-mime): Use it.
9405
9406 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9407
9408         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9409         enclosure element of <item>.
9410
9411 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * message.el (message-kill-buffer-query): Renamed from
9414         `message-kill-buffer-query-if-modified'.  Added :version.
9415
9416 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9419         window layout.
9420
9421 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * mml.el: Autoload dnd when compiling.
9424
9425 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9428         x-dnd-*.
9429
9430 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * qp.el (quoted-printable-encode-region): Save excursion.
9433
9434 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9435
9436         * message.el (message-kill-buffer-query-if-modified): Add new variable
9437         so the user can kill a modified message buffer quickly.
9438         (message-kill-buffer): Use it.
9439
9440 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * lpath.el: Fbind display-time-event-handler; don't fbind
9443         string-to-multibyte.
9444
9445         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9446
9447 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9450         contained in text because xml.el decodes entities) with LFs.
9451
9452 2005-04-11  Lute Kamstra  <lute@gnu.org>
9453
9454         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9455         differently.
9456
9457 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * mm-util.el (mm-detect-coding-region): Typo.
9460
9461 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9464
9465 2005-04-06  Deepak Goel  <deego@gnufans.org>
9466
9467         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9468         user-function allow user modifications of the scores.
9469         (spam-stat-score-buffer-user): New function, to allow
9470         user-computed modifications to the score.
9471         (spam-stat-score-buffer-user-functions): List of additional
9472         scoring functions.
9473         (spam-stat-error-holder): Global temporary error holder.
9474         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9475         variable.
9476
9477 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9478
9479         * gnus-registry.el (gnus-registry-clean-empty-function)
9480         (gnus-registry-trim, gnus-registry-fetch-groups)
9481         (gnus-registry-delete-group): Groups that match
9482         `gnus-registry-ignored-groups' are removed from the registry
9483         entries, not just ignored for splitting.  This helps clean up the
9484         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9485         to get all the groups a message ID is in.
9486
9487         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9488         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9489         (spam-stat-score-buffer-user-functions): Add :number custom type.
9490
9491 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9494         argument in XEmacs.
9495
9496         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9497         (nnrss-request-group): Decode group name first.
9498         (nnrss-request-article): Make a text/plain article if mml-to-mime
9499         failed.
9500         (nnrss-get-encoding): Return a compatible encoding according to
9501         nnrss-compatible-encoding-alist.
9502         (nnrss-find-el): Use consp instead of listp.
9503         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9504
9505 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9508         which Emacs 20 doesn't support.
9509         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9510
9511 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9514         silence the byte compiler inside the defun.
9515
9516         * gnus-demon.el (parse-time-string): Add autoload.
9517
9518         * gnus-delay.el (parse-time-string): Add autoload.
9519
9520         * gnus-art.el (parse-time-string): Add autoload.
9521
9522         * nnultimate.el (parse-time): Require for `parse-time-string'.
9523
9524 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9527
9528         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9529
9530         * smime.el (smime-ldap-host-list): Add :version.
9531
9532 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9535         pass it to `gnus-browse-read-group'.
9536         (gnus-browse-read-group): Add NUMBER argument and pass it to
9537         `gnus-group-read-ephemeral-group'.
9538
9539         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9540         argument and pass it to `gnus-group-read-group'.
9541
9542 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9543
9544         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9545         mm-xemacs-find-mime-charset-1 if we have the mule feature
9546         available at runtime.
9547
9548 2005-03-25  Werner Lemberg  <wl@gnu.org>
9549
9550         * nnmaildir.el: Replace `illegal' with `invalid'.
9551
9552 2005-03-23  Lute Kamstra  <lute@gnu.org>
9553
9554         * time-date.el: Add comment on time value formats.
9555         Don't require parse-time.
9556         (with-decoded-time-value): New macro.
9557         (encode-time-value): New function.
9558         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9559         (days-to-time): Return a valid time value when arg is huge.
9560         (time-since): Use time-subtract.
9561         (time-to-number-of-days): Use time-to-seconds.
9562
9563 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9564
9565         * gnus-start.el (gnus-display-time-event-handler):
9566         Check display-time-timer at runtime rather than only at load time
9567         in case display-time-mode is turned off in the mean time.
9568
9569 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9572         used.
9573
9574         * nneething.el (nneething-map-file-directory): Derive from
9575         `gnus-directory'.
9576
9577         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9578         the To/Cc button.
9579
9580 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * nnmaildir.el (nnmaildir-request-accept-article):
9583         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9584
9585 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9586
9587         * gnus-async.el: Require timer-funcs at compile time when in
9588         XEmacs for `run-with-idle-timer'.
9589
9590 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9591
9592         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9593         autoloaded function.
9594
9595 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9596
9597         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9598
9599 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9600
9601         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9602
9603 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9606         gnus-expert-user to default.
9607
9608 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9609
9610         * nnimap.el (nnimap-open-server): Ditto.
9611
9612         * imap.el (imap-authenticate): Fix typo.
9613
9614 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9615
9616         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9617         buffer (since IMAP server might return FETCH response out of
9618         order, and the nntp buffer must be sorted).
9619
9620 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9621
9622         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9623         comparison on string.
9624
9625         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9626         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9627         (gnus-agent-summary-fetch-series): Modified to protect against
9628         gnus-agent-summary-fetch-group clearing processable flags.
9629         (gnus-agent-synchronize-group-flags): Update live group buffer as
9630         synchronization may occur due to the user toggle the plugged
9631         status.
9632         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9633         successfully downloaded.
9634         (gnus-agent-expire-group-1): Avoid using markers when the overview
9635         is in ascending order; greatly improves performance.
9636         (gnus-agent-regenerate-group): Use
9637         gnus-agent-synchronize-group-flags to reset read status in both
9638         gnus and server.
9639         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9640
9641 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * message.el: Don't autoload former message-utils variables.
9644         (message-strip-subject-trailing-was): Change doc string.
9645
9646         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9647         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9648         (nnweb-google-search): Add "hl=en" here.
9649         (nnweb-google-parse-1, nnweb-google-create-mapping):
9650         Don't hardcode URL.
9651
9652 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * message.el (message-get-reply-headers, message-followup):
9655         Mention related variables `message-use-followup-to' and
9656         `message-use-mail-followup-to', in the information buffer.
9657
9658         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9659         of broken groups(-beta).google.com.
9660
9661 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9662
9663         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9664         parameter to invoked gnus-request-move-article; remove the
9665         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9666         all at once instead of once per article.
9667         (gnus-summary-remove-process-mark): Accept a list of articles as
9668         well as a single article for processing.
9669
9670         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9671         parameter.
9672
9673         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9674
9675         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9676
9677         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9678         parameter.
9679
9680         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9681         parameter.
9682
9683         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9684         parameter and remove the gnus-sum-hint-move-is-internal variable.
9685
9686         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9687         parameter.
9688
9689         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9690         parameter.
9691
9692         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9693         parameter.
9694
9695         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9696
9697         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9698         parameter.
9699
9700         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9701         parameter.
9702
9703 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9704
9705         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9706         a more conservative way.
9707
9708 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9709
9710         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9711         buffer, so it moves the window's cursor.
9712
9713 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9714
9715         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9716         `mm-dissect-multipart' and receive the from field as an (optional)
9717         argument from `mm-dissect-multipart'.
9718         (mm-dissect-multipart): Receive the from field as an argument and
9719         pass it on when we call `mm-dissect-buffer' on MIME parts.
9720         Fixes verification/decryption of signed/encrypted MIME parts.
9721
9722 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * gnus-sum.el (gnus-summary-move-article): Set
9725         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9726         whatever it calls (right now, only nnimap-request-move article
9727         respects it).
9728
9729         * nnimap.el (nnimap-request-move-article): When
9730         gnus-sum-hint-move-is-internal is set, don't do the extra
9731         nnimap-request-article.
9732
9733 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9736
9737         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9738         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9739
9740         * gnus-sum.el (gnus-summary-caesar-message):
9741         Apply `gnus-treat-article' after rotation.
9742
9743         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9744         doc string.
9745
9746 2005-02-22  Simon Josefsson  <jas@extundo.com>
9747
9748         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9749         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9750         <arne@arnested.dk>.
9751         (encrypt): Add password-cache and password-cache-expiry as group
9752         members.
9753
9754 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9755
9756         * smime.el (smime-ldap-host-list): Doc fix.
9757         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9758         cache) password.
9759         (smime-sign-region): Use it.
9760         (smime-decrypt-region): Use it.
9761         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9762         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9763         fails.
9764         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9765         certificate from DER to PEM format rather than calling openssl.
9766
9767         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9768
9769         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9770         for signing/encryption.
9771
9772         * mml.el (mml-parse-1): Use them.
9773
9774 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9775
9776         * nnrss.el (nnrss-verbose): Removed.
9777         (nnrss-request-group): Use `nnheader-message' instead.
9778
9779 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9780
9781         * nnrss.el (nnrss-verbose): New variable.
9782         (nnrss-request-group): Make it say nnrss is requesting a group.
9783
9784 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9787         Handle news URL with given port correctly.
9788
9789 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9792         containing special characters.
9793
9794         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9795
9796         * mml.el (mime-to-mml): Ditto.
9797
9798         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9799         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9800         (rfc2047-decode-region): Quote decoded words containing special
9801         characters when rfc2047-quote-decoded-words-containing-tspecials
9802         is non-nil.
9803
9804 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9805
9806         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9807
9808         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9809
9810 2005-02-15  Simon Josefsson  <jas@extundo.com>
9811
9812         * nnimap.el (nnimap-debug): Doc fix.
9813
9814         * imap.el (imap-debug): Doc fix.
9815
9816 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9819
9820 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * gnus.el (spam-contents): Improve docs for spam-contents
9823         parameter in its variable incarnation.
9824
9825 2005-02-14  Simon Josefsson  <jas@extundo.com>
9826
9827         * smime-ldap.el: Use require instead of load-library for ldap.
9828         (smime-ldap-search): Indent.
9829         (smime-ldap-search-internal): Shorten line.
9830
9831         * smime.el (smime-cert-by-dns): Add doc-string.
9832         (smime-cert-by-ldap-1): Indent.
9833
9834         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9835         mml-smime-get-dns-ldap.
9836         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9837
9838 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9839
9840         * smime.el: Require smime-ldap.
9841         (smime-ldap-host-list): New variable.
9842         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9843
9844         * mml-smime.el (mml-smime-encrypt-query): New function.
9845         (mml-smime-encrypt-query): Use it.
9846
9847         * smime-ldap.el: New file.
9848
9849 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9852
9853 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9856         argument in doc string.  Make query for type more clear.
9857
9858 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus.el (gnus-group-startup-message): Search for gnus images in
9861         etc/images/gnus.
9862         * mm-util.el (mm-image-load-path): Likewise.
9863         * smiley.el (smiley-data-directory): Search for smilies in
9864         etc/images/smilies.
9865
9866 2005-02-09  Kim F. Storm  <storm@cua.dk>
9867
9868         Change Emacs release version from 21.4 to 22.1 throughout.
9869         Change Emacs development version from 21.3.50 to 22.0.50.
9870
9871 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9874
9875         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9876         non-Mule XEmacs as well.
9877         (mm-decompress-buffer): Signal an error intentionally if it does
9878         not decompress compressed data because auto-compression-mode is
9879         disabled.
9880
9881 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9882
9883         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9884         an ID in the registry even if it has no groups.
9885
9886 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9889         merge it into mm-decompress-buffer.
9890         (gnus-mime-copy-part): Use the MIME part charset, the value which
9891         a user specified or gnus-newsgroup-charset for decoding, like
9892         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9893         save-buffer what was used.  Suggested by Kevin Ryde
9894         <user42@zip.com.au>.
9895         (gnus-mime-inline-part): Allow the name parameter as well as the
9896         filename parameter; force decompressing of compressed data; always
9897         display contents being not decoded as unibyte.
9898
9899         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9900         as well as the filename parameter.
9901
9902         * mm-util.el (mm-decompress-buffer): Merge
9903         gnus-mime-jka-compr-maybe-uncompress.
9904         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9905         of compressed data.
9906
9907 2005-02-08  Simon Josefsson  <jas@extundo.com>
9908
9909         * imap.el (imap-log): Doc fix.
9910
9911 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9914         the coding cookies; decompress compressed parts.
9915
9916         * mml.el (mml-generate-mime-1): Add the charset parameter according
9917         to the value which a user specified manually or the coding cookie.
9918
9919         * mm-util.el (mm-string-to-multibyte): New function.
9920         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9921         (mm-coding-system-to-mime-charset): New function.
9922         (mm-decompress-buffer): New function.
9923         (mm-find-buffer-file-coding-system): New function.
9924
9925         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9926         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9927         parts.
9928
9929 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9930
9931         * mm-view.el (mm-display-inline-fontify): Decode a part according
9932         to the charset parameter.
9933
9934 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9937         prefix arg is neither nil nor a number, as info specifies.
9938
9939 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9942         timestamps.
9943
9944 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9945
9946         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9947         groups error checking and notify user.
9948
9949 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9950
9951         * message.el (message-send-mail-function): Check existence of
9952         sendmail-program first before using default value
9953         `message-send-mail-with-sendmail'.  Otherwise use more generic
9954         `smtpmail-send-it'.
9955
9956 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * nntp.el (nntp-request-update-info): Always return nil.
9959
9960 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9961
9962         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9963
9964 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9965
9966         * message.el (message-beginning-of-line): Change the behavior when
9967         invoked between BOL and : so that it first moves backward.
9968
9969 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9972         article buffer when editing of the article is discarded.
9973         (gnus-article-prepare): Revert.
9974
9975 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-art.el (gnus-article-prepare):
9978         Remove message-strip-forbidden-properties from the local hook.
9979
9980 2005-01-27  Simon Josefsson  <jas@extundo.com>
9981
9982         * password.el (password-cache-add): Only start one timer per key.
9983         Reported by Derek Atkins <warlord@MIT.EDU>.
9984
9985 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9986
9987         * run-at-time.el: Removed.  It is no longer needed as
9988         timer-funcs.el in the xemacs-base package has a working version of
9989         `run-at-time'.
9990
9991         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9992
9993         * password.el: Require timer-funcs instead of run-at-time in
9994         XEmacs.
9995         Remove `password-run-at-time' macro.
9996         (password-cache-add): Use `run-at-time' instead of
9997         `password-run-at-time'.
9998
9999         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10000         Remove `nnheader-cancel-function-timers' alias,
10001         `cancel-function-timers' exists in XEmacs in timer-funcs.
10002
10003         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10004         for `run-with-idle-timer'.
10005
10006         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10007         for `run-at-time'.
10008
10009         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10010         for `with-timeout'.
10011
10012         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10013         the same as for XEmacs 21.4.
10014         No need to ignore `run-with-idle-timer', this function exists in
10015         XEmacs now in timer-funcs.el in the xemacs-base package.
10016         (dgnushack-compile): No need to delete
10017         run-at-time.el from the list of files to compile because it
10018         doesn't exist anymore.
10019
10020 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10023         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10024
10025 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10026
10027         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10028         sensitively.
10029
10030 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10031
10032         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10033
10034 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10037         which will be inserted according to the multibyteness of a buffer
10038         rather than the type of contents.  Suggested by ARISAWA Akihiro
10039         <ari@mbf.ocn.ne.jp>.
10040
10041         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10042         of string which old xml.el may return rather than a string.
10043
10044 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10047
10048 2005-01-16  Simon Josefsson  <jas@extundo.com>
10049
10050         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10051         idn/idna.el isn't available.
10052         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10053         <michael@waxrat.com>.
10054
10055         * hashcash.el: Remove non-FSF copyright header.
10056
10057         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10058         (hashcash-generate-payment): Use it.
10059         (hashcash-generate-payment-async): Use it.
10060
10061 2005-01-15  Simon Josefsson  <jas@extundo.com>
10062
10063         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10064         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10065
10066         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10067         gnus-summary-idna-message.
10068         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10069         (gnus-summary-idna-message): New function.
10070
10071 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10074         gnus-novice-user.
10075
10076 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * nnrss.el (nnrss-request-delete-group): Delete entries in
10079         nnrss-group-alist as well.
10080         (nnrss-save-server-data): Insert newline.
10081
10082 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * gnus.el (gnus-user-agent): Use list of symbols instead of
10085         symbols.  Display full version number for (S)XEmacs.  Optionally
10086         display (S)XEmacs codename.
10087
10088         * gnus-util.el (gnus-emacs-version): Update for new
10089         `gnus-user-agent'.
10090
10091         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10092         Gnus version.
10093
10094 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10097         which is unreadable in some setups.
10098
10099 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-spec.el (gnus-update-format-specifications): Flush the
10102         group format spec cache if it doesn't support decoded group names.
10103
10104 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10107         Allow to apply decay on score files matching a regexp.
10108
10109 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10112         compatibility in %g and %c.
10113
10114 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10117         name for only %g and %c.
10118         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10119         of gnus-tmp-group to decoded group name.
10120         (gnus-group-make-rss-group): Exclude `/'s from group names.
10121
10122 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * nnrss.el (nnrss-get-encoding): Fix regexp.
10125
10126 2004-12-27  Simon Josefsson  <jas@extundo.com>
10127
10128         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10129         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10130         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10131
10132 2004-12-17  Kim F. Storm  <storm@cua.dk>
10133
10134         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10135
10136         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10137
10138 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10139
10140         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10141
10142 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * nnrss.el: Require rfc2047 and mml.
10145         (nnrss-file-coding-system): New variable.
10146         (nnrss-format-string): Redefine it as an inline function.
10147         (nnrss-decode-group-name): New function.
10148         (nnrss-string-as-multibyte): Remove.
10149         (nnrss-retrieve-headers): Decode group name; don't use
10150         nnrss-format-string.
10151         (nnrss-request-group): Decode group name.
10152         (nnrss-request-article): Decode group name; allow a Message-ID as
10153         well as an article number; don't use nnrss-format-string; encode a
10154         Message-ID string which may contain non-ASCII characters; use
10155         mml-to-mime to compose a MIME article.
10156         (nnrss-request-expire-articles): Decode group name.
10157         (nnrss-request-delete-group): Decode group name.
10158         (nnrss-fetch): Clarify error message.
10159         (nnrss-read-server-data): Use insert-file-contents instead of load;
10160         bind file-name-coding-system; use multibyte buffer.
10161         (nnrss-save-server-data): Bind coding-system-for-write to the
10162         value of nnrss-file-coding-system; bind file-name-coding-system;
10163         add coding cookie.
10164         (nnrss-read-group-data): Use insert-file-contents instead of load;
10165         bind file-name-coding-system; use multibyte buffer.
10166         (nnrss-save-group-data): Bind coding-system-for-write to the
10167         value of nnrss-file-coding-system; bind file-name-coding-system.
10168         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10169         make it work with non-ASCII text.
10170         (nnrss-find-el): Make it work with old xml.el as well.
10171
10172 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10173
10174         * nnrss.el (nnrss-get-encoding): New function.
10175         (nnrss-fetch): Use unibyte buffer initially; bind
10176         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10177         decode contents according to the encoding attribute.
10178         (nnrss-save-group-data): Add coding cookie.
10179         (nnrss-mime-encode-string): New function.
10180         (nnrss-check-group): Use it to encode subject and author.
10181
10182 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10185         imaginary variable.
10186
10187 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10190         correctly even if there are wide characters.
10191
10192 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10193
10194         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10195         downcased symbol names; make a new cache instead of reusing
10196         bbdb-hashtable.
10197
10198 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10201         concatenating segments rather than before concatenating them.
10202         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10203
10204         * message.el (message-get-reply-headers): Bind `extra'.
10205
10206 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * message.el (message-extra-wide-headers): New variable.
10209         (message-get-reply-headers): Use it.
10210
10211 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10214         (gnus-agent-group-pathname): Ditto.
10215
10216         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10217
10218         * gnus-group.el (gnus-group-make-group): Decode group name.
10219         (gnus-group-make-rss-group): Register the group data after opening
10220         the nnrss group.
10221
10222 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10223
10224         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10225         by expiry now get marked as read.
10226
10227 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10230
10231 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10232
10233         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10234         unify Latin characters in XEmacs.
10235         (mm-find-mime-charset-region): Use it.
10236
10237 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-util.el (gnus-delete-directory): New function.
10240
10241         * gnus-agent.el (gnus-agent-delete-group): Use it.
10242
10243         * gnus-cache.el (gnus-cache-delete-group): Use it.
10244
10245 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10248         names.
10249
10250 2004-12-16  Simon Josefsson  <jas@extundo.com>
10251
10252         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10253
10254 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10257
10258         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10259         (gnus-group-set-current-level): Decode group name.
10260
10261 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10262
10263         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10264         failed.
10265
10266 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-group.el (gnus-group-delete-group): Decode group name.
10269         (gnus-group-make-rss-group): Encode group name.
10270         (gnus-group-catchup-current): Decode group name.
10271         (gnus-group-kill-group): Decode group name.
10272
10273 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10274
10275         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10276
10277 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-group.el (gnus-group-make-rss-group):
10280         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10281
10282         * gnus-start.el (gnus-setup-news): Honor user's setting to
10283         gnus-message-archive-method.  Suggested by Lute Kamstra
10284         <lute@gnu.org>.
10285
10286 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10287
10288         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10289         global counterparts of the buffer-local variables.
10290
10291 2004-11-16  Romain Francoise  <romain@orebokech.com>
10292
10293         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10294         counterparts of the buffer-local variables.
10295
10296 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * message.el (message-forbidden-properties): Fixed typo in doc
10299         string.
10300
10301 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-util.el (gnus-replace-in-string): Added doc string.
10304
10305         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10306         to avoid problems when splitting mails with many recipients.
10307
10308 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10309
10310         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10311         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10312
10313 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10314
10315         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10316         if there is no hashtable in memory or file modification time is
10317         newer than cached timestamp.
10318
10319 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10322         not-matching option.
10323
10324 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10327         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10328         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10329         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10330         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10331         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10332
10333 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * message.el (message-forward-make-body-mml): Remove headers
10336         according to message-forward-ignored-headers if a message is decoded.
10337
10338 2004-12-02  Romain Francoise  <romain@orebokech.com>
10339
10340         * message.el (message-forward-make-body-plain): Always remove
10341         headers according to message-forward-ignored-headers.
10342
10343 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * spam.el (spam-summary-prepare-exit): Remove the
10346         gnus-summary-limit pop for now, it has problems with ham marks for
10347         me.
10348
10349 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10350
10351         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10352         correctly.
10353
10354 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10355
10356         * format-spec.el (format-spec): Message the char.
10357
10358 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10359
10360         * gnus-art.el (gnus-split-methods): Reformat comments.
10361
10362         * spam.el (spam-summary-prepare-exit): Remove article limits
10363         before exiting the summary buffer.
10364
10365 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10368         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10369
10370         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10371         order to silence the byte compiler.
10372
10373         * spam.el: Fix the way to silence the byte compiler, which
10374         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10375         bbdb-search-simple, spam-BBDB-register-routine,
10376         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10377         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10378         spam-stat-buffer-is-spam, spam-stat-load,
10379         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10380         spam-stat-save and spam-stat-split-fancy.
10381
10382 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10385         which may confuse users.
10386         (canlock-password-for-verify): Ditto.
10387
10388         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10389
10390         * gnus-art.el (gnus-emphasis-alist): Ditto.
10391
10392         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10393
10394         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10395
10396         * gnus-start.el (gnus-save-killed-list): Ditto.
10397
10398         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10399         (gnus-sum-thread-tree-root): Ditto.
10400         (gnus-sum-thread-tree-false-root): Ditto.
10401         (gnus-sum-thread-tree-single-indent): Ditto.
10402
10403         * message.el (message-courtesy-message): Ditto.
10404         (message-archive-note): Ditto.
10405         (message-subscribed-address-file): Ditto.
10406         (message-user-fqdn): Ditto.
10407
10408         * spam-report.el (spam-report-gmane-regex): Ditto.
10409
10410         * spam.el (spam-blackhole-good-server-regex): Ditto.
10411
10412 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * mml.el (mml-preview): Widen the message buffer before copying
10415         the contents to the preview buffer; sort headers before previewing.
10416
10417         * message.el (message-hidden-headers): Fix the way to avoid a bug
10418         in the `repeat' widget in Emacs 21.3 or earlier.
10419
10420 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * message.el (message-hidden-headers): Default to "^References:".
10423         Improve customization type.  Suggested by Reiner Steib
10424         <Reiner.Steib@gmx.de>.
10425
10426 2004-11-25  Romain Francoise  <romain@orebokech.com>
10427
10428         * message.el (message-strip-forbidden-properties): Remove check for
10429         obsolete `message-hidden' text property, hidden headers are not
10430         accessible in the buffer anymore.
10431
10432 2004-11-22  Romain Francoise  <romain@orebokech.com>
10433
10434         * message.el (message-header-format-alist): Add `From' in list
10435         so that it can be sorted.
10436         (message-fix-before-sending): Widen and sort headers before
10437         sending.
10438         (message-hide-headers): Use narrowing to hide headers by moving
10439         them to the top of the buffer and narrowing to the region
10440         underneath.
10441
10442 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * message.el (message-strip-forbidden-properties): Bind
10445         buffer-read-only (etc) to nil.
10446
10447 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10450         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10451
10452 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10453
10454         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10455
10456 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * dns.el (query-dns): Use sit-for to time instead of
10459         accept-process-output, since that doesn't seem to work on udp
10460         sockets.
10461
10462 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10465
10466 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10467
10468         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10469         doc string.  Improve doc string.
10470
10471 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * nntp.el (nntp-request-update-info): Return nil if
10474         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10475         may not call gnus-activate-group which uselessly issues the GROUP
10476         commands for all nntp groups and wastes time.  Reported by Romain
10477         Francoise <romain@orebokech.com>.
10478
10479         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10480
10481 2004-11-15  Simon Josefsson  <jas@extundo.com>
10482
10483         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10484         headers separately.
10485         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10486         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10487
10488 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * gnus-start.el (gnus-convert-old-newsrc):
10491         Assign legacy-gnus-agent to 5.10.7.
10492
10493 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10496         start of the lines.
10497
10498 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10499
10500         * hashcash.el (hashcash-default-payment): Change default to 20
10501         (hashcash-default-accept-payment): Change default to 20
10502         (hashcash-process-alist): New variable
10503         (hashcash-generate-payment-async): Add
10504         (hashcash-already-paid-p): Add
10505         (hashcash-insert-payment): Don't generate payments twice
10506         (hashcash-insert-payment-async): Add
10507         (hashcash-insert-payment-async-2): Add
10508         (hashcash-cancel-async): Add
10509         (hashcash-wait-async): Add
10510         (hashcash-processes-running-p): Add
10511         (hashcash-wait-or-cancel): Add
10512         (mail-add-payment): New optional argument.  Conditionally start
10513         asynchronous calculation.
10514         (mail-add-payment-async): Add
10515
10516         * message.el (message-send-mail): Wait for asynchronous hashcash
10517         results.  Don't clobber existing X-Hashcash headers.
10518         (message-setup-1): Call mail-add-payment-async when
10519         message-generate-hashcash is non-nil.
10520
10521 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10522
10523         * message.el (message-use-alternative-email-as-from): Examine the
10524         From header as well; use message-make-from in order to include a
10525         user's full name.
10526
10527 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10530         default; improve customization type.
10531         (gnus-emphasis-custom-with-format): New macro.
10532         (gnus-emphasis-custom-value-to-external): New function.
10533         (gnus-emphasis-custom-value-to-internal): New function.
10534
10535 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10536
10537         * dns.el (query-dns): Resolve reverse addresses.
10538
10539 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * gnus-group.el (gnus-group-get-new-news): Use it.
10542
10543         * gnus-start.el (gnus-check-reasonable-setup): New function.
10544
10545 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10548         "Args out of range" error.  Reported by Arnaud Giersch
10549         <arnaud.giersch@free.fr>.
10550
10551 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10552
10553         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10554
10555 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10556
10557         * spam.el (spam group): Add :version.
10558
10559         * pgg-def.el (pgg group): Add :version.
10560
10561 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-art.el (gnus-article-edit-article): Don't associate the
10564         article buffer with a draft file.  This is a temporary measure
10565         against the 2004-08-22 change to gnus-article-edit-mode.
10566
10567 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10570         (html2text-format-tags): Remove unused variable `attr'.
10571
10572 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10575
10576         * tls.el (tls-process-connection-type, tls-success)
10577         (tls-certtool-program): Add :version.
10578
10579         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10580         (starttls-extra-arguments, starttls-process-connection-type)
10581         (starttls-connect, starttls-failure, starttls-success): Add :version.
10582
10583         * spam-stat.el (spam-stat): Add :version.
10584
10585         * sieve.el (sieve): Add :version.
10586
10587         * sha1.el (sha1): Add :version.
10588         (sha1-use-external): Remove redundant version.
10589
10590         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10591         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10592         (nnmail-split-fancy-match-partial-words)
10593         (nnmail-split-lowercase-expanded): Add :version.
10594
10595         * nndiary.el (nndiary): Add :version.
10596
10597         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10598
10599         * mml-sec.el (mml-default-sign-method)
10600         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10601         Add :version.
10602
10603         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10604
10605         * mm-url.el (mm-url-use-external, mm-url-program)
10606         (mm-url-arguments): Add :version.
10607
10608         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10609         (mm-attachment-file-modes, mm-decrypt-option)
10610         (mm-w3m-safe-url-regexp): Add :version.
10611
10612         * message.el (message-cite-prefix-regexp)
10613         (message-sendmail-envelope-from, message-minibuffer-local-map)
10614         (message-user-fqdn, message-completion-alist): Add :version.
10615
10616         * gnus-win.el (gnus-configure-windows-hook)
10617         (gnus-use-frames-on-any-display): Add :version.
10618
10619         * gnus-art.el (gnus-article-address-banner-alist)
10620         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10621         (gnus-treat-from-picon, gnus-treat-mail-picon)
10622         (gnus-treat-x-pgp-sig): Add :version.
10623
10624         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10625         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10626         (gnus-summary-article-delete-hook)
10627         (gnus-summary-display-while-building): Add :version.
10628
10629         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10630         (gnus-get-top-new-news-hook): Add :version.
10631
10632         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10633         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10634
10635         * gnus-registry.el (gnus-registry): Add :version.
10636
10637         * gnus-spec.el (gnus-use-correct-string-widths)
10638         (gnus-make-format-preserve-properties): Add :version.
10639
10640         * gnus.el (gnus-group-charter-alist)
10641         (gnus-group-fetch-control-use-browse-url)
10642         (gnus-install-group-spam-parameters): Add :version.
10643
10644         * gnus-diary.el (gnus-diary): Add :version.
10645
10646         * gnus-delay.el (gnus-delay): Add :version.
10647
10648         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10649         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10650         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10651         Add :version.
10652
10653         * gnus-agent.el (gnus-agent-max-fetch-size)
10654         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10655         (gnus-agent-prompt-send-queue): Add :version.
10656
10657         * deuglify.el (gnus-outlook-deuglify): Add :version.
10658
10659         * html2text.el: Beautify code.  Improve doc strings.  Some
10660         checkdoc cleanup.
10661         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10662
10663 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10664
10665         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10666
10667 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10668
10669         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10670         when package is loaded.
10671
10672         * spam.el (spam-summary-score-preferred-header): Add global preference
10673         for people who want to override the default SpamAssassin over
10674         Bogofilter preference (when both are set).
10675         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10676         (spam-user-format-function-S): Check
10677         spam-summary-score-preferred-header.
10678         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10679         (spam-user-format-function-S): Format the score correctly.
10680
10681 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10684         signature file.  Suggested by Manoj Srivastava
10685         <srivasta@golden-gryphon.com>.
10686
10687         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10688         iso-2022-jp even in the Japanese language environment.
10689         Suggested by Jason Rumney <jasonr@gnu.org>.
10690
10691 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10694         use the same characters as the dummy marks; make it free from
10695         getting affected by the language environment.
10696         (gnus-summary-read-group-1): Update mark positions only when the
10697         format spec is updated.
10698
10699         * gnus-spec.el (gnus-update-format-specifications): Return a list
10700         of updated types.
10701
10702 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10705         of boundp to check if display-warning is available.
10706
10707 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10710
10711 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * nnspool.el (nnspool-spool-directory): Use news-path if the
10714         news-directory variable is not bound.
10715
10716         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10717         function instead of display-warning if it is not available.
10718
10719 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10722         v5-10: Use `point-at-bol'.
10723
10724 2004-10-26  Simon Josefsson  <jas@extundo.com>
10725
10726         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10727         <chenggao@gmail.com>.
10728
10729 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10732         instead.
10733
10734 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10737         to remove a server from the nnimap-server-buffer-alist.
10738         (nnimap-open-connection, nnimap-close-server): Use it.
10739
10740         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10741
10742 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10745         running the major-mode function.
10746
10747 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10750         dummy marks in the right way.
10751
10752 2004-10-18  David Edmondson  <dme@dme.org>
10753
10754         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10755         excessively.
10756
10757 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10758
10759         * gnus-util.el (gnus-split-references): Accept a nil references
10760         string and go on blissfully.
10761
10762         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10763         cases where the references string is non-nil but has no references.
10764
10765         * encrypt.el: Add autoload tags.
10766
10767         * spam.el (spam-resolve-registrations-routine): Remove article
10768         from unregistration list too.  Reported by David Hanak
10769         <dhanak@isis.vanderbilt.edu>
10770
10771 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10774         nil.  Changed custom type.
10775
10776 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10779
10780         * gnus-sum.el (gnus-summary-move-article): Use it.
10781
10782 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * encrypt.el: Add autoload cookies.
10785
10786         * spam.el (spam-backend-article-list-property)
10787         (spam-backend-get-article-todo-list)
10788         (spam-backend-put-article-todo-list)
10789         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10790         Resolve registrations separately.
10791         (spam-register-routine): Format comments.
10792         (spam-unregister-routine, spam-register-routine): Always call with
10793         specific-articles, no default list.
10794         (spam-summary-prepare-exit): Use the spam-classifications function.
10795
10796         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10797         gnus-encrypt.el.
10798
10799         * encrypt.el: Copied from gnus-encrypt.el.
10800
10801         * gnus-encrypt.el: Commented that it's obsolete.
10802
10803 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10806         (gnus-score-save): Use it.
10807
10808         * message.el (message-bury): Use `window-dedicated-p'.
10809
10810 2004-10-15  Simon Josefsson  <jas@extundo.com>
10811
10812         * pop3.el (top-level): Don't require nnheader.
10813         (pop3-read-timeout): Add.
10814         (pop3-accept-process-output): Add.
10815         (pop3-read-response, pop3-retr): Use it.
10816
10817 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         * spam.el (spam-register-routine): Move comment.
10820         (spam-verify-bogofilter): Use 'unknown for the initial
10821         spam-bogofilter-valid state, not 'never.
10822
10823         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10824         for netrc-machine.
10825
10826         * nnimap.el (nnimap-open-connection): Use
10827         netrc-machine-user-or-password.
10828
10829 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10830
10831         * gnus-registry.el (gnus-registry-unload-hook):
10832         Set as a variable with add-hook.
10833
10834         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10835         of news-path.
10836
10837         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10838
10839         * spam.el: Delete duplicate `provide'.
10840         (spam-unload-hook): Set as a variable with add-hook.
10841
10842 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10845         in the doc string.
10846
10847         * message.el (message-ignored-news-headers)
10848         (message-ignored-supersedes-headers)
10849         (message-ignored-resent-headers)
10850         (message-forward-ignored-headers): Improve custom type.
10851
10852 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * message.el (message-tokenize-header): Fix 2004-09-06 change
10855         which used point-min in the wrong place.
10856
10857 2004-10-12  Simon Josefsson  <jas@extundo.com>
10858
10859         * tls.el (tls-certtool-program): New variable.
10860         (tls-certificate-information): New function, based on
10861         ssl-certificate-information.
10862
10863 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * compface.el: Move the version of ELisp-based uncompface program
10866         to the contrib directory because of the copyright problem.
10867
10868 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * message.el (message-kill-buffer): Raise the current frame.
10871
10872 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10875
10876         * gnus.el (message-y-or-n-p): Autoload.
10877
10878         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10879         (pop3-password-required, pop3-authentication-scheme)
10880         (pop3-leave-mail-on-server): Made customizable.
10881         (pop3): New custom group.
10882         (pop3-retr): Remove `sleep-for' statements.
10883         Suggested by Dave Love <fx@gnu.org>.
10884
10885         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10886         Windows/DOS.
10887
10888         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10889         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10890         Dave Love <fx@gnu.org>.
10891
10892         * mml.el (mml-minibuffer-read-disposition): Require match.
10893         Suggested by Dave Love <fx@gnu.org>.
10894
10895 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10898         doc string.
10899
10900 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10903
10904 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10905
10906         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10907         instead of calling `mm-insert-inline', to decode text/* parts
10908         before displaying them.
10909
10910 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mm-uu.el (mm-uu-text-plain-type): New variable.
10913         (mm-uu-pgp-signed-extract-1): Use it.
10914         (mm-uu-pgp-encrypted-extract-1): Use it.
10915         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10916         bind mm-uu-text-plain-type with that value.
10917         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10918         mm-uu-dissect.
10919
10920 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-group.el (gnus-update-group-mark-positions):
10923         * gnus-sum.el (gnus-update-summary-mark-positions):
10924         * message.el (message-check-news-body-syntax):
10925         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10926         of string-as-multibyte.
10927
10928 2004-10-05  Juri Linkov  <juri@jurta.org>
10929
10930         * gnus-group.el (gnus-update-group-mark-positions):
10931         * gnus-sum.el (gnus-update-summary-mark-positions):
10932         * message.el (message-check-news-body-syntax):
10933         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10934         8-bit unibyte values to a multibyte string for search functions.
10935
10936 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10939         (mm-uu-dissect-text-parts): New function.
10940
10941         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10942         dissect text parts.
10943
10944         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10945         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10946
10947         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10948
10949         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10950         gnus-current-topics instead of gnus-current-topic.
10951
10952 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10953
10954         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10955
10956 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10957
10958         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10959         where approriate.
10960
10961         * nnml.el (nnml-generate-active-info): do.
10962
10963         * nndiary.el (nndiary-generate-active-info): do.
10964
10965         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10966         (gnus-topic-move): do.
10967
10968         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10969         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10970
10971         * gnus-srvr.el (gnus-server-prepare)
10972         (gnus-server-open-all-servers): do.
10973
10974         * gnus-msg.el (gnus-summary-cancel-article)
10975         (gnus-summary-resend-message)
10976         (gnus-summary-mail-crosspost-complaint): do.
10977
10978         * gnus-move.el (gnus-change-server): do.
10979
10980         * gnus-group.el (gnus-group-unmark-all-groups)
10981         (gnus-group-set-current-level): do.
10982
10983 2004-10-04  Simon Josefsson  <jas@extundo.com>
10984
10985         * message.el (message-generate-hashcash): Doc fix.
10986
10987 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10988
10989         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10990         avoid infinite recursion via gnus-get-function.
10991
10992 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10993
10994         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10995
10996         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10997
10998         * nnmail.el (nnmail-split-history): do.
10999
11000         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11001         (nnml-request-delete-group): do.
11002
11003         * nnslashdot.el (nnslashdot-read-groups): do.
11004
11005         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11006         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11007
11008         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11009         (nnspool-sift-nov-with-sed): Use last
11010         (nnspool-retrieve-headers-with-nov): Use mapc.
11011         (nnspool-request-newgroups): Use dolist.
11012         (nnspool-request-group): Use last.
11013
11014         * nntp.el (nntp-read-server-type): Use dolist.
11015
11016         * nnvirtual.el (nnvirtual-create-mapping)
11017         (nnvirtual-update-read-and-marked): Use dolist.
11018         (nnvirtual-convert-headers): Simplify.
11019
11020 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11021
11022         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11023         support for sync'ing tick marks.
11024
11025 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11028         there's no visible header.
11029
11030 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11031
11032         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11033         necessary, pass full group name to gnus-request-set-marks.
11034
11035 2004-10-01  Simon Josefsson  <jas@extundo.com>
11036
11037         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11038         acroread.
11039
11040 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * spam-report.el (spam-report-gmane): Fix interactive.
11043
11044         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11045
11046         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11047         when writing file.
11048         (gnus-agent-synchronize-flags): Don't default to being
11049         interactive.
11050
11051 2004-09-30  Simon Josefsson  <jas@extundo.com>
11052
11053         * message.el (message-generate-hashcash): Add.
11054         (message-send-mail): Use it, call mail-add-payment.
11055
11056 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11057
11058         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11059
11060 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11061
11062         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11063         gnus-requst-update-info with explicit code to sync the in-memory
11064         info read flags with the marks being sync'd to the backend.
11065
11066         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11067
11068 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11069
11070         * spam.el (spam-verify-bogofilter): Add new function.
11071         (spam-check-bogofilter)
11072         (spam-bogofilter-register-with-bogofilter): Use it.
11073         (spam-verify-bogofilter): Add small fixes.
11074
11075 2004-09-28  Simon Josefsson  <jas@extundo.com>
11076
11077         * hashcash.el (hashcash-generate-payment): Revert.
11078
11079 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11080
11081         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11082         gnus-extract-references instead of gnus-split-references.
11083
11084         * gnus-util.el (gnus-extract-references): Add new function, analogous
11085         to gnus-split-references but extracts only the message-ID without
11086         anything extra.
11087
11088         * hashcash.el (hashcash-generate-payment)
11089         (hashcash-check-payment): Do the right thing if hashcash-path is
11090         nil (because the hashcash program could not be found).
11091
11092         * spam.el (spam-use-hashcash): Remove comment.
11093
11094 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11095
11096         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11097         (gnus-cache-enter-article, gnus-cache-remove-article)
11098         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11099
11100         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11101
11102         * gnus-art.el (article-hide-boring-headers)
11103         (article-translate-strings, article-display-face)
11104         (gnus-article-mime-match-handle-first)
11105         (gnus-article-highlight-headers)
11106         (gnus-article-add-buttons-to-head): do.
11107
11108 2004-09-27  Simon Josefsson  <jas@extundo.com>
11109
11110         * hashcash.el: New version, from
11111         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11112         ../contrib/.
11113
11114 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11117
11118 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11119
11120         * gnus-dup.el (gnus-dup-open): Use mapc.
11121         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11122
11123         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11124         Reported by Stefan Wiens <s.wi@gmx.net>.
11125
11126         * gnus.el (gnus-shutdown): Use dolist.
11127
11128         * gnus-undo.el (gnus-undo): Use mapc.
11129
11130         * nnrss.el (nnrss-generate-active): do.
11131
11132         * message.el (message-cite-original-without-signature)
11133         (message-cite-original): Use mapc.
11134         (message-do-actions, message-make-forward-subject): Use dolist.
11135
11136 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11137
11138         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11139         deletion to remove entire duplicate line.  Fixes merged article
11140         number bug.
11141
11142 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11143
11144         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11145         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11146         first ask if you want to open a server and then, even when you
11147         responded with no, asking if you want to synchronize the server's
11148         flags.
11149         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11150         multi-line expressions.
11151         (gnus-agent-synchronize-group-flags): New internal function.
11152         Updates marks in memory (in the info structure) AND in the
11153         backend.
11154
11155         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11156
11157         * nnagent.el (nnagent-request-set-mark): Use
11158         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11159         method, to ensure that synchronization updates marks in the
11160         backend and in the info (in memory) structure.
11161
11162 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11165         convention fully; don't miss the root article of a thread; make
11166         the X-Draft-From header with correct article numbers.
11167
11168 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11169
11170         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11171         unless plugged.  Disable the agent so that an open failure causes
11172         an error.
11173
11174         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11175         Reverted 2004-09-21 change.  The backend must be opened while
11176         synchronizing flags even when the backend stores the flags
11177         locally.
11178
11179 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11182         in `header' match.  Reported by Svend Tollak Munkejord.
11183
11184         * message.el (message-cite-original): Fix use of
11185         `message-cite-articles-with-x-no-archive'.
11186
11187 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11190         (gnus-window-to-buffer): Ditto.
11191
11192         * mml.el (mml-preview-buffer): New variable.
11193         (mml-preview): Manage window layout with gnus-buffer-configuration.
11194
11195         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11196         X-Draft-From header even if those articles aren't quoted.
11197
11198 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11199
11200         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11201         (gnus-request-set-mark, gnus-request-update-mark): Use new
11202         g-s-t-u-l-m to decide to use backend even when unplugged.
11203
11204 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11207         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11208
11209 2004-09-20  Simon Josefsson  <jas@extundo.com>
11210
11211         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11212         "utf-16-le".
11213
11214 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11215
11216         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11217
11218 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * uudecode.el (uudecode-use-external): Add :version.
11221
11222         * smime.el (smime-CA-file, smime-encrypt-cipher)
11223         (smime-dns-server): Add :version.
11224
11225         * smiley.el (gnus-smiley-file-types): Add :version.
11226
11227         * sha1.el (sha1-use-external): Add :version.
11228
11229         * pgg-def.el (pgg-query-keyserver): Add :version.
11230
11231         * nnmail.el (nnmail-fancy-expiry-targets)
11232         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11233         Add :version.
11234
11235         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11236         (nnimap-retrieve-groups-asynchronous): Add :version.
11237         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11238
11239         * mml.el (mml-content-disposition-parameters)
11240         (mml-insert-mime-headers-always): Add :version.
11241
11242         * mm-util.el (mm-coding-system-priorities): Add :version.
11243
11244         * mm-decode.el (mm-inline-text-html-with-images)
11245         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11246         (mm-verify-option): Add :version.
11247         (mm-text-html-renderer): Change :version.
11248
11249         * message.el (message-fcc-externalize-attachments)
11250         (message-required-headers, message-draft-headers)
11251         (message-subject-trailing-was-query)
11252         (message-subject-trailing-was-ask-regexp)
11253         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11254         (message-mark-insert-end, message-archive-header)
11255         (message-archive-note, message-cross-post-default)
11256         (message-cross-post-note, message-followup-to-note)
11257         (message-cross-post-note-function, message-use-mail-followup-to)
11258         (message-subscribed-address-functions)
11259         (message-subscribed-address-file, message-subscribed-addresses)
11260         (message-subscribed-regexps, message-allow-no-recipients)
11261         (message-yank-cited-prefix, message-signature-insert-empty-line)
11262         (message-hidden-headers, message-hierarchical-addresses)
11263         (message-mail-user-agent, message-use-idna)
11264         (message-valid-fqdn-regexp)
11265         (message-strip-special-text-properties, message-header-synonyms)
11266         (message-beginning-of-line, message-tab-body-function): Add :version.
11267         (message-insert-canlock, message-wide-reply-confirm-recipients):
11268         Change :version.
11269
11270         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11271         and :version.
11272         (mail-source-delete-old-incoming-confirm)
11273         (mail-source-movemail-program): Add :version.
11274
11275         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11276         (gnus-agent-cache, gnus-agent): Change :version.
11277
11278         * gnus-util.el (gnus-use-byte-compile): Change :version.
11279
11280         * gnus-sum.el (gnus-summary-make-false-root-always)
11281         (gnus-summary-default-high-score)
11282         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11283         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11284         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11285         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11286         (gnus-sum-thread-tree-single-indent)
11287         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11288         (gnus-sum-thread-tree-leaf-with-other)
11289         (gnus-sum-thread-tree-single-leaf): Add :version.
11290         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11291         (gnus-article-loose-mime): Change :version.
11292
11293         * gnus-start.el (gnus-backup-startup-file)
11294         (gnus-save-startup-file-via-temp-buffer): Add :version.
11295
11296         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11297         (gnus-server-offline-face): Add :version.
11298
11299         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11300
11301         * gnus-msg.el (gnus-gcc-externalize-attachments)
11302         (gnus-debug-files, gnus-debug-exclude-variables)
11303         (gnus-discouraged-post-methods): Change :version.
11304         (gnus-confirm-mail-reply-to-news)
11305         (gnus-confirm-treat-mail-like-news): Add :version.
11306
11307         * gnus-int.el (gnus-server-unopen-status): Add :version.
11308
11309         * gnus-group.el (gnus-group-jump-to-group-prompt)
11310         (gnus-large-ephemeral-newsgroup)
11311         (gnus-fetch-old-ephemeral-headers): Add :version.
11312
11313         * gnus-fun.el (gnus-x-face-directory)
11314         (gnus-convert-pbm-to-x-face-command)
11315         (gnus-convert-image-to-x-face-command)
11316         (gnus-convert-image-to-face-command): Add :version.
11317
11318         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11319
11320         * gnus-cite.el (gnus-cite-blank-line-after-header)
11321         (gnus-article-boring-faces): Add :version.
11322
11323         * gnus-art.el (gnus-buttonized-mime-types)
11324         (gnus-inhibit-mime-unbuttonizing)
11325         (gnus-treat-display-face)
11326         (gnus-treat-body-boundary): Change :version.
11327         (gnus-body-boundary-delimiter, gnus-picon-databases)
11328         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11329         (gnus-treat-date-english, gnus-treat-fold-headers)
11330         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11331         (gnus-treat-mail-picon, gnus-treat-wash-html)
11332         (gnus-article-encrypt-protocol)
11333         (gnus-use-idna, gnus-article-over-scroll)
11334         (gnus-mime-display-multipart-alternative-as-mixed)
11335         (gnus-mime-display-multipart-related-as-mixed)
11336         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11337         (gnus-ctan-url, gnus-button-ctan-handler)
11338         (gnus-button-handle-ctan-bogus-regexp)
11339         (gnus-button-ctan-directory-regexp)
11340         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11341         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11342         (gnus-button-man-level, gnus-button-emacs-level)
11343         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11344
11345         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11346         (gnus-agent-go-online): Change :version.
11347         (gnus-agent-expire-unagentized-dirs)
11348         (gnus-agent-auto-agentize-methods): Add :version.
11349
11350         * flow-fill.el (fill-flowed-display-column)
11351         (fill-flowed-encode-column): Add :version.
11352
11353         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11354         (gnus-outlook-deuglify-unwrap-max)
11355         (gnus-outlook-deuglify-cite-marks)
11356         (gnus-outlook-deuglify-unwrap-stop-chars)
11357         (gnus-outlook-deuglify-no-wrap-chars)
11358         (gnus-outlook-deuglify-attrib-cut-regexp)
11359         (gnus-outlook-deuglify-attrib-verb-regexp)
11360         (gnus-outlook-deuglify-attrib-end-regexp)
11361         (gnus-outlook-display-hook): Add :version.
11362
11363         * binhex.el (binhex-use-external): Add :version.
11364
11365 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11368         and `invisible'.
11369
11370 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11371
11372         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11373         in gnus-registry-trim.
11374
11375 2004-09-13  Simon Josefsson  <jas@extundo.com>
11376
11377         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11378
11379         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11380
11381         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11382         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11383         <yamaoka@jpl.org>.
11384         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11385         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11386         <yamaoka@jpl.org>.
11387
11388         * sieve.el (sieve-manage-mode): Ditto.
11389
11390 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11393
11394 2004-09-11  Simon Josefsson  <jas@extundo.com>
11395
11396         * dns-mode.el: Add.
11397
11398         * mm-view.el (mm-display-dns-inline): Add.
11399
11400         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11401         (mm-automatic-display): Ditto.
11402
11403         * mailcap.el (mailcap-mime-data): Add text/dns.
11404         (mailcap-mime-extensions): Map .soa to text/dns.
11405
11406 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11407
11408         * gnus-art.el (article-decode-mime-words, article-babel)
11409         (gnus-article-highlight-signature, gnus-article-add-buttons)
11410         (gnus-signature-toggle): Remove unnecessary bindings of
11411         `inhibit-read-only' inherited from v5.10 merge.
11412
11413 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * nntp.el (nntp): New customization group.
11416         (nntp-authinfo-file): Add customization group.
11417
11418         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11419
11420         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11421
11422         * gnus.el (to-address, to-list, subscribed)
11423         (large-newsgroup-initial): Ditto.
11424
11425         * flow-fill.el (fill-flowed-display-column)
11426         (fill-flowed-encode-column): Ditto.
11427
11428 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11429
11430         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11431         Use point-min rather than 1.
11432         (message-send-mail): Use buffer-size rather than point-max.
11433
11434         * gnus-sum.el (gnus-summary-search-article-forward):
11435         Signal a specific `search-failed' rather than a generic `error'.
11436
11437         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11438         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11439         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11440
11441 2004-09-10  Simon Josefsson  <jas@extundo.com>
11442
11443         * nndb.el (require): Remove tcp and duplicate cl.
11444
11445 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-agent.el (directory-files-and-attributes): Move forward.
11448
11449 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11450
11451         * gnus-agent.el (directory-files-and-attributes): Optionally
11452         defined to support XEmacs.
11453
11454 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11455
11456         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11457         to avoid run-time CL dependencies.
11458         (gnus-agent-unfetch-articles): New function.
11459         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11460         article numbers even when local .overview file is missing.
11461         (gnus-agent-read-article-number): New function.  Only accepts
11462         27-bit article numbers.
11463         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11464         gnus-agent-read-article-number.
11465         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11466         from backend while recognizing that article numbers in .overview
11467         must be valid.
11468         (gnus-agent-update-files-total-fetched-for): Use
11469         directory-files-and-attributes to improve performance.
11470         * gnus-int.el (gnus-request-move-article): Use
11471         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11472         improve performance.
11473
11474         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11475         some users confused by references to .newsrc when they only have a
11476         .newsrc.eld file.
11477         (gnus-convert-mark-converter-prompt)
11478         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11479         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11480         New function.  Used internally to only display 'gnus converting
11481         files' message when actually necessary.
11482
11483         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11484         methods now autoloaded.
11485
11486 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11489         identifiers.
11490
11491 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus-picon.el: Fix indentation and closing parenthesis.
11494
11495 2004-09-01  Simon Josefsson  <jas@extundo.com>
11496
11497         * message.el (message-canlock-generate): Require sha1, not
11498         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11499         to require within a function.  Sadly, if sha1.el isn't loaded, the
11500         let binding in m-c-g will hide the defcustom definition, which is
11501         bad.)
11502
11503         * canlock.el: Require sha1, not sha1-el.
11504
11505         * message.el: Don't autoload sha1 (there is a autoload cookie in
11506         sha1.el).
11507
11508         * sha1-el.el: Renamed to sha1.el.
11509
11510 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11511
11512         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11513
11514 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11515
11516         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11517
11518 2004-08-30  Kim F. Storm  <storm@cua.dk>
11519
11520         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11521
11522         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11523         Add :group 'nnimap.
11524
11525 2004-08-30  Andreas Schwab  <schwab@suse.de>
11526
11527         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11528         ?* and ?\;.
11529
11530         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11531         and ?\' to symbol instead of whitespace.
11532
11533 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11536
11537         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11538         instead of re-search-forward.
11539
11540         * gnus-uu.el (gnus-uu-save-article): Ditto.
11541         (gnus-uu-post-encode-uuencode): Ditto.
11542
11543         * html2text.el (html2text-clean-list-items): Ditto.
11544         (html2text-clean-dtdd): Ditto.
11545         (html2text-format-tags): Ditto.
11546
11547         * message.el (message-send-mail-with-sendmail): Fix regexp.
11548         (message-fill-field-general): Use search-forward instead of
11549         re-search-forward.
11550         (unbold-region): Ditto.
11551
11552         * nnrss.el (nnrss-request-article): Ditto.
11553
11554         * nnslashdot.el (nnslashdot-request-article): Ditto.
11555
11556         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11557
11558         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11559         "Unrecognized menu descriptor" error in XEmacs.
11560
11561 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11562
11563         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11564         parent article of a sparse article in the thread hashtb.
11565
11566 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11567
11568         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11569         (nnmail-expand-newtext): Lowercase expanded entries if
11570         nnmail-split-lowercase-expanded is non-nil.
11571
11572 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11575
11576         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11577         of gnus-tmp-news-method into string under XEmacs.  It will be
11578         passed to gnus-correct-length which takes only a string argument.
11579
11580 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * gnus-util.el (gnus-bind-print-variables): New macro.
11583         (gnus-prin1): Use it.
11584         (gnus-prin1-to-string): Use it.
11585         (gnus-pp): New function.
11586         (gnus-pp-to-string): New function.
11587
11588         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11589         Replace pp-to-string with gnus-pp-to-string.
11590         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11591         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11592         * gnus-msg.el (gnus-debug): Ditto.
11593         * gnus-score.el (gnus-score-save): Ditto.
11594         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11595         gnus-pp-to-string.
11596         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11597         with gnus-pp.
11598         * score-mode.el (gnus-score-pretty-print): Ditto.
11599         * webmail.el (webmail-debug): Ditto.
11600
11601 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-art.el (article-display-face, article-display-x-face):
11604         Use buffer-read-only.
11605
11606 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (article-hide-list-identifiers):
11609         Bind inhibit-read-only as t.
11610
11611 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11614
11615 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11616
11617         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11618         (gnus-narrow-to-page): Don't assume point-min == 1.
11619         (gnus-article-edit-mode): Derive from message-mode.
11620
11621         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11622         point-min == 1.
11623
11624         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11625         Disable incorrect use of `assert'.
11626
11627         * message.el (message-mode): Set comment-start-skip.
11628
11629
11630 2004-08-22  Sam Steingold  <sds@gnu.org>
11631
11632         * pop3.el (pop3-leave-mail-on-server): New user variable.
11633         (pop3-movemail): Delete mail only when it is nil.
11634
11635 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11638
11639         * mml.el (mml-preview): Use `pop-to-buffer'.
11640
11641         * message.el (message-goto-mail-followup-to): Insert after "To".
11642         (message-carefully-insert-headers): Add comment.
11643
11644         * gnus.el: Remove unused variable `gnus-article-check-size'.
11645
11646         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11647
11648         * gnus-art.el (gnus-button-alist): Improve
11649         `gnus-button-handle-library' entry.
11650
11651 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11652
11653         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11654         downcase, since XEmacs capitalizes error messages differently.
11655
11656 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11657
11658         * nntp.el: Add (require 'gnus) due to reference to
11659         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11660
11661 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11662
11663         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11664         `mm-fill-flowed'.
11665
11666         * mm-decode.el (mm-dissect-singlepart): Check it.
11667
11668 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11669
11670         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11671         'imap' for netrc parsing.
11672
11673 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mailcap.el (mailcap-mime-data): Mark as risky.
11676
11677 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11680         may be included in the encoded word.
11681         (rfc2047-encode): Don't append a space if the encoded word
11682         includes close parenthesis.
11683
11684 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11687         of text within parentheses.
11688
11689 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11692         (gnus-encrypt-write-file-contents): Make the password key the file
11693         name PLUS the cipher, not just the cipher.  Also remove failed
11694         passwords from the cache.
11695
11696 2004-08-06  Simon Josefsson  <jas@extundo.com>
11697
11698         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11699         fix.
11700
11701 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11704         LWSP.
11705
11706 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11709         to append in-reply-to: data to the references: header.
11710
11711         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11712         (netrc-parse): Use gnus-encrypt.el functions.
11713
11714         * gnus-encrypt.el: Add new file for encryption support; currently
11715         does only a few GPG ciphers and an internal XOR cipher.
11716
11717         * password.el: Add comments on using password-read-and-add.
11718         (password-read-and-add): Add function to read and add the
11719         password to the cache at once.
11720
11721 2004-07-28  Simon Josefsson  <jas@extundo.com>
11722
11723         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11724         parameter (but don't use it, for now).
11725
11726         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11727         instead of hard coding to nil.
11728
11729 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11732         as mm-inline-image-xemacs does.
11733
11734 2004-07-26  Simon Josefsson  <jas@extundo.com>
11735
11736         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11737         Revert part of 2004-07-17 change below.
11738
11739 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11742         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11743
11744 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11747         quotes that actually start with ">" at the beginning of the
11748         lines.
11749
11750 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * rfc2047.el (rfc2047-encode-region): Fix last change.
11753         (rfc2047-encode-parameter): Remove useless concat.
11754
11755 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11758         encode special characters; fix some kind of misconfigured headers;
11759         signal a real error if debug-on-quit or debug-on-error is non-nil.
11760         (rfc2047-encode-max-chars): New variable.
11761         (rfc2047-encode-1): Use it.
11762         (rfc2047-encode-parameter): New function.
11763
11764         * mml.el (mml-insert-parameter): Remove an excessive space.
11765
11766 2004-07-17  Simon Josefsson  <jas@extundo.com>
11767
11768         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11769         Kai Grossjohann <kai@emptydomain.de>.
11770         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11771         (gnus-group-make-menu-bar): Ditto.
11772
11773         * gnus-util.el (gnus-group-server): Add.
11774
11775 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11776
11777         * message.el (message-clone-locals): Clone sendmail and smtp
11778         variables.
11779
11780 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * rfc2047.el (rfc2047-encode-region): Fix last change.
11783
11784 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11787         characters as non-special.
11788
11789 2004-07-09  Simon Josefsson  <jas@extundo.com>
11790
11791         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11792         Users will lose all flag changes made while unplugged with
11793         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11794         good default.  See numerous reports on ding mailing list.
11795
11796 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11799         add generate-head-function and generate-article-function to the
11800         rfc822-forward entry.
11801         (nndoc-rfc822-forward-generate-article): New function.
11802         (nndoc-rfc822-forward-generate-head): New function.
11803
11804         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11805
11806 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11807
11808         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11809         respect display group parameter and gnus-summary-expunge-below.
11810         (gnus-articles-to-read): Remove unused reference to display group
11811         parameter.
11812
11813 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * nnheader.el (nnheader-uniquify-message-id): New experimental
11816         variable.
11817         (nnheader-nov-read-message-id): Use it.
11818
11819         * spam-report.el (spam-report-gmane): Add interactive.
11820
11821 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11824         qp-or-base64 for the application/* types.
11825
11826 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11827
11828         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11829
11830 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11833         trim value.
11834
11835 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11836
11837         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11838         New macro and function.
11839         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11840
11841 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11844         after-load-alist.
11845
11846 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11849         update info that isn't there.
11850
11851 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11852
11853         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11854         entry.
11855
11856 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mm-view.el (mm-inline-render-with-function): Use multibyte
11859         buffer; decode html source by charset.
11860
11861         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11862
11863         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11864         Mule-UCS is loaded under XEmacs.
11865         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11866
11867 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11868
11869         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11870
11871 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * mm-util.el (mm-coding-system-p): Return a coding-system.
11874         (mm-mime-mule-charset-alist): Use shift_jis instead of
11875         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11876         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11877         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11878         instead of japanese-shift-jis and iso-latin-1 respectively in
11879         order to share the default value with both Emacs and XEmacs-mule.
11880         (mm-mule-charset-to-mime-charset): Make
11881         mm-coding-system-priorities effective.
11882         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11883         while predicating of candidates upon the priorities.
11884
11885 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11886
11887         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11888         gnus-uu-invert-processable.
11889
11890         * gnus.el: Autoload gnus-uu-invert-processable.
11891
11892 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * mm-util.el (mm-with-multibyte-buffer): New macro.
11895
11896         * rfc2047.el (rfc2047-encode-string): Use it.
11897         (rfc2047-encode-region): Move point to the end of the region after
11898         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11899
11900 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11903         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11904
11905 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11908         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11909         Karl Chen <quarl@nospam.quarl.org>.
11910
11911 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11912
11913         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11914         invalid addresses.
11915
11916 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * spam.el: Change section markers, revise TODO list.
11919         (spam-backends): Make new master list of all installed backends.
11920         (spam-summary-exit-behavior): Add new variable to determine how
11921         messages moves are done at summary exit.
11922         (spam-move-spam-nonspam-groups-only)
11923         (spam-process-ham-in-nonham-groups)
11924         (spam-process-ham-in-spam-groups): Remove variables, the
11925         spam-summary-exit-behavior variable should be used to manage this
11926         behavior.
11927         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11928         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11929         and spam-old-spam-articles.
11930         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11931         Add empty variables, placeholders for the backends they represent.
11932         (spam-set-difference): Move, unchanged.
11933         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11934         unless the user has a processor variable.
11935         (spam-classifications, spam-classification-valid-p)
11936         (spam-backend-properties, spam-backend-property-valid-p)
11937         (spam-backend-function-type-valid-p)
11938         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11939         (spam-report-articles-gmane, spam-report-articles-resend):
11940         Remove functions, they are not needed.
11941         (spam-install-backend-super, spam-backend-list)
11942         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11943         (spam-backend-function, spam-backend-ham-registration-function)
11944         (spam-backend-spam-registration-function)
11945         (spam-backend-ham-unregistration-function)
11946         (spam-backend-spam-unregistration-function)
11947         (spam-backend-statistical-p, spam-backend-mover-p)
11948         (spam-install-backend-alias, spam-install-checkonly-backend)
11949         (spam-install-mover-backend, spam-install-nocheck-backend)
11950         (spam-install-backend, spam-install-statistical-backend)
11951         (spam-install-statistical-checkonly-backend): Add backend installation
11952         support.
11953         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11954         (spam-group-processor-p): Use the new backend code and respect the
11955         summary exit behavior.
11956         (spam-mark-spam-as-expired-and-move-routine): Remove.
11957         (spam-summary-prepare): Change to use the new spam-old-articles
11958         variable.
11959         (spam-copy-or-move-routine, spam-copy-spam-routine)
11960         (spam-move-spam-routine, spam-copy-ham-routine)
11961         (spam-move-ham-routine): Add code to copy/move ham or spam.
11962         (spam-fetch-field-fast): Improve doc and code, plus allow the
11963         'number request.
11964         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11965         variables.
11966         (spam-split, spam-find-spam): Use the new backend code.
11967         (spam-registration-functions): Remove variable.
11968         (spam-unregister-routine): Add convenience wrapper.
11969         (spam-log-undo-registration, spam-register-routine)
11970         (spam-log-processing-to-registry)
11971         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11972         where possible.
11973         (spam-check-gmane-xref, spam-check-regex-headers)
11974         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11975         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11976         (spam-check-bogofilter-headers, spam-check-spamoracle)
11977         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11978         (spam-check-crm114-headers): Use the spam-split-group that
11979         spam-split prepares, no need to determine it every time.
11980
11981         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11982         to the nnheader-parse-naked-head call.
11983
11984         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11985
11986         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11987         the nnheader-nov-read-message-id call.
11988
11989 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11992         gnus-activate-group twice.  Suggested by Markus Peter
11993         <warp@spin.de>.
11994
11995 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-art.el (gnus-article-time-format): Exchange the order of
11998         day and month in the default value; fix customization type.
11999         (article-date-ut): Use add-text-properties.
12000         (article-make-date-line): Use message-make-date instead of
12001         current-time-string.
12002
12003         * message.el (message-fetch-field): Don't use set-text-properties.
12004         (message-make-date): Simplify.
12005
12006         * messagexmas.el (message-xmas-make-date): New function.
12007         (message-xmas-redefine): Defalias message-make-date to it.
12008
12009 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12012         (rfc2047-encode-region): Treat text within parentheses as special;
12013         show the original text when error has occurred.
12014
12015         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12016         already-computed method to gnus-activate-group.
12017
12018         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12019         same select-methods identical Lisp objects.
12020
12021         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12022         object when modifying the info.
12023
12024 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12027         gnus-opened-servers since it has never been opened with the new
12028         configuration yet.
12029
12030 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12033         arg to nnheader-generate-fake-message-id.
12034
12035 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12036
12037         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12038         number and build a fake message ID localized to a group and
12039         article number (so it's repeatable from that point on).
12040         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12041         ID format.
12042
12043         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12044         nnheader-generate-fake-message-id with the article number.
12045
12046 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12047
12048         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12049         end-of-buffer.
12050
12051 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * message.el (message-ignored-supersedes-headers): Add Approved.
12054
12055 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12058         goto-char.
12059         (rfc2047-encode): Fold the line before encoding.
12060
12061 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12062
12063         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12064         folding -- not all headers can be folded, and this should be done
12065         by the message composition mode.  Probably.  I think.
12066
12067 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12070         fast.
12071
12072         * gnus-ems.el (gnus-remove-image): Don't use
12073         message-text-with-property; remove only the image found first.
12074
12075         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12076         found first.
12077
12078 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12079
12080         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12081
12082 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * message.el (message-text-with-property): Make it fast and accept
12085         optional arguments.
12086         (message-strip-forbidden-properties): Use it.
12087         (message-fix-before-sending): Follow the m-t-w-p change.
12088
12089         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12090
12091 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-art.el (article-hide-headers): Don't change the buffer
12094         mistakenly when performing mml-preview even if
12095         gnus-single-article-buffer is nil.
12096
12097 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12098
12099         * message.el (message-expand-name-databases): New user option.
12100         (message-expand-name): Use it.
12101
12102 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * spam.el (spam-report-articles-resend)
12105         (spam-report-resend-register-routine): Allow ham reporting.
12106         (spam-report-resend-register-ham-routine): Add wrapper.
12107         (spam-registration-functions): Add ham resending functions.
12108         (spam-list-of-processors): Add ham resend processor.
12109
12110         * gnus.el (ham-resend-to): Add new group parameter.
12111         (spam-process): Add ham resend option.
12112
12113         * spam-report.el (spam-report-resend): Allow reporting ham.
12114         (spam-report-resend-ham): Add wrapper.
12115
12116 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12117
12118         * message.el (message-cite-articles-with-x-no-archive): New
12119         variable.
12120         (message-cite-original): Use it.
12121
12122 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * message.el (message-cite-original): Respect X-No-Archive.
12125
12126 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gnus-art.el (article-hide-headers): Refer to the values for
12129         gnus-ignored-headers and gnus-visible-headers in the summary
12130         buffer since a user may have set them as group parameters.
12131
12132 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * assistant.el (assistant-node-name): Add convenience function.
12135         (assistant-render-text, assistant-render-node): Add error handling,
12136         plus handle multiple next nodes.
12137         (assistant-find-next-node): Comment out for now.
12138         (assistant-find-next-nodes): Add function, returns list of next
12139         nodes.
12140
12141 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * mail-source.el (mail-source-directory): Fix doc-string.
12144
12145 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12146
12147         * assistant.el (assistant-render-text, assistant-eval): Add :set
12148         widget type, which is different because it takes and returns a
12149         list.  Much hilarity ensues.
12150
12151 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12154
12155         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12156         doc-string.
12157
12158         * gnus-start.el (gnus-activate-group): Added doc-string.
12159
12160 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12163
12164 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12165
12166         * assistant.el (assistant-render-text): Try to add a :set
12167         widget, more to come.
12168
12169         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12170         strings.
12171         (spam-report-articles-resend)
12172         (spam-register-routine): Do registration iff any articles warrant
12173         it.
12174         (spam-summary-prepare-exit): Change log message for nil group
12175         destinations.
12176
12177 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12178
12179         * spam.el (spam-report-resend-register-routine): Allow
12180         spam-report-resend-to to be a group parameter or a global value.
12181
12182 2004-05-26  Simon Josefsson  <jas@extundo.com>
12183
12184         * starttls.el: Merge with my GNUTLS based starttls.el.
12185         (starttls-gnutls-program, starttls-use-gnutls)
12186         (starttls-extra-arguments, starttls-process-connection-type)
12187         (starttls-connect, starttls-failure, starttls-success): New
12188         variables.
12189         (starttls-program, starttls-extra-args): Doc fix.
12190         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12191         functions.
12192         (starttls-negotiate, starttls-open-stream): Check
12193         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12194         function if it is set.
12195
12196 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12199         structured fields.
12200
12201 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12204
12205 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12206
12207         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12208         variable.
12209         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12210         assigning the spam-mark to new messages.
12211
12212 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12213
12214         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12215
12216 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12219
12220         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12221         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12222         default.
12223
12224 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12225
12226         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12227         correct data.
12228
12229 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12230
12231         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12232         (spam-group-processor-p): Fix function.
12233         (spam-group-processor-multiple-p)
12234         (spam-group-spam-processor-report-gmane-p)
12235         (spam-group-spam-processor-report-resend-p)
12236         (spam-group-spam-processor-bogofilter-p)
12237         (spam-group-spam-processor-blacklist-p)
12238         (spam-group-spam-processor-ifile-p)
12239         (spam-group-ham-processor-ifile-p)
12240         (spam-group-spam-processor-spamoracle-p)
12241         (spam-group-spam-processor-crm114-p)
12242         (spam-group-ham-processor-bogofilter-p)
12243         (spam-group-spam-processor-stat-p)
12244         (spam-group-ham-processor-stat-p)
12245         (spam-group-ham-processor-whitelist-p)
12246         (spam-group-ham-processor-BBDB-p)
12247         (spam-group-ham-processor-spamoracle-p)
12248         (spam-group-ham-processor-copy-p): Remove functions with some
12249         prejudice against unneeded code.
12250         (spam-report-articles-resend)
12251         (spam-report-resend-register-routine): Allow the group/topic
12252         spam-resend-to value to override spam-report-resend-to.
12253         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12254         properly now.
12255
12256         * gnus.el (spam-resend-to): Add group/topic parameter.
12257         (spam-process): Move the OBSOLETE processors to the end of the
12258         choices.
12259
12260 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12261
12262         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12263         with resend-to set to nil, and then ask the user if necessary.
12264         (spam-report-resend): spam-report-resend takes a list of articles, not
12265         separate article numbers.
12266
12267 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12270         addition to emacs-w3m.
12271
12272 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273
12274         * assistant.el (assistant-authinfo-data): New function.
12275         (assistant-eval): Eval for entire assistant.
12276
12277         * netrc.el (netrc-services-file): New variable.
12278         (netrc-parse-services): New function.
12279         (netrc-find-service-name): New function.
12280         (netrc-find-service-number): New function.
12281         (netrc-port-equal): New function.
12282         (netrc-machine): Use it.
12283
12284         * nnimap.el (nnimap-open-connection): Use netrc.
12285
12286         * gnus-util.el (gnus-netrc-get): Remove aliases.
12287
12288         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12289
12290         * assistant.el (wid-edit): Fix compilation.
12291
12292         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12293
12294 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12295
12296         * gnus-util.el (gnus-set-file-modes): New function.  (small
12297         patch).
12298
12299 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12302
12303         * assistant.el (assistant-render-node): Fix up rendering and
12304         read-only text.
12305         (assistant-render-node): Reset.
12306         (assistant-make-read-only): Not sticky.
12307
12308 2004-05-20  Danny Siu  <dsiu@adobe.com>
12309
12310         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12311         centered even when gnus-auto-center-summary is t
12312
12313 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12314
12315         * dns.el (dns-get-txt-answer): New function.
12316         (dns-read-txt): Ditto.
12317         (query-dns): Use it.
12318
12319 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12322         active for foreign groups even if the group level is higher than
12323         the specified value.
12324
12325 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12326
12327         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12328         non-active groups.
12329
12330         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12331
12332 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12333
12334         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12335
12336 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12337
12338         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12339         (spam-crm114-header, spam-crm114-spam-switch)
12340         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12341         (spam-crm114-positive-spam-header)
12342         (spam-crm114-database-directory, spam-list-of-processors)
12343         (spam-group-spam-processor-crm114-p)
12344         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12345         (spam-generic-score, spam-list-of-checks)
12346         (spam-list-of-statistical-checks, spam-registration-functions)
12347         (spam-check-crm114-headers, spam-crm114-score)
12348         (spam-check-crm114, spam-crm114-register-with-crm114)
12349         (spam-crm114-register-spam-routine)
12350         (spam-crm114-unregister-spam-routine)
12351         (spam-crm114-register-ham-routine)
12352         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12353         asjo@koldfront.dk (Adam Sjøgren).
12354
12355         * gnus.el: Add spam-use-crm114.
12356
12357         * spam.el (spam-list-of-processors, spam-registration-functions):
12358         Add spam-use-resend.
12359         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12360         (spam-report-articles-gmane): Add doc fix.
12361         (spam-report-articles-resend, spam-report-resend-register-routine):
12362         Add wrappers around spam-report-resend-to.
12363
12364         * spam-report.el (spam-report-resend-to, spam-report-resend):
12365         Add support for resending spam.
12366         (spam-report-gmane): Fix line length >80.
12367
12368         * gnus.el (spam-process): Add spam-use-resend.
12369
12370 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12371
12372         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12373         number of processed spam messages.
12374         (spam-ham-copy-or-move-routine): Return the number of processed
12375         ham messages.
12376         (spam-summary-prepare-exit): Use the above values to decide
12377         whether status messages shouled be displayed.
12378
12379 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12382         `rfc2047-encoding-function-alist' in order to avoid conflicting
12383         with the old version.
12384         (rfc2047-encode-region): Concatenate words containing non-ASCII
12385         characters in structured fields; don't encode space-delimited
12386         ASCII words even in unstructured fields; don't break words at
12387         char-category boundaries.
12388         (rfc2047-encode-1): New function.
12389         (rfc2047-encode): Use it; encode text so that it occupies the
12390         maximum width within 76-column; work correctly on Q encoding for
12391         iso-2022-* charsets.
12392         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12393         sure not to break a line just after the header name.
12394         (rfc2047-b-encode-region): Removed.
12395         (rfc2047-b-encode-string): New function.
12396         (rfc2047-q-encode-region): Removed.
12397         (rfc2047-q-encode-string): New function.
12398
12399         * mm-util.el (mm-replace-in-string): New function.
12400
12401 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12404         get it right.
12405         (gnus-inews-make-draft): Really.
12406
12407 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12408
12409         * nnmh.el (nnmh-request-list-1): Don't check the link count
12410         before descending.  (small patch)
12411
12412 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413
12414         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12415         stuff.
12416
12417         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12418         on real group name.
12419
12420         * gnus-art.el (gnus-signature-limit): Doc fix.
12421
12422         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12423
12424         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12425
12426 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12427
12428         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12429         isn't a string.
12430
12431 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12432
12433         * gnus-draft.el (gnus-draft-send): Bind
12434         rfc2047-encode-encoded-words.
12435
12436         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12437         (rfc2047-encodable-p): Say that =? needs encoding.
12438         (rfc2047-encode-encoded-words): New variable.
12439
12440         * gnus-group.el (gnus-group-select-group): Doc fix.
12441
12442         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12443
12444         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12445         to nil.
12446
12447         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12448
12449         * nnheader.el (nnheader-get-lines-and-char): New function.
12450
12451 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-msg.el (gnus-summary-followup-with-original): Document
12454         yanking of region when active.
12455
12456 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12459         groups if the group level is higher than the specified value.
12460
12461 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12464         (gnus-group-jump-to-group): Added prefix argument using
12465         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12466         non-active group.
12467
12468         * compface.el (uncompface): Be verbose when changing
12469         `uncompface-use-external'.
12470
12471         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12472         handle manual section.
12473
12474 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * gnus-art.el (gnus-button-alist): Revert previous change.
12477
12478 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12481
12482 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12483
12484         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12485         whether backend can accept message.
12486
12487         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12488
12489 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12490
12491         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12492         Avoid creating directory when nntp-marks-is-evil is true.
12493         Reported by Reiner Steib.
12494
12495 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * gnus-picon.el (gnus-picon-style): New variable.
12498         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12499         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12500         Jesper Harder <harder@ifa.au.dk>.
12501
12502 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * message.el (message-fill-field): Return point.
12505         (message-generate-headers): Go to end of field.
12506
12507         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12508         stuff for non-living groups.
12509
12510 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12511
12512         * gnus-art.el (gnus-article-followup-with-original)
12513         (gnus-article-reply-with-original): gnus-mark-active-p ->
12514         gnus-region-active-p.
12515
12516 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12517
12518         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12519         only when there is spam or ham to be processed.
12520
12521 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12522
12523         * mail-source.el (mail-source-delete-crash-box): Refactor.
12524         (mail-source-fetch): Use it.
12525         (mail-source-fetch-file): Ditto.
12526         (mail-source-fetch-directory): Run postscript in loop.
12527         (mail-source-fetch-pop): Delete.
12528         (mail-source-fetch-maildir): Ditto.
12529         (mail-source-fetch-imap): Ditto.
12530
12531         * imap.el (imap-authenticators): Comment out sasl.
12532
12533         * message.el (message-skip-to-next-address): New function.
12534         (message-fill-header-address): Refactor.
12535         (message-fill-address): Use it.
12536         (message-delete-address): Use it.
12537         (message-fill-header-general): Refactor.
12538         (message-fill-field-address): Rename.
12539         (message-narrow-to-field): Find the start of the header.
12540         (message-header-format-alist): Don't pre-fill.
12541         (message-fill-header): Removed.
12542         (message-insert-header): New function.
12543         (message-shorten-references): Use it.
12544
12545         * rfc2047.el (rfc2047-field-value): Strip props.
12546
12547         * mail-parse.el (mail-header-make-address): New alias.
12548
12549         * ietf-drums.el (ietf-drums-make-address): New function.
12550
12551         * imap.el: Add compiler directives.
12552
12553         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12554
12555         * gnus-art.el (article-decode-idna-rhs): Don't use
12556         message-idna-inside-rhs-p.
12557
12558 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * message.el (message-idna-inside-rhs-p): Removed.
12561         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12562
12563         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12564         false positives.
12565
12566 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12567
12568         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12569
12570 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * nneething.el (nneething-file-name): Don't create spurious
12573         files.
12574
12575         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12576         (gnus-inews-do-gcc): Remove sleep.
12577
12578         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12579         part under point.
12580
12581         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12582         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12583
12584 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12585
12586         * spam.el (spam-summary-prepare-exit): Fixed (length).
12587
12588 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12591         as expired without moving it" message when there are spam
12592         messages left.
12593
12594 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12595
12596         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12597         header is not nil.
12598
12599 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12600
12601         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12602         nntp-possibly-create-directory, not nntp-possibly-change-group.
12603         (nntp-marks-changed-p): New arg SERVER.
12604         (nntp-request-update-info): Adjust caller.
12605
12606 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12607
12608         * nntp.el (nntp-save-marks): Pass missing arg.
12609
12610 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12611
12612         * nntp.el: Support marks.
12613         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12614         (nntp-marks-modtime, nntp-marks-directory): New variables.
12615         (nntp-request-set-mark, nntp-request-update-info)
12616         (nntp-possibly-create-directory, nntp-marks-changed-p)
12617         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12618         functions.
12619
12620 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12621
12622         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12623         (gnus-xmas-redefine): Rename.
12624
12625         * gnus-score.el (gnus-score-insert-help): Use
12626         gnus-select-lowest-window.
12627
12628         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12629         appt-select-lowest-window and rename to gnus-select-lowest-window.
12630
12631         * gnus.el: do.
12632
12633 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12634
12635         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12636         encodings of MIME-encoded words, in order to improve
12637         interoperability with several broken MUAs.
12638
12639 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12640
12641         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12642         tags, only when charsets are not specified in headers.
12643         (mm-inline-text-html-render-with-w3m): Ditto.
12644
12645         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12646         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12647
12648 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12649
12650         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12651         instead of MIME-decoded from fields when checking
12652         `gnus-article-address-banner-alist'.
12653
12654 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12655
12656         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12657         description rather than subject.
12658
12659 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12660
12661         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12662
12663 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * gnus.el (gnus-version-number): Bump.
12666
12667 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12668
12669         * gnus.el: No Gnus v0.2 is released.
12670
12671 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12672
12673         * gnus-agent.el (gnus-agent-read-agentview): Inline
12674         gnus-uncompress-range.
12675
12676 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12677
12678         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12679         `exec-installed-p'.
12680
12681 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12682
12683         * gnus.el (spam-process, spam-autodetect-methods): Add
12684         bsfilter and bsfilter-headers.
12685
12686         * spam.el (spam-bsfilter): New customize group.
12687         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12688         (spam-bsfilter-header, spam-bsfilter-probability-header)
12689         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12690         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12691         (spam-bsfilter-database-directory): New options.
12692         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12693         (spam-list-of-statistical-checks, spam-registration-functions):
12694         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12695         (spam-bsfilter-score): New command.
12696         (spam-check-bsfilter-headers, spam-check-bsfilter)
12697         (spam-bsfilter-register-with-bsfilter)
12698         (spam-bsfilter-register-spam-routine)
12699         (spam-bsfilter-unregister-spam-routine)
12700         (spam-bsfilter-register-ham-routine)
12701         (spam-bsfilter-unregister-ham-routine): New functions.
12702         (spam-generic-score): Support bsfilter; Accept an optional argument
12703         to recalcurate spam score even if scoring header has already been
12704         added.
12705         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12706         optional argument to recalcurate spam score even if scoring header
12707         has already been added.
12708
12709 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12710
12711         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12712         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12713         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12714         link is missing.
12715
12716 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12717
12718         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12719         (html2text-get-attr): Rewrite.
12720
12721         * message.el (message-setup-1): Remove redundant put-text-property
12722         on mail-header-separator.
12723
12724 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * gnus-registry.el (gnus-registry-cache-whitespace)
12727         (gnus-registry-action, gnus-registry-spool-action)
12728         (gnus-registry-split-fancy-with-parent): Change message levels
12729         from 5 to 3 or 7, as needed.
12730
12731         * spam.el (spam-summary-prepare-exit)
12732         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12733         (spam-split, spam-find-spam, spam-log-undo-registration)
12734         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12735         level from 5 to 6.
12736
12737 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12740         2004-03-04 change).
12741
12742 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12743
12744         * sieve-manage.el (sieve-manage-open):
12745         * nnweb.el (nnweb-insert-html):
12746         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12747         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12748         * nnspool.el (nnspool-request-group):
12749         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12750         * nnml.el (nnml-request-update-info):
12751         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12752         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12753         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12754         (nnimap-request-set-mark):
12755         * nnfolder.el (nnfolder-request-update-info):
12756         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12757         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12758         * gnus-uu.el (gnus-uu-find-articles-matching):
12759         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12760         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12761         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12762         * gnus-nocem.el (gnus-nocem-scan-groups):
12763         * gnus-int.el (gnus-start-news-server):
12764         * gnus-group.el (gnus-group-make-kiboze-group)
12765         (gnus-group-browse-foreign-server):
12766         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12767         Use mapc when appropriate.
12768
12769 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12770
12771         FIXME: Make separate entries for each person.
12772
12773         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12774         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12775         <shields@msrl.com>:
12776
12777         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12778         may need for spam sorting and scoring.
12779         (spam-user-format-function-S): Add user format function suitable for
12780         general use.
12781         (spam-article-sort-by-spam-status): Add sorting function for summary
12782         sorting.
12783         (spam-extra-header-to-number): Add function to get a score from a
12784         header.
12785         (spam-summary-score): Add function to  get a numeric score from the
12786         headers.
12787         (spam-generic-score): Fix function doc, was in wrong place.
12788         (spam-initialize): Take symbols when it's run, and install the
12789         extra headers that spam-necessary-extra-headers thinks we need.
12790
12791 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12794         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12795
12796 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12797
12798         * gnus-sum.el (gnus-set-global-variables)
12799         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12800         (gnus-article-get-xrefs, gnus-summary-best-group)
12801         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12802         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12803         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12804         Use with-current-buffer.
12805
12806 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12807
12808         * spam.el (spam-summary-prepare-exit): Simplify logic.
12809         (spam-fetch-article-header): Read the article header if it's not
12810         available.
12811         (spam-list-articles): Simplify logic.
12812         (spam-filelist-register-routine): Fix bug with unregister-list.
12813
12814         * gnus-registry.el: Fix comments at beginning.
12815
12816 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12817
12818         * message.el (message-cater-to-broken-inn): Remove.
12819         (message-shorten-references): Make sure the total folded length of
12820         References is shorter than 998 characters to cater to a bug in INN
12821         2.3.  Also, don't pretend that references aren't folded -- this
12822         hasn't worked for a while.
12823
12824 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12825
12826         * gnus-agent.el (gnus-agentize):
12827         gnus-agent-send-mail-real-function no longer set to current value
12828         of message-send-mail-function but rather a lambda that calls
12829         message-send-mail-function.  The change makes the agent real-time
12830         responsive to user changes to message-send-mail-function.
12831
12832 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12833
12834         * legacy-gnus-agent.el
12835         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12836         help from Florian Weimer <fw@deneb.enyo.de>
12837
12838 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * nnmail.el (nnmail-cache-insert): Revert last change.
12841
12842 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * nnmail.el (nnmail-cache-insert): Always check whether
12845         nnmail-cache-ignore-groups matches a group name.
12846
12847 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12848
12849         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12850         (spam-find-spam, spam-log-processing-to-registry)
12851         (spam-log-registered-p, spam-log-unregistration-needed-p)
12852         (spam-log-undo-registration): Use gnus-message instead of
12853         gnus-error, none of these errors are fatal.
12854
12855         * gnus-registry.el (gnus-registry-clean-empty-function)
12856         (gnus-registry-clean-empty): Remove only empty entries without
12857         extra data.
12858
12859 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12860
12861         * spam-stat.el (spam-stat-buffer-change-to-spam)
12862         (spam-stat-buffer-change-to-non-spam): Change (error) to
12863         (gnus-message 8) invocation.
12864
12865 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * nntp.el (nntp-via-netcat-command): New variable.
12868         (nntp-via-netcat-switches): New variable.
12869         (nntp-open-via-rlogin-and-netcat): New function.
12870         (nntp-open-connection-function): Doc fix.
12871         (nntp-telnet-command): Doc fix.
12872         (nntp-end-of-line): Doc fix.
12873         (nntp-via-rlogin-command): Doc fix.
12874         (nntp-via-user-name): Doc fix.
12875         (nntp-via-address): Doc fix.
12876
12877 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12880         error in Emacs 21.1.
12881
12882 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12885
12886 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12887
12888         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12889         (gnus-agent-with-refreshed-group): New macro.
12890         (gnus-agent-rename-group): New function.
12891         (gnus-agent-delete-group): New function.
12892         (gnus-agent-save-group-info): Use gnus-command-method when
12893         `method' parameter is nil.  Don't write nil entries into the
12894         active file.
12895         (gnus-agent-get-group-info): New function.
12896         (gnus-agent-fetch-articles): Use
12897         gnus-agent-update-files-total-fetched-for to increment disk space
12898         used.
12899         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12900         gnus-agent-update-view-total-fetched-for to increment disk space
12901         used.
12902         (gnus-agent-get-local): Added optional parameters to avoid calling
12903         gnus-group-real-name and gnus-find-method-for-group.
12904         (gnus-agent-set-local): Delete stored entry if either min, or max,
12905         are nil.
12906         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12907         quit, use gnus-agent-regenerate-group to record existance of any
12908         articles fetched to disk before the quit occurred.
12909         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12910         gnus-agent-update-view-total-fetched-for, and
12911         gnus-agent-update-files-total-fetched-for to decrement disk space
12912         used.
12913         (gnus-agent-retrieve-headers): Use
12914         gnus-agent-update-view-total-fetched-for to increment disk space
12915         used.
12916         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12917         with gnus-agent-update-files-total-fetched-for to decrement disk
12918         space and fresh group buffer.
12919         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12920         (gnus-agent-need-update-total-fetched-for): New variable.
12921         (gnus-agent-update-files-total-fetched-for): New function.
12922         (gnus-agent-update-view-total-fetched-for): New function.
12923         (gnus-agent-total-fetched-for): New function.
12924
12925         * gnus-cache.el (gnus-cache-save-buffers): Use
12926         gnus-cache-update-overview-total-fetched-for to change disk space
12927         used by this group.
12928         (gnus-cache-possibly-enter-article): Use
12929         gnus-cache-update-file-total-fetched-for to increment disk space
12930         used by this group.
12931         (gnus-cache-possibly-remove-article): Use
12932         gnus-cache-update-file-total-fetched-for to decrement disk space
12933         used by this group.
12934         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12935         (gnus-cache-rename-group): New function.
12936         (gnus-cache-delete-group): New function.
12937         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12938         (gnus-cache-need-update-total-fetched-for): New variable.
12939         (gnus-cache-with-refreshed-group): New macro.
12940         (gnus-cache-update-file-total-fetched-for): New function.
12941         (gnus-cache-update-overview-total-fetched-for): New function.
12942         (gnus-cache-rename-group-total-fetched-for): New function.
12943         (gnus-cache-delete-group-total-fetched-for): New function.
12944         (gnus-cache-total-fetched-for): New function.
12945
12946         * gnus-group.el: Require gnus-sum and autoload functions to
12947         resolve warnings when gnus-group.el compiled alone.
12948         (gnus-group-line-format): Documented new %F
12949         (size of Fetched data) group line format; identifies disk space
12950         used by agent and cache.
12951         (gnus-group-line-format-alist): Defined new F format.
12952         (gnus-total-fetched-for): New function.
12953         (gnus-group-delete-group): No longer update
12954         gnus-cache-active-altered as gnus-request-delete-group now keeps
12955         the cache in sync.
12956         (gnus-group-list-active): Let the agent store a server's active
12957         list if currently plugged.
12958
12959         * gnus-int.el (gnus-request-delete-group):
12960         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12961         local disk in sync with the server.
12962         (gnus-request-rename-group):
12963         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12964         local disk in sync with the server.
12965
12966         * gnus-start.el (gnus-get-unread-articles):
12967         Cosmetic simplification to logic.
12968
12969         * gnus-util.el (gnus-rename-file): New function.
12970
12971 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12972
12973         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12974
12975 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12978         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12979
12980 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12981
12982         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12983         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12984
12985 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12986
12987         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12988
12989 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * spam.el (spam-set-difference): Add function to replace
12992         gnus-set-difference in spam.el.
12993         (spam-summary-prepare-exit): Use spam-set-difference.
12994
12995 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * gnus-registry.el (gnus-registry-cache-file): Update to use
12998         gnus-dribble-directory OR gnus-home-directory OR ~.
12999         (gnus-registry-split-fancy-with-parent): Fix doc.
13000
13001 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * message.el (message-exchange-point-and-mark): Use
13004         message-mark-active-p.  Suggested by Jesper Harder
13005         <harder@ifa.au.dk>.
13006
13007 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * message.el (message-exchange-point-and-mark): Don't activate
13010         region if it was inactive.  Suggested by Hiroshi Fujishima
13011         <pooh@nature.tsukuba.ac.jp>.
13012
13013 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (article-display-face): Display Faces in the same
13016         order as X-Faces.
13017
13018 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13021
13022 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13025         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13026         (gnus-article-mime-hierarchy): Remove.
13027         (gnus-article-mime-hierarchy-next): Remove.
13028         (gnus-article-mode): Revert 2004-03-19 change.
13029         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13030         (gnus-insert-mime-button): Revert 2004-03-19 change.
13031         (gnus-mime-accumulate-hierarchy): Remove.
13032         (gnus-mime-enter-multipart): Remove.
13033         (gnus-mime-leave-multipart): Remove.
13034         (gnus-mime-display-part): Revert 2004-03-19 change.
13035         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13036
13037         * mml.el (mml-preview): Revert 2004-03-19 change.
13038
13039 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13040
13041         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13042
13043 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13046         t while entering a file name using the mm-with-multibyte macro.
13047         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13048
13049         * mm-util.el (mm-with-multibyte): New macro.
13050
13051 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13054         user option.
13055         (gnus-mime-multipart-functions): Doc and customization fix.
13056         (gnus-article-mime-hierarchy): New variable.
13057         (gnus-article-mime-hierarchy-next): New variable.
13058         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13059         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13060         gnus-article-mime-hierarchy-next to nil.
13061         (gnus-insert-mime-button): Show hierarchy numbers.
13062         (gnus-mime-accumulate-hierarchy): New function.
13063         (gnus-mime-enter-multipart): New function.
13064         (gnus-mime-leave-multipart): New function.
13065         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13066         (gnus-mime-display-alternative): Show hierarchy numbers.
13067
13068         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13069         gnus-article-mime-hierarchy-next to nil.
13070
13071 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13072
13073         * dns.el: Don't require gnus-xmas.
13074
13075 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13076
13077         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13078         inline PGP.
13079         (mml-menu): Disable mml-quote-region if mark is inactive.
13080
13081 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13084         when the group's active is not available.
13085
13086 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13089         error.
13090
13091 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * imap.el (imap-store-password): New variable.
13094         (imap-interactive-login): Use it.
13095         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13096
13097 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13100         window-start and hscroll to summary window.
13101
13102 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13103
13104         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13105         conversion message to newsrc-dribble when an actual conversion is
13106         performed.
13107
13108 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13109
13110         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13111
13112 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * mm-decode.el (mm-complicated-handles): New function reviving
13115         former definition of mm-multiple-handles.
13116
13117         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13118         (gnus-mime-delete-part): Use it.
13119
13120 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13121
13122         * gnus-agent.el (gnus-agent-read-local): Bind
13123         nnheader-file-coding-system to gnus-agent-file-coding-system to
13124         avoid the implicit assumption that they will always be equal.
13125         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13126         coding-system-for-write, as the with-temp-file macro first prints
13127         to a buffer then saves the buffer.
13128
13129 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-art.el (gnus-article-edit-part): New function.
13132         (gnus-mime-save-part-and-strip): Use it; do query instead of
13133         signaling an error; don't use mm-multiple-handles.
13134         (gnus-mime-delete-part): Ditto.
13135
13136 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13137
13138         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13139         old file versions.
13140         (gnus-group-prepare-hook): Removed function that converted list
13141         form of gnus-agent-expire-days to group properties.
13142
13143         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13144         (gnus-request-accept-article): Re-indented.
13145
13146         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13147         converters to handle old agent file formats.  Added logic for a
13148         "backup before upgrading warning".
13149         (gnus-convert-mark-converter-prompt): Developers can mark
13150         functions as needing (default), or not needing,
13151         gnus-convert-old-newsrc's "backup before upgrading warning".
13152         (gnus-convert-converter-needs-prompt): Tests whether the user
13153         should be protected from potentially irreversable changes by the
13154         function.
13155
13156         * legacy-gnus-agent.el: New.  Provides converters that are only
13157         loaded when gnus-convert-old-newsrc needs to call them.
13158
13159 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mail-source.el (mail-source-touch-pop): Doc fix.
13162
13163         * message.el (message-smtpmail-send-it): Doc fix.
13164
13165 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13166
13167         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13168
13169         * nnmail.el (nnmail-split-fancy): do.
13170
13171         * gnus-kill.el (gnus-kill, gnus-execute): do.
13172
13173 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13174
13175         * gnus-sum.el (gnus-widget-reversible-match)
13176         (gnus-widget-reversible-to-internal)
13177         (gnus-widget-reversible-to-external): New functions.
13178         (gnus-widget-reversible): New widget.
13179         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13180
13181 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13182
13183         * gnus-sum.el (gnus-thread-sort-functions)
13184         (gnus-article-sort-functions): Document `(not F)' items.
13185
13186 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * spam.el (spam-use-gmane-xref): Add new backend.
13189         (spam-gmane-xref-spam-group): Add variable to control the name of the
13190         Gmane spam group.
13191         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13192         (spam-regex-headers-spam, spam-regex-headers-ham)
13193         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13194         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13195         backends and checks.
13196         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13197
13198         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13199         an autodetect method.
13200
13201 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13202
13203         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13204         articles are being added to a group.
13205         (gnus-request-replace-article): Inform the agent that articles
13206         need to be uncached as the cached contents are no longer valid.
13207
13208 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * binhex.el: Don't autoload executable-find.
13211
13212         * canlock.el: Don't autoload mail-fetch-field.
13213
13214         * dgnushack.el: Autoload c-mode for XEmacs.
13215
13216         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13217
13218         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13219         rmail-dont-reply-to and rmail-output.
13220
13221         * gnus-score.el: Don't autoload ffap-string-at-point.
13222
13223         * gnus-setup.el: Don't autoload sc-cite-original.
13224
13225         * imap.el: Don't autoload base64-decode-string,
13226         base64-encode-string and md5.
13227
13228         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13229         and rmail-msg-restore-non-pruned-header.
13230
13231         * mm-decode.el: Don't autoload executable-find.
13232
13233         * mm-url.el: Don't autoload executable-find.
13234
13235         * mm-view.el: Don't autoload diff-mode.
13236
13237         * nndb.el: Don't autoload news-reply-mode, news-setup,
13238         cancel-timer and telnet.
13239
13240         * password.el: Don't autoload run-at-time for Emacs.
13241
13242         * sha1-el.el: Don't autoload executable-find.
13243
13244         * sieve-mode.el: Don't autoload c-mode.
13245
13246         * uudecode.el: Don't autoload executable-find.
13247
13248 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13249
13250         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13251         (gnus-agent-possibly-alter-active): Avoid null in numeric
13252         comparison.
13253         (gnus-agent-set-local): Refuse to save null in local object table.
13254         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13255         list of articles that will be marked as unread.
13256
13257 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13260
13261 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13262
13263         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13264         language tags.
13265
13266 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13267
13268         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13269         Don't bind "obarray".
13270
13271         * gnus-sum.el (gnus-thread-sort-functions): Added
13272         `gnus-thread-sort-by-most-recent-number' and
13273         `gnus-thread-sort-by-most-recent-date'.
13274         Reported by Kai Grossjohann <kai@emptydomain.de>.
13275
13276 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13279
13280 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13281
13282         * gnus-cus.el (gnus-agent-customize-category): Removed
13283         ignore-errors macro reference that required cl to be loaded at
13284         run-time.
13285
13286         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13287         single-interval range of the form (min . max).  Previously the
13288         range had to look like ((min . max)).  Likewise, return
13289         (min . max) rather than ((min . max)).
13290         (gnus-range-map): Use gnus-range-normalize to accept
13291         single-interval range.
13292
13293         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13294         the cache, but not the agent, now appear with their usual face.
13295
13296         * dgnushack.el (loaddir): New variable that is bound to the
13297         directory containing the dgnushack.el file. Use loaddir, rather
13298         than srcdir, to update load-path. Change lets dgnushack compile
13299         code in directories other than GNUS/lisp.
13300
13301 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * lpath.el: Don't bind w3m-safe-url-regexp.
13304
13305         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13306         w3m-safe-url-regexp variable buffer-local.
13307
13308         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13309
13310 2004-02-27  Simon Josefsson  <jas@extundo.com>
13311
13312         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13313         gnus-group-real-prefix.
13314         (gnus-summary-move-article): Use it, instead of
13315         gnus-group-real-prefix.
13316
13317 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * lpath.el: Bind w3m-safe-url-regexp.
13320
13321         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13322         w3m-safe-url-regexp variable buffer-local and set it as the value
13323         of mm-w3m-safe-url-regexp.
13324
13325         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13326
13327         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13328         parsing gnus-posting-styles when the message is not for replying.
13329
13330         * dgnushack.el: Autoload sgml-mode for XEmacs.
13331
13332         * nnrss.el (nnrss-opml-export): Use
13333         mm-set-buffer-file-coding-system instead of
13334         set-buffer-file-coding-system.
13335
13336 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13337
13338         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13339         of checkdoc.el).
13340         * nnrss.el: do.
13341         * gnus-mlspl.el: do.
13342         * gnus-ml.el: do.
13343         * gnus-srvr.el: do.
13344
13345         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13346
13347 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13348
13349         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13350         Corrections to custom-manual links.
13351
13352         * gnus-art.el (gnus-article): Ditto.
13353
13354         * mm-decode.el (mime-display, mime-security): Ditto.
13355
13356 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13357
13358         * flow-fill.el: Typo.
13359
13360 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13361
13362         * spam-wash.el: New file.
13363
13364 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13365
13366         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13367
13368 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13369
13370         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13371         to be run with new-articles as LIST1, not LIST2.
13372         (spam-registration-functions): Add spam-use-ham-copy as a nil
13373         registration backend.
13374
13375 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13376
13377         * spam-stat.el (spam-stat-washing-hook): New option.
13378         (spam-stat-buffer-words): Use it.
13379         (spam-stat-process-directory, spam-stat-test-directory): Use
13380         insert-file-contents-literally.
13381         (spam-stat-coding-system): New variable.
13382         (spam-stat-load, spam-stat-save): Use it.
13383
13384 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * spam-report.el (spam-report-plug-agent): Quote
13387         spam-report-url-to-file and spam-report-url-ping-plain.
13388
13389 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13392         / in mailto URLs.
13393
13394 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * spam-report.el (spam-report-process-queue): Fix interactive use.
13397         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13398         (spam-report-unplug-agent): Doc fixes.
13399         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13400         (spam-report-agentize, spam-report-deagentize): Autoload
13401
13402 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13405
13406         * message.el (message-setup-fill-variables): Add mml tags to
13407         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13408         <ajk@iu.edu>.
13409         (message-mode): Don't modify paragraph-separate there.
13410
13411 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * compface.el (uncompface-use-external): Default to undecided.
13414         (uncompface-use-external-threshold): New variable.
13415         (uncompface-float-time): New macro.
13416         (uncompface): Determine whether to use the external decoder if
13417         uncompface-use-external is undecided.
13418
13419 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13422         after images.
13423
13424         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13425
13426 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13427
13428         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13429
13430         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13431
13432         * gnus-sum.el (gnus-summary-limit-to-age)
13433         (gnus-summary-limit-children): do.
13434
13435         * gnus-int.el (gnus-request-scan): do.
13436
13437         * gnus-group.el (gnus-group-suspend): do.
13438
13439         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13440
13441         * gnus-cite.el (gnus-cite-parse-attributions): do.
13442
13443         * gnus-agent.el (gnus-summary-set-agent-mark)
13444         (gnus-agent-regenerate-group): do.
13445
13446         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13447
13448         * binhex.el (binhex-decode-region-internal): do.
13449
13450 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-fun.el (gnus-face-properties-alist): New user option.
13453         (gnus-display-x-face-in-from): Use it.
13454
13455         * gnus-art.el (article-display-face): Ditto.
13456
13457         * compface.el (uncompface-use-external): Default to nil.
13458
13459 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13460
13461         * nntp.el (nntp-erase-buffer): New function.
13462         (nntp-retrieve-data, nntp-send-command)
13463         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13464         (nntp-possibly-change-group): Use it.
13465
13466         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13467         with-current-buffer.
13468
13469 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13470
13471         * compface.el: Merge the ELisp-based uncompface program.
13472         (compface): New customization group.
13473         (uncompface-use-external): New user option.
13474         (uncompface): Call uncompface-internal if uncompface-use-external
13475         is nil.
13476         (uncompface-internal): New function.  Note that there are also
13477         some other functions and variables added for this function.
13478
13479 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13480
13481         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13482         if necessary.
13483
13484 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * spam-report.el (spam-report-unplug-agent)
13487         (spam-report-plug-agent, spam-report-deagentize)
13488         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13489         Add support for the Agent in spam-report: when unplugged, report to a
13490         file; when plugged, submit all the requests.
13491
13492         * spam.el (spam-register-routine): Fix message about
13493         registration.
13494
13495 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13496
13497         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13498         dependencies.
13499         (rfc2047-encode): Use it.
13500
13501         * gnus-art.el (gnus-button-marker-list): Move before first
13502         reference.
13503
13504         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13505         (imap-parse-body): Fix format string mismatch.
13506
13507         * gnus-score.el (gnus-summary-increase-score): do.
13508
13509         * nnrss.el (nnrss-close): New function.
13510
13511 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13512
13513         * nnrss.el (nnrss-make-filename): New function.
13514         (nnrss-request-delete-group, nnrss-read-server-data)
13515         (nnrss-save-server-data, nnrss-read-group-data)
13516         (nnrss-save-group-data): Use it.
13517         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13518         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13519         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13520
13521 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13522
13523         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13524
13525 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13526
13527         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13528         files.
13529
13530         * message.el (message-generate-headers-first): Don't quote nil
13531         and t in docstrings.
13532
13533         * imap.el (imap-id): do.
13534
13535         * gnus-agent.el (gnus-agent-consider-all-articles)
13536         (gnus-agent-queue-mail): do.
13537
13538 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * spam-report.el (spam-report-process-queue): New function.
13541         Process requests from `spam-report-requests-file'.
13542         (spam-report-process-queue): Doc fix.
13543
13544 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13545
13546         * spam.el (spam-register-routine)
13547         (spam-log-processing-to-registry, spam-log-registered-p)
13548         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13549         Change "check" to "spam-check" for semi-clarity.
13550
13551 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13552
13553         * pop3.el: Require nnheader.
13554
13555         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13556
13557         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13558
13559         * gnus-picon.el: Require cl.
13560
13561         * gnus-fun.el: Require gnus-ems and gnus-util.
13562
13563         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13564
13565         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13566
13567         * gnus-art.el (gnus-article-edit-mode): Define before first
13568         reference.
13569
13570 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13571
13572         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13573         (gnus-uu-post-encoded): Use point-at-bol.
13574
13575         * gnus-topic.el (gnus-group-active-topic-p): do.
13576
13577         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13578
13579         * gnus-group.el (gnus-group-kill-region): do.
13580
13581         * gnus-art.el (article-date-ut): do.
13582
13583         * message.el (message-fetch-field): Remove redundant
13584         case-fold-search binding.
13585         (message-narrow-to-field): Simplify.
13586
13587 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * spam.el (spam-directory): Derive from `gnus-directory'.
13590
13591         * spam-report.el (spam-report-url-to-file)
13592         (spam-report-requests-file): New function and variable for offline
13593         reporting.
13594         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13595         and user defined function.
13596         (spam-report-url-ping-mm-url): Remove doubled slash.
13597
13598 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13601
13602 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13603
13604         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13605         format string mismatch.
13606
13607         * sieve.el (sieve-deactivate-all): do.
13608
13609         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13610
13611         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13612
13613         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13614
13615         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13616
13617 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13620         the list of checks.
13621
13622 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13623
13624         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13625         padding.
13626
13627 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13628
13629         * mm-view.el (mm-fill-flowed): New variable.
13630         (mm-inline-text): Use it.
13631
13632 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * spam.el (spam-spamassassin-register-ham-routine)
13635         (spam-spamassassin-register-spam-routine): Fix function names.
13636
13637 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus.el (gnus-tmp-grouplens): Remove.
13640         (gnus-summary-line-format): Remove grouplens.
13641
13642         * gnus-group.el (gnus-group-line-format): Ditto.
13643
13644         * gnus-spec.el (gnus-format-specs): Ditto.
13645         (gnus-update-format-specifications): Flush the group format spec
13646         cache if there's the grouplens stuff.
13647         (gnus-parse-simple-format): Replace %l with the empty string.
13648
13649 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13650
13651         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13652         omission.
13653
13654 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13657         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13658
13659 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13660
13661         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13662         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13663         New macros and functions.
13664         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13665         Handle > NLINK_MAX messages.
13666         * nnmaildir.el (nnmaildir-request-set-mark): Use
13667         nnmaildir--emlink-p and nnmaildir--eexist-p.
13668
13669 2004-01-25  Alex Schroeder  <alex@gnu.org>
13670
13671         * spam-stat.el (spam-stat-process-directory-age): New option.
13672         (spam-stat-process-directory): Use it.
13673
13674 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13675
13676         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13677         (spam-stat-save): Accept prefix argument.
13678
13679 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13680
13681         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13682         links" error.
13683
13684 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13687         the rest of the and/or forms.
13688
13689 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13690
13691         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13692         compatibility with old .newsrc.eld files.
13693
13694         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13695
13696         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13697
13698         * gnus-start.el (gnus-1): do.
13699
13700         * gnus-group.el (gnus-group-line-format-alist): do.
13701
13702         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13703
13704         * gnus-gl.el: Remove.
13705
13706 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13707
13708         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13709         marks consisting of a single range {for example, (3 . 5)} rather
13710         than a list of a single range { ((3 . 5)) }.
13711
13712 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13713
13714         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13715         with-current-buffer.
13716         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13717         avoid consing a string.
13718
13719         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13720         Remove obsolete entries for big5 and gb2312.
13721
13722 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13723
13724         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13725         uncompressed list.
13726
13727 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13728
13729         * spam-stat.el (spam-stat-strip-xref): New function.
13730         (spam-stat-process-directory): Use it.
13731
13732         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13733         here -- it's done in message-fetch-field.
13734
13735 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13736
13737         * gnus-agent.el (gnus-agent-queue-mail)
13738         (gnus-agent-prompt-send-queue): New variables.
13739         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13740         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13741         "nndraft:queue" along to gnus-draft-send.  Use
13742         gnus-agent-prompt-send-queue.
13743         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13744         is "nndraft:queue".  Suggested by Gaute Strokkenes
13745         <gs234@srcf.ucam.org>
13746
13747         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13748         (agent-enable-undownloaded-faces): Added
13749         (gnus-agent-cat-groups): Use eval-and-compile, not
13750         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13751         method of gnus-agent-cat-groups even when the buffer has been
13752         evaled.
13753         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13754         delete gnus-agent-save-active-1.
13755         (gnus-agent-save-groups): Deleted.  Identical to
13756         gnus-agent-save-active.
13757         (gnus-agent-write-active): No longer adjust agent's copy of active
13758         file as agent's adjustments are now stored in their own
13759         file.  Removed optional parameter.
13760         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13761         servers.  Add use of min/max range limits from server's local
13762         file.
13763         (gnus-agent-save-alist): Removed unused optional argument.
13764         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13765         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13766         (gnus-agent-set-local): A per-server file that keeps min/max range
13767         limits for articles known to the agent.  Provides a fast mechanism
13768         for altering many active ranges.
13769         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13770         active file (local makes it unnecessary).
13771         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13772
13773         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13774         (agent-enable-undownloaded-faces): Added
13775
13776         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13777         disable it when sending to "nndraft:queue".
13778         (gnus-group-send-queue): Add safety check to avoid sending queue
13779         when unplugged.
13780
13781         * gnus-group.el (gnus-group-catchup): Use new
13782         gnus-sequence-of-unread-articles, not
13783         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13784         numbers of articles.  Use gnus-range-map to avoid having to
13785         uncompress the unread list.
13786         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13787         Fixed invalid ange-ftp reference.
13788
13789         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13790         (gnus-sorted-range-intersection): Intersection of two ranges
13791         without requiring that they first be uncompressed.
13792
13793         * gnus-start.el (gnus-activate-group): Unless blocked by the
13794         caller, possibly expand the active range to include both cached
13795         and agentized articles.
13796         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13797         multiple version-dependent converters.
13798         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13799         gnus-agent-save-active.
13800         (gnus-save-newsrc-file): Save dirty agent range limits.
13801
13802         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13803         gnus-agent-possibly-alter-active.
13804         (gnus-adjust-marked-articles): Faster handling of simple lists
13805
13806 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13807
13808         * spam-stat.el (spam-stat-test-directory): New optional argument
13809         displays a list of files detected.  Suggested by Andrew Cohen
13810         <cohen@andy.bu.edu>.
13811         (spam-stat-buffer-words-with-scores): Don't narrow and change
13812         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13813
13814 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13815
13816         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13817         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13818         (spam-spamassassin-arguments)
13819         (spam-spamassassin-spam-flag-header)
13820         (spam-spamassassin-positive-spam-flag-header)
13821         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13822         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13823         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13824         (spam-list-of-processors, spam-list-of-checks)
13825         (spam-list-of-statistical-checks, spam-registration-functions)
13826         (spam-check-spamassassin-headers, spam-check-spamassassin)
13827         (spam-spamassassin-score)
13828         (spam-spamassassin-register-with-sa-learn)
13829         (spam-spamassassin-register-spam-routine)
13830         (spam-spamassassin-register-ham-routine)
13831         (spam-assassin-register-spam-routine)
13832         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13833         (spam-bogofilter-score): Fix to show article before scoring.
13834
13835 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13836
13837         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13838         default scoring function.
13839         (spam-generic-score): Call spam-spamassassin-score if
13840         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13841         spam-bogofilter-score otherwise.
13842
13843         * gnus.el (spam-process, spam-autodetect-methods): Add
13844         spamassassin and spamassassin-headers.
13845
13846 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13847
13848         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13849         Suppress unnecessary messages.
13850
13851 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13852
13853         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13854         make-hash-table.
13855
13856 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * canlock.el (base64-encode-string): Don't autoload it.
13859
13860 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * run-at-time.el: Remove useless (require 'itimer),
13863         eval-and-compile and (featurep 'xemacs).
13864
13865 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13866
13867         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13868         GROUP is a virtual group.
13869
13870 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13871
13872         * gnus.el: Autoload `message-y-or-n-p'.
13873
13874 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13875
13876         * pgg-parse.el: Remove unnecessary (require 'custom).
13877
13878         * pgg-def.el: do.
13879
13880         * nnmail.el: do.
13881
13882         * gnus-undo.el: do.
13883
13884         * gnus-picon.el: do.
13885
13886         * gnus-util.el: do.
13887
13888 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13891
13892 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13895         handle, as well as a list.
13896
13897         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13898         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13899         (mm-w3m-cid-retrieve): Simplify.
13900
13901 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13902
13903         * message.el (message-kill-to-signature): Allow prefix arg to
13904         specify number of lines to keep before signature.
13905
13906 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13907
13908         (message-kill-to-signature): Change docstring.
13909
13910 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * canlock.el: Always require sha1-el.
13913         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13914
13915         * message.el: Autoload sha1 only when compiling.
13916
13917         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13918         eudc-expand-inline for XEmacs.
13919
13920 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * message.el (message-canlock-generate): Require sha1-el.
13923
13924 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13925
13926         * message.el (message-expand-name): Silence the byte compiler.
13927
13928         * lpath.el: Add detect-coding-system.
13929
13930         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13931         cus-edit.
13932
13933 2004-01-13  Simon Josefsson  <jas@extundo.com>
13934
13935         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13936         Invoke gnus-score-mode.  Reported by
13937         bojohan+news@dd.chalmers.se (Johan Bockgård).
13938
13939         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13940         Jim Blandy <jimb@redhat.com> (tiny change).
13941
13942 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13943
13944         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13945
13946 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * spam.el (spam-get-article-as-string): Update to use
13949         gnus-request-article-this-buffer, much simpler.
13950         (spam-get-article-as-buffer): Remove.
13951
13952 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13953
13954         * message.el (message-expand-name): Use EUDC if the user uses that.
13955
13956 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13957
13958         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13959         character for the encoding to avoid consing a string.
13960
13961         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13962         unnecessarily.
13963
13964         * mm-util.el (mm-replace-chars-in-string): Remove.
13965
13966         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13967         of mm-replace-chars-in-string.
13968
13969 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13970
13971         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13972
13973         * mm-util.el (mm-subst-char-in-string): Support inplace.
13974
13975         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13976         a new string in every iteration.  Use shy groups.
13977
13978 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13979
13980         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13981         * gnus-soup.el (gnus-soup-group-brew):
13982         * gnus-msg.el (gnus-put-message):
13983         * gnus-move.el (gnus-group-move-group-to-server):
13984         * gnus-kill.el (gnus-batch-score):
13985         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13986         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13987         (gnus-group-update-group, gnus-group-read-group)
13988         (gnus-group-make-group, gnus-group-make-help-group)
13989         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13990         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13991         (gnus-group-sort-by-unread, gnus-group-catchup)
13992         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13993         (gnus-group-yank-group, gnus-group-set-info)
13994         (gnus-group-list-groups):
13995         * gnus.el (gnus-generate-new-group-name):
13996         * gnus-delay.el (gnus-delay-send-queue):
13997         * nnvirtual.el (nnvirtual-catchup-group):
13998         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13999         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14000         (gnus-group-prepare-topics, gnus-topic-check-topology):
14001         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14002         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14003         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14004         (gnus-group-make-articles-read):
14005         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14006         (gnus-group-change-level, gnus-kill-newsgroup)
14007         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14008         (gnus-get-unread-articles, gnus-make-articles-unread)
14009         (gnus-make-ascending-articles-unread): Use accessor
14010         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14011         to get group information for improved readability.
14012
14013
14014 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14015
14016         * gnus-art.el (article-decode-mime-words, article-babel)
14017         (gnus-article-highlight-signature, gnus-article-add-buttons)
14018         (gnus-signature-toggle): Use gnus-with-article-buffer.
14019
14020         * gnus-art.el (gnus-article-highlight-headers)
14021         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14022
14023         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14024         (gnus-article-set-globals, gnus-request-article-this-buffer)
14025         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14026         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14027         (gnus-mime-display-alternative): Use with-current-buffer.
14028
14029 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14032         also under 80 char limit, and call gnus-error if needed.
14033         (spam-fetch-article-header): Fix - it was a
14034         buffer-local variable (gnus-newsgroup-data).
14035         (spam-find-spam): Use spam-generate-fake-headers, forget about
14036         spam-insert-fake-headers.
14037         (spam-insert-fake-headers): Remove.
14038
14039 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14040
14041         * deuglify.el (gnus-article-outlook-unwrap-lines)
14042         (gnus-outlook-rearrange-article)
14043         (gnus-outlook-repair-attribution-outlook)
14044         (gnus-outlook-repair-attribution-block)
14045         (gnus-outlook-repair-attribution-other): Remove redundant
14046         save-excursion.
14047
14048 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14049
14050         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14051         (spam-fetch-field-subject-fast)
14052         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14053         (spam-fetch-article-header): Add functions to deal with Gnus
14054         internals for fast retrieval of article header data.
14055         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14056
14057 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14058
14059         * pop3.el (pop3-md5): Remove.
14060         (pop3-apop): Replace pop3-md5 with md5.
14061
14062         * mm-bodies.el: base64 is always built-in.
14063
14064         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14065         with-current-buffer.
14066
14067 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * canlock.el (canlock-insert-header): Remove excessive grouping in
14070         regexp.
14071
14072         * gnus-sum.el (gnus-summary-read-document): Ditto.
14073
14074         * gnus-uu.el (gnus-uu-part-number): Ditto.
14075
14076         * html2text.el (html2text-remove-tags): Ditto.
14077         (html2text-format-tags): Ditto.
14078         (html2text-format-single-elements): Ditto.
14079
14080         * mml.el (mml-parse-1): Ditto.
14081
14082 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14083
14084         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14085
14086         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14087
14088         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14089
14090         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14091
14092 2003-11-15  Simon Josefsson  <jas@extundo.com>
14093
14094         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14095         (pgg-gpg-lookup-key): Use regexp match instead of
14096         split-string (split-string is different between emacs 21.2 and
14097         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14098
14099 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14100
14101         * gnus-art.el (gnus-mime-view-all-parts)
14102         (gnus-article-part-wrapper, gnus-article-view-part): Use
14103         with-current-buffer.
14104
14105 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14106
14107         * spam.el (spam-disable-spam-split-during-ham-respool)
14108         (spam-spamoracle-database, spam-cache-lookups)
14109         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14110         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14111         (spam-group-ham-marks, spam-group-spam-marks)
14112         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14113         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14114         also add spam-use-blackholes to the statistical checks.
14115         (spam-fetch-field-fast): Add interface to fetching fields, may
14116         become a macro.
14117         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14118         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14119         (spam-insert-fake-headers): Fake an article when needed.
14120         (spam-find-spam): Fake article when possible.
14121         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14122         (spam-check-bogofilter-headers): Use message-fetch-field instead
14123         of nnmail-fetch-field.
14124
14125 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14128
14129 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * spam.el (spam-split): Do not require spam-use-CHECK to be
14132         enabled if that check is passed to spam-split explicitly; also
14133         fix so 'spam doesn't get converted to spam-split-group when
14134         spam-split-symbolic-return is t.
14135         (spam-find-spam): Find registrations of the article and use those
14136         instead of re-running spam-split to find the spam/ham
14137         classification of the article.
14138         (spam-log-processing-to-registry, spam-log-registered-p)
14139         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14140         Use gnus-error instead of gnus-message.
14141         (spam-log-registration-type): Add function to determine the
14142         classification of a message based on registry entries; will
14143         return nil if both 'spam and 'ham are found.
14144         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14145         a reasonably fast local cache without the loading errors.
14146         (spam-cache-lookups): Set to t by default.
14147         (spam-find-spam): Don't try to guess spam-cache-lookups.
14148         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14149         spam-caches entry.
14150         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14151         caching of whitelist/blacklist entries.
14152         (spam-check-whitelist, spam-check-blacklist): Invoke
14153         spam-from-listed-p with a type, not a cache variable.
14154         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14155
14156 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14157
14158         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14159
14160         * nnmail.el (nnmail-split-fancy): do.
14161
14162         * mml.el (mml-parse): do.
14163
14164         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14165         (gnus-score-adaptive): do.
14166
14167 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14170         (gnus-mime-button-map): Don't set keymap parent.
14171         (gnus-button-ctan-directory-regexp): Use shy grouping.
14172         (gnus-prev-page-map): Don't set keymap parent.
14173         (gnus-prev-page-map): Remove duplicated one.
14174         (gnus-next-page-map): Don't set keymap parent.
14175         (gnus-mime-security-button-map): Ditto.
14176
14177         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14178         version number.
14179
14180         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14181
14182 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * canlock.el (canlock-sha1-function): Remove.
14185         (canlock-sha1-function-for-verify): Remove.
14186         (canlock-openssl-program): Remove.
14187         (canlock-openssl-args): Remove.
14188         (canlock-ignore-errors): Remove.
14189         (canlock-sha1-with-openssl): Remove.
14190         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14191         (canlock-verify): Don't use canlock-ignore-errors.
14192
14193         * sha1-el.el (sha1-string-external): Make it can return a string
14194         in binary form.
14195         (sha1-region-external): Ditto.
14196         (sha1-string-internal): Ditto.
14197         (sha1-region-internal): Ditto.
14198         (sha1-region): Ditto.
14199         (sha1-string): Ditto.
14200         (sha1): Ditto.
14201
14202 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14203
14204         * spam.el (spam-report-articles-gmane): New command.
14205
14206 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14209
14210         * run-at-time.el (run-at-time-saved): Remove.
14211         (run-at-time): Doc fix.
14212
14213 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14214
14215         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14216         (gnus-summary-limit-map): Add it.
14217         (gnus-summary-make-menu-bar): do.
14218
14219 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14222         Make attempt at some caching support (done for BBDB only now).
14223         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14224         addresses to be checked.
14225         (spam-clear-cache-BBDB): Add function, to be invoked by
14226         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14227         (spam-check-BBDB): Check and use the caches, if
14228         spam-cache-lookups is on, remove superfluous (provide).
14229
14230 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14233
14234 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14235
14236         * run-at-time.el (run-at-time-saved): Move to after the definition
14237         of `run-at-time'.
14238
14239         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14240
14241 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14244         mm-w3m-local-map-property.
14245
14246         * mm-view.el (mm-w3m-mode-map): Remove.
14247         (mm-w3m-local-map-property): Remove.
14248         (mm-inline-text-html-render-with-w3m): Don't use
14249         mm-w3m-local-map-property.
14250
14251 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14252
14253         * run-at-time.el: New file.
14254
14255         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14256         under Emacs.
14257
14258         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14259         of gnus-set-text-properties.
14260
14261         * gnus-uu.el (gnus-uu-save-article): Ditto.
14262
14263         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14264
14265         * gnus-cite.el (gnus-cite-parse): Ditto.
14266
14267         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14268         of gnus-.
14269
14270         * gnus-xmas.el (run-at-time): Require run-at-time.
14271
14272         * gnus.el: Changed calls to nnheader-run-at-time and
14273         password-run-at-time throughout to use run-at-time directly.
14274
14275         * password.el: Removed definition of run-at-time.
14276
14277         * nnheaderxm.el: Remove definition of run-at-time.
14278
14279 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14280
14281         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14282         in prompt.
14283
14284 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14285
14286         * messagexmas.el (message-xmas-redefine): Alias
14287         `message-make-caesar-translation-table' to
14288         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14289         version.
14290
14291         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14292         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14293         `gnus-xmas-set-text-properties'.
14294         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14295         `gnus-xmas-completing-read'.
14296         (gnus-xmas-completing-read): Removed.
14297         (gnus-xmas-open-network-stream): Removed.
14298
14299         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14300         XEmacs version.
14301
14302         * dns.el (dns-make-network-process): Use `open-network-stream'
14303         instead of `gnus-xmas-open-network-stream'.
14304
14305         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14306
14307         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14308
14309 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14310
14311         * gnus-art.el (gnus-mime-display-alternative)
14312         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14313         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14314         Don't use gnus-local-map-property.
14315
14316         * gnus-util.el (gnus-local-map-property): Remove.
14317
14318         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14319         gnus-completing-read-maybe-default with completing-read.
14320
14321         * gnus-util.el (gnus-completing-read): do.
14322         (gnus-completing-read-maybe-default): Remove.
14323
14324 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14325
14326         * password.el: Only autoload `run-at-time' if not XEmacs.
14327         Only autoload the itimer functions if XEmacs.
14328
14329 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14332         XEmacsen.
14333
14334         * dgnushack.el: Autoload executable-find for XEmacs.
14335
14336 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14337
14338         * gnus-art.el (gnus-read-string): Remove.
14339         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14340         read-string.
14341
14342 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14343
14344         * netrc.el: Autoload password-read.
14345         (netrc): Add configuration group.
14346         (netrc-encoding-method, netrc-openssl-path): Add
14347         variables for encoding and decoding of files with symmetric
14348         ciphers.
14349         (netrc-encode): Add assistant function to encode a file with
14350         netrc-encoding-method.
14351         (netrc-parse): Add interactive parameter, added optional
14352         decoding if netrc-encoding-method is non-nil but otherwise
14353         behavior is standard.
14354         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14355         Do s/encode/encrypt/ everywhere.
14356
14357         * spam.el: Remove executable-find autoload.
14358
14359 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14360
14361         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14362
14363         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14364
14365 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-art.el (gnus-treat-ansi-sequences,
14368         (article-treat-ansi-sequences): New variable and function.
14369         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14370
14371         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14372         Use it.
14373
14374 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14375
14376         * mm-util.el (mm-quote-arg): Remove.
14377
14378         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14379         shell-quote-argument.
14380
14381         * gnus-uu.el (gnus-uu-command): do.
14382
14383         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14384
14385         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14386         with make-char.
14387
14388         * mm-util.el (mm-make-char): Remove.
14389
14390         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14391         add-minor-mode.
14392
14393         * gnus-undo.el (gnus-undo-mode): do.
14394
14395         * gnus-topic.el (gnus-topic-mode): do.
14396
14397         * gnus-sum.el (gnus-dead-summary-mode): do.
14398
14399         * gnus-start.el (gnus-slave-mode): do.
14400
14401         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14402
14403         * gnus-ml.el (gnus-mailing-list-mode): do.
14404
14405         * gnus-gl.el (gnus-grouplens-mode): do.
14406
14407         * gnus-draft.el (gnus-draft-mode): do.
14408
14409         * gnus-dired.el (gnus-dired-mode): do.
14410
14411         * gnus-ems.el (gnus-add-minor-mode): Remove.
14412
14413         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14414         Replace gnus-char-width with char-width.
14415
14416         * gnus-ems.el (gnus-char-width): Remove.
14417
14418         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14419         Replace gnus-char-width with char-width.
14420
14421         * gnus-ems.el (gnus-char-width): Remove.
14422
14423         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14424         definition.
14425         Remove Emacs 20 hash table compatibility code.
14426
14427         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14428         20 compatibility code.
14429
14430         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14431
14432         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14433
14434         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14435         with point-at-{eol,bol}.
14436
14437         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14438
14439         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14440
14441         * flow-fill.el (fill-flowed-point-at-bol)
14442         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14443
14444         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14445         Replace with point-at-{eol,bol} throughout all files.
14446
14447 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * ntlm.el (ntlm-string-as-unibyte): New macro.
14450         (ntlm-build-auth-response): Use it.
14451
14452         Remove Emacs 20 stuff:
14453         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14454         (butlast, mapc, remove): Remove the compiler macros.
14455         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14456         of delq and copy-sequence.
14457         * gnus-art.el (popup-menu): Remove the compiler macro.
14458         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14459         Emacs 20.
14460
14461 2004-01-05  Simon Josefsson  <jas@extundo.com>
14462
14463         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14464         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14465         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14466         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14467         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14468         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14469         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14470         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14471         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14472         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14473         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14474         string-xor into ntlm-string-xor.  Suggested by
14475         Jesper Harder <harder@myrealbox.com>.
14476
14477         * ntlm.el: Don't include poem.
14478
14479         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14480         Jesper Harder <harder@myrealbox.com>.
14481
14482         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14483
14484         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14485         probably breaks emacs with DL patch, but do we care? Is anyone
14486         still using the DL stuff?)
14487
14488         * sieve-manage.el: Use the password package.
14489         (sieve-manage-read-passwd): Remove.
14490         (sieve-manage-interactive-login): Use password.  Re-add
14491         condition-case around loop.
14492
14493         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14494         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14495         the password package.
14496
14497 2003-02-19  Simon Josefsson  <jas@extundo.com>
14498
14499         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14500         token.
14501
14502 2002-08-07  Simon Josefsson  <jas@extundo.com>
14503
14504         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14505         (sieve-manage-authenticators):
14506         (sieve-manage-authenticator-alist): Add some SASL mechs.
14507         (sieve-sasl-auth): New function.
14508         (sieve-manage-cram-md5-auth):
14509         (sieve-manage-plain-auth): Rewrite using SASL library.
14510         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14511         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14512         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14513         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14514
14515 2004-01-05  Simon Josefsson  <jas@extundo.com>
14516
14517         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14518         New files.
14519
14520 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14521
14522         * gnus-group.el (gnus-no-groups-message): Update.
14523
14524         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14525
14526 2003-11-09  Simon Josefsson  <jas@extundo.com>
14527
14528         * imap.el: Support for ID IMAP extension (RFC 2971).
14529         (imap-local-variables): Add imap-id.
14530         (imap-id): New variable.
14531         (imap-id): New function.
14532         (imap-parse-response): Parse untagged ID response.
14533         * nnimap.el (nnimap-id): New variable.
14534         (nnimap-open-connection): Use it.
14535
14536 2003-12-28  Simon Josefsson  <jas@extundo.com>
14537
14538         * gnus-score.el (gnus-score-edit-all-score): New.
14539         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14540
14541 2004-01-04  Simon Josefsson  <jas@extundo.com>
14542
14543         * password.el: Add.
14544
14545 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14546
14547         * dns.el (dns-query-types): Fix typo.
14548         (dns-query-types): New function
14549         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14550         PTR and SOA replies, see RFC 1035.
14551
14552 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14553
14554         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14555
14556         * Moved to Changelog.2.
14557
14558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14559
14560         * gnus.el (gnus-version-number): Bump version.
14561
14562 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14563
14564         * gnus.el: No Gnus v0.1 is released.
14565
14566 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14567
14568         * gnus.el: No Gnus v0.0 is released.
14569
14570 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * gnus.el (gnus-version-number): Bump.
14573         (gnus-version): No.
14574
14575 See ChangeLog.2 for earlier changes.
14576
14577     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14578
14579   This file is part of GNU Emacs.
14580
14581   GNU Emacs is free software: you can redistribute it and/or modify
14582   it under the terms of the GNU General Public License as published by
14583   the Free Software Foundation, either version 3 of the License, or
14584   (at your option) any later version.
14585
14586   GNU Emacs is distributed in the hope that it will be useful,
14587   but WITHOUT ANY WARRANTY; without even the implied warranty of
14588   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14589   GNU General Public License for more details.
14590
14591   You should have received a copy of the GNU General Public License
14592   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14593
14594 ;; Local Variables:
14595 ;; coding: utf-8
14596 ;; fill-column: 79
14597 ;; add-log-time-zone-rule: t
14598 ;; End:
14599
14600 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4