7d0fcb73165331e6bea26515c903d21a6cd57e0b
[gnus] / lisp / ChangeLog
1 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2
3         * sha1.el (sha1-string-external): default-directory "/" in case
4         otherwise non-existent.  process-connection-type pipe for touch of
5         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6
7 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8
9         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10         it's comms related and sgml-mode.el has "comm" on that basis too.
11
12 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
15         containing tspecial characters if they have been already quoted.
16
17 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
18
19         * dns-mode.el (auto-mode-alist): Purecopy string.
20
21 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22
23         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
24
25 2009-10-24  Glenn Morris  <rgm@gnu.org>
26
27         * gnus-art.el (help-xref-stack-item): Define for compiler.
28
29 2009-10-21  Kevin Ryde  <user42@zip.com.au>
30
31         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
32
33 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
36
37 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
40         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
41
42 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus.el (gnus-overlay-get): New alias to overlay-get.
45         (gnus-overlays-in): New alias to overlays-in.
46
47         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
48         gnus-overlay-get, and gnus-delete-overlay.
49         (gnus-summary-show-thread): Make it work as well for systems in which
50         next-single-char-property-change is not available.
51         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
52
53         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
54         (gnus-overlay-get): New alias to extent-property.
55         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
56
57         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
58         SXEmacs.
59
60         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
61         SXEmacs.
62
63 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
64
65         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
66
67 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
68
69         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
70         and XEmacs that don't have `remove-overlays'.
71
72 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
73
74         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
75         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
76         selective display.  Use overlays instead.
77
78 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
79
80         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
81
82 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
83
84         * spam-stat.el (spam-stat-load): Fix typo in message.
85
86 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
87
88         * dig.el (dig-invoke): Fix typo in docstring.
89         (query-dig): Reflow docstring.
90
91 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
92
93         * gnus-art.el (gnus-article-encrypt-body):
94         * message.el (message-check-recipients):
95         * mm-util.el (mm-codepage-setup):
96         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
97         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
98
99 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
100
101         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
102         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
103         keys from the menu if mm-{sign,encrypt}-option is 'guided.
104         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
105         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
106
107 2009-09-21  Kevin Ryde  <user42@zip.com.au>
108
109         * dig.el: Add "Keywords: comm", as per net-utils.el.
110
111 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
112
113         * dig.el (dig-mode): Use define-derived-mode.
114
115 2009-09-19  Glenn Morris  <rgm@gnu.org>
116
117         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
118
119 2009-09-18  Glenn Morris  <rgm@gnu.org>
120
121         * gnus-diary.el (gnus-diary-check-message):
122         * message.el (message-insert-formatted-citation-line):
123         * nnbabyl.el (top-level):
124         * nndiary.el (nndiary-schedule):
125         Fix typos in condition-case handlers.
126
127 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * gnus-art.el (gnus-article-edit-part): Work for the buffer
130         configuration that provides the sole article window in a frame;
131         position point correctly after deleting a part.
132
133 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
134
135         * spam.el (spam-unregister-on-reregister): Add boolean variable.
136         (spam-resolve-registrations-routine): Use it to unregister articles
137         that change status.
138
139 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
142         with XEmacs.
143         (parse-time-string-chars): Use it.
144
145 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
146
147         * imap.el (imap-interactive-login): Better messages.
148         (imap-open): Fix bug with renamed buffer on reconnect.
149         (imap-authenticate): Add buffer-local imap-last-authenticator variable
150         for easier debugging and cleaner code.  On successful (guessed based on
151         server capabilities) secondary authentication, set imap-state
152         correctly.
153         (imap-last-authenticator): Define imap-last-authenticator as a variable
154         to avoid warnings.
155
156 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * nnrss.el (nnrss-request-article): Remove binding of
159         default-enable-multibyte-characters that has gotten needless by
160         the 2007-07-13 change in rfc2047-encode-message-header.
161
162         * mml.el (mml-insert-multipart): Error on the message header.
163         (mml-insert-part): Error on the message header; position point at
164         the end of a MIME tag.
165
166 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * time-date.el (autoload): Expand define-obsolete-function-alias into
169         defalias and make-obsolete for old Emacsen that Gnus supports.
170         (with-no-warnings): Define it for old Emacsen.
171         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
172         is available.
173         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
174         float-time is available; suppress compile warning for time-to-seconds.
175
176         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
177         (gnus-float-time): Alias to float-time if it exists.
178
179         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
180         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
181         float-time is available; suppress compile warning for time-to-seconds.
182
183         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
184         XEmacs.
185
186 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * imap.el (imap-message-map): Docstring fix.
189
190 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
193         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
194         Add the optional argument `encoding' that overrides the default.
195
196         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
197         mm-encode-buffer.
198
199 2009-09-04  Glenn Morris  <rgm@gnu.org>
200
201         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
202         mm-disable-multibyte, rather than default-enable-multibyte-characters.
203         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
204         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
205         * mm-util.el (mm-with-unibyte-current-buffer)
206         (mm-find-buffer-file-coding-system):
207         * yenc.el (yenc-decode-region): Use default-value rather than
208         default-enable-multibyte-characters.
209
210 2009-09-03  Glenn Morris  <rgm@gnu.org>
211
212         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
213         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
214         than default-enable-multibyte-characters.
215
216 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
217
218         * gnus-art.el (gnus-article-read-summary-keys):
219         Fix gnus-buffer-configuration's value temporarily used.
220
221 2009-09-02  Glenn Morris  <rgm@gnu.org>
222
223         * gnus-util.el (gnus-float-time): New function.
224         * gnus-delay.el (gnus-delay-article):
225         * gnus-sum.el (gnus-thread-latest-date):
226         * gnus-util.el (gnus-user-date): Use gnus-float-time.
227         * nnspool.el (nnspool-request-newgroups):
228         Use gnus-float-time rather than time-to-seconds.
229         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
230
231         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
232         (gnus-header-subject-face, gnus-header-newsgroups-face)
233         (gnus-header-name-face, gnus-header-content-face):
234         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
235         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
236         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
237         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
238         (gnus-cite-face-11):
239         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
240         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
241         (gnus-server-closed-face, gnus-server-denied-face)
242         (gnus-server-offline-face):
243         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
244         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
245         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
246         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
247         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
248         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
249         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
250         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
251         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
252         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
253         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
254         (gnus-summary-selected-face, gnus-summary-cancelled-face)
255         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
256         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
257         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
258         (gnus-summary-high-undownloaded-face)
259         (gnus-summary-low-undownloaded-face)
260         (gnus-summary-normal-undownloaded-face)
261         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
262         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
263         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
264         (gnus-splash-face):
265         * message.el (message-header-to-face, message-header-cc-face)
266         (message-header-subject-face, message-header-newsgroups-face)
267         (message-header-other-face, message-header-name-face)
268         (message-header-xheader-face, message-separator-face)
269         (message-cited-text-face, message-mml-face):
270         * sieve-mode.el (sieve-control-commands-face)
271         (sieve-action-commands-face, sieve-test-commands-face)
272         (sieve-tagged-arguments-face):
273         * spam.el (spam-face):
274         Mark face aliases with "-face" in the name as obsolete.
275
276 2009-09-01  Glenn Morris  <rgm@gnu.org>
277
278         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
279         than goto-line.
280
281 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
284         Don't move point if the command is invoked inside the message header.
285
286 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * imap.el (imap-send-command): Simplify.
289         (imap-wait-for-tag): point-max -> buffer-size.
290
291 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
292
293         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
294         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
295         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
296         * nnir.el (nnir-swish-e-index-file):
297         * gnus-sum.el (gnus-summary-delete-marked-as-read)
298         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
299         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
300         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
301         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
302         (gnus-treat-display-xface): Add Emacs version of obsolescence.
303
304 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
307         Don't save excursion.
308
309 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * nnheader.el (nnheader-find-file-noselect):
312         * mm-util.el (mm-insert-file-contents):
313         Use (default-value 'major-mode) instead of default-major-mode.
314
315 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
316
317         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
318
319 2009-08-26  Glenn Morris  <rgm@gnu.org>
320
321         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
322         than placing in files.el.
323
324 2009-08-25  Glenn Morris  <rgm@gnu.org>
325
326         * nnir.el (top-level): Don't require cl at run-time.
327         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
328         Replace cl-function substitute with gnus-replace-in-string.
329         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
330         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
331         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
332         simplified expansions.
333
334 2009-08-25  Kevin Ryde  <user42@zip.com.au>
335
336         * dig.el (dig): Add autoload cookie.
337
338 2009-08-22  Glenn Morris  <rgm@gnu.org>
339
340         * gnus-art.el (gnus-button-patch): Use forward-line rather than
341         goto-line.
342
343 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
344
345         * parse-time.el (parse-time-string-chars): Save match data.
346
347 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
348
349         * parse-time.el (parse-time-string-chars): Compute using character
350         classes, to handle non-ascii characters (Bug#3190).
351
352 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
355
356         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
357         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
358         (gnus-mm-display-part, gnus-mime-display-single)
359         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
360         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
361
362         * gnus-sum.el
363         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
364         (gnus-summary-move-article): Add expirable mark to articles copied or
365         moved to group that has auto-expire turned on if the option is non-nil.
366
367 2009-07-24  Glenn Morris  <rgm@gnu.org>
368
369         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
370         Fix typo.  (Bug#3903)
371
372 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
375         gnus-article-read-summary-keys rather than gnus-summary-edit-article
376         that should not be used for draft articles.
377         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
378         that has no concern in minor mode keys.
379         (gnus-article-summary-command, gnus-article-summary-command-nosave):
380         Abolish.
381
382 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
385         article without making inquiry to a user for unknown encoding.
386
387         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
388         (nnmaildir--scan): Assume i-node and device number that file-attributes
389         returns might be cons-cell.
390
391         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
392
393         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
394
395 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * auth-source.el: Remove docs now in auth.texi.  Don't use
398         `gnus-message' for logging.  Add new variables `auth-source-debug' and
399         `auth-source-hide-passwords' and use them.
400
401 2009-07-15  Glenn Morris  <rgm@gnu.org>
402
403         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
404
405 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
408         excessive whitespace from the default values of title and description.
409
410 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
413         mail-fetch-field to fetch Content-Description header in order to
414         exclude newlines.
415
416 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
417
418         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
419         format used by GnuPG 2.0.11.
420
421 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
424         to deleted part.
425
426 2009-05-30  David Engster  <dengste@eml.cc>
427
428         * nnmairix.el: Remove old documentation in the commentary block.
429         (nnmairix-request-group): Do not update active file for nnml back ends.
430         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
431         end so that overview files are ignored.
432         (nnmairix-update-groups): Make updating the groups more robust by using
433         marks.
434         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
435         with dollar characters in message-id.
436
437 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
438
439         * spam.el: Use dns-query instead of query-dns.  Was renamed on
440         2008-12-25 in dns.el.
441
442 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
445         could happen if the text is only composed of spaces and/or tabs.
446
447 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
448
449         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
450         when sending a queued message to avoid extra mml tags.
451
452 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
455
456 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
459         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
460         rmail-toggle-header for XEmacs;
461         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
462
463 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus-dired.el: Remove autoload for gnus-setup-message.
466         (gnus-dired-attach): Fake this-command value to prevent Gnus from
467         displaying Gnus logo; always use compose-mail.
468
469 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
472
473 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
476         (gnus-nocem-issuers): List currently active issuers; fix custom type.
477         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
478         available.
479         (gnus-nocem-epg-verify): New function.
480
481 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
484
485 2009-02-15  Glenn Morris  <rgm@gnu.org>
486
487         * gnus-util.el (rmail-insert-rmail-file-header)
488         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
489         autoloads.
490         (rmail-default-rmail-file): Remove unnecessary declaration.
491         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
492
493 2009-02-14  Glenn Morris  <rgm@gnu.org>
494
495         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
496         variable (only used in gnus-util, which declares it anyway).
497         (rmail-output-to-rmail-file): Remove autoload of deleted function,
498         which was only needed by gnus-art (changed to not use it any more).
499         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
500         only used in gnus-util, which autoloads it itself.
501         (rmail-update-summary): Fix autoload.
502
503         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
504         rather than rmail-output-to-rmail-file.
505
506 2009-02-07  Glenn Morris  <rgm@gnu.org>
507
508         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
509         autoload of function that no longer exists.
510         (rmail-toggle-header): Declare.
511         (message-forward-rmail-make-body): Handle mbox Rmail.
512
513 2009-01-31  Glenn Morris  <rgm@gnu.org>
514
515         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
516         2009-01-09 change.
517
518 2009-01-31  Dave Love  <fx@gnu.org>
519
520         * imap.el (imap-fetch-safe): Bind debug-on-error.
521         (imap-debug): Add imap-fetch-safe.
522
523 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
526         (auth-source-forget-all-cached): New convenience function.
527         (auth-source-user-or-password): Accept list of modes or a single mode.
528
529         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
530         auth-source modes.
531
532         * netrc.el (netrc-machine-user-or-password): Use list of
533         auth-source modes.
534
535         * nnimap.el (nnimap-open-connection): Use list of
536         auth-source modes.
537
538         * nntp.el (nntp-send-authinfo): Use list of
539         auth-source modes.
540
541 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * auth-source.el: Update docs to reflect epa-file-enable is to be used
544         now.
545
546 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
549         coding system in XEmacs; add a workaround for XEmacs.
550
551         * lpath.el: Fbind coding-system-aliasee.
552
553 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * mm-util.el (mm-coding-system-priorities): Protect against nil value
556         of current-language-environment.
557
558 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
559
560         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
561         available at runtime.
562
563 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-art.el (article-date-ut): Fix end point of narrowing.
566
567 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
568
569         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
570         the greatest positive fixnum value doesn't work under an XEmacs with
571         bignum support; use the most-positive-fixnum constant instead,
572         available since Emacs 21.1 with cl and XEmacs 21.1.
573
574 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
577         XEmacs gets not to work.
578
579 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * mm-util.el (mm-coding-system-priorities): Allow the value like
582         "Japanese (UTF-8)" of current-language-environment.
583
584 2009-01-09  Glenn Morris  <rgm@gnu.org>
585
586         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
587         with last-command-event.
588
589 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
590
591         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
592         in the doc string.
593
594         * message.el (message-fix-before-sending): Amend comment.
595
596 2009-01-08  Dave Love  <fx@gnu.org>
597
598         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
599
600 2009-01-07  David Engster  <dengste@eml.cc>
601
602         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
603         simplified server definitions by converting it via
604         gnus-server-to-method.
605
606 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
609         parameter's operands.
610
611 2009-01-06  David Engster  <dengste@eml.cc>
612
613         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
614         primary select method (for gnus-group-mark-article-as-read).
615
616 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
617
618         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
619         `(gnus)Face', not `(gnus)X-Face'.
620
621 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * mm-util.el (mm-ucs-to-char): New function.
624
625         * mm-url.el (mm-url-decode-entities): Use it.
626
627         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
628         unicode-to-char.
629
630 2009-01-05  Dave Love  <fx@gnu.org>
631
632         * time-date.el: Require cl for `declare'.
633
634 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
635
636         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
637         Dave Love.
638
639 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
640
641         * message.el (message-fix-before-sending): Add `eight-bit' to
642         illegible-text check.
643
644 2009-01-03  Michael Olson  <mwolson@gnu.org>
645
646         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
647         `headers' is nil.  This can occur if the IMAP server does not have
648         permissions to read messages from a folder, but can write new messages
649         to the folder.
650         (nnimap-request-article-part): Do not insert `data' if it is nil.
651
652         * imap.el (imap-parse-fetch): Courier can insert spurious blank
653         characters which will confuse `read', so skip past them.
654
655 2009-01-01  Dave Love  <fx@gnu.org>
656
657         * imap.el (imap-string-to-integer): Fix typo.
658         (imap-fetch-safe): New function.
659         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
660
661         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
662
663         * imap.el (imap-process-connection-type, imap-debug, imap-open):
664         (imap-parse-greeting): Fix doc strings.
665         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
666         (imap-parse-flag-list): Make messages unique.
667         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
668
669         * nnimap.el: Fix author email.
670         (nnimap-split-rule): Add FIXME comment.
671         (nnimap-debug): Fix doc string.
672
673 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
674
675         * dns.el (dns-set-servers): Check "Address".  Fix typo.
676
677 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
678
679         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
680         nslookup if resolv.conf isn't available.
681         (dns-query): Rename from query-dns.
682         (dns-query-cached): Rename from query-dns-cached.
683
684 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
687         overlay-arrow-position and overlay-arrow-string buffer-local; no need
688         to check if those variables exist (first appeared in Emacs 18.50).
689
690 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * mm-util.el (mm-line-number-at-pos): New function.
693
694         * spam-report.el (spam-report-process-queue): Use it.
695
696 2008-12-24  David Engster  <dengste@eml.cc>
697
698         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
699         parameters that haven't existed as variables as buffer-local variables.
700
701 2008-12-23  Dave Love  <fx@gnu.org>
702
703         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
704         cadar.
705
706         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
707         imap-starttls-p.
708         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
709
710 2008-12-22  Dave Love  <fx@gnu.org>
711
712         * imap.el: Fix author email.  Doc fixes.
713         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
714         reply.
715
716 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
717
718         * spam-report.el (spam-report-gmane-max-requests): New constant.
719         (spam-report-gmane-wait): New variable.
720         (spam-report-gmane-ham, spam-report-gmane-spam)
721         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
722         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
723         the server.
724
725         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
726         Add explanations.
727
728         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
729         nnheader-accept-process-output and nnheader-read-timeout if available.
730         (pop3-movemail): Use it.
731
732         * message.el (message-check-news-body-syntax): Fix signature check if
733         there's an attachment.
734
735 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * mm-util.el: Add comments to the mm- emulating functions.
738
739 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
740
741         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
742         by Stephen Berman <stephen.berman@gmx.net>.
743
744 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * mm-util.el (mm-substring-no-properties): New function.
747         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
748         (mm-special-display-p): Enable those lambda forms to be byte compiled.
749         (mm-string-to-multibyte): Doc fix.
750
751         * mml.el (mml-attach-file): Use mm-substring-no-properties.
752
753 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
754
755         * mml.el (mml-attach-file): Strip text properties from file name.
756         (Bug#1574)
757
758 2008-12-16  Glenn Morris  <rgm@gnu.org>
759
760         * mm-util.el (mm-charset-override-alist): Declare for compiler.
761
762 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
765         knows since the charset specified might be a bogus alias that
766         mm-charset-synonym-alist provides.
767
768 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
769
770         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
771         "ISO_8859-1".
772
773         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
774
775 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * mm-util.el (mm-charset-eval-alist):
778         Define it before mm-charset-to-coding-system.
779         (mm-charset-to-coding-system): Add optional argument `silent';
780         define it before mm-charset-override-alist.
781         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
782         default value if it can be used in Emacs currently running;
783         silence mm-charset-to-coding-system.
784
785 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
788         `allow-override' which says whether to use `mm-charset-override-alist'.
789         (rfc2047-decode-encoded-words): Use it.
790
791         * mm-util.el (mm-charset-override-alist): Fix custom type;
792         add `(gb2312 . gbk)' to choices.
793
794 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
797         fast.
798
799         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
800
801         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
802
803 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
804
805         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
806         on links.
807
808         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
809
810 2008-12-03  Lute Kamstra  <lute@gnu.org>
811
812         * sha1.el: Remove leading * from docstrings of defcustoms,
813         deffaces, defconsts and defuns.
814
815 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * message.el (message-idna-to-ascii-rhs-1): Protect against local
818         users' addresses that don't have domain parts.
819         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
820         rather than message-narrow-to-head since there will be the message
821         header separator.
822
823 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
826         since the result is inserted in a unibyte buffer anyway.
827         (nnimap-demule-use-string-to-multibyte): Remove.
828         (nnimap-demule): Alias it to mm-string-to-multibyte.
829
830 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
831
832         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
833         variable for debugging bug#464 and bug#1174.
834         (nnimap-demule): Use it.
835
836 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
837
838         * gnus-score.el (gnus-score-find-trace): Handle default score in total
839         score calculation correctly.
840
841 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * message.el (message-send-mail): Just set the buffer to unibyte
844         rather than use mm-with-unibyte-current-buffer which does a lot more.
845         (message-send-mail-partially): Don't bother with
846         mm-with-unibyte-current-buffer since it's already been made unibyte by
847         message-send-mail.
848
849 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
852
853 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
856
857 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
860         require itself and to remove `with-no-warnings'.
861
862 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
863
864         * starttls.el (starttls-any-program-available): Get the name of the
865         available TLS layer program.
866         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
867         well as the host name in the "opening" message.
868
869         * auth-source.el (auth-source-cache, auth-source-do-cache)
870         (auth-source-user-or-password): Cache passwords and logins by default,
871         allow override with `auth-source-do-cache'.
872         (auth-source-forget-user-or-password): Allow users to remove cache
873         entries if needed.
874
875 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
876
877         * md4.el (md4-buffer): Fix typo in docstring.
878         (md4, md4-64): Doc fixes.
879         (md4-pack-int32): Reflow docstring.
880
881 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * ietf-drums.el (ietf-drums-remove-comments): Localize second
884         condition-case to only the forward-sexp call.
885
886 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
887
888         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
889         quotes contained.  Make it more robust regardless by an extra
890         condition-case wrapper.
891
892 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * lpath.el: No need to fbind codepage-setup for Emacs 23.
895
896 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * nnml.el (nnml-request-expire-articles): Check if the function set to
899         `nnmail-expiry-target' returns the symbol `delete'.
900
901         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
902
903         * nnmail.el (nnmail-expiry-target): Fix custom type.
904
905 2008-10-02  Glenn Morris  <rgm@gnu.org>
906
907         * mm-util.el (mm-codepage-setup): Tweak codepage error.
908         Silence compiler warning.
909
910 2008-10-01  Magnus Henoch  <mange@freemail.hu>
911
912         * tls.el (open-tls-stream): Show the actual command being
913         executed, instead of the format string.
914
915 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * lpath.el: Fbind codepage-setup for Emacs 23.
918
919 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
920
921         * mml.el (mml-menu): Don't assume mml2015 is bound.
922
923 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
926         exists.
927
928 2008-09-27  Glenn Morris  <rgm@gnu.org>
929
930         * gnus-util.el (mail-header-remove-comments): Autoload it.
931
932 2008-09-27  Andreas Schwab  <schwab@suse.de>
933
934         * gnus-util.el (gnus-split-references): Strip comments.
935         (gnus-parent-id): Likewise.
936
937 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
938
939         * message.el (message-confirm-send): Fix version.
940
941 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * message.el (message-idna-to-ascii-rhs-1): Use
944         mail-extract-address-components rather than mail-header-parse-addresses
945         that is an alias by default to ietf-drums-parse-addresses that does not
946         support non-ASCII names in headers' contents.
947
948 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * message.el (message-confirm-send): Fixed variable documentation to
951         avoid the "y/n" wording.
952
953 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
954
955         * message.el (message-set-auto-save-file-name): Save to a different
956         filename so multiple messages (especially drafts) can be recovered.
957
958 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
959
960         * message.el (message-confirm-send): Add appropriate version.
961
962 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
965         defvar.
966
967 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
968
969         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
970         (mm-pkcs7-enveloped-magic): Ditto.
971
972 2008-09-17  Simon Josefsson  <simon@josefsson.org>
973
974         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
975         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
976
977 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
978
979         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
980         default, it's better.
981
982 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
983
984         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
985         summary line gnus-number property and ignore them (with a warning
986         message).
987
988 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
991         macro caddr in the interactive form since it won't be expanded.
992
993 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
996         `charset'; fix name of function called recursively.
997         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
998
999 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1002         (gnus-mime-set-charset-parameters): New function.
1003         (gnus-mime-view-part-as-charset): Use it to correctly display part
1004         specifying wrong charset.
1005
1006 2008-09-08  David Engster  <dengste@eml.cc>
1007
1008         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1009         in completing-read for back end server.
1010
1011 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * message.el (message-confirm-send): New variable to confirm sending a
1014         message.
1015         (message-send): Use it.
1016
1017 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1018
1019         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1020
1021 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1024
1025 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1028         prevent tracking too many groups.
1029         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1030         Use it.
1031
1032 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1033
1034         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1035         moving point to the bottom of the window in order to avoid recentering.
1036
1037 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1040
1041         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1042         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1043         (gnus-article-beginning-of-window): Fix calculation.
1044
1045 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-msg.el (gnus-summary-supersede-article)
1048         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1049         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1050         message header.
1051
1052 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1053
1054         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1055         pending output coming after the status change.
1056
1057 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1058
1059         * message.el:
1060         * gnus-start.el:
1061         * gnus-registry.el: Remove VMS support.
1062
1063 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1066         macro.
1067         (rfc2104-hash): Use it.
1068
1069 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1070
1071         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1072         (gnus-summary-sort-by-most-recent-date): New commands.
1073         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1074         and menu entries.
1075
1076 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1079         don't redisplay article for raw contents; remove plural articles stuff.
1080
1081         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1082         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1083         on gnus-summary-save-article; display results properly.
1084
1085 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * lpath.el: No need to fbind ns-focus-frame.
1088
1089 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1092
1093 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1096         gnus-save-all-headers.
1097
1098 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1099
1100         * gnus-util.el (ns-focus-frame): Remove declaration.
1101         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1102         like x.
1103
1104 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1105
1106         * rfc2104.el (rfc2104-zero): Delete defconst.
1107         (rfc2104-hex-alist): Likewise.
1108         (rfc2104-hex-to-int): Delete func.
1109         (rfc2104-hexstring-to-bitstring): Likewise.
1110         (rfc2104-nybbles): New defconst.
1111         (rfc2104-hash): Rewrite for speed.
1112
1113 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * tls.el (open-tls-stream): Make it work with the 2nd argument
1116         BUFFER that is a string but does not exist as a buffer object, as
1117         mentioned in the doc-string.
1118
1119 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1122         SXEmacs.
1123
1124 2008-07-16  Glenn Morris  <rgm@gnu.org>
1125
1126         * gnus-util.el (ns-focus-frame): Declare for compiler.
1127
1128 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1131         set as a group parameter.
1132         (gnus-summary-save-in-pipe): Work when it is called independently.
1133         (gnus-summary-pipe-to-muttprint): Don't modify
1134         gnus-summary-pipe-output-default-command.
1135
1136 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1137
1138         * message.el (message-send-mail-with-sendmail):
1139         Display the error message.
1140
1141 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (gnus-default-article-saver):
1144         Add gnus-summary-save-in-pipe to choices.
1145         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1146         gnus-summary-pipe-output-default-command as the default command.
1147         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1148         instead of gnus-last-shell-command.
1149
1150         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1151         New user option.
1152         (gnus-summary-muttprint-program): Mention the value will be changed.
1153         (gnus-summary-save-article): Force showing of all headers.
1154         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1155
1156 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1157
1158         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1159
1160 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1161
1162         * nnimap.el (nnimap-id):
1163         * sieve-manage.el (sieve-manage-open): Doc fixes.
1164
1165 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1166
1167         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1168         if available.
1169
1170 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1171
1172         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1173
1174         * nnkiboze.el (nnkiboze-generate-group):
1175         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1176
1177         * nnmairix.el: Require CL.
1178
1179 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * dgnushack.el: Autoload get-display-table and put-display-table for
1182         XEmacs 21.5.
1183
1184         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1185         21.4 and SXEmacs.
1186
1187 2008-06-15  David Engster  <dengste@eml.cc>
1188
1189         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1190
1191 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1192
1193         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1194         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1195         runtime choice under XEmacs.
1196
1197         * gnus-sum.el (gnus-summary-set-display-table):
1198         Use `gnus-put-display-table', `gnus-get-display-table',
1199         `gnus-set-display-table' for the display table, instead of `aset'.
1200
1201         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1202         Use `gnus-put-display-table', `gnus-get-display-table',
1203         `gnus-set-display-table' for the display table.
1204
1205 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1206
1207         * nnmairix.el: Add autoloads.
1208
1209 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1210
1211         * nnmairix.el (nnmairix-delete-recreate-group)
1212         (nnmairix-update-and-clear-marks): Fix error messages.
1213
1214 2008-06-14  David Engster  <dengste@eml.cc>
1215
1216         * nnmairix.el: Upgrade to version 0.6.
1217         (nnmairix-group-toggle-propmarks-this-group)
1218         (nnmairix-group-toggle-readmarks-this-group)
1219         (nnmairix-group-delete-recreate-this-group)
1220         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1221         (nnmairix-remove-tick-mark-original-article): New commands.
1222         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1223         (nnmairix-propagate-marks-to-nnmairix-groups)
1224         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1225         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1226         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1227         functions needed for marks propagation and manipulation of read marks.
1228         (nnmairix-update-groups): New function.
1229         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1230         (nnmairix-determine-original-group-from-registry)
1231         (nnmairix-determine-original-group-from-path)
1232         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1233         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1234         New helper functions.
1235         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1236         keystrokes for new commands.
1237         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1238         (nnmairix-request-group): Check allow-fast group parameter.
1239         (nnmairix-request-create-group): Set allow-fast group parameter if
1240         nnmairix-allowfast-default is set.
1241         (nnmairix-close-group): Propagate marks upon closing if needed.
1242         (nnmairix-group-toggle-threads-this-group): Use new.
1243         nnmairix-group-toggle-parameter helper function.
1244         (nnmairix-search): Better check for empty search result.
1245         (nnmairix-goto-original-article): Use new helper functions for
1246         determining original article.
1247         (nnmairix-show-original-article): Make sure message-id is in brackets.
1248         (nnmairix-call-mairix-binary): Change variable name.
1249         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1250         helper function.
1251         (nnmairix-widget-toggle-activate): Fix doc string.
1252
1253 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * nnir.el: Require edmacro when compiling with XEmacs.
1256         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1257         available in Emacs 21.
1258
1259 2008-06-11  Glenn Morris  <rgm@gnu.org>
1260
1261         * gnus-util.el (x-focus-frame):
1262         * gnus.el (image-size):
1263         * mm-decode.el (image-size): Declare.
1264
1265         * gnus-picon.el (declare-function): Add compat definition.
1266         (image-size): Declare.
1267
1268         * gnus-group.el (tool-bar-map):
1269         * gnus-sum.el (tool-bar-map): Define for compiler.
1270
1271         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1272
1273         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1274
1275         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1276         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1277         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1278         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1279         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1280         * sieve-manage.el, spam-report.el, spam.el:
1281         Remove unnecessary eval-and-compile of autoloads.
1282
1283 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1284
1285         * auth-source.el: Precise Tramp doc.
1286
1287 2008-06-07  Glenn Morris  <rgm@gnu.org>
1288
1289         * nnmairix.el: Remove unnecessary eval-when-compile.
1290
1291 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * lpath.el: Fbind propertize for XEmacs 21.4.
1294
1295 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1296
1297         * nnir.el: Move here from ../contrib.
1298
1299 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1300
1301         * gnus-util.el (gnus-read-shell-command): New function.
1302         * mm-decode.el (mm-pipe-part):
1303         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1304
1305 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1308
1309 2008-06-03  Glenn Morris  <rgm@gnu.org>
1310
1311        * pop3.el (nnheader-accept-process-output): Autoload it.
1312
1313 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1316         are not 2-digit hexadecimal characters that follow `%'s.
1317
1318 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1319
1320         * message.el (message-bogus-recipient-p): Fix type in doc string.
1321         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1322         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1323         Improve custom options.
1324         (message-bogus-recipient-p): Adjust accordingly.
1325
1326 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1327
1328         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1329         long-form month and day names.
1330
1331 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * dgnushack.el: Autoload debug, eudc-expand-inline and
1334         pgg-snarf-keys-region for XEmacs.
1335
1336         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1337
1338         * nnmairix.el: Require edmacro when compiling with XEmacs.
1339
1340 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1341
1342         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1343         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1344
1345 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1346
1347         * auth-source.el: Add more docs.
1348
1349         * netrc.el (netrc-machine): Always match if the port is not given.
1350
1351 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1354         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1355         retrieval faster in some cases, but might make CPU usage larger.  If
1356         this has any bad side effects, we might revert this change.
1357
1358         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1359         seems to make mail retrieval much, much faster.
1360         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1361         unconditionally.
1362
1363         * gnus-draft.el (gnus-group-send-queue): Bind
1364         message-send-mail-partially-limit to nil to avoid being prompted.
1365
1366 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1367
1368         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1369
1370         * message.el (message-bogus-address-regexp): Fix and improve custom
1371         type.
1372         (message-setup-hook): Add message-check-recipients as custom option.
1373
1374 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * message.el (message-cite-function): Remove bogus autoload which crept
1377         in during merge from v5-10.
1378
1379 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1382
1383         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1384
1385         * auth-source.el: Preliminary Tramp docs.
1386         (auth-sources): Change the default auth-sources to use
1387         EPA .gpg files.
1388
1389 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * nntp.el: Autoload `auth-source-user-or-password'.
1392         (nntp-send-authinfo): Use it.
1393
1394         * nnimap.el: Autoload `auth-source-user-or-password'.
1395         (nnimap-open-connection): Use it.
1396
1397         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1398         for the gnus-message function.
1399         (auth-source-user-or-password): Use it.
1400
1401 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1402
1403         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1404         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1405         (rfc2104-hash): Use it.
1406
1407 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1408
1409         * gnus-art.el (gnus-article-toggle-truncate-lines):
1410         Don't use `iff' in docstring.
1411
1412 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1415
1416         * gnus-util.el (gnus-extract-address-component-name)
1417         (gnus-extract-address-component-email): Convenience functions around
1418         `gnus-extract-address-components'.
1419
1420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1421         Use `gnus-extract-address-component-email' to fix bug of comparing full
1422         sender name to `user-mail-address'.
1423
1424 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1427         catch/throw to optimize.
1428         (gnus-registry-find-keywords): Just use member to find a keyword.
1429
1430 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1431
1432         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1433         is current before calling gnus-server-prepare.
1434         (gnus-server-setup-buffer, gnus-server-update-server)
1435         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1436
1437 2008-05-04  Juri Linkov  <juri@jurta.org>
1438
1439         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1440         (mailcap-file-default-commands): Use mailcap-replace-in-string
1441         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1442         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1443
1444 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1445
1446         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1447
1448 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1449
1450         * gnus.el: Bump version to 0.11
1451
1452 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1453
1454         * gnus.el: No Gnus v0.10 is released.
1455
1456 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1459         hooks.
1460         (gnus-update-read-articles): Speed up non-marks-using users.
1461         (gnus-use-marks): Define gnus-use-marks.
1462         (gnus-propagate-marks): Rename variable to something more sensible.
1463
1464 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1465
1466         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1467         (gmm-image-load-path-for-library): Fix typos in docstrings.
1468         (gmm-message): Reflow docstring.
1469
1470 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * mail-source.el (mail-source-set-1, mail-source-bind):
1473         Move auth-source code out of the macro to clean it up and fix bugs.
1474
1475 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1478         by sender if it's equal to user-mail-address, it's likely to be
1479         useless.
1480
1481         * mail-source.el (mail-source-bind): Don't use user or password if they
1482         are not bound.  Unintern them if they are nil.  Don't use server unless
1483         it's bound, and default it to empty string otherwise.
1484
1485 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * mail-source.el: Load auth-source.el.
1488         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1489         get user name or password, if auth-sources is set up.
1490
1491         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1492         strategy of splitting with parent.
1493         (gnus-registry-split-fancy-with-parent)
1494         (gnus-registry-post-process-groups): Use it and fix prior
1495         bug (returning a list as the split result).
1496
1497         * auth-source.el (auth-sources): Remove server parameter.
1498         (auth-source-pick, auth-source-user-or-password)
1499         (auth-source-user-or-password-imap)
1500         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1501         (auth-source-user-or-password-sftp)
1502         (auth-source-user-or-password-smtp): Remove server parameter.
1503
1504 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1505
1506         * smime.el (smime-sign-region, smime-encrypt-region)
1507         (smime-decrypt-region):
1508         Remove redundant calls to `generate-new-buffer-name'.
1509
1510 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1511
1512         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1513         Don't use QP for message/rfc822.
1514         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1515
1516 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1517
1518         * sieve-manage.el (sieve-string-bytes): Remove.
1519         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1520         correct byte-length only if the process's coding-system is the same as
1521         the one used internally by Emacs to represent strings.
1522
1523 2008-04-22  Juri Linkov  <juri@jurta.org>
1524
1525         * mailcap.el (mailcap-file-default-commands): New function.
1526
1527 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1528
1529         * message.el (message-signature-separator, message-cite-function):
1530         Change custom version.
1531
1532 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1533
1534         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1535         commands.
1536         (tls-checktrust): Ditto.
1537
1538 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1539
1540         * mm-decode.el (mm-display-external): Make temp file read-only.
1541
1542 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1543
1544         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1545         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1546         `C-c C-f d'.
1547
1548 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1549
1550         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1551
1552 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * gnus.el: Bump version to 0.9.
1555
1556 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1557
1558         * gnus.el: No Gnus v0.8 is released.
1559
1560 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1561
1562         * mail-source.el (mail-source-value):
1563         Prefer fboundp to functionp so it works with macros as well.
1564
1565 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1566
1567         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1568         Fix last change in case the element is not even a symbol.
1569
1570 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1573         Prefer fboundp to functionp so it works with macros as well.
1574
1575 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1576
1577         * auth-source.el: Added docs.
1578         (auth-sources): Modify format to support server.
1579         (auth-source-pick, auth-source-user-or-password)
1580         (auth-source-user-or-password-imap)
1581         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1582         (auth-source-user-or-password-sftp)
1583         (auth-source-user-or-password-smtp): Add server parameter.
1584
1585 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * gnus-registry.el: Initialize the registry when gnus-registry-install
1588         is t.
1589
1590 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * compface.el (uncompface): Make buffer unibyte.
1593
1594 2008-04-05  Glenn Morris  <rgm@gnu.org>
1595
1596         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1597
1598 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1599
1600         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1601         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1602
1603         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1604         multibyteness after rather than before erasing it.
1605
1606         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1607         mm-with-multibyte.
1608         (gnus-request-article-this-buffer): Make sure the proper decoding is
1609         used if gnus-original-article-buffer happens to be unibyte.
1610
1611         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1612         default-enable-multibyte-characters.
1613
1614         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1615         default-enable-multibyte-characters.
1616
1617         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1618
1619         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1620
1621 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1622
1623         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1624         (imap-message-copyuid-1): Use it.
1625         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1626         J. Williams in
1627         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1628
1629         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1630         imap-enable-exchange-bug-workaround.
1631         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1632
1633 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1634
1635         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1636         a 100 byte status-checks into a 2-3MB transfer for each group.
1637         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1638         to enable bug workaround or not.
1639         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1640
1641 2008-03-31  Glenn Morris  <rgm@gnu.org>
1642
1643         * message.el (mml2015-use): Declare for compiler.
1644         (message-info): Require mml2015 when appropriate.
1645
1646 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1649         whitespace.
1650
1651 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1652
1653         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1654         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1655         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1656         (nntp-service-to-port): New function.
1657         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1658         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1659         (nntp-open-netcat-stream): New function.
1660         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1661
1662 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1663
1664         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1665
1666 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1667
1668         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1669
1670 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1671
1672         * dns.el (dns-write): Use set-buffer-multibyte.
1673
1674 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1675
1676         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1677
1678 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * message.el (message-signature-separator): Change default.
1681         Improve custom type.
1682         (message-cite-function): Change default to
1683         message-cite-original-without-signature.
1684
1685         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1686         toggle.
1687
1688         * message.el (message-check-news-body-syntax): Fix signature check.
1689         (message-setup-1): Mark buffer as unmodified _after_ running
1690         message-setup-hook and handling message-alternative-emails.
1691         (message-shorten-references): Be more strict when building list of
1692         valid references to comply with GNKSA.
1693
1694         * gnus-group.el (gnus-read-ephemeral-bug-group)
1695         (gnus-read-ephemeral-debian-bug-group)
1696         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1697
1698         * message.el (message-info): Don't use booleanp which isn't supported
1699         in Emacs 21 and XEmacs.
1700
1701 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1702
1703         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1704         gnus-group-gmane-group-download-format.
1705         (gnus-group-read-ephemeral-gmane-group): Rename from
1706         gnus-group-read-ephemeral-gmane-group.
1707         (gnus-read-ephemeral-gmane-group-url): Rename from
1708         gnus-group-read-ephemeral-gmane-group-url.
1709         (gnus-bug-group-download-format-alist): New variable.
1710         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1711         (gnus-read-ephemeral-emacs-bug-group): New commands.
1712
1713 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1714
1715         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1716         (gnus-visible-headers): Improve custom type.
1717
1718 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1719
1720         * mml.el (mml-menu): Add workarounds for XEmacs.
1721
1722         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1723         X-Boundary header.
1724
1725         * message.el (message-simplify-recipients): Fix previous commit.
1726
1727 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1728
1729         * mm-util.el (mm-set-buffer-multibyte): New function.
1730         * mm-decode.el (mm-copy-to-buffer): Use it.
1731
1732 2008-03-19  Glenn Morris  <rgm@gnu.org>
1733
1734         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1735         Accidentally removed in the sync process with Emacs.
1736
1737 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1738
1739         * message.el (message-alter-recipients-discard-bogus-full-name):
1740         New function.
1741         (message-alter-recipients-function): New variable.
1742         (message-get-reply-headers): Use it.
1743         (message-replace-header): New helper function.
1744         (message-recipients-without-full-name): New variable.
1745         (message-simplify-recipients): New command.
1746
1747         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1748
1749         * message.el (message-info): Handle EasyPG manual.
1750
1751         * mml.el (mml-menu): Add entry for EasyPG.
1752
1753 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1754
1755         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1756         parameter.
1757
1758         * message.el (message-disassociate-draft): Specify drafts group name
1759         fully.
1760
1761 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1764         unnecessary duplicates from the match list.
1765
1766 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1769
1770         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1771
1772         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1773         args of `how-many' of which the XEmacs version doesn't take; declare
1774         Info-index-next as function.
1775
1776 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * gnus-score.el (gnus-score-headers): Fix handling of
1779         gnus-inhibit-slow-scoring.
1780
1781         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1782         string.
1783         (gnus-button-url-regexp): Improve handling of parenthesis.
1784         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1785         (gnus-button-handle-info-keystrokes): Handle index entries.
1786
1787 2008-03-15  Glenn Morris  <rgm@gnu.org>
1788
1789         * parse-time.el (parse-time-string): Simplify.
1790
1791 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1794         Incoming* files.
1795
1796 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1799         (auth-source-pick): Use it.
1800
1801 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1802
1803         * binhex.el (binhex-decode-region-internal):
1804         * uudecode.el (uudecode-decode-region-internal):
1805         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1806         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1807         setting default-enable-multibyte-characters.
1808
1809 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * auth-source.el (auth-source-protocols)
1812         (auth-source-protocols-customize, auth-source-choices): Added and
1813         modified variable customizations and defaults.
1814         (auth-source-pick, auth-source-user-or-password)
1815         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1816         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1817         (auth-source-user-or-password-sftp)
1818         (auth-source-user-or-password-smtp): Use new variables and provide an
1819         interface to netrc.el.
1820
1821 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1824         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1825         Make sure the nntp port to specify is a string.
1826
1827 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * nntp.el: Use with-current-buffer.
1830         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1831         dubious mm-with-unibyte-current-buffer.
1832         (nntp-with-open-group-function): New function extracted from
1833         nntp-with-open-group macro.
1834         (nntp-with-open-group): Use the function, so it's easier to debug.
1835         Add indentation and debugging info.
1836         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1837         the use of the netcat alternatives.
1838
1839         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1840         Avoid mm-string-as-multibyte as well.
1841
1842         * nnweb.el (nnweb-insert-html):
1843         Remove use of nnheader-string-as-multibyte.
1844
1845         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1846         (nnheader-string-as-multibyte): Remove.
1847
1848         * mm-view.el: Use inhibit-read-only.
1849         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1850         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1851         or unibyte-string.
1852
1853         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1854         (mm-uu-yenc-extract): Use with-current-buffer.
1855
1856         * gnus-soup.el (gnus-soup-send-packet): Don't use
1857         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1858
1859         * nnmh.el: Use with-current-buffer.
1860         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1861         mm-string-as-multibyte on the output of mm-encode-coding-string.
1862
1863         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1864         (nnimap-request-move-article): Use with-current-buffer.
1865
1866         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1867         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1868         conversion uses string-make-unibyte rather than string-as-unibyte.
1869
1870         * gnus-msg.el: Use with-current-buffer.
1871
1872         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1873
1874 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1875
1876         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1877         string for caching if it is 'PIN.
1878
1879 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * lpath.el: Consider the case without Emacs/W3.
1882
1883 2008-03-08  Glenn Morris  <rgm@gnu.org>
1884
1885         * time-date.el (date-to-time, time-subtract, time-add)
1886         (safe-date-to-time): Doc fixes.
1887
1888 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * mail-source.el (mail-source-delete-old-incoming-confirm):
1891         Change default to nil.
1892         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1893
1894 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * lpath.el: Rearrange.
1897
1898         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1899         (gnus-article-goto-prev-page): Work for articles having ^L's.
1900
1901         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1902
1903         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1904
1905 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1906
1907         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1908         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1909         (gnus-bookmark-jump): Adjust some variable names.
1910
1911 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1912
1913         * auth-source.el: New package.
1914         (auth-source-choices): Add customization entry point variable.
1915
1916         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1917         bug.
1918
1919 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1920
1921         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1922         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1923         (gnus-registry-install-shortcuts): Rename from
1924         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1925         the `gnus-registry-mark-map' keymap dynamically from
1926         `gnus-registry-marks'.  The generated functions update the summary line
1927         when a registry mark is added or deleted, and will call
1928         `gnus-registry-install-p' (see the comments in the code).
1929         (gnus-registry-user-format-function-M): Use concat intelligently.
1930
1931         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1932         the registry mark functions.
1933
1934 2008-03-05  Glenn Morris  <rgm@gnu.org>
1935
1936         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1937         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1938         gnus-art.
1939         (top-level): No need to load own source when compiling.
1940
1941 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1942
1943         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1944         Suggested by <chris.anderton@zetnet.co.uk>.
1945
1946 2008-03-04  Glenn Morris  <rgm@gnu.org>
1947
1948         * gnus-sum.el (top-level): No need to require gnus when compiling,
1949         since unconditionally required near start of file.
1950         (gnus-summary-display-while-building): Move definition before use.
1951
1952 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1955         formatting function.
1956
1957 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1958
1959         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1960         with plists.
1961         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1962         Use new format.
1963
1964 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1967         `where-is-internal' that returns a range of key sequences.
1968
1969 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1970
1971         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1972
1973         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1974         (gnus-summary-jump-to-group): Consider windows on other displayed
1975         frames as well.  Similar changes might be needed elsewhere, but that's
1976         the one I've bumped into during my use.
1977
1978         * nndoc.el (nndoc-oe-dbx-type-p):
1979         * gnus-msg.el (gnus-debug):
1980         * gnus-group.el (gnus-update-group-mark-positions):
1981         Use mm-string-to-multibyte.
1982
1983 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1986         doesn't handle NotDashEscaped.
1987
1988         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1989         (mml-dnd-attach-options): Fix typo in custom choice.
1990
1991         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1992         nndoc-article-type to mbox.
1993         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1994
1995         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1996         to nil, instead of html2text.
1997
1998         * imap.el (imap-debug): Add `imap-ping-server'.
1999
2000         * gnus-bookmark.el: Add FIXMEs.
2001
2002         * message.el (message-form-letter-separator)
2003         (message-send-form-letter-delay): New variables.
2004         (message-send-form-letter): Use them.  New command to send form
2005         letters.  Requested by Uwe Siart.
2006         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2007
2008 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2009
2010         * Update copyright years.
2011
2012 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2013
2014         Sync from EMACS_22_BASE.
2015
2016         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2017
2018 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2019
2020         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2021         empty author.
2022
2023 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * gnus-registry.el (gnus-registry-marks): Add variable for
2026         customization of marks and their appearance.
2027         (gnus-registry-read-mark): Use it.
2028         (gnus-registry-do-marks): Add utility function to loop through
2029         `gnus-registry-marks'.
2030         (gnus-registry-install-shortcuts-and-menus): Add function to install
2031         shortcuts and menus.
2032         (gnus-registry-initialize): Use it.
2033         (gnus-registry-default-mark): Clarify documentation.
2034
2035 2008-02-29  Glenn Morris  <rgm@gnu.org>
2036
2037         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2038         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2039         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2040         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2041         Change defcustom :version from 23.0 to 23.1.
2042
2043 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * gnus-registry.el (gnus-registry-follow-group-p)
2046         (gnus-registry-post-process-groups): Add functions to aid registry
2047         splitting and improve logging.  Clarify behavior in function
2048         documentation.
2049         (gnus-registry-split-fancy-with-parent): Use them.
2050
2051 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2052
2053         * gnus-art.el: Use with-current-buffer.
2054
2055 2008-02-27  David Engster  <dengste@eml.cc>
2056
2057         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2058         Express real group name in the response.
2059
2060 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2063         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2064         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2065         autoload gnus-registry-fetch-group when compiling.
2066         (nnmairix-request-group-with-article-number-correction): Remove
2067         unreferenced argument passed to nnmairix-call-backend.
2068
2069 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2072         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2073         Wilde.
2074
2075 2008-02-27  Glenn Morris  <rgm@gnu.org>
2076
2077         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2078         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2079         variables to defconsts.  Convert comments to doc-strings.
2080         (nnmairix-last-server, nnmairix-current-server): Convert from free
2081         variables to defvars.  Convert comments to doc-strings.
2082         (gnus-registry-fetch-group): Autoload.
2083         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2084         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2085         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2086         caddr.
2087         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2088         nnmairix-request-group-with-article-number-correction call.
2089         (nnmairix-fast, nnmairix-group): New, less general names, for free
2090         variables passed from nnmairix-request-group to
2091         nnmairix-request-group-with-article-number-correction.  Declare.
2092         (nnmairix-request-group-with-article-number-correction):
2093         Use nnmairix-fast, nnmairix-group rather than fast, group.
2094
2095 2008-02-26  David Engster  <dengste@eml.cc>
2096
2097         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2098         version 0.5.
2099
2100 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2101
2102         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2103         instead of making an extra function call.  Don't add the current group
2104         to articles only when they have the group.  Use
2105         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2106         Reported by David <de_bb@arcor.de>.
2107
2108 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2111         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2112
2113 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2114
2115         * mail-source.el (mail-source-delete-incoming): Change default.
2116         Supplement doc string.
2117
2118         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2119
2120 2008-02-14  Glenn Morris  <rgm@gnu.org>
2121
2122         * time-date.el (format-seconds): New function.
2123
2124 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * nnmail.el (nnmail-message-id-cache-file): Derive from
2127         `gnus-home-directory'.
2128
2129 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2132         Document negative prefix.
2133
2134         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2135
2136 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * message.el (message-unsent-separator): Add the Exim bounce
2139         separator.
2140
2141 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2142
2143         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2144         list.
2145         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2146         recipient/signer list.
2147
2148 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * Makefile.in (datarootdir): Define.
2151         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2152         name that might contain whitespace.
2153
2154 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2157         fbound (Emacs 23 unicode), signal an error.
2158
2159 2008-02-08  Glenn Morris  <rgm@gnu.org>
2160
2161         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2162
2163 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2164
2165         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2166         ports to the calls to `netrc-machine-user-or-password' in addition to
2167         "imap" and "imaps".
2168
2169 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2170
2171         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2172
2173         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2174
2175 2008-02-01  Kenichi Handa  <handa@m17n.org>
2176
2177         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2178         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2179         (rfc2104-hash): Convert the result of concat to unibyte string.
2180
2181 2008-02-01  Dave Love  <fx@gnu.org>
2182
2183         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2184         coding-system-for-read.
2185         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2186
2187 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2190         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2191         <hanche@math.ntnu.no>.
2192
2193 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2196
2197         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2198
2199 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2200
2201         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2202         * message.el (message-beginning-of-line): Use featurep instead of bound
2203         tests in order to resolve conditionals at compile time.
2204
2205 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2206
2207         * mail-source.el (mail-sources): Add `group' choice.
2208
2209         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2210         parameter `in-group' to control into which group the articles go.
2211         Add treatment of `group' mail-source.
2212
2213 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2216
2217         * mm-decode.el (mm-dissect-buffer): Decode description.
2218
2219         * mml.el (mml-to-mime): Encode message header first.
2220
2221 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2224         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2225
2226         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2227         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2228
2229 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2232
2233 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2236         prefix keys.
2237         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2238         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2239         gnus-xmas.el.
2240
2241         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2242         (gnus-xmas-article-describe-bindings): New function.
2243         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2244         gnus-xmas-article-describe-bindings.
2245
2246         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2247
2248 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2251         Add new variables for article mark management.
2252         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2253         list of extra data entries which, when present, will indicate that the
2254         article ID should not be trimmed from the registry.
2255         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2256         functions.
2257         (gnus-registry-read-mark): New function to read a mark name from the
2258         user.
2259         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2260         (gnus-registry-set-article-mark-internal): New functions to add and
2261         remove marks.
2262         (gnus-registry-get-article-marks): New function to show the marks for
2263         an article, or retrieve them for further use.
2264
2265 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2268         keys when no argument is given.
2269
2270 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * imap.el (imap-ping-server): New variable.
2273         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2274         (imap-ping-server): Minor doc string fixes.
2275
2276 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2277
2278         * imap.el (imap-ping-server): New function.
2279         (imap-opened): Call imap-ping-server.
2280
2281 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2282
2283         * gnus-sum.el (gnus-article-sort-by-random)
2284         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2285         jidanni@jidanni.org.
2286
2287 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gnus-art.el (gnus-article-describe-bindings): New function.
2290         (gnus-article-read-summary-keys): Use it.
2291         (gnus-article-mode-map): Bind `C-h b' to it.
2292
2293 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2296         XEmacs.
2297         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2298         against non-character events.
2299
2300         * lpath.el: Fbind map-keymap for Emacs 21.
2301
2302 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2305         command.
2306         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2307         instead of END.  Change name of the temp file.
2308         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2309         customizable.
2310
2311 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2314         bind `S W' to gnus-article-wide-reply-with-original; set default
2315         binding to gnus-article-read-summary-send-keys.
2316         (gnus-article-read-summary-keys): Fix the order of keys; display
2317         continuation keys correctly in the echo area; describe bindings
2318         correctly when keys end with `C-h'.
2319         (gnus-article-read-summary-send-keys): New function.
2320         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2321         for gnus-article-read-summary-send-keys; display continuation keys
2322         correctly in the echo area.
2323         (gnus-article-reply-with-original): Ignore prefix argument.
2324         (gnus-article-wide-reply-with-original): New function.
2325
2326         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2327         Emacs 21.
2328
2329 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2332         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2333
2334 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2335
2336         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2337         (gnus-group-read-ephemeral-gmane-group): New command.
2338
2339 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2340
2341         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2342
2343 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2344
2345         * message.el (message-send-mail-function): Increase custom version.
2346
2347         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2348         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2349
2350 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2351
2352         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2353         for the cases where imap-authenticate is called with a nil buffer
2354         parameter.
2355
2356 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2359         html parts correctly; support forwarded messages.
2360         (gnus-article-browse-html-article): Remove work buffers.
2361
2362         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2363         compiling.
2364         (netrc-bound-and-true-p): New macro.
2365         (netrc-parse): Use it instead of bound-and-true-p that is not available
2366         in XEmacs 21.4.
2367
2368 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2369
2370         * gnus-registry.el (gnus-registry-mark-article)
2371         (gnus-registry-article-marks): Add functionality to mark articles
2372         through the Gnus registry.
2373
2374         * encrypt.el: Clarify documentation for the new pgg method.
2375         (encrypt-file-alist): Add PGG option.
2376         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2377         functionality.  Abstract password key and messaging to external
2378         functions.
2379         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2380         (encrypt-message-method-and-cipher): Add new convenience external
2381         functions.
2382         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2383         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2384
2385         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2386         (netrc-parse): Use encrypt-file-alist to determine if
2387         encrypt-find-model or encrypt-insert-file-contents should be used.
2388
2389         * encrypt.el: Clarify documentation.  Load password-cache or
2390         password, whichever one is found first, instead of autoloading.
2391
2392 2007-12-19  Glenn Morris  <rgm@gnu.org>
2393
2394         * mml.el (message-options-set, message-narrow-to-head)
2395         (message-in-body-p, message-mail-p, message-encode-message-body):
2396         Autoload.
2397         (message-remove-header, message-narrow-to-headers-or-head)
2398         (message-subscribed-p, message-make-mail-followup-to)
2399         (message-position-on-field, message-news-p)
2400         (message-options-set-recipient, message-generate-headers)
2401         (message-sort-headers): Declare as functions.
2402
2403 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2404
2405         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2406         convention in doc string.
2407
2408 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2411         title to html parts.
2412         (gnus-article-browse-html-article): Pass message header to it.
2413
2414         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2415
2416 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2419         or password compatible with XEmacs.
2420
2421 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2422
2423         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2424         format document.
2425         (gnus-mime-delete-part): Don't write description line if empty.
2426         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2427
2428 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2429
2430         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2431         (gnus-summary-mark-read-and-unread-as-read)
2432         (gnus-summary-mark-current-read-and-unread-as-read)
2433         (gnus-summary-mark-unread-as-ticked): Doc fix.
2434         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2435
2436 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2437
2438         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2439         Christoph Conrad <christoph.conrad@gmx.de>.
2440
2441 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2442
2443         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2444         yes-or-no-p.
2445
2446 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * mm-decode.el (mm-add-meta-html-tag): New function.
2449         (mm-save-part-to-file, mm-pipe-part): Use it.
2450
2451         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2452         gnus-y-or-n-p instead of y-or-n-p.
2453         (gnus-article-browse-html-parts): Work with message/external-body; use
2454         mm-add-meta-html-tag.
2455
2456 2007-12-11  Glenn Morris  <rgm@gnu.org>
2457
2458         * gnus-cache.el: Require gnus-sum not just when compiling.
2459
2460         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2461
2462         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2463         definitions before use.
2464
2465         * mm-decode.el: Require gnus-util.
2466         (mm-remove-part): Only call delete-annotation on XEmacs.
2467
2468         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2469
2470         * nnmail.el: Require gnus-int.
2471
2472         * spam.el: Move `require's before `eval-when-compile's.
2473
2474         * gnus-ems.el (gnus-alive-p):
2475         * gnus-fun.el (message-goto-eoh):
2476         * gnus-util.el (gnus-group-name-decode):
2477         * mail-source.el (gnus-compress-sequence):
2478         * message.el (Info-goto-node, format-spec):
2479         * mm-bodies.el (message-options-get):
2480         * mm-decode.el (mm-view-pkcs7):
2481         * mm-util.el (gmm-write-region):
2482         * mml-smime.el (mml-compute-boundary)
2483         (gnus-completing-read-with-default):
2484         * mml.el (widget-button-press, gnus-make-hashtable):
2485         * mml1991.el (mm-decode-content-transfer-encoding)
2486         (mm-encode-content-transfer-encoding)
2487         (message-options-get, message-options-set):
2488         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2489         * nnfolder.el (gnus-request-group):
2490         * nnheader.el (ietf-drums-unfold-fws):
2491         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2492         * smime.el (gnus-run-mode-hooks):
2493         * spam-stat.el (gnus-message): Autoload.
2494
2495         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2496         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2497         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2498         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2499         Add declare-function compatibility definition.
2500
2501         * gnus-cache.el (nnvirtual-find-group-art):
2502         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2503         (gnus-add-image, gnus-add-wash-type):
2504         * gnus-group.el (nnkiboze-score-file):
2505         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2506         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2507         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2508         (message-tokenize-header, gnus-get-buffer-create)
2509         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2510         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2511         * gnus.el (gnus-group-decoded-name):
2512         * mail-source.el (imap-capability):
2513         * mm-bodies.el (message-options-set):
2514         * mm-decode.el (gnus-configure-windows):
2515         * mm-extern.el (message-goto-body):
2516         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2517         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2518         (epg-sub-key-validity, message-options-set):
2519         * mml.el (widget-event-point, gnus-configure-windows):
2520         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2521         * mml2015.el (epg-check-configuration, epg-configuration)
2522         (message-options-set):
2523         * nndb.el (nndb-request-article):
2524         * nnfolder.el (gnus-request-create-group):
2525         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2526         * nnmaildir.el (gnus-group-mark-article-read):
2527         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2528         * rfc1843.el (message-fetch-field):
2529         * spam.el (gnus-extract-address-components):
2530         Declare as functions.
2531
2532 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2535
2536         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2537
2538         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2539         bind show-trailing-whitespace for XEmacs.
2540
2541 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2544         new no-op macro for backward compatibility.
2545
2546         * imap.el (imap-string-to-integer): New function.
2547
2548 2007-12-09  Glenn Morris  <rgm@gnu.org>
2549
2550         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2551
2552         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2553         * message.el, mm-view.el, sieve-manage.el, smime.el:
2554         Add declare-function compatibility definition.
2555
2556         * gnus-art.el (w3-region, w3m-region, Info-menu):
2557         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2558         * gnus-sum.el (gnus-get-predicate):
2559         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2560         * message.el (mail-abbrev-in-expansion-header-p):
2561         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2562         (w3m-detect-meta-charset, w3m-region):
2563         * sieve-manage.el (password-read, password-cache-add)
2564         (password-cache-remove):
2565         * smime.el (password-read-and-add): Declare as functions.
2566
2567 2007-12-08  David Kastrup  <dak@gnu.org>
2568
2569         * gnus-sum.el (gnus-summary-simplify-subject-query):
2570         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2571         `message'.
2572
2573 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2576         it to bind idna-program, installation-directory, defined-colors, and
2577         face-attribute for XEmacs of the version that compiles defcustom forms.
2578
2579 2007-12-07  Glenn Morris  <rgm@gnu.org>
2580
2581         * gnus-art.el (article-make-date-line): Revert previous change.
2582
2583 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2586
2587 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2588
2589         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2590         Call gnus-add-to-range ranges only once with a prepared article-list.
2591
2592 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2593
2594         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2595         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2596         group names with backslashes.  Reported by Tassilo Horn
2597         <tassilo@member.fsf.org>.
2598
2599 2007-12-06  Deepak Goel  <deego3@gmail.com>
2600
2601         * gnus-art.el (article-make-date-line):
2602         * gnus-start.el (gnus-load):
2603         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2604
2605 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-art.el (gnus-use-idna)
2608         * gnus-start.el (gnus-site-init-file)
2609         * message.el (message-use-idna)
2610         * mm-uu.el (mm-uu-hide-markers)
2611         * smiley.el (smiley-style): Revert changes that suppress warnings.
2612
2613 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2616         specify charset to html source.  Reported by Christoph Conrad
2617         <christoph.conrad@gmx.de>.
2618
2619 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2622         idna-program in order to suppress byte compile warning issued by XEmacs
2623         that came to byte compile the default value section of defcustom forms
2624         recently.
2625
2626         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2627         value of installation-directory.
2628
2629         * message.el (message-use-idna): Don't directly refer to the value of
2630         idna-program.
2631
2632         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2633
2634         * smiley.el (smiley-style): Don't directly call face-attribute.
2635
2636 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2639
2640         * gnus-dired.el: Reduce Gnus dependencies.
2641         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2642         require.  Use autoloads instead.
2643         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2644         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2645         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2646         (gnus-dired-mode): Adjust doc string.
2647         (gnus-dired-mail-mode): New variable.
2648         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2649         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2650         (gnus-dired-mail-buffers): New function.  Return mail or message
2651         composition buffers.
2652         (gnus-dired-attach): Use it.
2653         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2654         NO-DECODE.
2655         (gnus-dired-print): Use `gnus-print-buffer' depending on
2656         `gnus-dired-mail-mode'.
2657
2658 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * rfc2047.el (rfc2047-encoded-word-regexp)
2661         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2662         explaining what regexp patterns are for.
2663
2664 2007-12-04  Glenn Morris  <rgm@gnu.org>
2665
2666         * password.el: Move to password-cache.el.
2667
2668         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2669         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2670         * mml-smime.el (password-read, password-cache-add)
2671         (password-cache-remove):
2672         No need to autoload, since mml-sec requires password.
2673
2674         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2675         * message.el (gnus-extract-address-components):
2676         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2677
2678         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2679         password.
2680
2681 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2682
2683         * mailcap.el: Reduce dependencies.
2684         (mail-header-parse-content-type): Autoload.
2685         (mailcap-delete-duplicates): New alias.
2686         (mailcap-mime-info): Add optional argument NO-DECODE.
2687         (mailcap-mime-types): Use mailcap-delete-duplicates.
2688
2689         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2690
2691 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2692
2693         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2694         (imap-parse-status): Upcase status-att for servers that sends them
2695         lower-case (e.g., MS Exchange 2007).
2696
2697 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2700         function.
2701
2702         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2703         (gnus-uu-yenc-article): New function.
2704
2705         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2706
2707         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2708         buffer.
2709
2710 2007-12-02  Glenn Morris  <rgm@gnu.org>
2711
2712         * binhex.el (binhex): New custom group.
2713         (binhex-decoder-program, binhex-decoder-switches)
2714         (binhex-use-external): Move to the binhex custom group.
2715
2716         * uudecode.el (uudecode): New custom group.
2717         (uudecode-decoder-program, uudecode-decoder-switches)
2718         (uudecode-use-external): Move to the uudecode custom group.
2719
2720         * netrc.el (top-level): Don't load `encrypt' features.
2721         (netrc-parse): Don't use encrypt.
2722         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2723
2724         * encrypt.el: Remove file.
2725
2726 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2729         matches on patches.
2730
2731         * gnus-art.el (gnus-article-browse-html-article): Mention
2732         `mm-text-html-renderer' in the doc string.
2733
2734         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2735         string.  Add comments.
2736
2737         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2738         if rhs is ASCII.
2739
2740 2007-12-01  Glenn Morris  <rgm@gnu.org>
2741
2742         * mail-source.el (top-level): Require format-spec before
2743         eval-when-compile.
2744
2745 2007-11-30  Glenn Morris  <rgm@gnu.org>
2746
2747         * encrypt.el: Require password, rather than autoloading password-read.
2748
2749 2007-11-29  Glenn Morris  <rgm@gnu.org>
2750
2751         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2752         (sasl-make-client, sasl-next-step, sasl-step-data)
2753         (sasl-step-set-data): Declare as functions.
2754
2755 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2758
2759 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2760
2761         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2762         certs should be verified and what is to be done in the event of a
2763         verification failure.
2764
2765         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2766         caller can indicate whether the cache should be disregarded for this
2767         call.  This way the result of the call is reproducible at all times and
2768         can be considered a canonical server name for the supplied method.
2769         (gnus-agent-method-p): Canonicalize server names by pushing their
2770         method through `gnus-method-to-server' using the no-cache argument.
2771
2772         * gnus-srvr.el (gnus-server-insert-server-line): Call
2773         `gnus-method-to-server' with `no-cache' argument.
2774
2775         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2776         gnus-agent-possibly-synchronize-flags as this should be called when the
2777         server is actually being opened.
2778         (gnus-agent-possibly-synchronize-flags)
2779         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2780         flags file of an agentized server to the latter function.
2781
2782         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2783         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2784         after a connection has been established successfully.
2785
2786 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-art.el (article-display-face): Force to display face if called
2789         interactively; check if gnus-article-x-face-too-ugly matches author.
2790         (article-display-x-face): Display face even if From header is missing
2791         as article-display-face does.
2792
2793 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2794
2795         * hashcash.el (message-narrow-to-headers-or-head)
2796         (message-fetch-field, message-goto-eoh)
2797         (message-narrow-to-headers): Declare as functions.
2798
2799 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * mail-source.el (mail-sources): Default to fetch from file for
2802         compatibility with default of nnmail-spool-file.
2803
2804 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2807         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2808         to look for encoded word that should be encoded again.
2809         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2810         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2811         encoding pattern.
2812         (rfc2047-decode-region): Switch strict regexp and loose one according
2813         to rfc2047-allow-irregular-q-encoded-words.
2814
2815 2007-11-25  Romain Francoise  <romain@orebokech.com>
2816
2817         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2818
2819 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2820
2821         * tls.el (tls-program): Provide more custom choices from
2822         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2823         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2824
2825 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2828         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2829
2830         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2831         `nnmail-spool-file'.
2832
2833         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2834         `nnmail-spool-file'.
2835
2836         * gnus-move.el (gnus-change-server): Ditto.
2837
2838         * gnus-kill.el (gnus-batch-score): Ditto.
2839
2840         * gnus-cache.el (gnus-jog-cache): Ditto.
2841
2842         * gnus-msg.el (gnus-summary-reply):
2843         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2844
2845 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2848         version.  Minor improvement to doc strings.
2849         (tls-program): Add comment.
2850
2851 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2852
2853         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2854         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2855         mismatch between the hostname provided in the certificate and the name
2856         of the host connnecting to.
2857         (open-tls-stream): Use them.  Check certificates against trusted root
2858         certificates.
2859
2860 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * gnus-cache.el (gnus-cache-generate-nov-databases):
2863         Use nnml-generate-nov-databases-directory instead of
2864         nnml-generate-nov-databases-1.
2865
2866 2007-11-24  Glenn Morris  <rgm@gnu.org>
2867
2868         * message.el (message-tool-bar-retro): Update for rename
2869         mail_send.xpm->mail-send.xpm.
2870
2871 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2872
2873         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2874         `smime-ldap-search' for Emacs 22 and up.
2875
2876 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2877
2878         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2879
2880         * message.el (message-send-mail-function): Fix error convention.
2881         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2882         (message-widen-reply, message-send-mail, message-talkative-question)
2883         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2884         (message-clone-locals, message-send-news): Use with-current-buffer.
2885         (message-insert-or-toggle-importance): Remove unused var `valid'.
2886         (message-make-references): Remove unused var `new-references'.
2887         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2888
2889 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2890
2891         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2892         (spam-split-symbolic-return-positive): Reflow docstring.
2893         (spam-backends, spam-summary-exit-behavior)
2894         (spam-mark-ham-unread-before-move-from-spam-group)
2895         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2896         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2897         (spam-clear-cache, spam-backend-check, spam-install-backend)
2898         (spam-install-statistical-backend, spam-list-of-processors)
2899         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2900         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2901         (spam-check-crm114, spam-initialize, spam-unload-hook):
2902         Fix typos in docstrings.
2903
2904 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2907         been checked if they have never been read and those group levels are
2908         higher than the one that a user specified.
2909
2910 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2913         foreign groups unless a group level is specified by a user.
2914         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2915
2916 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2917
2918         * message.el (message-send-mail-function): Require sendmail.
2919
2920 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2921
2922         * message.el (message-send-mail-function): Check for smtpmail too.
2923
2924         * utf7.el (utf7-encode, utf7-decode): Use coding system
2925         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2926
2927         * message.el (message-send-mail-function): New function.
2928         (message-send-mail-function): Set default using
2929         message-send-mail-function.  Adjust doc string.
2930         (message-send-mail-with-mailclient): New function.
2931
2932 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2933
2934         * smime.el (from):
2935         * rfc2047.el (message-posting-charset):
2936         * qp.el (mm-use-ultra-safe-encoding):
2937         * pop3.el (parse-time-months):
2938         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2939         * nnml.el (files):
2940         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2941         (jka-compr-compression-info-list, ange-ftp-path-format)
2942         (efs-path-regexp):
2943         * nndiary.el (files):
2944         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2945         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2946         (epg-digest-algorithm-alist, inhibit-redisplay)
2947         (password-cache-expiry):
2948         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2949         (pgg-output-buffer, password-cache-expiry):
2950         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2951         (efs-path-regexp):
2952         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2953         (inhibit-redisplay):
2954         * mm-uu.el (file-name, start-point, end-point, entry)
2955         (gnus-newsgroup-name, gnus-newsgroup-charset):
2956         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2957         (latin-unity-ucs-list):
2958         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2959         (mm-uu-binhex-decode-function):
2960         * message.el (gnus-message-group-art, gnus-list-identifiers)
2961         (rmail-enable-mime-composing, gnus-local-organization)
2962         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2963         (gnus-read-active-file, facemenu-add-face-function)
2964         (facemenu-remove-face-function, gnus-article-decoded-p)
2965         (tool-bar-mode):
2966         * mail-source.el (display-time-mail-function):
2967         * gnus-util.el (nnmail-pathname-coding-system)
2968         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2969         (gnus-original-article-buffer, gnus-user-agent)
2970         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2971         (xemacs-codename, sxemacs-codename, emacs-program-version):
2972         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2973         * gnus-start.el (gnus-agent-covered-methods)
2974         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2975         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2976         (gnus-newsgroup-headers, gnus-group-list-mode)
2977         (gnus-group-mark-positions, gnus-newsgroup-data)
2978         (gnus-newsgroup-unreads, nnoo-state-alist)
2979         (gnus-current-select-method, mail-sources)
2980         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2981         (nnmail-spool-file, gnus-cache-active-hashtb):
2982         * gnus-mh.el (mh-lib-progs):
2983         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2984         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2985         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2986         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2987         (gnus-group-buffer):
2988         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2989         (font-lock-set-defaults):
2990         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2991         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2992         (gnus-summary-post-menu, total-parts, type, condition, length):
2993         * gnus-agent.el (gnus-agent-read-agentview):
2994         * flow-fill.el (show-trailing-whitespace):
2995         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2996         eval-and-compile wrappers for byte compiler pacifiers.
2997
2998         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2999         (mm-display-inline-fontify): Check for featurep 'xemacs not
3000         extent-list.
3001
3002         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3003         itimer-list.
3004         (mm-create-image-xemacs): Only do something for XEmacs.
3005         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3006
3007         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3008
3009         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3010         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3011
3012 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3013
3014         * nnimap.el (nnimap-split-download-body):
3015         * gnus-demon.el (gnus-demon):
3016         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3017
3018 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3021         macros.
3022         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3023         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3024         copy data from unibyte buffer to multibyte current buffer.
3025         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3026         to copy data from unibyte current buffer to multibyte buffer.
3027         (nntp-make-process-buffer): Make process buffer unibyte.
3028
3029         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3030
3031 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3032
3033         * pop3.el (pop3-open-server): Accept and process data more robustly at
3034         connexion start to avoid spurious "POP SSL connexion failed" errors.
3035
3036 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3039         read group names.
3040
3041 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3042
3043         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3044
3045 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3048         (nnmail-save-active): Use a unibyte buffer when saving active file,
3049         which may contain non-ASCII group names.
3050
3051         * nnml.el (nnml-request-group): Decode group names in messages.
3052
3053 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * message.el (message-citation-line-function)
3056         (message-insert-formatted-citation-line): Fix spelling of
3057         `message-insert-formated-citation-line'.
3058
3059 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3062
3063 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3066         nnmail-pathname-coding-system.
3067
3068         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3069         that a user enters; decode group names in messages.
3070
3071         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3072
3073 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3074
3075         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3076
3077         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3078
3079         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3080         risky local variable.
3081
3082         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3083
3084 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3085
3086         * encrypt.el: Improve documentation to fix function name typo.
3087         Reported by Daiki Ueno <ueno@unixuser.org>.
3088
3089 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3092         even if the point is not in the last page of an article.
3093         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3094         back to the previous page.
3095
3096 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3097
3098         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3099
3100 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3103
3104 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3105
3106         * message.el (message-check-news-body-syntax): Avoid
3107         mm-string-as-multibyte.
3108         (message-hide-headers): Don't assume (point-min)==1.
3109
3110 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * message.el (message-remove-blank-cited-lines): Fix if remove is
3113         given.
3114         (message-bogus-address-regexp): New variable.
3115         (message-bogus-recipient-p): New function.
3116         (message-check-recipients): New command.
3117         (message-syntax-checks): Add `bogus-recipient'.
3118         (message-fix-before-sending): Add `bogus-recipient'.
3119
3120         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3121         (gnus-treat-body-boundary): Don't test window-system.
3122
3123 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3124
3125         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3126
3127 2007-10-28  Miles Bader  <miles@gnu.org>
3128
3129         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3130         at compile-time too.
3131
3132 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * gnus-msg.el (gnus-message-setup-hook): Add
3135         `message-remove-blank-cited-lines' to options.
3136
3137 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * message.el (message-remove-blank-cited-lines): New function.
3140         Suggested by Karl Plästerer.
3141
3142 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3145         mapc.
3146
3147         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3148         (top-level): Use mapc to set functions to be traced for debugging.
3149
3150         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3151         called for effect with while loop.
3152
3153         * message.el (message-talkative-question): Replace mapcar called for
3154         effect with mapc.
3155
3156         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3157         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3158         called for effect with dolist.
3159
3160         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3161
3162         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3163         gnus-extra-headers and nnmail-extra-headers.
3164
3165         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3166         called for effect with dolist.
3167         (top-level): Use mapc to set functions to be traced for debugging.
3168
3169         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3170         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3171         dolist.
3172
3173         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3174         Replace mapcar called for effect with mapc.
3175         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3176         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3177         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3178         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3179
3180         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3181         remove-if that's a cl function.
3182
3183         * webmail.el (webmail-debug): Replace mapcar called for effect with
3184         dolist.
3185
3186         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3187         with mapc.
3188
3189 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3192         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3193         with while loop.
3194
3195         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3196         functions from article-* functions.
3197         (gnus-multi-decode-header): Replace mapcar called for effect with
3198         dolist.
3199
3200         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3201         (gnus-bookmark-show-details): Replace mapcar called for effect with
3202         while loop.
3203
3204         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3205         called for effect with while loop.
3206
3207         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3208         with dolist.
3209
3210         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3211         mapcar called for effect with dolist.
3212
3213         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3214
3215         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3216         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3217         Replace mapcar called for effect with dolist.
3218         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3219         mapc.
3220
3221         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3222         Replace mapcar called for effect with dolist.
3223         (gnus-topic-list): Replace mapcar called for effect with mapc.
3224
3225         * gnus.el: Use mapc instead of mapcar to add autoloads.
3226
3227 2007-10-23  Richard Stallman  <rms@gnu.org>
3228
3229         * gnus-group.el (gnus-group-highlight): Mark as risky.
3230
3231 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * gnus.el (gnus-server-to-method): Return method found first in
3234         gnus-newsrc-alist.
3235
3236         * gnus-art.el (gnus-article-highlight-signature)
3237         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3238         button overlay without the front stickiness.
3239
3240 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3241
3242         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3243         overview buffer needed a catch to receive its throw.
3244         (gnus-agent-flush-cache): Declared as interactive to make this function
3245         easier to use.
3246
3247 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3250         `next-line'.
3251
3252 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3255         exclude address matching message-dont-reply-to-names.
3256
3257 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-util.el (gnus-string<): New function.
3260
3261         * gnus-sum.el (gnus-article-sort-by-author)
3262         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3263
3264 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3267         the frame-focus tag is set in gnus-buffer-configuration.
3268
3269 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3272         the front stickiness.
3273
3274 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3277         url pattern; remove duplicate one.
3278         (gnus-article-extend-url-button): New function.
3279         (gnus-article-add-buttons): Use it.
3280         (gnus-button-push): Use concatenated url that it makes.
3281
3282 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3283
3284         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3285
3286 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3287
3288         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3289         Don't hardcode point-min==1.
3290
3291 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3292
3293         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3294         Fix comment about "iso8859-1".
3295
3296 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3297
3298         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3299         ones returned from the verify-function.
3300
3301         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3302         mml2015-extract-cleartext-signature if extraction failed.
3303
3304 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3305
3306         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3307         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3308         failed.
3309
3310 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3311
3312         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3313
3314 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3317         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3318         recommends to use EasyPG instead of PGG.
3319
3320         * pgg.el: Revert to revision 6.23.2.16
3321
3322         * pgg-def.el: Revert to revision 6.6.2.14.
3323
3324         * pgg-gpg.el: Revert to revision 6.23.2.34.
3325
3326 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3329         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3330         thread for both the null and zero (kill/expire thread) universal prefix
3331         cases.
3332         (gnus-summary-expire-thread): Add new function to expire a thread,
3333         using gnus-summary-kill-thread.
3334         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3335         shortcuts for gnus-summary-expire-thread.
3336         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3337         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3338
3339 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3342         extras value, so an extras entry can be deleted.
3343         (gnus-registry-delete-extra-entry): Use it.
3344         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3345         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3346         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3347         storage through the gnus-registry, and provide an appropriate API for
3348         it.
3349
3350 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3353         Suggested by Leo <sdl.web@gmail.com>.
3354
3355         * gnus.el: Do.
3356
3357 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3360         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3361
3362         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3363
3364         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3365         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3366
3367 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3370         newline.
3371         (nnmbox-request-accept-article): Don't change article in source buffer;
3372         narrow to header to use message-fetch-field rather than
3373         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3374         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3375         as delimiters; make sure article ends with newline.
3376         (nnmbox-delete-mail): Correct last position of article to be deleted;
3377         ignore X-Gnus-Newsgroup header in article body.
3378         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3379         positions; make sure article ends with newline.
3380
3381         * message.el (message-display-abbrev): Don't infloop when a user
3382         inserts SPC in the beginning of header.
3383
3384         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3385         coding-system-for-read and coding-system-for-write for XEmacs having no
3386         file-coding feature.
3387
3388         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3389
3390 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3393         list of groups not followed by default.  Fix type to be regexp.
3394         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3395
3396 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3397
3398         * hmac-def.el (define-hmac-function): Switch from old-style to
3399         new-style backquotes.
3400
3401         * md4.el (md4-make-step): Likewise.
3402
3403 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3406         raw-text coding system when saving .newsrc file, which may contain
3407         non-ASCII group names.
3408
3409 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-cus.el (gnus-score-extra): New widget.
3412         (gnus-score-extra-convert): New function.
3413         (gnus-score-customize): Use it for Extra.
3414
3415 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3416
3417         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3418         (mml2015-mailcrypt-clear-verify): Use it.
3419         (mml2015-gpg-clear-verify): Use it.
3420         (mml2015-pgg-clear-verify): Use it.
3421         (mml2015-epg-clear-verify): Replace the current part with the output
3422         from GnuPG; don't extract the plaintext by itself.
3423
3424         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3425         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3426         mml2015-clear-verify-function; don't touch the armor headers or
3427         dash-escaped text here.
3428
3429 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3432         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3433         parts, or application/octet-stream as a last resort.
3434         (gnus-mime-view-part-as-type): Don't toggle display.
3435         (gnus-mime-view-part-as-charset): Don't turn off display before
3436         querying charset.
3437
3438         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3439         stuff to undisplayer function in Emacs.
3440         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3441
3442         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3443         text/calendar parts.
3444
3445 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3448         decoding text/calendar parts.
3449
3450         * message.el (message-forward-make-body-mime): Always mark body as
3451         having no illegible text; remove signed-or-encrypted argument.
3452         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3453
3454         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3455         (mml-generate-mime-1): Don't encode body if it is specified to be in
3456         raw form; don't make buffer be unibyte when inserting multibyte string.
3457
3458 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * sha1.el: Fix up comment style.
3461         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3462         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3463
3464         * hex-util.el: Fix up comment style.
3465         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3466
3467         * gnus-salt.el: Use with-current-buffer.
3468         (gnus-pick-setup-message): Fix long-standing typo.
3469
3470 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * imap.el (imap-logout-timeout): New variable.
3473         (imap-logout, imap-logout-wait): New functions.
3474         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3475
3476         * nnimap.el (nnimap-logout-timeout): New server variable.
3477         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3478         nnimap-logout-timeout.
3479
3480         * gnus-art.el (gnus-article-summary-command-nosave)
3481         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3482
3483 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus.el (gnus-maximum-newsgroup): New variable.
3486
3487         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3488         according to gnus-maximum-newsgroup.
3489
3490         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3491         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3492         Limit the range of articles according to gnus-maximum-newsgroup.
3493
3494 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3495
3496         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3497         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3498         Don't perform gnus-configure-windows here; reuse existing sticky
3499         article buffer.
3500
3501         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3502         it doesn't exist in gnus-article-mode.
3503
3504 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3507         (gnus-agent-decoded-group-name): New function.
3508         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3509         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3510
3511 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3512
3513         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3514         Add binding for gnus-sticky-article.
3515         (gnus-summary-exit): Don't kill sticky article buffers.
3516
3517         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3518         article buffer.
3519         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3520         (gnus-kill-sticky-article-buffers): New commands.
3521
3522 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * nntp.el (nntp-xref-number-is-evil): New server variable.
3525         (nntp-find-group-and-number): If it is non-nil, don't trust article
3526         numbers in the Xref header.
3527
3528 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-agent.el (gnus-agent-read-group): New function.
3531         (gnus-agent-flush-group, gnus-agent-expire-group)
3532         (gnus-agent-regenerate-group): Use it.
3533         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3534         nnmail-pathname-coding-system.
3535
3536 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3539
3540         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3541         that are unread as unread, and also as selected so that information of
3542         marks having been changed by a user may be updated when exiting group.
3543
3544 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3547         calculated ignoring signature parts to gnus-treat-article.
3548
3549 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3552         a point here in order to keep the window start.
3553         (gnus-insert-mime-security-button): Make a button overlay without the
3554         front stickiness.
3555         (gnus-mime-display-security): Goto the end of a button.
3556
3557         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3558
3559 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3562         group-name-at-point.
3563         (gnus-group-completing-read): New function that offers decoded
3564         non-ASCII group names for completion.
3565         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3566         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3567         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3568         (gnus-group-fetch-control): Use it.
3569         (gnus-fetch-group): Use group-name-at-point for the initial value
3570         rather than the default value; use gnus-alive-p.
3571
3572         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3573         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3574         (gnus-summary-post-news): Use gnus-group-completing-read.
3575
3576         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3577         (gnus-read-move-group-name): Decode group name for completion.
3578
3579 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3582         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3583         Yamaoka slightly modified the code).
3584
3585 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3588         (nnmail-split-incoming): Bind it.
3589
3590         * nnml.el (nnml-group-name-charset): New function.
3591         (nnml-decoded-group-name): Use it; don't decode group name if
3592         nnmail-group-names-not-encoded-p is non-nil.
3593         (nnml-encoded-group-name): New function.
3594         (nnml-group-pathname): Inline nnml-decoded-group-name.
3595         (nnml-request-expire-articles): Decode group name in message.
3596         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3597         nnmail-pathname-coding-system.
3598         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3599         not decoded ones according to nnmail-group-names-not-encoded-p.
3600         (nnml-generate-active-info): Use nnml-encoded-group-name.
3601
3602 2007-08-08  Glenn Morris  <rgm@gnu.org>
3603
3604         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3605         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3606         doc-strings and comments.
3607
3608 2007-07-25  Glenn Morris  <rgm@gnu.org>
3609
3610         * Relicense all FSF files to GPLv3 or later.
3611
3612 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-sum.el (gnus-summary-move-article): Make
3615         gnus-summary-respool-article work.
3616
3617 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3620         string.
3621
3622 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3623
3624         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3625         that should be ignored when comparing distant RSS articles with local
3626         ones.
3627         (nnrss-make-hash-index): New function.  Create a hash index according
3628         to the ignored fields.
3629         (nnrss-check-group): Use it.
3630
3631 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3634
3635         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3636
3637         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3638         the new optional argument ENCODED is non-nil.
3639         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3640         coding system for encoding group name.
3641         (gnus-group-make-rss-group): Pass un-encoded group name to
3642         gnus-group-make-group.
3643         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3644         encoded.
3645
3646         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3647         Encode group name to which articles are moved or copied.
3648         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3649         coding system for encoding Newsgroup, Followup-To and Xref headers.
3650
3651         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3652         marks; use nnheader-file-coding-system to write a file.
3653         (nnagent-retrieve-headers): Bind file-name-coding-system to
3654         nnmail-pathname-coding-system.
3655
3656         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3657
3658         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3659         (nnml-request-article, nnml-request-create-group)
3660         (nnml-request-rename-group, nnml-find-id)
3661         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3662         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3663         (nnml-save-marks): Use nnml-group-pathname instead of
3664         nnmail-group-pathname.
3665
3666         (nnml-request-create-group, nnml-request-expire-articles)
3667         (nnml-request-move-article, nnml-request-delete-group)
3668         (nnml-deletable-article-p, nnml-possibly-create-directory)
3669         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3670         (nnml-open-marks): Bind file-name-coding-system to
3671         nnmail-pathname-coding-system.
3672
3673         (nnml-request-article): Pass server argument to nnml-find-group-number.
3674         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3675         server argument to nnml-possibly-create-directory.
3676         (nnml-request-accept-article): Pass server argument to
3677         nnml-active-number and nnml-save-mail.
3678         (nnml-find-group-number): Pass server argument to nnml-find-id.
3679         (nnml-request-update-info): Pass server argument to
3680         nnml-marks-changed-p.
3681
3682         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3683         (nnml-save-mail, nnml-active-number): Add server argument.
3684
3685         (nnml-request-delete-group): Warn if group is missing.
3686         (nnml-get-nov-buffer): Decode group name.
3687         (nnml-generate-active-info): Encode group name.
3688         (nnml-open-marks): Decode group name in messages.
3689
3690 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3693         if it is not specified.
3694         (gnus-article-pipe-part, gnus-article-save-part)
3695         (gnus-article-interactively-view-part, gnus-article-copy-part)
3696         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3697         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3698         (gnus-article-replace-part, gnus-article-delete-part)
3699         (gnus-article-view-part-as-type): Pass raw prefix argument to
3700         gnus-article-part-wrapper.
3701
3702 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-agent.el (gnus-agent-save-active): Bind
3705         nnheader-file-coding-system to gnus-agent-file-coding-system.
3706
3707         * gnus-cache.el (gnus-cache-save-buffers)
3708         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3709         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3710         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3711         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3712         (gnus-cache-generate-active, gnus-cache-rename-group)
3713         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3714         (gnus-cache-update-overview-total-fetched-for): Bind
3715         file-name-coding-system to nnmail-pathname-coding-system.
3716         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3717         variables.
3718         (gnus-cache-decoded-group-name): New function.
3719         (gnus-cache-file-name): Use it.
3720         (gnus-cache-generate-active): Use non-decoded group name for active.
3721
3722         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3723         right place.
3724         (gnus-write-active-file): Don't break non-ASCII group names.
3725
3726         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3727         nnmail-pathname-coding-system.
3728
3729         * lpath.el: Bind default-file-name-coding-system,
3730         file-name-coding-system and language-info-alist for XEmacs.
3731
3732         * gnus-uu.el (gnus-uu-decode-save): Typo.
3733
3734 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3737
3738 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3741         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3742         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3743         (gnus-agent-flush-group, gnus-agent-flush-cache)
3744         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3745         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3746         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3747         (gnus-agent-regenerate-group)
3748         (gnus-agent-update-files-total-fetched-for)
3749         (gnus-agent-update-view-total-fetched-for): Bind
3750         file-name-coding-system to nnmail-pathname-coding-system.
3751         (gnus-agent-group-pathname): Don't encode file names by
3752         nnmail-pathname-coding-system.
3753         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3754         coding-system-for-write instead of buffer-file-coding-system to
3755         gnus-agent-file-coding-system.
3756
3757         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3758         Decode group name.
3759
3760         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3761
3762         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3763         (gnus-read-newsrc-el-file): Make group names unibyte.
3764
3765         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3766         nnmail-pathname-coding-system.
3767
3768         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3769         (nnrss-request-delete-group): Bind file-name-coding-system to
3770         nnmail-pathname-coding-system.
3771         (nnrss-read-server-data, nnrss-read-group-data): Bind
3772         file-name-coding-system correctly.
3773         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3774
3775         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3776         (nntp-server-to-method-cache): New variable.
3777         (nntp-group-pathname): New function that decodes non-ASCII group names.
3778         (nntp-possibly-create-directory, nntp-marks-changed-p)
3779         (nntp-save-marks, nntp-open-marks): Use it.
3780         (nntp-possibly-create-directory, nntp-open-marks):
3781         Bind file-name-coding-system to nnmail-pathname-coding-system.
3782         (nntp-open-marks): Decode group names when bootstrapping marks.
3783
3784         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3785         Newsgroups and Folowup-To headers.
3786
3787 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3790         (gnus-server-closed-face, gnus-server-denied-face)
3791         (gnus-server-offline-face): Remove variable.
3792         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3793
3794         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3795         of modifying message-stack directly for XEmacs.
3796
3797         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3798         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3799         if the coding-system argument is nil for XEmacs.
3800
3801         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3802         mm-charset-override-alist.
3803
3804         * rfc2047.el: Don't require base64; require rfc2045 for the function
3805         rfc2045-encode-string.
3806         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3807         to quote the parameter value.
3808
3809 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3812         form in gnus-group-name-charset-method-alist.
3813
3814         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3815         overrides the default layout edit-form.
3816
3817         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3818
3819         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3820
3821 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3824         as unfetched articles.
3825
3826 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3829
3830 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3833         original back end that keeps marks in the local system.
3834
3835 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3838         arg of pop-to-buffer for XEmacs.
3839         (gnus-article-read-summary-keys): Ditto; don't restore window
3840         configuration if summary command ends up with neither article buffer
3841         nor summary buffer; describe bindings if summary keys end with C-h.
3842
3843 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * message.el (message-fix-before-sending): Skip raw message part to be
3846         forwarded while checking illegible text.
3847         (message-forward-make-body-mime, message-forward-make-body): Mark
3848         signed or encrypted raw message as having no illegible text.
3849
3850 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3853         (gnus-message-with-timestamp-1): New macro.
3854         (gnus-message-with-timestamp): New function.
3855         (gnus-message): Use them.
3856
3857         * nnheader.el (nnheader-message): Use them.
3858
3859 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3862         .newsrc.eld file.
3863
3864 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus-agent.el (gnus-agent-fetch-headers)
3867         (gnus-agent-retrieve-headers): Bind
3868         gnus-decode-encoded-address-function to identity.
3869
3870         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3871         available also when the server returns simply a dot.
3872
3873         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3874
3875 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3878
3879 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-ems.el (gnus-x-splash): Make it work.
3882
3883         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3884         from being used.
3885
3886         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3887
3888 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3891         4th and the 5th arguments.
3892
3893         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3894         the front stickiness.
3895         (gnus-article-summary-command-nosave): Correct the order of the
3896         arguments passed to pop-to-buffer.
3897         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3898         summary command ends up with the article buffer.
3899
3900         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3901         the same faces.
3902
3903 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3904
3905         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3906
3907 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3908
3909         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3910         * gnus-sum.el (gnus-summary-highlight):
3911         * pgg.el (pgg-sign-region, pgg-sign):
3912         * mail-source.el (mail-source-delete-old-incoming-confirm):
3913         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3914
3915 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-mime-view-part-externally)
3918         (gnus-mime-view-part-internally): Fix predicate function passed to
3919         completing-read.
3920
3921         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3922
3923         * gnus.el (gnus-update-message-archive-method): Add :version.
3924
3925 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus.el (gnus-update-message-archive-method): New variable.
3928
3929         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3930         according to gnus-message-archive-method if
3931         gnus-update-message-archive-method is non-nil.
3932
3933 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3936         by Loic Dachary <loic@dachary.org>.
3937         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3938
3939 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * message.el (message-pop-to-buffer): Add switch-function argument.
3942         (message-mail): Pass switch-function argument to it.
3943
3944 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3945
3946         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3947         Improve doc string.
3948
3949 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3952         (gnus-header-content)
3953         * gnus-cite.el (gnus-cite-10)
3954         * gnus-srvr.el (gnus-server-closed)
3955         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3956         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3957         (gnus-group-mail-3-empty, gnus-group-mail-low)
3958         (gnus-group-mail-low-empty, gnus-splash)
3959         * message.el (message-header-to, message-header-cc)
3960         (message-header-subject, message-header-other, message-header-name)
3961         (message-header-xheader, message-separator, message-cited-text)
3962         (message-mml): Lighten colors of faces used for dark background.
3963
3964 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3965
3966         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3967         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3968
3969 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * message.el (message-narrow-to-headers-or-head):
3972         Ignore mail-header-separator in the body.
3973
3974 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3977         same as window size.
3978
3979 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3980
3981         * message.el (message-font-lock-keywords): Use message-header-xheader
3982         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3983         ahead of the anything pattern, to get it recognised.
3984
3985 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3988         spam.el loads uses it in the compiled defadvice form.
3989
3990 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3991
3992         * gnus-sum.el (gnus-articles-to-read)
3993         (gnus-summary-insert-old-articles): Don't truncate group name for
3994         `read-string'.
3995
3996         * gnus-util.el (gnus-limit-string): Delete this function.
3997
3998         * gnus-sum.el (gnus-simplify-subject-fully): Use
3999         `truncate-string-to-width' instead.
4000
4001 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4002
4003         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4004         if, on summary exit, the next group has to be selected.
4005         (gnus-summary-exit): Use it.
4006
4007 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4008
4009         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4010         non-break space.
4011
4012 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4015         Check if group is not a directory.
4016         (nnfolder-request-expire-articles): Don't delete articles if the target
4017         group is not available.
4018
4019         * nnml.el (nnml-request-create-group): Properly check if group is not a
4020         file.
4021         (nnml-request-expire-articles): Don't delete articles if the target
4022         group is not available.
4023
4024         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4025         Don't quote characters that are within parentheses.
4026
4027 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4030         (gnus-handle-ephemeral-exit): Select article according to it.
4031
4032 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * message.el (message-insert-formated-citation-line): Remove newline.
4035         (message-citation-line-format): Add final \n here so that the user can
4036         avoid a blank line.
4037
4038 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4039
4040         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4041         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4042         Update lanl/arXiv support.
4043
4044 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus.el: Bump version number.
4047
4048 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus.el (gnus-version-number): Bump version.
4051
4052 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4053
4054         * gnus.el: No Gnus v0.6 is released.
4055
4056 2007-04-27  Didier Verna  <didier@xemacs.org>
4057
4058         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4059         * gmm-utils.el (gmm-regexp-concat): here.
4060         * message.el: Don't require 'gnus-util.
4061         (message-dont-reply-to-names): Handle name change above.
4062         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4063
4064 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4067         since the initial value varies according to the system.
4068
4069 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4072
4073 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4074
4075         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4076
4077 2007-04-24  Didier Verna  <didier@xemacs.org>
4078
4079         Improve the type of gnus-ignored-from-addresses.
4080         * gnus-util.el (gnus-orify-regexp): New function.
4081         * message.el (gnus-util): Require it.
4082         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4083         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4084         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4085
4086 2007-04-24  Didier Verna  <didier@xemacs.org>
4087
4088         * gnus-sum.el:
4089         * gnus-utils.el: Fix some trailing whitespaces.
4090
4091 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4094         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4095         article's Message-ID; refer parent article in summary buffer.
4096
4097         * message.el (message-bounce): Call mime-to-mml.
4098
4099         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4100         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4101         optimize and/or forms properly.
4102
4103 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4106         URL.
4107
4108 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4111
4112 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4115         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4116         displayed of multipart/alternative part if it is invoked from summary
4117         buffer.
4118
4119         * mm-view.el (mm-inline-text-html-render-with-w3m)
4120         (mm-inline-text-html-render-with-w3m-standalone)
4121         (mm-inline-render-with-function): Use mail-parse-charset by default.
4122
4123 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4124
4125         * parse-time.el (parse-time-string-chars): Check if CHAR
4126         is less than the length of parse-time-syntax.
4127
4128 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4131         from gnus-newsgroup-processable.
4132
4133 2007-04-16  Didier Verna  <didier@xemacs.org>
4134
4135         * gnus-msg.el (gnus-configure-posting-styles): Handle
4136         message-signature-directory properly with :file syntax.  Reported by
4137         "Leo".
4138
4139 2007-04-11  Didier Verna  <didier@xemacs.org>
4140
4141         New user option: message-signature-directory.
4142         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4143         * message.el (message-insert-signature): Ditto.
4144         * message.el (message-signature-file): Doc update.
4145         * message.el (message-signature-directory): New.
4146
4147 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-msg.el (gnus-inews-yank-articles): Use
4150         message-exchange-point-and-mark instead of exchange-point-and-mark.
4151
4152 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * message.el (message-yank-original): Make sure cited text ends with
4155         newline; don't exchange point and mark.
4156
4157 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4158
4159         * tls.el (open-tls-stream): Properly handle case where there
4160         is no associated buffer.
4161
4162 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4163
4164         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4165         message-yank-original, make sure (< mark TEXT point).
4166
4167 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4168
4169         * message.el (message-fill-column): New variable.
4170         (message-mode): Use it.  Add comment on a possible new hook.
4171
4172         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4173         (nnmail-get-new-mail): Reformat.
4174
4175         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4176
4177         * gmm-utils.el: Fix Commentary.
4178         (gmm-tool-bar-from-list): Fix typo in doc string.
4179
4180 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4181
4182         * message.el (message-yank-original): Don't switch point and mark
4183         unnecessarily to put point and mark as documented.
4184
4185 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4188         from the message heads.
4189
4190 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4191
4192         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4193         article buffer does not have a window.  This may not be the best
4194         solution but is certainly better than setting the start of the null,
4195         that is the current, window.
4196
4197 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4200         (gnus-draft-setup): Run it.
4201
4202         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4203         gnus-score-fast-scoring.  Allow regexp.
4204         (gnus-score-headers): Use it.
4205
4206         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4207         XEmacs.
4208
4209         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4210         string.
4211         (gnus-button-alist): Also catch `<f1> k ...'.
4212         (gnus-treat-display-x-face): Fix doc string.
4213
4214 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4215
4216         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4217         evaluation of gnus-extended-version to ensure correct generation of the
4218         User-Agent header when message-generate-headers-first is used.
4219
4220 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4221
4222         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4223         hashcash-path is nil.  Don't call callback with incorrect number of
4224         parameters if val is 0.
4225
4226 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4227
4228         * message.el (message-required-news-headers):
4229         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4230
4231 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4232
4233         * tls.el (open-tls-stream): In handshake-waiting loop,
4234         don't wait more if there is output available to process.
4235
4236 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4237
4238         * tls.el (tls-program): Doc fix.
4239
4240 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * message.el (message-generate-new-buffers): Change the meaning of the
4243         nil value; add `standard' to the choices; treat t as `unique'; improve
4244         doc string.
4245         (gnus-select-frame-set-input-focus): Autoload.
4246         (message-buffer-name): Search for the existing message buffer if
4247         message-generate-new-buffers is nil or `standard'; treat the value t of
4248         message-generate-new-buffers as `unique'.
4249         (message-pop-to-buffer): Raise the frame already displaying the message
4250         buffer; clear the echo area after querying.
4251         (message-setup): Pass the `continue' argument to compose-mail.
4252         (message-mail): Prefer `switch-function' if it is given; search for the
4253         existing message buffer if the `continue' argument is non-nil; pass
4254         continue and switch-function arguments to compose-mail by way of
4255         message-setup.
4256         (message-mail-other-window): Adjust argument of message-setup.
4257         (message-mail-other-frame): Ditto.
4258
4259 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4262         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4263         to turn font-lock on when turning gnus-message-citation-mode on.
4264
4265 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4266
4267         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4268         (mml-smime-function-alist): New variable; add epg as the backend.
4269         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4270         mml-smime- functions instead.
4271         * mm-view.el: Require smime.
4272
4273 2007-03-05  Didier Verna  <didier@xemacs.org>
4274
4275         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4276         instead of just inheritance for posting styles.
4277         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4278
4279 2007-02-24  Chris Moore  <dooglus@gmail.com>
4280
4281         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4282         * pgg-pgp.el (pgg-pgp-encrypt-region):
4283         * pgg-gpg.el (pgg-gpg-encrypt-region):
4284         Check pgg-encrypt-for-me if no other recipients.
4285
4286 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4287
4288         * tls.el (tls-certtool-program): Fix custom type.
4289
4290 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4293         and point-at-eol instead of line-(beginning|end)-position.
4294
4295         * assistant.el (assistant-parse-buffer): Ditto.
4296
4297         * netrc.el (netrc-parse-services): Ditto.
4298
4299 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4300
4301         * mml2015.el (mml2015-epg-find-usable-key): New function.
4302         (mml2015-epg-sign): Use it.
4303         (mml2015-epg-encrypt): Use it.
4304
4305 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * message.el (message-make-in-reply-to): Quote name containing
4308         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4309         if there are special characters.  Reported by NAKAJI Hiroyuki
4310         <nakaji@jp.freebsd.org>.
4311
4312 2007-02-27  Didier Verna  <didier@xemacs.org>
4313
4314         Include the group parameters as well as the topic ones in the
4315         inheritance filter process.
4316         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4317         argument GROUP-PARAMS-LIST.
4318         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4319
4320 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * nntp.el (nntp-never-echoes-commands)
4323         (nntp-open-connection-functions-never-echo-commands): New variables.
4324         (nntp-send-command): Use them.
4325
4326 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4327
4328         * mml2015.el (mml2015-epg-verify): Simplified.
4329
4330 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * mml.el (mml-content-disposition-alist): New user option.
4333         (mml-content-disposition): New function.
4334         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4335         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4336
4337 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4338
4339         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4340         verification.
4341
4342 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4343
4344         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4345         articles posted in the last 24 hours.
4346
4347 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4348
4349         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4350
4351 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4352
4353         * nntp.el (nntp-send-command): Don't wait for echoes when
4354         nntp-open-ssl-stream is used.
4355
4356 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4359         (gnus-message-add-citation-keywords)
4360         (gnus-message-remove-citation-keywords): Remove.
4361         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4362         directly, make the variables in font-lock-defaults buffer-local, add
4363         gnus-message-citation-keywords to them and then update the value of
4364         font-lock-keywords.
4365
4366 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * message.el (message-cite-original-1): Don't call
4369         gnus-article-highlight-citation.
4370
4371         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4372         citations; fix line count.
4373
4374 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4377         (gnus-message-add-citation-keywords)
4378         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4379         versions of font-lock-add-keywords and font-lock-remove-keywords to
4380         work with XEmacs correctly.
4381
4382 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-cite.el (gnus-cite-face-list): Set the values of
4385         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4386         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4387         (gnus-message-cite-prefix-regexp): New variable.
4388         (gnus-message-search-citation-line): Use it; protect against long
4389         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4390         the 0th match data for Emacs.
4391         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4392         (gnus-message-add-citation-keywords): Append keywords rather than
4393         prepending; emulate font-lock-add-keywords if it is not available.
4394         (gnus-message-remove-citation-keywords): Emulate
4395         font-lock-remove-keywords if it is not available.
4396
4397         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4398
4399         * message.el (message-cite-prefix-regexp): Set the value of
4400         gnus-message-cite-prefix-regexp.
4401
4402 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4403
4404         * nnweb.el (nnweb-google-parse-1): Update parser.
4405
4406 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4407
4408         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4409
4410 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4411
4412         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4413         regexp.
4414
4415 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4418         string-to-multibyte.
4419         (uudecode-decode-region-internal): Use it.
4420
4421         * lpath.el: Fbind string-as-multibyte for XEmacs.
4422
4423 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4426         custom choice.
4427
4428         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4429
4430 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4431
4432         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4433
4434         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4435         `write-region' to respect `mm-inhibit-file-name-handlers'.
4436
4437 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4440         Use gnus-home-directory instead of "~/" or "$HOME".
4441
4442 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4443
4444         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4445         to mention filename.
4446         Add comments at beginning regarding usage.
4447         (encrypt-write-file-contents): Change interactive so a string is
4448         acceptable.  If the file has no associated model, show an error instead
4449         of a nonsense prompt.
4450
4451 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4452
4453         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4454         Thanks to Yoshihiko Yamada for kind notification of this typo.
4455
4456 2007-01-12  Kenichi Handa  <handa@m17n.org>
4457
4458         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4459         multibyte buffer.
4460
4461 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * gnus-score.el (gnus-score-fast-scoring): New variable.
4464         (gnus-score-headers): Use it.
4465
4466         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4467
4468         * message.el (message-cite-original-1): Call
4469         gnus-article-highlight-citation if requested.
4470         (message-make-from): Allow name and address as optional arguments.
4471
4472         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4473
4474         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4475         bugs to doc string.
4476         (gnus-button-alist): Add mid\\|message-id.
4477         (gnus-button-fetch-group): Extend for use in
4478         `browse-url-browser-function'.
4479         (gnus-button-url-regexp): Try to catch paired parentheses like in
4480         Wikipedia URLs.
4481
4482         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4483         Suggested by Simon Krahnke <overlord@gmx.li>.
4484
4485 2007-01-13  Romain Francoise  <romain@orebokech.com>
4486
4487         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4488         Update copyright.
4489
4490 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4491
4492         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4493
4494 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * gnus-registry.el (gnus-registry-unfollowed-groups)
4497         (gnus-registry-split-fancy-with-parent): Fix documentation.
4498
4499 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4502         from nnweb groups.
4503
4504 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4507         Xref urls.  Erase buffer before requesting head.
4508
4509 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4510
4511         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4512         customizable.
4513
4514 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4515
4516         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4517         no signing key is found.
4518         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4519         no encrypting and/or signing key is found.
4520
4521 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4524
4525 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4526
4527         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4528         headers read from disk with the ones newly found in the current search.
4529         This should no longer cause problems, because the article numbers in
4530         Gmane's `nov.php' output are ignored since the previous change.
4531
4532 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4533
4534         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4535
4536 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4539         replace-regexp-in-string; bind url-version; fbind display-images-p and
4540         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4541         find-face and set-itimer-function for Emacs; bind itimer-list for
4542         Emacs.
4543
4544         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4545
4546 2007-01-01  Romain Francoise  <romain@orebokech.com>
4547
4548         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4549
4550 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4551
4552         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4553         `define-minor-mode' macro definition expanded properly.
4554         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4555         exclude it there.
4556
4557         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4558         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4559         `fboundp' test.
4560         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4561         This is OK to autoload in (S)XEmacs now.
4562
4563 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4566         keystroke.
4567         (gnus-summary-limit-to-singletons): Fix typo.
4568
4569         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4570         else fails.
4571
4572 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4573
4574         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4575         docstring.
4576
4577         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4578         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4579         (gnus-summary-insert-dormant-articles): Fix typo in message.
4580
4581 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4584         nil for XEmacs.
4585         (gnus-message-citation-mode): Don't autoload in XEmacs.
4586
4587         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4588
4589 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4590
4591         * nnimap.el (nnimap-expunge-search-string): Mention
4592         nnimap-search-uids-not-since-is-evil in docstring.
4593
4594 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4595
4596         * spam.el: Revert to make-obsolete-variable because
4597         define-obsolete-variable-alias is not supported in Emacs 21.
4598
4599         * spam.el (spam-ifile-path, spam-ifile-database-path)
4600         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4601         make-obsolete-variable.
4602         (spam-bsfilter-path, spam-bsfilter-program)
4603         (spam-spamassassin-path, spam-spamassassin-program)
4604         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4605         use "path" inappropriately.
4606         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4607         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4608         variable names.
4609
4610 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4611
4612         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4613         summary buffer.
4614
4615         * password.el (password-cache-remove): Use clear-string to burn
4616         password, if available.
4617
4618 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4621
4622         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4623
4624         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4625         (gnus-message-highlight-citation): Move defcustom here from
4626         gnus-cite.el.
4627         (gnus-message-citation-mode): Autoload.
4628
4629         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4630         checks to make it compile with XEmacs.
4631         (gnus-message-citation-mode): New minor mode.
4632         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4633         (gnus-message-highlight-citation): New variables.
4634         (gnus-message-search-citation-line)
4635         (gnus-message-add-citation-keywords)
4636         (gnus-message-remove-citation-keywords)
4637         (turn-on-gnus-message-citation-mode)
4638         (turn-off-gnus-message-citation-mode): New functions.
4639
4640 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4641
4642         * gnus-cite.el: Enable highlighting of different citation levels in
4643         message-mode.
4644
4645 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * message.el (message-make-fqdn): Fix comment.
4648         (message-bogus-system-names): Add ".local".
4649
4650         * spam.el (spam-ifile-path, spam-ifile-program)
4651         (spam-ifile-database-path, spam-ifile-database)
4652         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4653         Don't use "path" inappropriately.
4654         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4655         strings.
4656         (spam-check-ifile, spam-ifile-register-with-ifile)
4657         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4658         new variable names.
4659
4660         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4661         (gnus-treat-display-smileys): Simplify using
4662         gnus-image-type-available-p.
4663
4664         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4665         available.
4666
4667         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4668         `display-images-p' if available.
4669
4670 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4673         one after turning on the buffer's multibyteness instead of decoding
4674         them directly in the unibyte buffer that causes unexpected conversion
4675         in Emacs 23 (unicode).
4676
4677 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4678
4679         * message.el (message-generate-hashcash): Fix custom type.
4680
4681 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4684
4685 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4688         disconnect icons.  Add help text.
4689
4690 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4693         negated to be consistent with the others we handle.
4694
4695 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4698         version of gnus-summary-buffer to something, so that we can use two
4699         article buffers at the same time.
4700
4701 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4704         trigger all the extra headers.
4705         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4706         sorting.
4707
4708 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4709
4710         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4711         solid groups.
4712
4713 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4714
4715         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4716
4717 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * legacy-gnus-agent.el: Add Copyright notice.
4720
4721 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4722
4723         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4724
4725 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4728
4729         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4730         to make it work reliably in CVS Emacs.
4731         (gnus-summary-limit-strange-charsets-predicate)
4732         (gnus-summary-limit-to-predicate): New functions.
4733
4734 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4735
4736         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4737         specifying array size.
4738         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4739         array if it is too small.
4740         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4741         (gnus-sort-threads-loop): New function.
4742
4743 2006-12-06  Chris Moore  <dooglus@gmail.com>
4744
4745         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4746         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4747
4748 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4749
4750         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4751         options.
4752
4753 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4756         DOS-ing the recipient.
4757
4758         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4759         the headers when creating the mapping to avoid mismappings.
4760         (nnweb-gmane-create-mapping): Always nix out old mapping.
4761
4762 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4765         and mm-verify-option to never.
4766
4767 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * message.el (message-signed-or-encrypted-p): New function.
4770         (message-forward-make-body): Use it.
4771
4772         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4773         Replace encode-coding-string with mm-encode-coding-string.
4774
4775 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * nneething.el (nneething-decode-file-name): Replace
4778         decode-coding-string with mm-decode-coding-string.
4779
4780         * gnus-int.el (gnus-open-server): Say failed server's name.
4781
4782 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4783
4784         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4785         strings to a single string.  Quote `errors-file-name'.
4786         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4787         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4788         Adjust calls.  Use `shell-quote-argument'.
4789
4790 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4791
4792         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4793         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4794
4795         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4796         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4797         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4798         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4799         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4800         (gnus-subscribe-newsgroup, gnus-1):
4801         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4802         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4803         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4804         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4805
4806 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4809         keystroke.
4810         (gnus-summary-limit-to-bodies): Implement headersp.
4811
4812 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4815
4816 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4819
4820 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * message.el (message-generate-hashcash): Expand range of values to
4823         include `opportunistic'.
4824         (message-send-mail): Use it.
4825
4826 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4827
4828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4829         and comment it.
4830
4831         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4832
4833 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * gnus-util.el (gnus-extract-address-components): Improve comment.
4836
4837 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-util.el (gnus-extract-address-components): Work with address in
4840         which the name portion contains @.
4841
4842         * lpath.el: Fbind custom-autoload.
4843
4844 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus.el (gnus-start): Move custom group up.
4847         (gnus-select-method): Don't autoload, but make it available for
4848         `customize-variable'.
4849         (gnus-getenv-nntpserver): Don't autoload.
4850
4851 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4854
4855 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * message.el (message-sendmail-extra-arguments): New variable.
4858         (message-send-mail-with-sendmail): Use it.
4859
4860 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4863         mm-with-unibyte-current-buffer to make string unibyte.
4864
4865         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4866         mm-string-as-multibyte.
4867
4868 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4869
4870         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4871         Reported by Werner Koch <wk@gnupg.org>.
4872
4873 2006-11-14  Daiki Ueno  <ueno@p360>
4874
4875         * mml2015.el: Autoload epa-select-keys when compiling.
4876
4877 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4878
4879         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4880         message-options.
4881         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4882
4883 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4884
4885         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4886         EasyPG (< 0.0.6).
4887         (mml2015-always-trust): New user option.
4888         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4889         prompt.
4890
4891 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * nntp.el (nntp-authinfo-force): New variable.
4894         (nntp-send-authinfo): Use it.
4895
4896 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4899         decode encoded words.  Improve prompt.  Add comment about forwarding.
4900         (message-replacement-char): Move up.
4901
4902 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4903
4904         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4905         instead of gnus-intersection because arguments of gnus-sorted-nunion
4906         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4907
4908 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4911         (message-simplify-subject-functions): Enable
4912         message-strip-subject-encoded-words by default.
4913
4914 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4915
4916         * message.el (message-strip-subject-encoded-words): New function
4917         (message-simplify-subject-functions): New variable.
4918         (message-simplify-subject): Use it.  Fix typo in doc string.
4919         Support message-strip-subject-encoded-words.
4920
4921 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4922
4923         * gnus-diary.el (gnus-diary-delay-format-function):
4924         * nndiary.el (nndiary-reminders):
4925         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4926
4927 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * gnus-art.el (article-hide-boring-headers): Fetch date from
4930         gnus-original-article-buffer to avoid problems with localized date
4931         strings.
4932
4933 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4936
4937 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4940         New variables.
4941         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4942         (mm-charset-synonym-alist): Move some entries to
4943         mm-codepage-iso-8859-list.
4944         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4945         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4946
4947 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4950
4951 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4952
4953         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4954         with Emacs 21 and XEmacs.
4955
4956 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * spam.el (spam-parse-address): New function for better parsing,
4959         catching errors, etc.
4960         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4961
4962 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * mm-view.el: Add interactive arg to html2text autoload.
4965
4966 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4969
4970 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4971
4972         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4973         variables.
4974         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4975         (mm-charset-synonym-alist): Move some entries to
4976         mm-codepage-iso-8859-list.
4977
4978         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4979
4980 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * message.el (message-citation-line-format)
4983         (message-insert-formated-citation-line): Fix implementation of %E, %N
4984         and %n according to the doc string.
4985
4986 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4989         car-safe to avoid bad parses.
4990
4991 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4994         names.
4995
4996         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4997
4998 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5001         header.
5002
5003         * message.el (message-draft-headers): Add Date.
5004         (message-headers-to-generate): Fix typo in docstring.
5005
5006         * nndraft.el (nndraft-required-headers): New variable.
5007         (nndraft-generate-headers): Use it.
5008
5009         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5010
5011 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * gnus-registry.el (gnus-registry-wash-for-keywords)
5014         (gnus-registry-find-keywords): New functions to allow easy searching of
5015         articles that are in the registry.
5016
5017 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5020         ietf-drums-parse-address instead of gnus-extract-address-components.
5021         Reported by Damien Elmes <damien@repose.cx>.
5022
5023 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * gnus.el (gnus-mime): Remove unused custom group.
5026
5027 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5028
5029         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5030         "blank line" when searching for end of armor headers.
5031
5032 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gmm-utils.el (gmm-write-region): Fix variable name.
5035
5036 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gmm-utils.el (gmm-write-region): New function based on compatibility
5039         code from `mm-make-temp-file'.
5040
5041         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5042
5043         * nnmaildir.el (nnmaildir--update-nov)
5044         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5045         Use `gmm-write-region'.
5046
5047 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5050         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5051
5052         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5053
5054         * message.el (message-replacement-char): New variable.
5055         (message-fix-before-sending): Use it.
5056         (message-simplify-subject): New function to remove duplicate code.
5057         (message-reply, message-followup): Use it.
5058
5059         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5060         gnus-summary-limit-to-articles.
5061
5062 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-util.el (gnus-with-local-quit): New macro.
5065
5066         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5067
5068 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5071         ignore non-string data.
5072
5073 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5076         non-string data (needs to be done in the registry too).
5077
5078 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5079
5080         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5081         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5082         (gnus-registry-split-fancy-with-parent)
5083         (gnus-registry-fetch-simplified-message-subject-fast)
5084         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5085         Remove text properties on ingress into the registry and when it's saved.
5086         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5087         registry from entries with no groups.
5088
5089 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5092         function to remove string properties.
5093
5094 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * gmm-utils.el (gmm): Adjust custom version.
5097
5098         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5099         custom version.
5100
5101         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5102
5103 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * gnus-art.el (gnus-insert-prev-page-button)
5106         (gnus-insert-next-page-button): Simplify.  Reformat.
5107
5108 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5109
5110         * gnus-art.el (gnus-insert-prev-page-button)
5111         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5112
5113 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5114
5115         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5116
5117 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5118
5119         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5120         gnus-article-button-face to MIME and security buttons.
5121
5122 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5125         readable.
5126
5127 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5130
5131 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5132
5133         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5134         `browse-url-of-file' instead of `browse-url'.
5135
5136 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5137
5138         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5139         regexp.  Articles containing quotation were cut prematurely.
5140
5141 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * message.el (message-cite-original-1): Use nobody by default for the
5144         value of From header.
5145         (message-reply): Ditto.
5146
5147 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5148
5149         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5150         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5151         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5152
5153 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5156         mails in the doc string.  Add some URLs in comment.
5157         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5158
5159 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5162         backslashes handling and the way to find boundaries of quoted strings.
5163
5164 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5165
5166         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5167         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5168         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5169         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5170
5171 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5174         doc string.
5175         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5176
5177 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * lpath.el: Fbind epg-check-configuration.
5180
5181 2006-09-06  Simon Josefsson  <jas@extundo.com>
5182
5183         * mml2015.el (mml2015-use): Doc fix, mention epg.
5184
5185 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5186
5187         * mml2015.el (mml2015-use): Default to epg, if available.
5188
5189 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5190
5191         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5192         message-sender.
5193         (mml1991-epg-encrypt): Ditto.
5194         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5195         message-sender.
5196         (mml2015-epg-encrypt): Ditto.
5197
5198 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5199
5200         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5201         several common directories.
5202
5203 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5204
5205         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5206         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5207
5208 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-art.el (article-decode-encoded-words): Make it fast.
5211
5212 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5215
5216         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5217         in quoted string into `\'.
5218
5219 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5222         Use standard-syntax-table.
5223
5224 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-decode-address-function): New variable.
5227         (article-decode-encoded-words): Use it to decode headers which are
5228         assumed to contain addresses.
5229         (gnus-mime-delete-part): Remove useless `or'.
5230
5231         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5232         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5233         (gnus-nov-parse-line): Use it to decode From header.
5234         (gnus-get-newsgroup-headers): Ditto.
5235         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5236
5237         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5238         (mail-decode-encoded-address-string): New alias.
5239
5240         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5241         New function.
5242         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5243         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5244         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5245         (rfc2047-decode-string): Ditto.
5246         (rfc2047-decode-address-region): New function.
5247         (rfc2047-decode-address-string): New function.
5248
5249 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * message.el (message-caesar-buffer-body): Allow rotating headers.
5252
5253         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5254
5255         * message.el (message-insert-formated-citation-line): Fix %f.
5256         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5257
5258 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5261         (gnus-bookmark-mouse-available-p): New macro.
5262         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5263         (gnus-bookmark-bmenu-show-infos): Use it.
5264         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5265         (gnus-bookmark-bmenu-hide-infos): Ditto.
5266         (gnus-bookmark-remove-properties): New function.
5267         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5268         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5269         (gnus-bookmark-write-file): Bind coding-system-for-write.
5270         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5271         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5272         group before selecting it.
5273         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5274         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5275         quit-window if it is not available; use gnus-mouse-2 and bind it to
5276         gnus-bookmark-bmenu-select-by-mouse.
5277         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5278         (gnus-bookmark-bmenu-select-by-mouse): New function.
5279
5280 2006-08-13  Romain Francoise  <romain@orebokech.com>
5281
5282         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5283         space.
5284
5285 2006-08-10  Romain Francoise  <romain@orebokech.com>
5286
5287         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5288         (dns-mode-soa-auto-increment-serial): New user option.
5289         (dns-mode-soa-maybe-increment-serial): New function.
5290         (dns-mode): Add the latter to `write-contents-functions'.
5291
5292 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * compface.el (uncompface): Use binary rather than raw-text-unix.
5295
5296 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * compface.el (uncompface): Make sure the eol conversion doesn't take
5299         place when communicating with the external programs.  Reported by
5300         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5301
5302 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5305
5306 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5307
5308         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5309         Make it more robust by parsing author and date independently.
5310
5311 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5314
5315 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5316
5317         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5318         first matching secret key.
5319         (mml2015-epg-encrypt): Ditto.
5320
5321         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5322         first matching secret key.
5323         (mml1991-epg-encrypt): Ditto.
5324
5325         * mml2015.el (mml2015-encrypt-to-self): New user option.
5326         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5327         mml2015-epg-encrypt-to-self is set.
5328
5329         * mml1991.el (mml1991-encrypt-to-self): New variable.
5330         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5331         mml1991-epg-encrypt-to-self is set.
5332
5333         * mml2015.el (mml2015-signers): New user option.
5334         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5335         (mml2015-epg-encrypt): Allow to select signing keys.
5336
5337         * mml1991.el (mml1991-signers): New variable.
5338         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5339         (mml1991-epg-encrypt): Allow to select signing keys.
5340
5341 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * nnheader.el (nnheader-insert-head): Make it work even if the file
5344         uses CRLF for the line-break code.
5345
5346 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5347
5348         * mml2015.el: Require mml-sec instead of password.
5349         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5350         (mml2015-cache-passphrase): Inherit the default value from
5351         mml-secure-cache-passphrase.
5352         (mml2015-passphrase-cache-expiry): Inherit the default value from
5353         mml-secure-passphrase-cache-expiry.
5354
5355         * mml1991.el: Require mml-sec instead of password.
5356         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5357         (mml1991-cache-passphrase): Inherit the default value from
5358         mml-secure-cache-passphrase.
5359         (mml1991-passphrase-cache-expiry): Inherit the default value from
5360         mml-secure-passphrase-cache-expiry.
5361
5362         * mml-sec.el: Require password.
5363         (mml-secure-verbose): New user option.
5364         (mml-secure-cache-passphrase): New user option.
5365         (mml-secure-passphrase-cache-expiry): New user option.
5366
5367 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5368
5369         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5370         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5371         andreas@altroot.de (Andreas Vögele).
5372
5373         FIXME: Use `tiny change'?
5374
5375 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5376
5377         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5378         workaround for the url package included with Emacs.
5379
5380         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5381
5382 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5385         correctly.  This fixes a bug caused by the 2006-05-12 change.
5386
5387 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5388
5389         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5390         some information about the error when saying that the `bogus' mail
5391         group will be used.
5392
5393 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5396         string.
5397
5398 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5399
5400         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5401
5402 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5403
5404         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5405
5406 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5407
5408         * mml1991.el (mml1991-function-alist): Add epg.
5409         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5410         (mml1991-epg-encrypt): New functions.
5411
5412 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5413
5414         * mml2015.el (mml2015-verbose): New variable.
5415         (mml2015-cache-passphrase): Ditto.
5416         (mml2015-passphrase-cache-expiry): Ditto.
5417         (mml2015-function-alist): Add epg.
5418         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5419         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5420         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5421         functions.
5422
5423 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5424
5425         * message.el (message-cite-original-1): Preserve region when removing
5426         quoted text due to X-No-Archive in order to avoid bogus attribution
5427         when citing multiple messages.
5428
5429 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5430
5431         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5432         Kenneth Jacker <khj@be.cs.appstate.edu>.
5433
5434 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * gnus-diary.el (gnus-user-format-function-d)
5437         (gnus-user-format-function-D): Autoload.
5438
5439         * imap.el (Commentary): Fix typo.
5440
5441         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5442         2006-04-22 contribution.
5443
5444 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5445
5446         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5447         It didn't really fix the bogosity I'm seeing with solid web groups.
5448
5449 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5450
5451         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5452         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5453         created using server names.  If we use the feature without declaring
5454         it, Gnus does not properly manage server and group state.
5455
5456         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5457         bound.
5458
5459 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5460
5461         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5462         looking up the method using GROUP's prefix before inventing a new one.
5463         It is used on killed/unknown groups in various places where returning
5464         an all-new method isn't expected by the caller.
5465
5466         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5467         and match semantics of gnus-group-real-prefix.
5468
5469 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * nnmail.el (nnmail-broken-references-mailers): New variable.
5472         (nnmail-ignore-broken-references): New function generalizing
5473         nnmail-fix-eudora-headers.
5474         (nnmail-fix-eudora-headers): Now obsolete.
5475
5476         * gnus-art.el (gnus-button-handle-custom): Support
5477         `customize-apropos*'.
5478
5479 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5482
5483         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5484         articles.
5485
5486 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * message.el (message-cite-reply-above): New variable.
5489         (message-yank-original): Use it.
5490
5491 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5494
5495 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5498         as read.
5499
5500         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5501
5502 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5505         (gnus-bookmark-default-file): Use gnus-directory.
5506         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5507         Remove "*" in doc string.
5508         (gnus-bookmark-write-file): Simplify.
5509         (gnus-bookmark-maybe-sort-alist): Use `when'.
5510         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5511         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5512         FIXME about Emacs 21 and XEmacs compatibility.
5513         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5514         compatibility.
5515         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5516         compatibility.
5517         (gnus-bookmark-menu-heading): Fix version.
5518
5519 2006-06-19  Bastien Guerry  <bzg@altern.org>
5520
5521         * gnus-bookmark.el: New file.
5522
5523 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * message.el (message-syntax-checks): Doc fix.
5526
5527 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5528
5529         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5530         unsubscribed groups as if they were killed ones.  It causes duplicate
5531         entries in gnus-newsrc-alist.
5532
5533 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * message.el (message-syntax-checks): Doc fix.
5536         (message-send-mail): Add check for continuation headers.
5537         (message-check-news-header-syntax): Fix regexp used to check for
5538         continuation headers.
5539
5540 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5543
5544 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5547
5548 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5551         default-truncate-lines.
5552
5553 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5556         to fill the utf-8 entry.
5557
5558         * lpath.el: Fbind unicode-precedence-list.
5559
5560 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5561
5562         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5563
5564 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5565
5566         * gnus-agent.el (directory-files-and-attributes): Move all the way
5567         forward (the third and final move).
5568         (gnus-agent-read-agentview): Trap reconstruction errors due to
5569         nonexistant directory.  Handle by returning nil.
5570
5571 2006-05-30  Didier Verna  <didier@xemacs.org>
5572
5573         * message.el (message-dont-reply-to-names): Update the custom type.
5574         * message.el (message-dont-reply-to-names): New defsubst: potentially
5575         convert a list of regexps into a single one.
5576         * message.el (message-get-reply-headers): Use it.
5577         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5578
5579 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-agent.el (directory-files-and-attributes): Move forward.
5582
5583 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * gnus-ml.el (gnus-mailing-list-subscribe)
5586         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5587         (gnus-mailing-list-message): Fix doc strings.
5588
5589 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5590
5591         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5592         of doing it manually.
5593
5594 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5597         comment.
5598
5599 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5600
5601         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5602         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5603         (gnus-agent-read-local): All symbols allocated in my-obarray
5604         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5605         (gnus-agent-regenerate-group): Check numeric names to see if they are
5606         messages or groups.
5607         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5608         better way of do this...)
5609
5610         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5611         'dummy.group' (there should be a better way of do this...)
5612
5613 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5616         (gnus-saved-headers): Ditto.
5617         (gnus-default-article-saver): Mention functions may have properties.
5618         (gnus-article-save): Override gnus-save-all-headers and
5619         gnus-saved-headers by :headers property which saver function may have.
5620         (gnus-summary-save-in-file): Add :headers property.
5621         (gnus-summary-write-to-file): Ditto.
5622
5623         * gnus-sum.el (gnus-summary-save-article): Bind
5624         gnus-prompt-before-saving to t when saving many articles in a file;
5625         always show all headers.
5626
5627         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5628
5629 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5632         marks.
5633
5634         * message.el (message-indent-citation): Add optional arguments to allow
5635         using it outside of message buffers.
5636
5637         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5638         (gnus-article-treat-unfold-headers): Use it.
5639         (gnus-article-truncate-lines): New variable.
5640         (gnus-article-mode): Use it.
5641         (gnus-article-toggle-truncate-lines): New function.
5642
5643         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5644         gnus-article-toggle-truncate-lines.
5645
5646         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5647         coding system in XEmacs, use binary.
5648
5649 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5652         after-load-alist.
5653
5654         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5655         this function should save decoded articles.
5656         (gnus-summary-write-to-file): Use property to specify this function
5657         should save decoded articles and specify gnus-summary-save-in-file
5658         should be used to save articles other than the first one when saving
5659         many articles.
5660         (gnus-summary-save-body-in-file): Use property to specify this
5661         function should save decoded articles.
5662         (gnus-summary-write-body-to-file): Use property to specify this
5663         function should save decoded articles and specify
5664         gnus-summary-save-body-in-file should be used to save articles other
5665         than the first one when saving many articles.
5666
5667         * gnus-sum.el (gnus-summary-save-article): Simplify.
5668
5669 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-art.el (gnus-default-article-saver): Add
5672         gnus-summary-write-body-to-file.
5673         (gnus-article-save-coding-system): Don't use coding system object
5674         in XEmacs.
5675         (gnus-read-save-file-name): Add optional `dir-var' argument which
5676         specifies directory in which files are saved; work even if optional
5677         `variable' argument is not specified.
5678         (gnus-summary-write-to-file): Read file name.
5679         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5680         (gnus-summary-write-body-to-file): New function.
5681
5682         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5683         (gnus-summary-local-variables): Add it.
5684         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5685         (gnus-summary-save-article): Remove optional `decode' argument;
5686         determine whether to decode articles by the value of
5687         gnus-default-article-saver; when saving many files using
5688         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5689         it first and use gnus-summary-save-in-file or
5690         gnus-summary-save-body-in-file thereafter unless
5691         gnus-prompt-before-saving is always; move point to article which
5692         will be saved.
5693         (gnus-summary-save-article-file): Revert.
5694         (gnus-summary-write-article-file): Revert.
5695         (gnus-summary-save-article-body-file): Revert.
5696         (gnus-summary-write-article-body-file): New function.
5697
5698 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-default-article-saver): Doc fix.
5701         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5702         from gnus-summary-save-article-coding-system, and default to a
5703         certain coding system.
5704         (gnus-output-to-file): Add coding cookie and encode text according
5705         to gnus-article-save-coding-system; don't use mm-append-to-file.
5706
5707         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5708         gnus-art.el and rename to gnus-article-save-coding-system.
5709         (gnus-summary-save-article): Require gnus-art; don't show all
5710         headers if it decodes articles; don't add coding cookie here;
5711         don't bind mm-text-coding-system-for-write.
5712         (gnus-summary-save-article-file): Save decoded articles.
5713         (gnus-summary-write-article-file): When saving many files, use
5714         gnus-summary-write-to-file first and gnus-summary-save-in-file
5715         thereafter unless gnus-prompt-before-saving is always.
5716         (gnus-summary-save-article-body-file): Save decoded articles.
5717
5718         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5719
5720 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * nnrss.el (nnrss-check-group): Bind hash-index.
5723
5724 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5725
5726         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5727         its hash index.  Store this hash in `nnrss-group-data'.
5728         (nnrss-read-group-data): Update accordingly.
5729
5730 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5733         entry.
5734
5735         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5736         gnus-article-browse-html-article.
5737
5738 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5739
5740         * gnus-sum.el (gnus-summary-mime-map): Add
5741         gnus-article-browse-html-article.
5742
5743         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5744
5745 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5748         suitable coding systems in customize.
5749
5750 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * mail-source.el (mail-sources): Fix custom type.
5753
5754 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5757         (gnus-summary-expire-articles-now): Shorten prompt.
5758
5759         * gmm-utils.el (wid-edit): Require.
5760         (defun-gmm): Renamed from `gmm-defun-compat'.
5761         (gmm-image-search-load-path): Use it.
5762         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5763
5764 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5767         variable.
5768         (gnus-summary-save-article): Add optional `decode' argument.  If
5769         it is set and gnus-summary-save-article-coding-system is non-nil,
5770         save decoded article.
5771         (gnus-summary-write-article-file): Save decoded article if
5772         gnus-summary-save-article-coding-system is non-nil.
5773
5774         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5775         type.
5776
5777 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5780
5781 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5784         first to test gnus-single-article-buffer which may be buffer-local.
5785
5786         * gnus-sum.el (gnus-summary-setup-buffer): Make
5787         gnus-single-article-buffer buffer-local and nil in ephemeral
5788         group; make gnus-article-buffer, gnus-article-current, and
5789         gnus-original-article-buffer always buffer-local.
5790         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5791         group.
5792         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5793
5794 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * nnml.el (nnml-request-compact-group): Compressed files might not
5797         have .gz extension.
5798
5799 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5800
5801         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5802         (mm-copy-to-buffer): Use with-current-buffer.
5803         (mm-display-part): Simplify.
5804         (mm-inlinable-p): Add optional arg `type'.
5805
5806 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5809         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5810         Try harder to show the attachment internally or externally using
5811         gnus-mime-view-part-as-type.
5812
5813 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * message.el (message-from-style, message-signature-separator)
5816         (message-user-organization-file, message-send-mail-function)
5817         (message-citation-line-function, message-yank-prefix)
5818         (message-indent-citation-function, message-signature)
5819         (message-signature-file, message-signature-insert-empty-line):
5820         Remove autoloads.
5821
5822         * gnus-art.el (gnus-buttonized-mime-types): Remove
5823         "multipart/signed".  Revert 2006-04-26 change.
5824
5825 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus.el (gnus-version-number): Bump version.
5828
5829 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5830
5831         * gnus.el: No Gnus v0.5 is released.
5832
5833 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5834
5835         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5836         fetching articles by message-id.
5837
5838 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * message.el (hashcash): Require hashcash as normal.
5841
5842         * ecomplete.el (ecomplete-highlight-match-line): Use
5843         point-at-eol.
5844         (ecomplete-highlight-match-line): Use `highlight', because that
5845         face exists in both Emacs and XEmacs.
5846
5847         * message.el (message-display-abbrev): Use point-at-bol.
5848
5849         * mail-source.el: Don't require timer/timer-funcs.
5850
5851         * gnus-async.el: Ditto.
5852
5853         * password.el: Ditto.
5854
5855         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5856
5857         * mm-url.el: Ditto.
5858
5859         * gnus-xmas.el: Don't require timer-funcs.
5860
5861         * mm-util.el: Require timer/timer-funcs.
5862
5863 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5864
5865         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5866         Close.
5867
5868 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5871         unibyte after clear-decrypt function runs.
5872
5873         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5874         returns as a unibyte string.
5875
5876 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * lpath.el: Revert.
5879
5880         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5881         (pgg-gpg-process-sentinel): Revert.
5882
5883         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5884         (pgg-pgp-lookup-key): Revert.
5885
5886         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5887         (pgg-pgp5-lookup-key): Revert.
5888
5889         * pgg.el (pgg-fetch-key): Revert.
5890
5891 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * lpath.el: Fbind string-as-multibyte for XEmacs.
5894
5895         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5896         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5897         (mml1991-pgg-encrypt): Ditto.
5898
5899         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5900         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5901         a multibyte buffer.
5902
5903         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5904         (pgg-pgp-lookup-key): Ditto.
5905
5906         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5907         (pgg-pgp5-lookup-key): Ditto.
5908
5909         * pgg.el (pgg-fetch-key): Ditto.
5910
5911 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * message.el (message-user-organization-file): Check several
5914         locations of the organization file.
5915
5916         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5917         Add gnus-article-view-part-as-type.
5918
5919         * gnus-art.el (gnus-article-view-part-as-type): New function.
5920
5921         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5922         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5923
5924         * mml.el: Simplify autoload.
5925         (mml-mode): defvar dnd-protocol-alist instead of using
5926         symbol-value.
5927         (mml-default-directory): New variable.
5928         (mml-minibuffer-read-file): Use it.
5929         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5930
5931         * message.el (message-citation-line-format): New variable.
5932         (message-insert-formated-citation-line): New function.
5933         (message-citation-line-function): Add
5934         `message-insert-formated-citation-line' to custom type.
5935
5936         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5937         to doc string.
5938
5939         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5940         depending on mm-verify-option.
5941
5942 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5945         binding pgg-* variables; reimplement the section which prevents
5946         MIME header from being signed.
5947         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5948         pgg-text-mode; remove a blank line at the top of body.
5949
5950         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5951         lines at the top of body; use gnus-newsgroup-charset if there's no
5952         Charset header.
5953
5954 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * message.el (message-self-insert-commands): Doc fix.
5957
5958         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5959         (mm-uu-pgp-encrypted-test): Ditto.
5960         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5961         between header and body; return application/pgp-encrypted handle
5962         if decryption failed; decode decrypted body by charset.
5963
5964         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5965         element match to application/pgp-*.
5966
5967 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5968
5969         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5970         HTML.
5971
5972 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * mail-source.el (mail-source-call-script): Message the error
5975         string.
5976
5977 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * gnus-util.el (gnus-byte-compile): Use it.
5980
5981 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5982
5983         * gnus-util.el (kill-empty-logs): New function.
5984
5985 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * message.el (message-mail-alias-type): Doc fix.
5988         (message-mail-alias-type-p): New function.
5989         (message-send): Use it.
5990         (message-mode): Ditto.
5991         (message-strip-forbidden-properties): Ditto.
5992
5993         * ecomplete.el (ecomplete-database-file-coding-system): New
5994         variable.
5995         (ecomplete-save): Use it.
5996         (ecomplete-setup): Use it.
5997
5998 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * message.el (message-self-insert-commands): New variable.
6001         (message-strip-forbidden-properties): Use it.
6002
6003 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6006         that doesn't make XEmacs choke.
6007
6008 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * gnus-util.el (gnus-replace-in-string):
6011         Prefer replace-regexp-in-string over of replace-in-string.
6012
6013 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-util.el (gnus-select-frame-set-input-focus):
6016         Use select-frame-set-input-focus if it is available in XEmacs; use
6017         definition defined in Emacs 22 for old Emacsen.
6018
6019         * dgnushack.el: Autoload unmorse-region for XEmacs.
6020
6021         * lpath.el: Bind cursor-in-non-selected-windows and
6022         select-frame-set-input-focus for XEmacs.
6023
6024 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6027
6028 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-registry.el (gnus-registry-cache-save): Remove text
6031         properties when saving via the temp buffer.
6032
6033 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * message.el (message-generate-hashcash): Honor custom type.
6036
6037 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * message.el (message-generate-hashcash): Default to non-nil when
6040         hashcash is found.
6041
6042         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6043         (gnus-refer-thread-limit): Increase default to 500.
6044
6045         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6046
6047         * flow-fill.el (fill-flowed): Allow delete-space.
6048
6049 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6052         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6053         Remove autoloads.
6054
6055 2006-04-18  Simon Josefsson  <jas@extundo.com>
6056
6057         * message.el (message-generate-hashcash): Default to.
6058
6059 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6062         concatenating segments rather than before concatenating them.
6063
6064 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6067
6068 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6071
6072         * message.el (message-forward-make-body-plain): Allow
6073         message-forward-ignored-headers to be a list.
6074         (message-remove-ignored-headers): Factor out into function.
6075         (message-forward-make-body-mml): Use it.
6076
6077         * imap.el (imap-quote-specials): New function.
6078         (imap-login-auth): Quote specials.
6079
6080         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6081         (rfc2231-parse-string): Allow concatanation of parameters that
6082         aren't contiguous.  The test case is
6083           (mail-header-parse-content-type "message/external-body;
6084             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6085             access-type=LOCAL-FILE;
6086             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6087
6088 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6089
6090         * nntp.el (nntp-accept-process-output): Return the value of
6091         `nnheader-accept-process-output'.
6092
6093 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6096         (gnus-button-alist): Recognize more diff formats.
6097         (gnus-button-patch): Strip directory.
6098
6099 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6102         Emacs 22 when setting focus.
6103
6104 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-art.el (gnus-article-treat-types): Do treatment of
6107         text/x-verbatim parts.
6108         (gnus-button-patch): New command.
6109
6110         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6111         addresses that contain invalid characters.
6112
6113 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * message.el (message-put-addresses-in-ecomplete): Use
6116         gnus-replace-in-string.
6117         (message-is-yours-p): Use the more correct
6118         mail-header-parse-address instead of
6119         mail-extract-address-components.
6120         (message-put-addresses-in-ecomplete): Fix typo.
6121
6122         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6123         keystroke.
6124
6125         * gnus-art.el (gnus-treatment-function-alist): Change order of
6126         newsgroups/generic header folding to avoid double-folding.
6127
6128         * message.el (message-hidden-headers): Add X-Draft-From.
6129
6130         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6131         command.
6132         (gnus-summary-repeat-search-article-backward): New command.
6133
6134         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6135         groups in the parent topic.
6136
6137 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6138
6139         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6140         (spam-extra-header-to-number): Return the CRM114 number as a
6141         number instead of a string.
6142
6143 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * gnus-art.el (gnus-face-properties-alist): Moved here from
6146         gnus-fun.
6147
6148         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6149
6150 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * message.el (message-strip-forbidden-properties): Only display on
6153         self-insert-command.
6154
6155         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6156         reindent.
6157         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6158
6159 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6160
6161         * smiley.el (smiley-style): Fix typo.
6162
6163 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * hashcash.el (hashcash-insert-payment-async-2): Use
6166         message-goto-eoh instead of doing it manually.
6167         (mail-add-payment): Use message-narrow-to-header instead of trying
6168         to do the same itself.
6169
6170         * message.el (message-hidden-headers): Add Face.
6171
6172         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6173         reparenting code.
6174         (gnus-summary-reparent-children): Refactored out code.
6175         (gnus-summary-thread-map): New keystroke.
6176         (gnus-summary-reparent-children): Make into command.
6177
6178         * smiley.el (smiley-style): Default to `medium' if using a large
6179         font.
6180
6181         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6182         does it itself.
6183
6184         * message.el (message-point-in-header-p): Simplify definition.
6185
6186 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * nnagent.el (nnagent-request-set-mark): Silence log file
6189         writing.
6190         (nnagent-request-set-mark): Use write-region instead of
6191         append-to-file.
6192
6193         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6194         strange select method.
6195
6196         * ecomplete.el (ecomplete-display-matches): Get highlightling
6197         right.
6198         (ecomplete-display-matches): Use literals.
6199         (ecomplete-display-matches): Disable message logging.
6200
6201         * message.el (message-display-abbrev): Small optimization.
6202
6203         * ecomplete.el (ecomplete-display-matches): Allow automatic
6204         display.
6205
6206         * message.el (message-strip-forbidden-properties): Display
6207         abbrevs.
6208         (message-display-abbrev): Get automatic display right.
6209
6210         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6211         keystrokes.
6212
6213 2006-04-13  Romain Francoise  <romain@orebokech.com>
6214
6215         TODO: Backport to v5-10!
6216
6217         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6218         Moved here (and renamed) from gnus-registry.el.
6219
6220         * gnus-registry.el: Require gnus-util.
6221         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6222
6223 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * gnus-group.el (gnus-group-catchup-current): Change
6226         if-then-else-if-then-else into cond.
6227         (gnus-group-catchup): Indent.
6228         (group-name-at-point): New function.
6229         (gnus-fetch-group): Provide default from thing at point.
6230
6231 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * message.el (message-display-abbrev): Fix regexp.
6234
6235         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6236         choosing.
6237         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6238         dead variables.
6239
6240         * message.el (message-newline-and-indent): Remove debugging.
6241         (message-display-abbrev): Use new implementation.
6242
6243 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-art.el (gnus-article-mode): Set
6246         cursor-in-non-selected-windows to nil.
6247
6248         * smiley.el: Revert previous change.
6249         (smiley-data-directory): defvar it before using it in the
6250         defcustom of `smiley-style'.
6251
6252 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * message.el (message-newline-and-indent): New function.
6255
6256         * ecomplete.el: Implement more bits.
6257
6258         * message.el (message-put-addresses-in-ecomplete): Clean up the
6259         string.
6260
6261         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6262
6263         * gnus-sum.el (gnus-summary-save-parts): Bind
6264         gnus-summary-save-parts-counter and use it to make unique file
6265         names.
6266
6267         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6268
6269         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6270         parameter to say whether to actually parse the individual
6271         addresses.
6272
6273         * message.el (message-put-addresses-in-ecomplete): New function.
6274         (ecomplete): Require.
6275         (message-mail-alias-type): Add ecomplete as an option.
6276
6277 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6278
6279         * flow-fill.el (fill-flowed): Remove trailing space from blank
6280         quoted lines.
6281
6282 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * smiley.el (smiley-style): Move definition later to avoid a
6285         compilation warning.
6286
6287 2006-04-12  Kenichi Handa  <handa@m17n.org>
6288
6289         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6290         buffer and then decode the buffer text if necessary.
6291         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6292         first, and after mm-encode-body, change the buffer to unibyte.
6293         Use mm-disable-multibyte instead of set-buffer-multibyte.
6294
6295 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6298         Content-Type header instead of Content-Disposition header.
6299         (gnus-mime-inline-part): Ditto.
6300         (gnus-mime-view-part-as-charset): Ignore charset that the part
6301         specifies.
6302
6303         * mm-decode.el (mm-display-part): Work with external parts and
6304         usual parts similarly.
6305
6306         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6307         instead of gnus-display-mime.
6308
6309         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6310         instead of with-temp-buffer.
6311
6312         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6313         tag to summarized topics part in order to encode non-ASCII text.
6314
6315 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * smiley.el (smiley-style): New variable.
6318         (smiley-directory): New function.
6319         (smiley-data-directory): Derive from `smiley-style' using
6320         `smiley-directory'.
6321         (smiley-regexp-alist): Add new entries.
6322
6323         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6324         (gnus-article-browse-delete-temp): Add :version.
6325
6326 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6327
6328         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6329         the sieve region.
6330
6331 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus.el (gnus-version-number): Bump version.
6334
6335 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gnus.el: No Gnus v0.4 is released.
6338
6339 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340
6341         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6342         layout.
6343
6344         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6345         unknown charset.
6346
6347         * message.el (message-header-synonyms): Add Original-To to the
6348         default.
6349
6350         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6351         optional parameter.
6352
6353 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * gnus-fun.el (gnus): Require it for gnus-directory.
6356
6357 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6360
6361 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6362
6363         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6364
6365 2006-04-05  Simon Josefsson  <jas@extundo.com>
6366
6367         * password.el (password-reset): New function.
6368
6369 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6370
6371         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6372         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6373
6374 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6375
6376         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6377         Some whitespace was matched into the url, which broke browsing hits
6378         > 100 when mm-url-use-external was nil.
6379
6380 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6383         gnus-extra-headers for 'Newsgroups.
6384
6385         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6386         bound.
6387
6388 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * pgg-gpg.el: Clean up process buffers every time gpg processes
6391         complete.
6392
6393 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6396         doc string.
6397
6398 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6399
6400         * pgg-gpg.el (pgg-gpg-process-filter)
6401         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6402
6403         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6404         lines, temporary fix.
6405
6406 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6409
6410 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6413         default-enable-multibyte-characters.  This reverts the change from
6414         revision 6.17 which is no longer necessary because the passphrase
6415         is sent separately now.  GnuPG messages are unreadable under
6416         multibyte locales with default-enable-multibyte-characters set to
6417         nil.
6418
6419 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * message.el (message-tool-bar-gnome): Move "spell".
6422
6423 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6426         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6427         instead.
6428
6429 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6430
6431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6432         newsgroups handling for NNTP overviews which don't include
6433         Newsgroups.
6434
6435 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6436
6437         * message.el (message-resend): Bind message-generate-hashcash to nil.
6438
6439 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6440
6441         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6442         when searching for already-paid recipients.
6443
6444 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6445
6446         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6447         passphrases when it is not needed.
6448         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6449         passphrase stuff from gpg, should only be necessary when you use
6450         gpg with a smartcard.
6451
6452 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mml.el (mml-insert-mime): Ignore cached contents of
6455         message/external-body part.
6456
6457         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6458         (mm-insert-part): Ditto.
6459
6460 2006-03-23  Simon Josefsson  <jas@extundo.com>
6461
6462         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6463         Reiner.
6464         (pgg-gpg-use-agent-p): Use it again.
6465
6466 2006-03-23  Simon Josefsson  <jas@extundo.com>
6467
6468         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6469         older emacsen.
6470         (pgg-gpg-use-agent-p): Don't use it.
6471
6472 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6475         if we can.
6476
6477 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6478
6479         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6480         (pgg-gpg-update-agent): New function.
6481         (pgg-gpg-use-agent-p): New function.
6482         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6483         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6484         (pgg-gpg-sign-region): Use it.
6485
6486 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6489         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6490
6491 2006-03-21  Simon Josefsson  <jas@extundo.com>
6492
6493         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6494         <wilde@sha-bang.de>.
6495         (pgg-gpg-use-agent): New variable.
6496         (pgg-gpg-process-region): Use it.
6497         (pgg-gpg-encrypt-region): Likewise.
6498         (pgg-gpg-encrypt-symmetric-region): Likewise.
6499         (pgg-gpg-decrypt-region): Likewise.
6500         (pgg-gpg-sign-region): Likewise.
6501         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6502
6503 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6506
6507         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6508         Add comment on version.
6509
6510 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * smiley.el: Add missing test smiley.
6513
6514 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * mm-decode.el (mm-with-part): New macro.
6517         (mm-get-part): Use it; work with message/external-body as well.
6518         (mm-save-part): Treat name and filename equally.
6519
6520         * mm-extern.el (mm-extern-cache-contents): New function.
6521         (mm-inline-external-body): Use it; force the part to be displayed;
6522         move undisplayer added to the cached handle to the parent.
6523
6524         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6525         (gnus-mime-view-part-as-type): Work with message/external-body.
6526
6527         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6528
6529 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6532         images in image-load-path.  [Sync with image.el, revision 1.60, in
6533         Emacs.]
6534
6535 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6538         path rather than symbol.  Always return list of directories.
6539         Guarantee that image directory comes first.  [Sync with image.el,
6540         revision 1.59, in Emacs.]
6541
6542         * message.el (message-make-tool-bar): Adjust to new API of
6543         `gmm-image-load-path-for-library'.
6544
6545         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6546
6547         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6548
6549 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6550
6551         * gnus-art.el (gnus-article-only-boring-p):
6552         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6553         intangible text.
6554         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6555
6556 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6559         `defun' instead of `gmm-defun-compat'.
6560
6561 2006-03-14  Simon Josefsson  <jas@extundo.com>
6562
6563         * message.el (message-unique-id): Don't use message-number-base36
6564         if (user-uid) is a float.
6565         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6566
6567 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6570
6571         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6572         empty line between a part and a message part.
6573
6574 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * smiley.el: Add more test smileys.
6577         (smiley-data-directory, smiley-regexp-alist)
6578         (gnus-smiley-file-types): Fix doc strings.
6579         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6580         adding new elements.
6581         (smiley-mouse-map): Unused code.  Make it a comment.
6582
6583 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6586         scan latest NoCeM messages instead of old ones.
6587         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6588         delimiters that are recently used.
6589         (gnus-nocem-load-cache): Add autoload cookie.
6590
6591         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6592
6593         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6594         level which is larger than gnus-use-nocem is specified.
6595
6596         * gnus-group.el (gnus-group-get-new-news): Ditto.
6597
6598 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * gnus-util.el (gnus-tool-bar-update): New function.
6601
6602         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6603         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6604
6605         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6606
6607         * gnus-group.el (gnus-group-redraw-when-idle)
6608         (gnus-group-redraw-check): Remove.
6609         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6610
6611 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6614         if optional last element is specified in splits (FIELD VALUE...).
6615
6616 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6619         to gmm-image-load-path-for-library.  Call with no-error argument.
6620         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6621
6622         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6623
6624         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6625
6626         * gmm-utils.el (gmm-image-load-path): Remove alias.
6627
6628 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * gmm-utils.el (gmm-image-load-path): Add alias.
6631
6632         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6633         nnml-generate-nov-databases-1.
6634         (nnml-generate-nov-databases): Use it.
6635         (nnml-generate-nov-databases-directory): Document no-active
6636         argument.
6637
6638         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6639         directory if path is t.  Add no-error.
6640
6641         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6642         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6643
6644         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6645         resetting gnus-article-browse-html-temp-list.
6646
6647         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6648         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6649         Add example to docstring.  Rename local variables.  Move error
6650         checks to default case in cond and simplify.
6651
6652 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6655         handle is multipart when calling it recursively.
6656         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6657
6658 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6659
6660         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6661         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6662
6663 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6666         is loaded.
6667
6668         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6669         loaded.
6670
6671 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6674         to "Emacs 23 (unicode)" in doc string.
6675
6676         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6677         "Emacs 23 (unicode)" in comment.
6678
6679 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6682
6683         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6684         characters 160 through 255 in Emacs 23.
6685
6686 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6689         gnus-article-browse-html-temp.
6690         (gnus-article-browse-delete-temp): Make it customizable.  Add
6691         `file'.  Adjust doc string.
6692         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6693         query for each file.  Adjust doc string.
6694         (gnus-article-browse-html-parts): Add
6695         `gnus-article-browse-delete-temp-files' to
6696         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6697
6698 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6699
6700         * gnus-art.el (gnus-article-browse-html-temp)
6701         (gnus-article-browse-delete-temp): New variables.
6702         (gnus-article-browse-delete-temp-files): New function.
6703         (gnus-article-browse-html-parts): Use it.
6704
6705 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6708
6709         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6710         string.
6711
6712         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6713         gnus-summary-insert-new-articles when unplugged.  Remove
6714         gnus-summary-search-article-forward.
6715
6716         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6717         display-visual-class instead of display-color-cells.
6718
6719 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * dgnushack.el: Autoload customize-group for XEmacs.
6722
6723         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6724         message/* containing non-ASCII text properly.
6725
6726 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * message.el: Require gmm-utils, remove autoloads.
6729         (message-tool-bar): Set default based on
6730         gmm-tool-bar-style.
6731         (message-tool-bar-gnome): Add gmm-customize-mode.
6732
6733         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6734         gmm-tool-bar-style.
6735         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6736
6737         * gnus-group.el (gnus-group-tool-bar): Set default based on
6738         gmm-tool-bar-style.
6739         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6740
6741         * gmm-utils.el (gmm-image-directory): Rename variable from
6742         gmm-image-load-path.
6743         (gmm-image-load-path): Use gmm-image-directory.
6744         (gmm-customize-mode): New function.
6745         (gmm-tool-bar-style): New variable.
6746
6747         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6748         gnus-group-redraw-line-number.
6749         (gnus-group-redraw-check): Simplify.
6750         (gnus-group-tool-bar-update): Remove redraw check.
6751         (gnus-group-make-tool-bar): Add redraw check.
6752
6753 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6754
6755         * gnus-art.el (gnus-button): Add missing parentheses.
6756
6757 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * lpath.el: Fbind line-number-at-pos.
6760
6761 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6764
6765 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * gnus-art.el (gnus-button): New face.
6768         (gnus-article-button-face): Use it.
6769
6770         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6771         gnus-summary-next-page.  Re-order.
6772
6773         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6774         next-node are now included.
6775         (gnus-group-redraw-line-number): New internal variable.
6776         (gnus-group-redraw-check): Helper function for updating the tool
6777         bar.
6778         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6779
6780         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6781
6782         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6783         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6784         Use it to match format of Spamassassin 3.0 and later.  Reported by
6785         IRIE Tetsuya <irie@t.email.ne.jp>.
6786         (spam-check-bogofilter)
6787         (spam-bogofilter-register-with-bogofilter): Fix args of
6788         `gnus-error' calls.
6789
6790 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6793         unnecessary interaction when sending queued mails.  Reported by
6794         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6795
6796 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6799         first or last are nil.
6800
6801 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6802
6803         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6804
6805 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6806
6807         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6808
6809 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * dns.el (query-dns): Protect more against buggy tcp output.
6812
6813 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6816         nov.php.
6817
6818 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6819
6820         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6821         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6822         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6823         output on the server side.
6824         (nnweb-google-create-mapping): Update regexps and add some
6825         progress indication.
6826
6827 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6830         gnus-agent-toggle-plugged.  Re-order icons.
6831         (gnus-group-tool-bar-gnome): Add
6832         gnus-group-{prev,next}-unread-group.
6833         (gnus-group-tool-bar-gnome): Re-order icons.
6834
6835         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6836         gnus-summary-insert-new-articles.
6837
6838         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6839         comments.
6840
6841         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6842         also available in Emacs 21.3.
6843
6844         * message.el (message-fix-before-sending): Change "Emacs 22" to
6845         "Emacs 23 (unicode)" in comment.
6846
6847         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6848         "Emacs 23 (unicode)" in comment.
6849
6850         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6851         comment.
6852         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6853
6854         * mm-view.el (mm-fill-flowed): Add :version.
6855
6856 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6859         and load-path.
6860
6861 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * message.el: Autoload gmm-image-load-path.
6864         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6865         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6866         consitency.
6867
6868         * gmm-utils.el (gmm-image-load-path): Also search in
6869         "../etc/images".  Don't set gmm-image-load-path if we don't find
6870         the image.
6871
6872 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gmm-utils.el (gmm-image-load-path): Don't make
6875         `gmm-image-load-path' include subdirectories which the second arg
6876         `image' might specify.
6877
6878         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6879         subdirectory to icon file names.
6880
6881         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6882
6883 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6886         gmm-image-load-path calls.
6887
6888         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6889
6890         * message.el (message-make-tool-bar): Ditto.
6891
6892         * mml.el (mml-preview): Added comment concerning tool bar icons.
6893
6894         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6895         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6896
6897         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6898         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6899
6900         * message.el (message-tool-bar-gnome): Use new icon names.
6901         (message-make-tool-bar): Use `gmm-image-load-path'.
6902
6903         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6904         functions from MH-E.
6905         (gmm-image-load-path): New variable from MH-E.
6906         (gmm-image-load-path): New function from MH-E.  Added arguments
6907         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6908         *-image-load-path-called-flag.
6909
6910 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6911
6912         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6913
6914 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6915
6916         * nnimap.el (nnimap-request-move-article): Change folder back to
6917         source group before deleting.
6918
6919 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6922
6923         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6924         mm-url.
6925
6926         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6927
6928 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6931         coding system which mm-charset-to-coding-system returns for a
6932         given charset is valid.
6933
6934 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6935
6936         * html2text.el (html2text-remove-tag-list):
6937         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6938
6939 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6940
6941         * gnus-cus.el: Revert 2005-10-17 change.
6942
6943 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-art.el (article-strip-banner): Call
6946         article-really-strip-banner only when the regexp match is made.
6947
6948 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-art.el (article-strip-banner): Use
6951         gnus-extract-address-components instead of
6952         mail-header-parse-addresses to make it work with non-ASCII text;
6953         remove mail-encode-encoded-word-string.
6954
6955         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6956         values which are surrounded with \"...\"; make it never cause a
6957         Lisp error; give up parsing of parameters if it failed in
6958         extracting type.
6959
6960 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6961
6962         * smime.el (smime-cert-by-ldap-1): Fix bug where
6963         `smime-ldap-search' returns results without userCertificates.
6964
6965 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6968
6969 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * spam.el (spam-check-spamassassin-headers): Adapt format for
6972         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6973         <ari@mbf.ocn.ne.jp>.
6974         (spam-list-of-processors): Add spam-use-gmane.
6975
6976 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6979         make-temp-file; make it work with XEmacs as well.
6980
6981         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6982         mm-make-temp-file.
6983
6984         * mm-decode.el (mm-display-external): Use the 3rd arg of
6985         mm-make-temp-file.
6986         (mm-create-image-xemacs): Ditto.
6987
6988 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6991         with message-narrow-to-headers.
6992         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6993         (gnus-draft-check-draft-articles): New function.
6994         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6995
6996 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * gnus-art.el (gnus-article-browse-html-parts):
6999         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7000         Don't use suffix argument for mm-make-temp-file for Emacs 21
7001         compatibility.  Remove useless `format'.
7002
7003 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7004
7005         * nnweb.el (nnweb-google-wash-article): Update regexps.
7006         (nnweb-group-alist): Use defvoo instead of defvar.
7007
7008 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7011         re-loading nn* modules.
7012
7013 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7016         for `tool-bar-mode' and don't check it's default-value.
7017
7018         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7019
7020         * message.el (message-make-tool-bar): Ditto.
7021
7022         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7023         `substring'.  Shorten tmp-file name.
7024
7025         * gnus.el: Remove bogus comment.
7026
7027 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7028
7029         * gnus-art.el (gnus-article-browse-html-parts): New function.
7030         (gnus-article-browse-html-article): New function for viewing html
7031         articles with a browser.
7032
7033 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7034
7035         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7036         in elisp.
7037         (pgg-gpg-encrypt-symmetric-region): Ditto.
7038         (pgg-gpg-sign-region): Ditto.
7039
7040         * pgg-def.el (pgg-text-mode): New variable.
7041
7042         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7043         (mml2015-pgg-encrypt): Ditto.
7044
7045         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7046         (mml1991-pgg-encrypt): Ditto.
7047
7048 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7051         message-make-date instead of current-time-string.
7052
7053         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7054         to gnus-decoded which mm-uu might set.
7055
7056 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7059         don't decode quoted parameters; remove misimported Emacs code.
7060         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7061         (rfc2231-decode-encoded-string): Don't use split-string which
7062         behaves differently according to Emacs version; use
7063         mm-decode-coding-region to convert charset to coding-system.
7064         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7065         (rfc2231-encode-string): Remove misimported Emacs code.
7066
7067 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7070         when calling mail-header-parse-content-type.
7071         (article-de-quoted-unreadable): Ditto.
7072         (article-de-base64-unreadable): Ditto.
7073         (article-wash-html): Ditto.
7074
7075         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7076         calling mail-header-parse-content-type and
7077         mail-header-parse-content-disposition.
7078         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7079         mail-header-parse-content-type.
7080
7081         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7082         insert charset and format parameters; encode description after
7083         inserting it to buffer.
7084         (mml-insert-parameter): Fold lines properly even if a parameter is
7085         segmented into two or more lines; change the max column to 76.
7086
7087         * rfc1843.el (rfc1843-decode-article-body): Don't use
7088         ignore-errors when calling mail-header-parse-content-type.
7089
7090         * rfc2231.el (rfc2231-parse-string): Return at least type if
7091         possible; don't cause an error even if it fails in parsing of
7092         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7093         (rfc2231-encode-string): Don't break lines at the beginning, leave
7094         it to mml-insert-parameter.
7095
7096         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7097         calling mail-header-parse-content-type.
7098
7099 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * spam-report.el (spam-report-gmane-use-article-number):
7102         Improve doc string.
7103         (spam-report-gmane-internal): Check if a suitable header was found
7104         in the article.
7105
7106 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7109         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7110
7111 2006-02-05  Romain Francoise  <romain@orebokech.com>
7112
7113         Update copyright notices of all files in the gnus directory.
7114
7115 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7116
7117         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7118
7119 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7122         segmented lines of parameter value to cope with Thunderbird 1.5
7123         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7124         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7125         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7126
7127 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7128
7129         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7130         parts.
7131
7132 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7133
7134         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7135         there's only one active file for all servers.
7136         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7137         solid groups.  Gnus might have used a FAST request to select the group.
7138         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7139         and nnweb-search redundantly in the active file.
7140         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7141         (nnweb-request-create-group): Don't use ARGS.
7142         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7143         initialisations.  Let nnoo do the work.
7144
7145 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7148         Say the part has been decoded.
7149
7150         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7151
7152 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7153
7154         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7155         mailcap-viewer-test-cache when there's no 'test clause, since that
7156         will invert the meaning of a "nil" test previously determined by
7157         mailcap-mailcap-entry-passes-test.
7158
7159 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7162         compiling.
7163
7164         * gnus-sum.el: Ditto.
7165
7166         * message.el: Don't bind tool-bar-map when compiling.
7167
7168 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7171
7172 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7173
7174         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7175         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7176         current Google Groups.
7177
7178 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7181         and tool-bar-mode.
7182
7183         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7184         and tool-bar-mode.
7185
7186         * message.el (message-tool-bar-update): Simplify.
7187         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7188
7189         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7190         gnus-summary-buffer.
7191         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7192         gnus-summary-reply.
7193
7194         * gmm-utils.el (gmm): Add :version.
7195
7196 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * Makefile.in (clean): New rule.
7199         (distclean): Use it.
7200
7201 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7202
7203         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7204         autoload.
7205
7206 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gmm-utils.el (gmm-verbose): Add :group.
7209
7210 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * message.el: Change some comments WRT tool-bars.
7213
7214         * gnus-sum.el (gnus-summary-tool-bar)
7215         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7216         (gnus-summary-tool-bar-zap-list): New variables.
7217         (gnus-summary-make-tool-bar): Complete rewrite using
7218         `gmm-tool-bar-from-list'.
7219
7220         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7221         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7222         variables.
7223         (gnus-group-make-tool-bar): Complete rewrite using
7224         `gmm-tool-bar-from-list'.
7225         (gnus-group-tool-bar-update): New function.
7226
7227         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7228
7229 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7232         is dissected into a single part of which the type is the same as
7233         the given one; decode charset.
7234
7235 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7236
7237         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7238         into alists as symbol not string, since that's what
7239         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7240         look for.
7241
7242 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7245         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7246
7247         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7248
7249 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7252         (gnus-xmas-mime-security-button-menu): New function.
7253
7254         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7255         (gnus-mime-security-button-menu): New definition.
7256         (gnus-mime-security-button-map): Use them.
7257         (gnus-mime-security-button-menu): New function.
7258         (gnus-insert-mime-security-button): Addition to help echo.
7259         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7260         (gnus-mime-security-pipe-part): New functions.
7261
7262         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7263         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7264
7265         * mm-decode.el (mm-handle-set-disposition): Remove.
7266         (mm-handle-set-description): Remove.
7267
7268 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7271         (mm-w3m-standalone-supports-m17n-p): New function.
7272         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7273         w3m usage.
7274
7275         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7276         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7277
7278 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * message.el (message-tool-bar-zap-list): Use
7281         gmm-tool-bar-zap-list as custom type.
7282         (message-tool-bar-update): New function.
7283         (message-tool-bar, message-tool-bar-gnome)
7284         (message-tool-bar-retro): Add message-tool-bar-update.
7285         (message-tool-bar-gnome): Add flyspell-buffer.
7286
7287         * gnus-util.el (gnus-error): Describe `args'.
7288
7289         * gmm-utils.el (gmm-error): Describe `args'.
7290         (gmm-tool-bar-zap-list): New widget.
7291         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7292
7293 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7296         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7297         the number of recursive calls.
7298
7299         * mm-decode.el (mm-handle-set-disposition): New macro.
7300         (mm-handle-set-description): New macro.
7301
7302 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7305         encoding.
7306
7307 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * message.el (message-tool-bar-zap-list, message-tool-bar)
7310         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7311         (message-tool-bar-local-item-from-menu): Remove.
7312         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7313         (message-make-tool-bar): New function.
7314         (message-mode): Use `message-make-tool-bar'.
7315
7316         * gmm-utils.el: New file.
7317         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7318         (gmm-lazy): New widget copied from `nnmail.el'.
7319         (gmm-tool-bar-from-list): New function for creating customizable
7320         tool bars.
7321         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7322         output.
7323         (gmm): Add :prefix to defgroup.
7324
7325 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7326
7327         * gmm-utils.el (gmm-widget-p): New function.
7328
7329 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * mml.el (mml-attach-file): Describe `description' in doc string.
7332         (mml-menu): Add Emacs MIME manual and PGG manual.
7333
7334 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7335
7336         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7337
7338 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7339
7340         * nntp.el (nntp-end-of-line): Doc fix.
7341
7342 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7343
7344         * imap.el (imap-open): Handle case where buffer is a buffer
7345         object.
7346
7347 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * gnus-delay.el (gnus-delay): Don't autoload.
7350         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7351         to be re-loaded when customizing the `gnus-delay' group.
7352
7353 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7354
7355         * message.el (message-insert-citation-line): Use newlines.
7356
7357 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7358
7359         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7360         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7361         these routines, so the passphrase can be managed externally and
7362         passed in to the system.
7363         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7364         pgg-add-passphrase-to-cache function.
7365
7366         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7367         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7368         these routines, so the passphrase can be managed externally and
7369         passed in to the system.
7370         (pgg-pgp5-sign-region): Use new name of
7371         pgg-add-passphrase-to-cache function.
7372
7373 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7374
7375         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7376         part of the decoded armor to find the key-identifier.
7377         (pgg-gpg-lookup-key-owner): New function to return the
7378         human-readable identifier of a key owner.
7379         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7380         itself.
7381         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7382         the key value) if we have a key and can match it against a secret
7383         key.  Also, added a note pointing out fact that the prompt only
7384         indicates the first matching key.
7385
7386         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7387         pgg-decrypt-region.
7388         (pgg-add-passphrase-to-cache): Rename from
7389         `pgg-add-passphrase-cache' to reduce confusion (all callers
7390         changed).
7391         (pgg-remove-passphrase-from-cache): Rename from
7392         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7393         changed).
7394         (pgg-read-passphrase, pgg-add-passphrase-cache)
7395         (pgg-remove-passphrase-cache): Add informative docstrings.
7396         (pgg-decrypt): Convey provided passphrase in subordinate call to
7397         pgg-decrypt-region.
7398
7399 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7400
7401         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7402         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7403         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7404         'passphrase' argument, so the passphrase can be managed externally
7405         and then passed in to the system.
7406
7407         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7408         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7409         so the passphrase cache can be used reliably with identifiers
7410         besides a pgp packet's key id.
7411
7412         * pgg-gpg.el (pgg-gpg-encrypt-region)
7413         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7414         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7415         these routines, so the passphrase can be managed externally and
7416         passed in to the system.
7417
7418         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7419         'notruncate' argument, so the passphrase cache can be used
7420         reliably with identifiers besides a pgp packet's key id.
7421
7422 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7423
7424         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7425         symmetric encryption.
7426         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7427         encrypted session key.
7428         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7429         message ask for the passphrase in a proper way.
7430
7431         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7432         New user commands for symmetric encryption.
7433
7434 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7437
7438         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7439
7440 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7441
7442         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7443
7444 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * mm-decode.el (mm-inlined-types): Add application/pgp.
7447         (mm-automatic-display): Ditto.
7448
7449         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7450         part as text.
7451
7452 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * nnrss.el: Update copyright.
7455         (nnrss-opml-import): Query whether to subscribe to each entry.
7456
7457         * gnus-art.el:
7458         * gnus-sum.el:
7459         * gnus-xmas.el:
7460         * messagexmas.el:
7461         * mm-uu.el:
7462         * mm-view.el: Update copyright.
7463
7464 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * message.el (message-info): New function.
7467         (message-mode-menu): Add it.
7468         Update copyright.
7469
7470         * ChangeLog: Fix and update copyright.
7471
7472 2006-01-13  Romain Francoise  <romain@orebokech.com>
7473
7474         * message.el (message-forward-subject-name-subject): Prefer the
7475         address to 'nowhere' if the sender has no name.
7476         Fix typo.  Update copyright year.
7477
7478 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (article-wash-html): Use
7481         gnus-summary-show-article-charset-alist if a numeric arg is given.
7482         (gnus-article-wash-html-with-w3m-standalone): New function.
7483
7484         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7485         mm-inline-text-html-render-with-w3m-standalone.
7486         (mm-text-html-washer-alist): Map w3m-standalone to
7487         gnus-article-wash-html-with-w3m-standalone.
7488         (mm-inline-text-html-render-with-w3m-standalone): New function.
7489
7490 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7493         Improve LaTeX.
7494
7495 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7498         (nnrss-request-article): Render text/plain parts as HTML.
7499
7500         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7501         the buffer.
7502
7503 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7506         custom definition of `gnus-posting-styles'.
7507
7508         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7509         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7510
7511 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7514         Use nntp for bug archive.
7515
7516 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7519         parts.
7520         (nnrss-normalize-date): New function converts ISO 8601 date into
7521         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7522         (nnrss-check-group): Use it.
7523
7524 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7527
7528         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7529         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7530         (nnrss-insert-w3): Ditto.
7531
7532 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7535         the articles to be forwarded including the case where neither a
7536         number of articles nor a region is specified.
7537
7538 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * nnrss.el (nnrss-request-article): Fix last change; fill
7541         text/plain parts.
7542
7543 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7546         in text/plain part.
7547         (nnrss-check-group): Don't add excessive newline to dc:subject.
7548
7549 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7550
7551         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7552         article.
7553
7554 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7557         (nnml-use-compressed-files, nnml-save-mail): Support other
7558         comression programs such as bzip2.
7559
7560 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * dns.el (query-dns): Make sure we check the buffer size before
7563         removing tcp headers.
7564
7565 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7568         remove MIME buttons associated with multipart/alternative parts.
7569         (gnus-mime-display-alternative): Tag buttons using `article-type'
7570         text property.
7571
7572         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7573         associated with multipart/alternative parts.
7574
7575         * gnus-art.el (gnus-signature-separator): Fix custom type.
7576
7577         * mm-decode.el (mm-inlined-types): Fix custom type.
7578         (mm-keep-viewer-alive-types): Ditto.
7579         (mm-automatic-display): Ditto.
7580         (mm-attachment-override-types): Ditto.
7581         (mm-inline-override-types): Ditto.
7582         (mm-automatic-external-display): Ditto.
7583
7584 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * spam-report.el (spam-report-user-mail-address)
7587         (spam-report-user-agent): New variables.
7588         (spam-report-url-ping-plain): Use spam-report-user-agent.
7589
7590 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7591
7592         * gnus-art.el (gnus-button-handle-custom): Do not just use
7593         `customize-apropos' for any "M-x customize-*" button but the
7594         function called for.  Accept both the function name and its
7595         argument in order to achieve this.
7596         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7597         function name to `gnus-button-handle-custom' in case of "M-x
7598         customize-*" buttons.
7599
7600 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7603         multipart/alternative and add xref to mm-discouraged-alternatives
7604         in doc string.
7605
7606         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7607         gnus-buttonized-mime-types in doc string.
7608
7609 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7612         Suggest image/.* in the doc string.
7613
7614 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7617         message-marks (Debian bug #342521).
7618
7619 2005-12-12  Simon Josefsson  <jas@extundo.com>
7620
7621         * password.el (password-read-from-cache): Add.
7622         (password-read): Use it.
7623
7624 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7627         us-ascii as a MIME charset.
7628
7629         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7630         against the case where the 2nd arg TYPE is nil.
7631
7632 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * pop3.el (pop3-stream-type): Fix custom version.
7635
7636         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7637
7638 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7639
7640         * mm-decode.el (mm-display-external): Add missing cdr.
7641
7642 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7645         RFC1524) if it is in mailcap or add a suffix according to
7646         mailcap-mime-extensions when generating a temp filename; postpone
7647         deleting a temp file for 2 seconds for some wrappers, shell
7648         scripts, and so on, which might exit right after having started a
7649         viewer command as a background job.
7650
7651 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * nntp.el (nntp-marks-directory): Fix custom group.
7654
7655         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7656         steps when < 10.
7657
7658         * gnus-start.el (gnus-no-server-1): Mention
7659         `gnus-level-default-subscribed' in doc string.
7660
7661 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7662
7663         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7664         parens.
7665
7666 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-xmas.el (gnus-use-toolbar): Revert.
7669         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7670         gnus-use-toolbar is default.
7671
7672         * messagexmas.el (message-use-toolbar): Revert.
7673         (message-setup-toolbar): Use global default-toolbar if
7674         message-use-toolbar is default.
7675
7676 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7679         according to default-toolbar-visible-p.
7680
7681         * messagexmas.el (message-use-toolbar): Ditto.
7682
7683 2005-11-26  Dave Love  <fx@gnu.org>
7684
7685         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7686         (tls-program, tls-success): Provide openssl alternative.
7687
7688         * starttls.el: Doc fixes.
7689         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7690         SERVICE to PORT.
7691
7692         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7693         port null or service name.
7694         (starttls-negotiate): Autoload.
7695
7696 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * message.el (message-kill-to-signature): Fix interactive spec.
7699
7700 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * pop3.el (pop3-open-server): Recognize a string as a service name.
7703
7704 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7705
7706         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7707
7708 2005-11-23  Dave Love  <fx@gnu.org>
7709
7710         Add pop3s, pop3/starttls.
7711
7712         * pop3.el (pop3-authentication-scheme): Clarify doc.
7713         (open-tls-stream, starttls-open-stream): Autoload.
7714         (pop3-stream-type): New.
7715         (pop3-open-server): Use it.
7716
7717         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7718         for POP.
7719         (mail-source-keyword-map): Add :stream for POP.
7720         (mail-source-fetch-pop): Use pop3-stream-type.
7721
7722 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7725         of current-time-string.
7726
7727 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7728
7729         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7730         date header.
7731
7732 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7733
7734         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7735         it can seriously impact performance as it bypasses the agent's
7736         local caches.
7737
7738 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7739
7740         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7741         must be explicitly online rather than "not explicitly offline" for
7742         its flags to be synchronized.
7743
7744         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7745         that gnus-uu-unmark-thread will function correctly.
7746
7747         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7748         1024K is instead displayed as 1M.
7749
7750 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7753
7754 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7755
7756         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7757
7758 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7759
7760         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7761         error message to display actual error condition.
7762         (gnus-agent-save-local): Avoid saving symbols that are bound to
7763         nil as they simply result in a warning message in
7764         gnus-agent-read-local.
7765
7766 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7769         rather than make-variable-buffer-local for file-precious-flag.
7770
7771 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7772
7773         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7774         for duplicates which are removed.  The invalid sort check then
7775         triggers a rescan after the sort as sorting may have moved
7776         duplicate entries such that they can be cheaply detected.
7777
7778 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7781
7782 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7783
7784         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7785         internal variable to a custom variable.  Changed default value
7786         from compressed(2) to uncompressed(1).
7787         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7788         support for uncompressed agentview files.  Taken together, reading
7789         the agentview file should now be 6-7 times faster.
7790
7791 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7792
7793         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7794         as a buffer-local variable.  This avoids creating truncated
7795         dribble files as a result of a hang up, eg.
7796
7797 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7798
7799         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7800         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7801         XEmacs.
7802
7803 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-start.el (gnus-start-draft-setup): Enforce
7806         `gnus-draft-mode' for nndraft:drafts at startup.
7807
7808         * gnus.el (gnus-splash): Change custom group.
7809         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7810         allow-list argument.
7811
7812         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7813         string.
7814
7815 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * gnus-art.el (gnus-default-article-saver): Add user-defined
7818         `function' to custom type.
7819
7820 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7821
7822         * imap.el (imap-open): Handle case where buffer is a buffer
7823         object.
7824
7825 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7828         long lines.
7829         (gnus-cache-delete-group): Wrap doc strings.
7830
7831         * gnus-agent.el (gnus-agent-rename-group)
7832         (gnus-agent-delete-group): Wrap doc strings.
7833
7834 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * messagexmas.el (message-use-toolbar): Change the valid values
7837         into default, top, bottom, left, and right.
7838         (message-toolbar-thickness): New variable.
7839         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7840         well.
7841         (message-setup-toolbar): Make it work.
7842
7843         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7844         (gnus-use-toolbar): Change the valid values into default, top,
7845         bottom, left, and right.
7846         (gnus-toolbar-thickness): New variable.
7847         (gnus-xmas-setup-toolbar): New function.
7848         (gnus-xmas-setup-group-toolbar): Use it.
7849         (gnus-xmas-setup-summary-toolbar): Use it.
7850
7851 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7852
7853         * gnus-start.el (gnus-1): Add "native" to
7854         gnus-predefined-server-alist.
7855
7856         * gnus.el (gnus-method-to-server): Don't add "native" to the
7857         lists here, because that leads to problems when
7858         gnus-select-method is bound.
7859
7860 2005-11-09  Simon Josefsson  <jas@extundo.com>
7861
7862         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7863         use (not sort-by-date) instead.
7864
7865 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7866
7867         * gnus-delay.el (gnus-delay-group): Don't autoload.
7868         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7869         to be re-loaded when customizing the `gnus-delay' group.
7870
7871 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7872
7873         * message.el: Revert last changes.
7874         (message-insert-citation-line): Use newlines.
7875
7876 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7877
7878         * message.el (message-courtesy-message)
7879         (message-mark-insert-begin, message-mark-insert-end)
7880         (message-elide-ellipsis, message-cancel-message)
7881         (message-add-header, message-change-subject)
7882         (message-cross-post-followup-to-header)
7883         (message-cross-post-insert-note, message-reduce-to-to-cc)
7884         (message-widen-reply, message-delete-not-region)
7885         (message-kill-to-signature, message-insert-signature)
7886         (message-insert-importance-high, message-insert-importance-low)
7887         (message-insert-or-toggle-importance)
7888         (message-insert-disposition-notification-to)
7889         (message-indent-citation, message-yank-original)
7890         (message-cite-original-without-signature, message-cite-original)
7891         (message-insert-citation-line, message-position-on-field)
7892         (message-fix-before-sending, message-send-mail-partially)
7893         (message-send-mail, message-send-mail-with-sendmail)
7894         (message-send-mail-with-qmail, message-send-news)
7895         (message-check-news-header-syntax, message-generate-headers)
7896         (message-insert-courtesy-copy, message-fill-address)
7897         (message-fill-header, message-shorten-references)
7898         (message-setup-1, message-cancel-news)
7899         (message-forward-make-body-plain, message-forward-make-body-mime)
7900         (message-forward-make-body-mml, message-encode-message-body)
7901         (message-forward-make-body-digest-plain)
7902         (message-forward-make-body-digest-mime)
7903         (message-use-alternative-email-as-from): Insert `hard-newline'
7904         instead of ordinary newlines.
7905
7906 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * message.el (message-generate-headers): Downcase the argument
7909         given to message-check-element.
7910
7911 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7912
7913         * nntp.el (nntp-authinfo-rejected): New error condition.
7914         (nntp-wait-for): Use new error condition to signal authentication
7915         error.
7916         (nntp-retrieve-data): Rethrow new error condition to break out of
7917         recursive call to nntp-send-authinfo.
7918
7919 2005-11-08  Romain Francoise  <romain@orebokech.com>
7920
7921         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7922         (gnus-summary-exit-map): Bind to `Z p'.
7923         (gnus-summary-make-menu-bar): Add menu item.
7924
7925 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7928         (gnus-treat-*): Add `first' in all doc strings.
7929
7930         * gnus-group.el (gnus-group-compact-group): Fix typo.
7931
7932 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus.el (gnus-parameters-case-fold-search): New variable.
7935         (gnus-parameters-get-parameter): Use it.
7936
7937         * gnus-score.el (gnus-home-score-file): Doc fix.
7938
7939 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7940
7941         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7942
7943 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * mm-util.el (mm-special-display-p): New function.
7946
7947         * mml.el (mml-preview): Use it; doc fix.
7948
7949 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7950
7951         * imap.el (imap-open): Handle case where buffer is a buffer object.
7952
7953 2005-10-29  Romain Francoise  <romain@orebokech.com>
7954
7955         * message.el (message-fix-before-sending): Fix comment.
7956
7957 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7958
7959         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7960
7961 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7962
7963         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7964         Used in gnus-score.el.
7965
7966 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7969
7970 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7973         whitespace removed in revision 7.8.  Use concatenated string to
7974         protect trailing whitespace.
7975
7976 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7977
7978         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7979         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7980         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7981         Courier IMAP ("some version from 2004").  Mostly based on similar
7982         code in the same function.
7983
7984 2005-10-26  Didier Verna  <didier@xemacs.org>
7985
7986         * gnus-group.el (gnus-group-compact-group): Invalidate original
7987         article buffer.
7988         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7989         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7990         NOV database and in article itself.
7991         Invalidate article backlog.
7992
7993 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7996
7997 2005-10-26  Simon Josefsson  <jas@extundo.com>
7998
7999         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8000         part of 2004-07-25 change.
8001
8002 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * message.el (message-display-completion-list): New function.
8005         (message-expand-group): Use it; make sure the Completions buffer
8006         is modifiable.
8007 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8008
8009         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8010         user-mail-name is an empty string.
8011
8012 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8015         depending on gnus-score-decay-constant.
8016
8017         * encrypt.el (encrypt-insert-file-contents)
8018         (encrypt-write-file-contents): Don't use `gnus-message'.
8019
8020         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8021         arguments.
8022         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8023         arguments to mm-uu-verbatim-marks-extract.
8024         (mm-uu-hide-markers): New variable.
8025         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8026
8027         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8028         (gnus-convert-image-to-face-command): Use "convert" by default to
8029         allow other input image formats.
8030         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8031         accordingly.
8032
8033 2005-10-23  Simon Josefsson  <jas@extundo.com>
8034
8035         * imap.el (imap-gssapi-program): Align command line parameters
8036         with latest GNU SASL.
8037         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8038
8039 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8042         HTML.
8043         (nnslashdot-request-article): Ditto.
8044
8045         * lpath.el (featurep): Add nobreak-char-display.
8046
8047 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8048
8049         * mail-source.el (mail-source-fetch-pop): Require pop3.
8050         (mail-source-check-pop): Ditto.
8051
8052 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8055         errors.
8056
8057 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8060         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8061
8062         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8063
8064         * mm-bodies.el (mm-decode-string): Call
8065         `mm-charset-to-coding-system' with allow-override argument.
8066
8067 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8070         (rfc2047-charset-to-coding-system): New function.
8071         (rfc2047-decode-encoded-words): New function.
8072         (rfc2047-decode-region): Use them.
8073         (rfc2047-decode-cte): Remove.
8074         (rfc2047-parse-and-decode): Remove.
8075         (rfc2047-decode): Remove.
8076
8077 2005-10-15  Kenichi Handa  <handa@m17n.org>
8078
8079         * rfc2047.el (rfc2047-decode-cte): New function.
8080         (rfc2047-decode-region): Change the way to decode successive
8081         encoded-words: decode B- or Q-encoding in each encoded-word,
8082         concatenate them, and decode it as charset.
8083
8084 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * lpath.el: Fbind codepage-setup for XEmacs.
8087
8088 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8089
8090         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8091         widget-move-and-invoke.
8092         (gnus-custom-mode): Use gnus-custom-map.
8093
8094 2005-10-15  Bill Wohler  <wohler@newt.com>
8095
8096         * message.el (message-tool-bar-map): Renamed image file from
8097         mail_send to mail/send.
8098
8099 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8100
8101         * message.el (message-expand-group): Pass the common
8102         prefix substring of completion to `display-completion-list'.
8103
8104 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * mml-sec.el (mml-secure-method): New internal variable.
8107         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8108         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8109         functions using mml-secure-method.
8110
8111         * mml.el (mml-mode-map): Add key bindings for those functions.
8112         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8113         Harder <harder@myrealbox.com>.
8114         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8115         end of message if point is the headers of the message.
8116
8117         * message.el (message-in-body-p): New function.
8118
8119         * assistant.el: Autoload gnus-util and netrc.
8120
8121         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8122         Use `mm-charset-override-alist' only when decoding.
8123
8124         * mm-bodies.el (mm-decode-body): Call
8125         `mm-charset-to-coding-system' with allow-override argument.
8126
8127         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8128         `filename' from Content-Disposition if Content-Type doesn't
8129         provide `name'.
8130         (gnus-mime-view-part-as-type): Set default instead of
8131         initial-input.
8132
8133 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8134
8135         * format-spec.el (format-spec): Propagate text properties of % spec.
8136
8137 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-art.el (gnus-treat-predicate): Add `first'.
8140
8141 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8144         (mm-charset-override-alist): New variable.
8145         (mm-charset-to-coding-system): Use it.
8146         (mm-codepage-setup): New helper function.
8147         (mm-charset-eval-alist): New variable.
8148         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8149         about unknown charsets.
8150
8151         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8152
8153 2005-10-04  David Hansen  <david.hansen@gmx.net>
8154
8155         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8156         (nnrss-check-group): Ditto.
8157
8158 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8161         Rename x-gnus-verbatim to x-verbatim.
8162         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8163
8164         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8165         x-verbatim.
8166
8167         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8168
8169         * gnus-util.el (gnus-remove-duplicates): Remove.
8170
8171         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8172         instead of gnus-remove-duplicates.
8173
8174         * message.el (message-remove-duplicates): Remove.
8175         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8176         message-remove-duplicates.
8177
8178         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8179         available, else use implementation from `delete-dups'.
8180
8181         * message.el (message-insert-expires): New function.
8182         (message-mode-map): Add key binding.
8183         (message-mode-field-menu): Add menu entry.
8184         (message-mode): Document it.
8185         (message-make-expires-date): Use `message-make-date'.
8186
8187 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8188
8189         * message.el (message-make-expires-date): New function.
8190
8191 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * Makefile.in (list-installed-shadows): New entry.
8194         (install): Use it.
8195         (remove-installed-shadows): New entry.
8196
8197         * dgnushack.el (dgnushack-default-load-path): New variable.
8198         (dgnushack-find-lisp-shadows): New function.
8199         (dgnushack-remove-lisp-shadows): New function.
8200
8201 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * Makefile.in (install-el-elc): New entry.
8204         (install): Use it so that .el files are necessarily installed.
8205
8206 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8209
8210 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8213         function rather than the diff-mode.el package.
8214         (mm-display-external): Use with-current-buffer.
8215         (mm-viewer-completion-map, mm-viewer-completion-map):
8216         Move initialization inside declaration.
8217
8218 2005-09-29  Simon Josefsson  <jas@extundo.com>
8219
8220         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8221         autoload mail-check-payment.
8222         (spam-check-hashcash): Define unconditionally, since hashcash.el
8223         is part of Gnus now.  Ignore errors from payment checking.
8224
8225 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * message.el (message-bold-region, message-unbold-region): Rename
8228         from `bold-region' and `unbold-region'.
8229
8230         * message.el: Remove useless autoloads.
8231
8232 2005-09-28  Simon Josefsson  <jas@extundo.com>
8233
8234         * message.el (message-use-idna): Default to t.
8235         (message-use-idna): Test whether encoding works too.  Doc fix.
8236
8237 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * nntp.el (nntp-warn-about-losing-connection): Remove.
8240
8241 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8244         customizable.  Change default value.
8245         (mm-uu-diff-groups-regexp): Change default value.
8246         (mm-uu-type-alist): Add doc string.
8247         (mm-uu-configure): Add doc string.  Make it interactive.
8248         (mm-uu-tex-groups-regexp): New variable.
8249         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8250         (mm-uu-type-alist): Add LaTeX documents.
8251         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8252         of "text/verbatim".
8253         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8254
8255         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8256         instead of "text/verbatim".
8257
8258         * message.el (message-mark-inserted-region)
8259         (message-mark-insert-file): Use slrn style marks when called with
8260         prefix argument.
8261
8262 2005-09-27  Simon Josefsson  <jas@extundo.com>
8263
8264         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8265
8266 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8267
8268         * message.el (message-remove-duplicates): New function.
8269         Implementation borrowed from `gnus-remove-duplicates'.
8270         (message-idna-to-ascii-rhs): Also encode idna addresses in
8271         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8272         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8273         only ask about the same idna domain once per header and also tell
8274         in what header to replace the idna domain.
8275
8276         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8277         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8278         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8279         a header is decoded and not just the last one.
8280
8281 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8284         has been decoded.
8285
8286         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8287         (mm-insert-part): Don't modify text if it has been decoded.
8288
8289         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8290         decoded.
8291
8292         * mm-view.el (mm-inline-text): Don't strip text props unless
8293         decoding enriched or richtext parts.
8294
8295 2005-09-25  Romain Francoise  <romain@orebokech.com>
8296
8297         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8298         * gnus-start.el (gnus-subscribe-interactively):
8299         * gnus-uu.el (gnus-uu-grab-articles):
8300         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8301         space.
8302
8303 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8304
8305         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8306         * mm-view.el (mm-view-pkcs7-decrypt):
8307         * gnus-sum.el (gnus-summary-limit-to-extra)
8308         (gnus-summary-respool-article, gnus-read-move-group-name):
8309         * gnus-score.el (gnus-summary-increase-score):
8310         * gnus-util.el (gnus-completing-read-with-default):
8311         * gnus-art.el (gnus-read-save-file-name)
8312         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8313         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8314         * message.el (message-check-news-header-syntax):
8315         Follow convention for reading with the minibuffer.
8316
8317 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * spam-report.el (spam-report-url-ping-plain):
8320         Use gnus-extended-version as User-Agent.
8321
8322         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8323         default value is nil.
8324
8325         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8326         (mm-uu-verbatim-marks-extract): New function.
8327         (mm-uu-extract): New face.
8328         (mm-uu-copy-to-buffer): Use it.
8329
8330         * spam-report.el (spam-report-gmane-ham): Renamed from
8331         `spam-report-gmane-unspam'.
8332         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8333         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8334
8335         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8336         Autoload.
8337         (spam-report-gmane-unregister-routine): Renamed
8338         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8339
8340 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8343         (spam-report-gmane-unregister-routine): Add support for gmane
8344         unregistration.
8345
8346         * spam-report.el (spam-report-gmane-unspam)
8347         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8348         (spam-report-gmane): Change to take a single article and do unspam
8349         registration.
8350
8351 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * mm-url.el (mm-url-decode-entities): Fix regexp.
8354
8355 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8358         default to nil, to be able to use Gnus at all.  If the default
8359         switches to something else, then the function should be fixed not
8360         be exceedingly slow.
8361
8362 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8363
8364         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8365         fail hard.
8366
8367         * spam-report.el: Add better Keywords line.
8368
8369         * spam.el: Add Maintainer and better Keywords line.
8370
8371 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-art.el (gnus-article-replace-part)
8374         (gnus-mime-replace-part): New functions.
8375         (gnus-mime-action-alist, gnus-mime-button-commands)
8376         (gnus-mime-save-part-and-strip): Added file argument.
8377         (gnus-article-part-wrapper): Added interactive argument.
8378
8379         * gnus-sum.el (gnus-summary-mime-map): Add
8380         `gnus-article-replace-part'.
8381
8382 2005-09-19  Didier Verna  <didier@xemacs.org>
8383
8384         The nnml compaction feature:
8385         * nnml.el (nnml-request-compact-group): New function.
8386         * nnml.el (nnml-request-compact): New function.
8387         * gnus-int.el (gnus-request-compact-group): New function.
8388         * gnus-int.el (gnus-request-compact): New function.
8389         * gnus-group.el (gnus-group-compact-group): New function.
8390         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8391         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8392         * gnus-srvr.el (gnus-server-compact-server): New function.
8393         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8394         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8395
8396 2005-09-18  Deepak Goel  <deego@gnufans.org>
8397
8398         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8399         format spec.
8400
8401 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8404
8405 2005-09-15  Romain Francoise  <romain@orebokech.com>
8406
8407         * message.el (message-fill-paragraph): Clarify docstring.
8408
8409 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * gnus-art.el (gnus-mime-display-part): Protect against broken
8412         MIME messages.
8413
8414 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8417         before parsing header.
8418
8419 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8420
8421         * html2text.el (html2text-replace-list): Add new entities.
8422
8423 2005-09-11  Romain Francoise  <romain@orebokech.com>
8424
8425         * message.el (message-alternative-emails): Improve docstring.
8426         (message-setup-1): Call `message-use-alternative-email-as-from'
8427         after `message-setup-hook' to give it precedence over posting
8428         styles, etc.
8429         (message-use-alternative-email-as-from): Add docstring.  Remove
8430         the original From header if present.
8431
8432         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8433         (nnml-save-mail): Use it.
8434
8435         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8436         articles.  Add new argument `silent'.
8437         (gnus-uu-mark-all): Report the total number of marked articles.
8438
8439 2005-09-10  Romain Francoise  <romain@orebokech.com>
8440
8441         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8442         (gnus-uu-mark-series): Likewise.
8443
8444 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * spam-report.el (spam-report-gmane): Fix generation of spam
8447         report URL.
8448
8449 2005-09-10  Simon Josefsson  <jas@extundo.com>
8450
8451         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8452         t, based on discussion on the ding list with Robert Epprecht
8453         <epprecht@solnet.ch>.
8454
8455 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * spam-report.el (spam-report-gmane): Make it work without
8458         X-Report-Spam header.  Gmane now only provides Archived-At.
8459         This is only used if `spam-report-gmane-use-article-number' is nil.
8460         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8461
8462         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8463         make `gnus-summary-sort-by-recipient' work with threading.
8464
8465         * nnweb.el (nnweb-google-wash-article): Print a message if article
8466         is not available.
8467
8468 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8469
8470         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8471         change.  Decode text/* parts content before displaying.
8472
8473 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8476
8477 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8480
8481         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8482         url-package-name, url-package-version,
8483         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8484         w3m-display-inline-images, and w3m-minor-mode-map.
8485
8486 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * message.el (message-tab-body-function): Fix mismatched custom type.
8489
8490         * gnus.el (gnus-group-change-level-function): Ditto.
8491
8492         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8493
8494         * gnus-art.el (gnus-signature-limit)
8495         (gnus-article-mime-part-function): Ditto.
8496
8497 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * mml.el (mml-mode): Silence the byte compiler.
8500
8501         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8502         using `(sit-for 0)' before moving the point to the specified part;
8503         skip unbuttonized parts.
8504         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8505         return to the summary window if gnus-auto-select-part is non-nil.
8506
8507 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8510         variables.
8511         (mml-dnd-attach-file, mml-mode): Use them.
8512
8513         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8514         Make fetching article by MID work again for Google Groups.  Added
8515         FIXME concerning gnus-group-make-web-group.
8516
8517         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8518         Don't depend on Gnus by using mail-extract-address-components if
8519         gnus-extract-address-components is not bound.
8520
8521 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * gnus-art.el (gnus-mime-display-security): Don't display the
8524         signature, but only the signed part.
8525
8526 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8529
8530         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8531         list, not listp.
8532
8533 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8534
8535         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8536         when encoding.
8537
8538         * mm-bodies.el (mm-decode-content-transfer-encoding):
8539         De-canonicalize CRLF for all text content types, not just
8540         text/plain.
8541
8542 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8545         valid article; point arrow and cursor at the MIME button.
8546
8547 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8550         Suggested by Dan Christensen <jdc@uwo.ca>.
8551
8552         * mm-decode.el (mm-save-part): Enable change of prompt.
8553
8554 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8555
8556         * gnus-msg.el (gnus-inews-add-send-actions): Made
8557         `message-post-method' lambda parameter ARG `&optional'.
8558
8559 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * gnus-sum.el (gnus-summary-mime-map): Added
8562         gnus-article-save-part-and-strip, gnus-article-delete-part and
8563         gnus-article-jump-to-part.
8564
8565         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8566         (gnus-article-edit-part): Use it.
8567         (gnus-article-part-wrapper): Added no-handle argument.
8568         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8569         functions.
8570
8571 2005-08-29  Romain Francoise  <romain@orebokech.com>
8572
8573         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8574         docstring.
8575         (gnus-face-from-file): Likewise.
8576
8577 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8580         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8581         non-nil.
8582         (gnus-auto-select-part): New variable.
8583         (gnus-article-jump-to-part): New function.
8584         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8585         (gnus-mime-delete-part): Allow selecting specified part after
8586         deleting or stripping parts.
8587         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8588         part if argument is bogus.
8589
8590 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8591
8592         * gnus-art.el (w3m-minor-mode-map):
8593         * gnus-spec.el (gnus-newsrc-file-version):
8594         * gnus-util.el (nnmail-active-file-coding-system)
8595         (gnus-original-article-buffer, gnus-user-agent):
8596         * gnus.el (gnus-ham-process-destinations)
8597         (gnus-parameter-ham-marks-alist)
8598         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8599         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8600         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8601         * mm-decode.el (gnus-current-window-configuration):
8602         * mm-extern.el (gnus-article-mime-handles):
8603         * mm-url.el (url-current-object, url-package-name)
8604         (url-package-version):
8605         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8606         (smime-keys, w3m-cid-retrieve-function-alist)
8607         (w3m-current-buffer, w3m-display-inline-images)
8608         (w3m-minor-mode-map):
8609         * mml-smime.el (gnus-extract-address-components):
8610         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8611         (gnus-newsrc-hashtb, message-default-charset)
8612         (message-deletable-headers, message-options)
8613         (message-posting-charset, message-required-mail-headers)
8614         (message-required-news-headers):
8615         * mml1991.el (mc-pgp-always-sign):
8616         * mml2015.el (mc-pgp-always-sign):
8617         * nnheader.el (nnmail-extra-headers):
8618         * rfc1843.el (gnus-decode-encoded-word-function)
8619         (gnus-decode-header-function, gnus-newsgroup-name):
8620         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8621
8622 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8623
8624         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8625         the end of the date treatments.
8626
8627 2005-08-15  Simon Josefsson  <jas@extundo.com>
8628
8629         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8630         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8631         Capello and Romain Francoise.
8632         (pgg-fetch-key-function): Removed, not used?
8633         (pgg-insert-url-with-w3): Require url, to get
8634         url-insert-file-contents regardless of where it is defined.
8635
8636 2005-08-13  Romain Francoise  <romain@orebokech.com>
8637
8638         * message.el (message-cite-original-1): New function.
8639         (message-cite-original): Use it.
8640         (message-cite-original-without-signature): Ditto.
8641
8642 2005-08-08  Romain Francoise  <romain@orebokech.com>
8643
8644         * message.el (message-yank-empty-prefix): New variable.
8645         (message-indent-citation): Use it.
8646         (message-cite-original-without-signature): Respect X-No-Archive.
8647
8648 2005-08-08  Simon Josefsson  <jas@extundo.com>
8649
8650         * pgg.el: Autoload url-insert-file-contents instead of loading
8651         w3/url.
8652         (pgg-insert-url-with-w3): Don't load url here.
8653
8654 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8655
8656         * message.el (message-kill-to-signature): Don't insert newline at
8657         bol.
8658         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8659
8660 2005-08-06  Romain Francoise  <romain@orebokech.com>
8661
8662         * message.el (message-user-fqdn): Fix typo in docstring.
8663
8664 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8665
8666         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8667
8668         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8669
8670 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-bodies.el (mm-encode-body): Use coding system rather than
8673         charset to encode text.
8674
8675         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8676         number of charsets if utf-8 is available (XEmacs).
8677
8678 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8681         taken from `gnus-button-mid-or-mail-regexp'.
8682         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8683         (gnus-button-alist): Improve regexp for domain part of the MIDs
8684         for news:localpart@domain buttons.
8685         (gnus-button-ctan-directory-regexp): Update.
8686
8687 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * sieve-manage.el (sieve-manage-interactive-login): Use
8690         make-local-variable rather than make-variable-buffer-local.
8691         (sieve-manage-open): Ditto.
8692         (sieve-manage-authenticate): Ditto.
8693
8694         * mml.el (mml-generate-mime-1): Make the content type default to
8695         text/plain if the filename is not specified.
8696
8697 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8700         instead of insert-buffer.
8701
8702         * message.el (message-yank-original): Ditto; set the mark at the
8703         end of the yanked message.
8704
8705 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8708         lines to scroll rather than to stop it.
8709
8710         * mml.el (mml-generate-default-type): Add doc string.
8711         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8712         default to application/octet-stream when determining the content
8713         type if it is not specified for the part or the mml contents; add
8714         a comment about mml-generate-default-type.
8715
8716 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8719         make it default to application/octet-stream when determining the
8720         content type if it is not specified for the external contents.
8721
8722 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8725         segmented parameter but also other parameters might be there.
8726
8727 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * mm-decode.el (mm-display-external): Delete temp file, directory
8730         and buffer immediately if the external process is exited.
8731
8732 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8735         fewer lines than that of scroll-margin.
8736         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8737
8738 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-article-next-page): Revert.
8741         (gnus-article-beginning-of-window): New macro.
8742         (gnus-article-next-page-1): Use it.
8743         (gnus-article-prev-page): Ditto.
8744         (gnus-article-edit-part): Use insert-buffer-substring instead of
8745         insert-buffer.
8746         (gnus-article-edit-exit): Ditto.
8747
8748         * gnus-util.el (gnus-beginning-of-window): Remove.
8749         (gnus-end-of-window): Remove.
8750
8751         * lpath.el: Don't bind header-line-format and scroll-margin.
8752
8753 2005-07-25  Simon Josefsson  <jas@extundo.com>
8754
8755         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8756         to have the url package without w3.  Reported by Daiki Ueno
8757         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8758
8759 2005-07-20  Didier Verna  <didier@xemacs.org>
8760
8761         * gnus-diary.el: Remove the description comment (nndiary is now
8762         properly documented in the Gnus manual).
8763         Fix the spelling of "Back End".
8764         * nndiary.el: Ditto.
8765         Fix the copyright notice.
8766
8767 2005-07-18  Romain Francoise  <romain@orebokech.com>
8768
8769         * gnus-sum.el (gnus-summary-to-prefix)
8770         (gnus-summary-newsgroup-prefix): New variables.
8771         (gnus-summary-from-or-to-or-newsgroups): Use them.
8772
8773 2005-07-17  Romain Francoise  <romain@orebokech.com>
8774
8775         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8776         space as it's generally not especially interesting to the user.
8777
8778 2005-07-16  Romain Francoise  <romain@orebokech.com>
8779
8780         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8781         nil to avoid prompting and file modification if one of the
8782         messages at the top of the nnfolder file contains a copyright
8783         notice.
8784         Update copyright notice.
8785
8786         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8787         instead of `current-time-string' as the latter creates a time
8788         string that is not RFC 2822 compliant (it lacks the zone).
8789         Update copyright notice.
8790
8791 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8792
8793         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8794         for text/rtf.  Display default in prompt.  Pass default for M-n.
8795
8796         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8797
8798 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * gnus-msg.el (gnus-button-mailto): Remove
8801         save-selected-window-window hackery because it relies on
8802         save-selected-window internals.
8803
8804 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8807         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8808         (gnus-article-prev-page): Ditto.
8809
8810         * gnus-util.el (gnus-beginning-of-window): New function.
8811         (gnus-end-of-window): New function.
8812
8813         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8814
8815 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8816
8817         * gnus-score.el (gnus-score-edit-all-score): Set
8818         gnus-score-edit-exit-function to gnus-score-edit-done and call
8819         gnus-message.
8820
8821 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * gnus-msg.el (gnus-button-mailto): Remove
8824         save-selected-window-window hackery because it relies on
8825         save-selected-window internals.
8826
8827 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8830         add-minor-mode.
8831         (gnus-binary-mode): Ditto.
8832
8833         * gnus-topic.el (gnus-topic-mode): Ditto.
8834
8835 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8836
8837         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8838         (gnus-article-prev-page): Take scroll-margin into consideration.
8839
8840 2005-07-04  Lute Kamstra  <lute@gnu.org>
8841
8842         Update FSF's address in GPL notices.
8843
8844 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8845
8846         * gnus.el (gnus-exit):
8847         * gnus-group.el (gnus-group-icons):
8848         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8849
8850         * gnus-nocem.el (gnus-nocem):
8851         * message.el (message-various, message-buffers, message-sending)
8852         (message-interface, message-forwarding, message-insertion)
8853         (message-headers, message-news, message-mail):
8854         * pgg-gpg.el (pgg-gpg):
8855         * pgg-parse.el (pgg-parse):
8856         * pgg-pgp.el (pgg-pgp):
8857         * pgg-pgp5.el (pgg-pgp5):
8858         * pop3.el (pop3): Finish `defgroup' description with period.
8859
8860 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-art.el (article-display-face): Improve the efficiency.
8863         (article-display-x-face): Ditto; remove grey x-face stuff.
8864
8865 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (article-display-face): Correct the position in
8868         which Faces are inserted.
8869
8870 2005-06-29  Didier Verna  <didier@xemacs.org>
8871
8872         * gnus-art.el (article-display-face): Display faces in correct
8873         order.
8874
8875 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8878         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8879         (gnus-nocem-check-article): Fetch the Type header.
8880         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8881         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8882         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8883         make sure gnus-nocem-hashtb is initialized.
8884         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8885         (gnus-nocem-unwanted-article-p): Ditto.
8886
8887         * pgg.el (pgg-verify): Return the verification result.
8888
8889 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8892         is ascii.
8893
8894 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8895
8896         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8897         `show-nonbreak-escape'.
8898
8899 2005-06-23  Lute Kamstra  <lute@gnu.org>
8900
8901         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8902
8903         * dig.el (dig-mode):
8904         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8905
8906 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8907
8908         * nnimap.el (nnimap-split-download-body): Fix spellings.
8909
8910 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8911
8912         * gnus-art.el (gnus-article-encrypt-body):
8913         * gnus-cus.el (gnus-score-customize):
8914         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8915         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8916
8917 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8918
8919         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8920         header by looking for magic "MII" at the beginnig.
8921
8922 2005-06-16  Miles Bader  <miles@gnu.org>
8923
8924         * gnus-xmas.el (gnus-xmas-group-startup-message):
8925         Use renamed gnus-splash face.
8926
8927         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8928         (assistant-field-face): New backward-compatibility alias for renamed
8929         face.
8930         (assistant-render-text): Use renamed assistant-field face.
8931
8932         * spam.el (spam): Remove "-face" suffix from face name.
8933         (spam-face): New backward-compatibility alias for renamed face.
8934         (spam-face, spam-initialize): Use renamed spam face.
8935
8936         * message.el (message-header-to, message-header-cc)
8937         (message-header-subject, message-header-newsgroups)
8938         (message-header-other, message-header-name)
8939         (message-header-xheader, message-separator, message-cited-text)
8940         (message-mml): Remove "-face" suffix from face names.
8941         (message-header-to-face, message-header-cc-face)
8942         (message-header-subject-face, message-header-newsgroups-face)
8943         (message-header-other-face, message-header-name-face)
8944         (message-header-xheader-face, message-separator-face)
8945         (message-cited-text-face, message-mml-face):
8946         New backward-compatibility aliases for renamed faces.
8947         (message-font-lock-keywords): Use renamed message faces.
8948
8949         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8950         (sieve-test-commands, sieve-tagged-arguments):
8951         Remove "-face" suffix from face names.
8952         (sieve-control-commands-face, sieve-action-commands-face)
8953         (sieve-test-commands-face, sieve-tagged-arguments-face):
8954         New backward-compatibility aliases for renamed faces.
8955         (sieve-control-commands-face, sieve-action-commands-face)
8956         (sieve-test-commands-face, sieve-tagged-arguments-face):
8957         Use renamed sieve faces.
8958
8959         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8960         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8961         (gnus-group-news-3-empty, gnus-group-news-4)
8962         (gnus-group-news-4-empty, gnus-group-news-5)
8963         (gnus-group-news-5-empty, gnus-group-news-6)
8964         (gnus-group-news-6-empty, gnus-group-news-low)
8965         (gnus-group-news-low-empty, gnus-group-mail-1)
8966         (gnus-group-mail-1-empty, gnus-group-mail-2)
8967         (gnus-group-mail-2-empty, gnus-group-mail-3)
8968         (gnus-group-mail-3-empty, gnus-group-mail-low)
8969         (gnus-group-mail-low-empty, gnus-summary-selected)
8970         (gnus-summary-cancelled, gnus-summary-high-ticked)
8971         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8972         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8973         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8974         (gnus-summary-low-undownloaded)
8975         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8976         (gnus-summary-low-unread, gnus-summary-normal-unread)
8977         (gnus-summary-high-read, gnus-summary-low-read)
8978         (gnus-summary-normal-read, gnus-splash):
8979         Remove "-face" suffix from face names.
8980         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8981         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8982         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8983         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8984         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8985         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8986         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8987         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8988         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8989         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8990         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8991         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8992         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8993         (gnus-summary-normal-ticked-face)
8994         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8995         (gnus-summary-normal-ancient-face)
8996         (gnus-summary-high-undownloaded-face)
8997         (gnus-summary-low-undownloaded-face)
8998         (gnus-summary-normal-undownloaded-face)
8999         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9000         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9001         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9002         (gnus-splash-face):
9003         New backward-compatibility aliases for renamed faces.
9004         (gnus-group-startup-message): Use renamed gnus faces.
9005
9006         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9007         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9008         (gnus-server-agent): Remove "-face" suffix from face names.
9009         (gnus-server-agent-face, gnus-server-opened-face)
9010         (gnus-server-closed-face, gnus-server-denied-face)
9011         (gnus-server-offline-face):
9012         New backward-compatibility aliases for renamed faces.
9013         (gnus-server-agent-face, gnus-server-opened-face)
9014         (gnus-server-closed-face, gnus-server-denied-face)
9015         (gnus-server-offline-face): Use renamed gnus faces.
9016
9017         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9018         Remove "-face" suffix from face names.
9019         (gnus-picon-xbm-face, gnus-picon-face):
9020         New backward-compatibility aliases for renamed faces.
9021
9022         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9023         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9024         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9025         (gnus-cite-11): Remove "-face" suffix from face names.
9026         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9027         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9028         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9029         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9030         New backward-compatibility aliases for renamed faces.
9031         (gnus-cite-attribution-face, gnus-cite-face-list)
9032         (gnus-article-boring-faces): Use renamed gnus faces.
9033
9034         * gnus-art.el (gnus-signature, gnus-header-from)
9035         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9036         (gnus-header-content): Remove "-face" suffix from face names.
9037         (gnus-signature-face, gnus-header-from-face)
9038         (gnus-header-subject-face, gnus-header-newsgroups-face)
9039         (gnus-header-name-face, gnus-header-content-face):
9040         New backward-compatibility aliases for renamed faces.
9041         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9042
9043         * gnus-sum.el (gnus-summary-selected-face)
9044         (gnus-summary-highlight): Use renamed gnus faces.
9045         * gnus-group.el (gnus-group-highlight): Likewise.
9046
9047 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9048
9049         * gnus-sieve.el (gnus-sieve-article-add-rule):
9050         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9051         * spam-stat.el (spam-stat-buffer-change-to-spam)
9052         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9053
9054         * message.el (message-is-yours-p):
9055         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9056
9057 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * mm-view.el (mm-inline-text): Withdraw the last change.
9060
9061 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9064         executing enriched-decode.
9065
9066 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9069         charset of tar files.
9070
9071 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9072
9073         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9074
9075 2005-06-04  Lute Kamstra  <lute@gnu.org>
9076
9077         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9078         information is never recorded.
9079
9080 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9081
9082         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9083
9084 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * pop3.el (pop3-apop): Run md5 in the binary mode.
9087
9088         * starttls.el (starttls-set-process-query-on-exit-flag):
9089         Use eval-and-compile.
9090
9091 2005-05-31  Simon Josefsson  <jas@extundo.com>
9092
9093         * smime.el (smime-replace-in-string): Define.
9094         (smime-cert-by-ldap-1): Use it.
9095
9096 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-art.el (article-display-x-face): Replace
9099         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9100
9101         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9102         set-process-query-on-exit-flag or process-kill-without-query.
9103
9104         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9105         loop instead of replace-regexp.
9106
9107         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9108         instead of process-kill-without-query if it is available.
9109
9110         * lpath.el: Fbind ldap-search-entries.
9111
9112         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9113         instead of find-file-hooks if it is available.
9114
9115         * mml1991.el: Bind pgg-default-user-id when compiling.
9116
9117         * mml2015.el: Bind pgg-default-user-id when compiling.
9118
9119         * nndraft.el (nndraft-request-associate-buffer):
9120         Use write-contents-functions instead of write-contents-hooks if it is
9121         available.
9122
9123         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9124         instead of find-file-hooks if it is available.
9125
9126         * nntp.el (nntp-open-connection): Replace
9127         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9128         (nntp-open-ssl-stream): Ditto.
9129         (nntp-open-tls-stream): Ditto.
9130
9131         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9132         set-process-query-on-exit-flag or process-kill-without-query.
9133         (starttls-open-stream-gnutls): Use it instead of
9134         process-kill-without-query.
9135         (starttls-open-stream): Ditto.
9136
9137 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9138
9139         * smime.el (smime-cert-by-ldap-1): Don't use
9140         replace-regexp-in-string.
9141
9142 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9143
9144         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9145
9146         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9147         in PEM format.  Adjust to the XEmacs compability.
9148
9149 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9152         by `string-to-number'.
9153         * gnus-agent.el (gnus-agent-regenerate-group)
9154         (gnus-agent-fetch-articles): Ditto.
9155         * gnus-art.el (gnus-button-fetch-group): Ditto.
9156         * gnus-cache.el (gnus-cache-generate-active)
9157         (gnus-cache-articles-in-group): Ditto.
9158         * gnus-group.el (gnus-group-set-current-level)
9159         (gnus-group-insert-group-line): Ditto.
9160         * gnus-score.el (gnus-score-set-expunge-below)
9161         (gnus-score-set-mark-below, gnus-summary-score-effect)
9162         (gnus-summary-score-entry): Ditto.
9163         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9164         (gnus-soup-pack): Ditto.
9165         * gnus-spec.el (gnus-xmas-format): Ditto.
9166         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9167         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9168         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9169         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9170         * nndb.el (nndb-get-remote-expire-response): Ditto.
9171         * nndiary.el (nndiary-parse-schedule-value)
9172         (nndiary-string-to-number, nndiary-request-replace-article)
9173         (nndiary-request-article): Ditto.
9174         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9175         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9176         * nneething.el (nneething-make-head): Ditto.
9177         * nnfolder.el (nnfolder-request-article)
9178         (nnfolder-retrieve-headers): Ditto.
9179         * nnheader.el (nnheader-file-to-number): Ditto.
9180         * nnkiboze.el (nnkiboze-request-article): Ditto.
9181         * nnmail.el (nnmail-process-unix-mail-format)
9182         (nnmail-process-babyl-mail-format): Ditto.
9183         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9184         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9185         (nnmh-request-create-group, nnmh-request-list-1)
9186         (nnmh-request-group, nnmh-request-article): Ditto.
9187         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9188         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9189         * nnsoup.el (nnsoup-make-active): Ditto.
9190         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9191         * nntp.el (nntp-find-group-and-number)
9192         (nntp-retrieve-headers-with-xover): Ditto.
9193         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9194         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9195         (pgg-format-key-identifier): Ditto.
9196         * pop3.el (pop3-last, pop3-stat): Ditto.
9197         * qp.el (quoted-printable-decode-region): Ditto.
9198
9199         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9200         of concat.
9201
9202 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9205
9206         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9207
9208         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9209
9210         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9211
9212         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9213
9214         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9215
9216         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9217         (gnus-carpal-mode): Ditto.
9218
9219         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9220         (gnus-browse-mode): Ditto.
9221
9222         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9223
9224         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9225
9226 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9227
9228         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9229
9230 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-util.el (gnus-run-mode-hooks): New function.
9233
9234         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9235
9236         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9237         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9238
9239 2005-05-27  Lute Kamstra  <lute@gnu.org>
9240
9241         * dns-mode.el (dns-mode): Specify customization group.
9242
9243 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9244
9245         * gnus-agent.el (gnus-agent-make-mode-line-string):
9246         Use mode-line-highlight as mouse-face.
9247
9248 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * canlock.el (canlock): Change the parent group to news.
9251
9252         * deuglify.el (gnus-outlook-deuglify): Add :group.
9253
9254         * dig.el (dig): Add :group.
9255
9256         * dns-mode.el (dns-mode): Add :group.
9257
9258         * encrypt.el (encrypt): Add :group.
9259
9260         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9261         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9262         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9263         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9264         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9265
9266         * gnus-diary.el (gnus-diary): Add :group.
9267
9268         * gnus.el (gnus-group-news-1-face): Add :group.
9269         (gnus-group-news-1-empty-face): Ditto.
9270         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9271         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9272         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9273         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9274         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9275         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9276         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9277         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9278         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9279         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9280         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9281         (gnus-summary-high-ticked-face): Ditto.
9282         (gnus-summary-low-ticked-face): Ditto.
9283         (gnus-summary-normal-ticked-face): Ditto.
9284         (gnus-summary-high-ancient-face): Ditto.
9285         (gnus-summary-low-ancient-face): Ditto.
9286         (gnus-summary-normal-ancient-face): Ditto.
9287         (gnus-summary-high-undownloaded-face): Ditto.
9288         (gnus-summary-low-undownloaded-face): Ditto.
9289         (gnus-summary-normal-undownloaded-face): Ditto.
9290         (gnus-summary-high-unread-face): Ditto.
9291         (gnus-summary-low-unread-face): Ditto.
9292         (gnus-summary-normal-unread-face): Ditto.
9293         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9294         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9295
9296         * hashcash.el (hashcash): New custom group.
9297         (hashcash-default-payment): Add :group.
9298         (hashcash-payment-alist): Ditto.
9299         (hashcash-default-accept-payment): Ditto.
9300         (hashcash-accept-resources): Ditto.
9301         (hashcash-path): Ditto.
9302         (hashcash-extra-generate-parameters): Ditto.
9303         (hashcash-double-spend-database): Ditto.
9304         (hashcash-in-news): Ditto.
9305
9306         * message.el (message-minibuffer-local-map): Add :group.
9307
9308         * netrc.el (netrc): Add :group.
9309
9310         * sieve-manage.el (sieve-manage-log): Add :group.
9311         (sieve-manage-default-user): Diito.
9312         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9313         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9314         (sieve-manage-authenticators): Ditto.
9315         (sieve-manage-authenticator-alist): Ditto.
9316         (sieve-manage-default-port): Ditto.
9317
9318         * sieve-mode.el (sieve-control-commands-face): Add :group.
9319         (sieve-action-commands-face): Ditto.
9320         (sieve-test-commands-face): Ditto.
9321         (sieve-tagged-arguments-face): Ditto.
9322
9323         * smime.el (smime): Add :group.
9324
9325         * spam-report.el (spam-report): Add :group.
9326
9327         * spam.el (spam, spam-face): Add :group.
9328
9329 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9332         return \n.\n.\n at the end of articles.  Protect against that.
9333         (nntp-with-open-group): Allow debugging.
9334
9335         * nnheader.el (mail-header-set-extra): Make into a function
9336         because I just could't understand how to quote the list properly.
9337
9338         * dns.el (query-dns-cached): New function.
9339
9340 2005-05-26  Lute Kamstra  <lute@gnu.org>
9341
9342         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9343
9344 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9347
9348         * gnus-art.el: Don't autoload mail-extract-address-components.
9349
9350         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9351         eval-and-compile to evaluate it.
9352
9353         * hashcash.el: Don't autoload executable-find.
9354
9355         * nndb.el: Don't declare the nndb back end two or more times; don't
9356         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9357
9358         * nntp.el: Autoload format-spec instead of format; use
9359         eval-and-compile to evaluate autoload forms.
9360
9361 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9362
9363         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9364
9365 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9366
9367         * gnus.el (gnus-version-number): Bump version.
9368
9369 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9370
9371         * gnus.el: No Gnus v0.3 is released.
9372
9373 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * lpath.el (featurep): Bind show-nonbreak-escape.
9376
9377 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-art.el (gnus-article-edit-part): Disable undo.
9380
9381 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9384         gnus-article-date-lapsed-new-header is t if date timer is active;
9385         skip headers in which the original date value is empty.
9386         (gnus-article-save-original-date): Redefine it as a macro.
9387         (gnus-display-mime): Use it.
9388
9389 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-art.el (article-date-ut): Support converting date in
9392         forwarded parts as well.
9393         (gnus-article-save-original-date): New function.
9394         (gnus-display-mime): Use it.
9395
9396 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9397
9398         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9399         enclosure element of <item>.
9400
9401 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * message.el (message-kill-buffer-query): Renamed from
9404         `message-kill-buffer-query-if-modified'.  Added :version.
9405
9406 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9409         window layout.
9410
9411 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * mml.el: Autoload dnd when compiling.
9414
9415 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9418         x-dnd-*.
9419
9420 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * qp.el (quoted-printable-encode-region): Save excursion.
9423
9424 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9425
9426         * message.el (message-kill-buffer-query-if-modified): Add new variable
9427         so the user can kill a modified message buffer quickly.
9428         (message-kill-buffer): Use it.
9429
9430 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * lpath.el: Fbind display-time-event-handler; don't fbind
9433         string-to-multibyte.
9434
9435         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9436
9437 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9440         contained in text because xml.el decodes entities) with LFs.
9441
9442 2005-04-11  Lute Kamstra  <lute@gnu.org>
9443
9444         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9445         differently.
9446
9447 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9448
9449         * mm-util.el (mm-detect-coding-region): Typo.
9450
9451 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9454
9455 2005-04-06  Deepak Goel  <deego@gnufans.org>
9456
9457         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9458         user-function allow user modifications of the scores.
9459         (spam-stat-score-buffer-user): New function, to allow
9460         user-computed modifications to the score.
9461         (spam-stat-score-buffer-user-functions): List of additional
9462         scoring functions.
9463         (spam-stat-error-holder): Global temporary error holder.
9464         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9465         variable.
9466
9467 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * gnus-registry.el (gnus-registry-clean-empty-function)
9470         (gnus-registry-trim, gnus-registry-fetch-groups)
9471         (gnus-registry-delete-group): Groups that match
9472         `gnus-registry-ignored-groups' are removed from the registry
9473         entries, not just ignored for splitting.  This helps clean up the
9474         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9475         to get all the groups a message ID is in.
9476
9477         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9478         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9479         (spam-stat-score-buffer-user-functions): Add :number custom type.
9480
9481 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9484         argument in XEmacs.
9485
9486         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9487         (nnrss-request-group): Decode group name first.
9488         (nnrss-request-article): Make a text/plain article if mml-to-mime
9489         failed.
9490         (nnrss-get-encoding): Return a compatible encoding according to
9491         nnrss-compatible-encoding-alist.
9492         (nnrss-find-el): Use consp instead of listp.
9493         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9494
9495 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9498         which Emacs 20 doesn't support.
9499         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9500
9501 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9504         silence the byte compiler inside the defun.
9505
9506         * gnus-demon.el (parse-time-string): Add autoload.
9507
9508         * gnus-delay.el (parse-time-string): Add autoload.
9509
9510         * gnus-art.el (parse-time-string): Add autoload.
9511
9512         * nnultimate.el (parse-time): Require for `parse-time-string'.
9513
9514 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9517
9518         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9519
9520         * smime.el (smime-ldap-host-list): Add :version.
9521
9522 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9525         pass it to `gnus-browse-read-group'.
9526         (gnus-browse-read-group): Add NUMBER argument and pass it to
9527         `gnus-group-read-ephemeral-group'.
9528
9529         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9530         argument and pass it to `gnus-group-read-group'.
9531
9532 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9533
9534         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9535         mm-xemacs-find-mime-charset-1 if we have the mule feature
9536         available at runtime.
9537
9538 2005-03-25  Werner Lemberg  <wl@gnu.org>
9539
9540         * nnmaildir.el: Replace `illegal' with `invalid'.
9541
9542 2005-03-23  Lute Kamstra  <lute@gnu.org>
9543
9544         * time-date.el: Add comment on time value formats.
9545         Don't require parse-time.
9546         (with-decoded-time-value): New macro.
9547         (encode-time-value): New function.
9548         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9549         (days-to-time): Return a valid time value when arg is huge.
9550         (time-since): Use time-subtract.
9551         (time-to-number-of-days): Use time-to-seconds.
9552
9553 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9554
9555         * gnus-start.el (gnus-display-time-event-handler):
9556         Check display-time-timer at runtime rather than only at load time
9557         in case display-time-mode is turned off in the mean time.
9558
9559 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9562         used.
9563
9564         * nneething.el (nneething-map-file-directory): Derive from
9565         `gnus-directory'.
9566
9567         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9568         the To/Cc button.
9569
9570 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * nnmaildir.el (nnmaildir-request-accept-article):
9573         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9574
9575 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9576
9577         * gnus-async.el: Require timer-funcs at compile time when in
9578         XEmacs for `run-with-idle-timer'.
9579
9580 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9581
9582         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9583         autoloaded function.
9584
9585 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9586
9587         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9588
9589 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9590
9591         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9592
9593 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9596         gnus-expert-user to default.
9597
9598 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9599
9600         * nnimap.el (nnimap-open-server): Ditto.
9601
9602         * imap.el (imap-authenticate): Fix typo.
9603
9604 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9605
9606         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9607         buffer (since IMAP server might return FETCH response out of
9608         order, and the nntp buffer must be sorted).
9609
9610 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9611
9612         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9613         comparison on string.
9614
9615         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9616         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9617         (gnus-agent-summary-fetch-series): Modified to protect against
9618         gnus-agent-summary-fetch-group clearing processable flags.
9619         (gnus-agent-synchronize-group-flags): Update live group buffer as
9620         synchronization may occur due to the user toggle the plugged
9621         status.
9622         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9623         successfully downloaded.
9624         (gnus-agent-expire-group-1): Avoid using markers when the overview
9625         is in ascending order; greatly improves performance.
9626         (gnus-agent-regenerate-group): Use
9627         gnus-agent-synchronize-group-flags to reset read status in both
9628         gnus and server.
9629         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9630
9631 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * message.el: Don't autoload former message-utils variables.
9634         (message-strip-subject-trailing-was): Change doc string.
9635
9636         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9637         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9638         (nnweb-google-search): Add "hl=en" here.
9639         (nnweb-google-parse-1, nnweb-google-create-mapping):
9640         Don't hardcode URL.
9641
9642 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * message.el (message-get-reply-headers, message-followup):
9645         Mention related variables `message-use-followup-to' and
9646         `message-use-mail-followup-to', in the information buffer.
9647
9648         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9649         of broken groups(-beta).google.com.
9650
9651 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9654         parameter to invoked gnus-request-move-article; remove the
9655         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9656         all at once instead of once per article.
9657         (gnus-summary-remove-process-mark): Accept a list of articles as
9658         well as a single article for processing.
9659
9660         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9661         parameter.
9662
9663         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9664
9665         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9666
9667         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9668         parameter.
9669
9670         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9671         parameter.
9672
9673         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9674         parameter and remove the gnus-sum-hint-move-is-internal variable.
9675
9676         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9677         parameter.
9678
9679         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9680         parameter.
9681
9682         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9683         parameter.
9684
9685         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9686
9687         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9688         parameter.
9689
9690         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9691         parameter.
9692
9693 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9694
9695         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9696         a more conservative way.
9697
9698 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9699
9700         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9701         buffer, so it moves the window's cursor.
9702
9703 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9704
9705         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9706         `mm-dissect-multipart' and receive the from field as an (optional)
9707         argument from `mm-dissect-multipart'.
9708         (mm-dissect-multipart): Receive the from field as an argument and
9709         pass it on when we call `mm-dissect-buffer' on MIME parts.
9710         Fixes verification/decryption of signed/encrypted MIME parts.
9711
9712 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9713
9714         * gnus-sum.el (gnus-summary-move-article): Set
9715         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9716         whatever it calls (right now, only nnimap-request-move article
9717         respects it).
9718
9719         * nnimap.el (nnimap-request-move-article): When
9720         gnus-sum-hint-move-is-internal is set, don't do the extra
9721         nnimap-request-article.
9722
9723 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9726
9727         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9728         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9729
9730         * gnus-sum.el (gnus-summary-caesar-message):
9731         Apply `gnus-treat-article' after rotation.
9732
9733         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9734         doc string.
9735
9736 2005-02-22  Simon Josefsson  <jas@extundo.com>
9737
9738         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9739         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9740         <arne@arnested.dk>.
9741         (encrypt): Add password-cache and password-cache-expiry as group
9742         members.
9743
9744 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9745
9746         * smime.el (smime-ldap-host-list): Doc fix.
9747         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9748         cache) password.
9749         (smime-sign-region): Use it.
9750         (smime-decrypt-region): Use it.
9751         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9752         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9753         fails.
9754         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9755         certificate from DER to PEM format rather than calling openssl.
9756
9757         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9758
9759         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9760         for signing/encryption.
9761
9762         * mml.el (mml-parse-1): Use them.
9763
9764 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9765
9766         * nnrss.el (nnrss-verbose): Removed.
9767         (nnrss-request-group): Use `nnheader-message' instead.
9768
9769 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9770
9771         * nnrss.el (nnrss-verbose): New variable.
9772         (nnrss-request-group): Make it say nnrss is requesting a group.
9773
9774 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9777         Handle news URL with given port correctly.
9778
9779 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9782         containing special characters.
9783
9784         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9785
9786         * mml.el (mime-to-mml): Ditto.
9787
9788         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9789         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9790         (rfc2047-decode-region): Quote decoded words containing special
9791         characters when rfc2047-quote-decoded-words-containing-tspecials
9792         is non-nil.
9793
9794 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9795
9796         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9797
9798         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9799
9800 2005-02-15  Simon Josefsson  <jas@extundo.com>
9801
9802         * nnimap.el (nnimap-debug): Doc fix.
9803
9804         * imap.el (imap-debug): Doc fix.
9805
9806 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9809
9810 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9811
9812         * gnus.el (spam-contents): Improve docs for spam-contents
9813         parameter in its variable incarnation.
9814
9815 2005-02-14  Simon Josefsson  <jas@extundo.com>
9816
9817         * smime-ldap.el: Use require instead of load-library for ldap.
9818         (smime-ldap-search): Indent.
9819         (smime-ldap-search-internal): Shorten line.
9820
9821         * smime.el (smime-cert-by-dns): Add doc-string.
9822         (smime-cert-by-ldap-1): Indent.
9823
9824         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9825         mml-smime-get-dns-ldap.
9826         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9827
9828 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9829
9830         * smime.el: Require smime-ldap.
9831         (smime-ldap-host-list): New variable.
9832         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9833
9834         * mml-smime.el (mml-smime-encrypt-query): New function.
9835         (mml-smime-encrypt-query): Use it.
9836
9837         * smime-ldap.el: New file.
9838
9839 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9842
9843 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9846         argument in doc string.  Make query for type more clear.
9847
9848 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * gnus.el (gnus-group-startup-message): Search for gnus images in
9851         etc/images/gnus.
9852         * mm-util.el (mm-image-load-path): Likewise.
9853         * smiley.el (smiley-data-directory): Search for smilies in
9854         etc/images/smilies.
9855
9856 2005-02-09  Kim F. Storm  <storm@cua.dk>
9857
9858         Change Emacs release version from 21.4 to 22.1 throughout.
9859         Change Emacs development version from 21.3.50 to 22.0.50.
9860
9861 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9864
9865         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9866         non-Mule XEmacs as well.
9867         (mm-decompress-buffer): Signal an error intentionally if it does
9868         not decompress compressed data because auto-compression-mode is
9869         disabled.
9870
9871 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9874         an ID in the registry even if it has no groups.
9875
9876 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9879         merge it into mm-decompress-buffer.
9880         (gnus-mime-copy-part): Use the MIME part charset, the value which
9881         a user specified or gnus-newsgroup-charset for decoding, like
9882         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9883         save-buffer what was used.  Suggested by Kevin Ryde
9884         <user42@zip.com.au>.
9885         (gnus-mime-inline-part): Allow the name parameter as well as the
9886         filename parameter; force decompressing of compressed data; always
9887         display contents being not decoded as unibyte.
9888
9889         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9890         as well as the filename parameter.
9891
9892         * mm-util.el (mm-decompress-buffer): Merge
9893         gnus-mime-jka-compr-maybe-uncompress.
9894         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9895         of compressed data.
9896
9897 2005-02-08  Simon Josefsson  <jas@extundo.com>
9898
9899         * imap.el (imap-log): Doc fix.
9900
9901 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9904         the coding cookies; decompress compressed parts.
9905
9906         * mml.el (mml-generate-mime-1): Add the charset parameter according
9907         to the value which a user specified manually or the coding cookie.
9908
9909         * mm-util.el (mm-string-to-multibyte): New function.
9910         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9911         (mm-coding-system-to-mime-charset): New function.
9912         (mm-decompress-buffer): New function.
9913         (mm-find-buffer-file-coding-system): New function.
9914
9915         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9916         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9917         parts.
9918
9919 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9920
9921         * mm-view.el (mm-display-inline-fontify): Decode a part according
9922         to the charset parameter.
9923
9924 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9927         prefix arg is neither nil nor a number, as info specifies.
9928
9929 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9932         timestamps.
9933
9934 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9935
9936         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9937         groups error checking and notify user.
9938
9939 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9940
9941         * message.el (message-send-mail-function): Check existence of
9942         sendmail-program first before using default value
9943         `message-send-mail-with-sendmail'.  Otherwise use more generic
9944         `smtpmail-send-it'.
9945
9946 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * nntp.el (nntp-request-update-info): Always return nil.
9949
9950 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9951
9952         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9953
9954 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9955
9956         * message.el (message-beginning-of-line): Change the behavior when
9957         invoked between BOL and : so that it first moves backward.
9958
9959 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9962         article buffer when editing of the article is discarded.
9963         (gnus-article-prepare): Revert.
9964
9965 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-art.el (gnus-article-prepare):
9968         Remove message-strip-forbidden-properties from the local hook.
9969
9970 2005-01-27  Simon Josefsson  <jas@extundo.com>
9971
9972         * password.el (password-cache-add): Only start one timer per key.
9973         Reported by Derek Atkins <warlord@MIT.EDU>.
9974
9975 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9976
9977         * run-at-time.el: Removed.  It is no longer needed as
9978         timer-funcs.el in the xemacs-base package has a working version of
9979         `run-at-time'.
9980
9981         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9982
9983         * password.el: Require timer-funcs instead of run-at-time in
9984         XEmacs.
9985         Remove `password-run-at-time' macro.
9986         (password-cache-add): Use `run-at-time' instead of
9987         `password-run-at-time'.
9988
9989         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9990         Remove `nnheader-cancel-function-timers' alias,
9991         `cancel-function-timers' exists in XEmacs in timer-funcs.
9992
9993         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9994         for `run-with-idle-timer'.
9995
9996         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9997         for `run-at-time'.
9998
9999         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10000         for `with-timeout'.
10001
10002         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10003         the same as for XEmacs 21.4.
10004         No need to ignore `run-with-idle-timer', this function exists in
10005         XEmacs now in timer-funcs.el in the xemacs-base package.
10006         (dgnushack-compile): No need to delete
10007         run-at-time.el from the list of files to compile because it
10008         doesn't exist anymore.
10009
10010 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10013         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10014
10015 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10016
10017         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10018         sensitively.
10019
10020 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10021
10022         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10023
10024 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10027         which will be inserted according to the multibyteness of a buffer
10028         rather than the type of contents.  Suggested by ARISAWA Akihiro
10029         <ari@mbf.ocn.ne.jp>.
10030
10031         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10032         of string which old xml.el may return rather than a string.
10033
10034 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10037
10038 2005-01-16  Simon Josefsson  <jas@extundo.com>
10039
10040         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10041         idn/idna.el isn't available.
10042         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10043         <michael@waxrat.com>.
10044
10045         * hashcash.el: Remove non-FSF copyright header.
10046
10047         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10048         (hashcash-generate-payment): Use it.
10049         (hashcash-generate-payment-async): Use it.
10050
10051 2005-01-15  Simon Josefsson  <jas@extundo.com>
10052
10053         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10054         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10055
10056         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10057         gnus-summary-idna-message.
10058         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10059         (gnus-summary-idna-message): New function.
10060
10061 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10064         gnus-novice-user.
10065
10066 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * nnrss.el (nnrss-request-delete-group): Delete entries in
10069         nnrss-group-alist as well.
10070         (nnrss-save-server-data): Insert newline.
10071
10072 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus.el (gnus-user-agent): Use list of symbols instead of
10075         symbols.  Display full version number for (S)XEmacs.  Optionally
10076         display (S)XEmacs codename.
10077
10078         * gnus-util.el (gnus-emacs-version): Update for new
10079         `gnus-user-agent'.
10080
10081         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10082         Gnus version.
10083
10084 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10087         which is unreadable in some setups.
10088
10089 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * gnus-spec.el (gnus-update-format-specifications): Flush the
10092         group format spec cache if it doesn't support decoded group names.
10093
10094 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10097         Allow to apply decay on score files matching a regexp.
10098
10099 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10102         compatibility in %g and %c.
10103
10104 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10107         name for only %g and %c.
10108         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10109         of gnus-tmp-group to decoded group name.
10110         (gnus-group-make-rss-group): Exclude `/'s from group names.
10111
10112 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * nnrss.el (nnrss-get-encoding): Fix regexp.
10115
10116 2004-12-27  Simon Josefsson  <jas@extundo.com>
10117
10118         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10119         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10120         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10121
10122 2004-12-17  Kim F. Storm  <storm@cua.dk>
10123
10124         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10125
10126         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10127
10128 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10129
10130         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10131
10132 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * nnrss.el: Require rfc2047 and mml.
10135         (nnrss-file-coding-system): New variable.
10136         (nnrss-format-string): Redefine it as an inline function.
10137         (nnrss-decode-group-name): New function.
10138         (nnrss-string-as-multibyte): Remove.
10139         (nnrss-retrieve-headers): Decode group name; don't use
10140         nnrss-format-string.
10141         (nnrss-request-group): Decode group name.
10142         (nnrss-request-article): Decode group name; allow a Message-ID as
10143         well as an article number; don't use nnrss-format-string; encode a
10144         Message-ID string which may contain non-ASCII characters; use
10145         mml-to-mime to compose a MIME article.
10146         (nnrss-request-expire-articles): Decode group name.
10147         (nnrss-request-delete-group): Decode group name.
10148         (nnrss-fetch): Clarify error message.
10149         (nnrss-read-server-data): Use insert-file-contents instead of load;
10150         bind file-name-coding-system; use multibyte buffer.
10151         (nnrss-save-server-data): Bind coding-system-for-write to the
10152         value of nnrss-file-coding-system; bind file-name-coding-system;
10153         add coding cookie.
10154         (nnrss-read-group-data): Use insert-file-contents instead of load;
10155         bind file-name-coding-system; use multibyte buffer.
10156         (nnrss-save-group-data): Bind coding-system-for-write to the
10157         value of nnrss-file-coding-system; bind file-name-coding-system.
10158         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10159         make it work with non-ASCII text.
10160         (nnrss-find-el): Make it work with old xml.el as well.
10161
10162 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10163
10164         * nnrss.el (nnrss-get-encoding): New function.
10165         (nnrss-fetch): Use unibyte buffer initially; bind
10166         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10167         decode contents according to the encoding attribute.
10168         (nnrss-save-group-data): Add coding cookie.
10169         (nnrss-mime-encode-string): New function.
10170         (nnrss-check-group): Use it to encode subject and author.
10171
10172 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10173
10174         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10175         imaginary variable.
10176
10177 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10180         correctly even if there are wide characters.
10181
10182 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10185         downcased symbol names; make a new cache instead of reusing
10186         bbdb-hashtable.
10187
10188 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10191         concatenating segments rather than before concatenating them.
10192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10193
10194         * message.el (message-get-reply-headers): Bind `extra'.
10195
10196 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * message.el (message-extra-wide-headers): New variable.
10199         (message-get-reply-headers): Use it.
10200
10201 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10204         (gnus-agent-group-pathname): Ditto.
10205
10206         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10207
10208         * gnus-group.el (gnus-group-make-group): Decode group name.
10209         (gnus-group-make-rss-group): Register the group data after opening
10210         the nnrss group.
10211
10212 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10213
10214         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10215         by expiry now get marked as read.
10216
10217 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10220
10221 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10222
10223         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10224         unify Latin characters in XEmacs.
10225         (mm-find-mime-charset-region): Use it.
10226
10227 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-util.el (gnus-delete-directory): New function.
10230
10231         * gnus-agent.el (gnus-agent-delete-group): Use it.
10232
10233         * gnus-cache.el (gnus-cache-delete-group): Use it.
10234
10235 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10238         names.
10239
10240 2004-12-16  Simon Josefsson  <jas@extundo.com>
10241
10242         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10243
10244 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10247
10248         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10249         (gnus-group-set-current-level): Decode group name.
10250
10251 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10252
10253         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10254         failed.
10255
10256 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-group.el (gnus-group-delete-group): Decode group name.
10259         (gnus-group-make-rss-group): Encode group name.
10260         (gnus-group-catchup-current): Decode group name.
10261         (gnus-group-kill-group): Decode group name.
10262
10263 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10264
10265         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10266
10267 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-group.el (gnus-group-make-rss-group):
10270         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10271
10272         * gnus-start.el (gnus-setup-news): Honor user's setting to
10273         gnus-message-archive-method.  Suggested by Lute Kamstra
10274         <lute@gnu.org>.
10275
10276 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10277
10278         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10279         global counterparts of the buffer-local variables.
10280
10281 2004-11-16  Romain Francoise  <romain@orebokech.com>
10282
10283         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10284         counterparts of the buffer-local variables.
10285
10286 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * message.el (message-forbidden-properties): Fixed typo in doc
10289         string.
10290
10291 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gnus-util.el (gnus-replace-in-string): Added doc string.
10294
10295         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10296         to avoid problems when splitting mails with many recipients.
10297
10298 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10299
10300         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10301         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10302
10303 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10304
10305         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10306         if there is no hashtable in memory or file modification time is
10307         newer than cached timestamp.
10308
10309 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10312         not-matching option.
10313
10314 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10317         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10318         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10319         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10320         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10321         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10322
10323 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * message.el (message-forward-make-body-mml): Remove headers
10326         according to message-forward-ignored-headers if a message is decoded.
10327
10328 2004-12-02  Romain Francoise  <romain@orebokech.com>
10329
10330         * message.el (message-forward-make-body-plain): Always remove
10331         headers according to message-forward-ignored-headers.
10332
10333 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * spam.el (spam-summary-prepare-exit): Remove the
10336         gnus-summary-limit pop for now, it has problems with ham marks for
10337         me.
10338
10339 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10340
10341         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10342         correctly.
10343
10344 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10345
10346         * format-spec.el (format-spec): Message the char.
10347
10348 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10349
10350         * gnus-art.el (gnus-split-methods): Reformat comments.
10351
10352         * spam.el (spam-summary-prepare-exit): Remove article limits
10353         before exiting the summary buffer.
10354
10355 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10358         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10359
10360         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10361         order to silence the byte compiler.
10362
10363         * spam.el: Fix the way to silence the byte compiler, which
10364         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10365         bbdb-search-simple, spam-BBDB-register-routine,
10366         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10367         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10368         spam-stat-buffer-is-spam, spam-stat-load,
10369         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10370         spam-stat-save and spam-stat-split-fancy.
10371
10372 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10375         which may confuse users.
10376         (canlock-password-for-verify): Ditto.
10377
10378         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10379
10380         * gnus-art.el (gnus-emphasis-alist): Ditto.
10381
10382         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10383
10384         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10385
10386         * gnus-start.el (gnus-save-killed-list): Ditto.
10387
10388         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10389         (gnus-sum-thread-tree-root): Ditto.
10390         (gnus-sum-thread-tree-false-root): Ditto.
10391         (gnus-sum-thread-tree-single-indent): Ditto.
10392
10393         * message.el (message-courtesy-message): Ditto.
10394         (message-archive-note): Ditto.
10395         (message-subscribed-address-file): Ditto.
10396         (message-user-fqdn): Ditto.
10397
10398         * spam-report.el (spam-report-gmane-regex): Ditto.
10399
10400         * spam.el (spam-blackhole-good-server-regex): Ditto.
10401
10402 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * mml.el (mml-preview): Widen the message buffer before copying
10405         the contents to the preview buffer; sort headers before previewing.
10406
10407         * message.el (message-hidden-headers): Fix the way to avoid a bug
10408         in the `repeat' widget in Emacs 21.3 or earlier.
10409
10410 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * message.el (message-hidden-headers): Default to "^References:".
10413         Improve customization type.  Suggested by Reiner Steib
10414         <Reiner.Steib@gmx.de>.
10415
10416 2004-11-25  Romain Francoise  <romain@orebokech.com>
10417
10418         * message.el (message-strip-forbidden-properties): Remove check for
10419         obsolete `message-hidden' text property, hidden headers are not
10420         accessible in the buffer anymore.
10421
10422 2004-11-22  Romain Francoise  <romain@orebokech.com>
10423
10424         * message.el (message-header-format-alist): Add `From' in list
10425         so that it can be sorted.
10426         (message-fix-before-sending): Widen and sort headers before
10427         sending.
10428         (message-hide-headers): Use narrowing to hide headers by moving
10429         them to the top of the buffer and narrowing to the region
10430         underneath.
10431
10432 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * message.el (message-strip-forbidden-properties): Bind
10435         buffer-read-only (etc) to nil.
10436
10437 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10440         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10441
10442 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10443
10444         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10445
10446 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447
10448         * dns.el (query-dns): Use sit-for to time instead of
10449         accept-process-output, since that doesn't seem to work on udp
10450         sockets.
10451
10452 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10455
10456 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10457
10458         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10459         doc string.  Improve doc string.
10460
10461 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * nntp.el (nntp-request-update-info): Return nil if
10464         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10465         may not call gnus-activate-group which uselessly issues the GROUP
10466         commands for all nntp groups and wastes time.  Reported by Romain
10467         Francoise <romain@orebokech.com>.
10468
10469         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10470
10471 2004-11-15  Simon Josefsson  <jas@extundo.com>
10472
10473         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10474         headers separately.
10475         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10476         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10477
10478 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-start.el (gnus-convert-old-newsrc):
10481         Assign legacy-gnus-agent to 5.10.7.
10482
10483 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484
10485         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10486         start of the lines.
10487
10488 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10489
10490         * hashcash.el (hashcash-default-payment): Change default to 20
10491         (hashcash-default-accept-payment): Change default to 20
10492         (hashcash-process-alist): New variable
10493         (hashcash-generate-payment-async): Add
10494         (hashcash-already-paid-p): Add
10495         (hashcash-insert-payment): Don't generate payments twice
10496         (hashcash-insert-payment-async): Add
10497         (hashcash-insert-payment-async-2): Add
10498         (hashcash-cancel-async): Add
10499         (hashcash-wait-async): Add
10500         (hashcash-processes-running-p): Add
10501         (hashcash-wait-or-cancel): Add
10502         (mail-add-payment): New optional argument.  Conditionally start
10503         asynchronous calculation.
10504         (mail-add-payment-async): Add
10505
10506         * message.el (message-send-mail): Wait for asynchronous hashcash
10507         results.  Don't clobber existing X-Hashcash headers.
10508         (message-setup-1): Call mail-add-payment-async when
10509         message-generate-hashcash is non-nil.
10510
10511 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10512
10513         * message.el (message-use-alternative-email-as-from): Examine the
10514         From header as well; use message-make-from in order to include a
10515         user's full name.
10516
10517 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10520         default; improve customization type.
10521         (gnus-emphasis-custom-with-format): New macro.
10522         (gnus-emphasis-custom-value-to-external): New function.
10523         (gnus-emphasis-custom-value-to-internal): New function.
10524
10525 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * dns.el (query-dns): Resolve reverse addresses.
10528
10529 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * gnus-group.el (gnus-group-get-new-news): Use it.
10532
10533         * gnus-start.el (gnus-check-reasonable-setup): New function.
10534
10535 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10538         "Args out of range" error.  Reported by Arnaud Giersch
10539         <arnaud.giersch@free.fr>.
10540
10541 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10542
10543         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10544
10545 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10546
10547         * spam.el (spam group): Add :version.
10548
10549         * pgg-def.el (pgg group): Add :version.
10550
10551 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-art.el (gnus-article-edit-article): Don't associate the
10554         article buffer with a draft file.  This is a temporary measure
10555         against the 2004-08-22 change to gnus-article-edit-mode.
10556
10557 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10560         (html2text-format-tags): Remove unused variable `attr'.
10561
10562 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10565
10566         * tls.el (tls-process-connection-type, tls-success)
10567         (tls-certtool-program): Add :version.
10568
10569         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10570         (starttls-extra-arguments, starttls-process-connection-type)
10571         (starttls-connect, starttls-failure, starttls-success): Add :version.
10572
10573         * spam-stat.el (spam-stat): Add :version.
10574
10575         * sieve.el (sieve): Add :version.
10576
10577         * sha1.el (sha1): Add :version.
10578         (sha1-use-external): Remove redundant version.
10579
10580         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10581         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10582         (nnmail-split-fancy-match-partial-words)
10583         (nnmail-split-lowercase-expanded): Add :version.
10584
10585         * nndiary.el (nndiary): Add :version.
10586
10587         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10588
10589         * mml-sec.el (mml-default-sign-method)
10590         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10591         Add :version.
10592
10593         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10594
10595         * mm-url.el (mm-url-use-external, mm-url-program)
10596         (mm-url-arguments): Add :version.
10597
10598         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10599         (mm-attachment-file-modes, mm-decrypt-option)
10600         (mm-w3m-safe-url-regexp): Add :version.
10601
10602         * message.el (message-cite-prefix-regexp)
10603         (message-sendmail-envelope-from, message-minibuffer-local-map)
10604         (message-user-fqdn, message-completion-alist): Add :version.
10605
10606         * gnus-win.el (gnus-configure-windows-hook)
10607         (gnus-use-frames-on-any-display): Add :version.
10608
10609         * gnus-art.el (gnus-article-address-banner-alist)
10610         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10611         (gnus-treat-from-picon, gnus-treat-mail-picon)
10612         (gnus-treat-x-pgp-sig): Add :version.
10613
10614         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10615         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10616         (gnus-summary-article-delete-hook)
10617         (gnus-summary-display-while-building): Add :version.
10618
10619         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10620         (gnus-get-top-new-news-hook): Add :version.
10621
10622         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10623         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10624
10625         * gnus-registry.el (gnus-registry): Add :version.
10626
10627         * gnus-spec.el (gnus-use-correct-string-widths)
10628         (gnus-make-format-preserve-properties): Add :version.
10629
10630         * gnus.el (gnus-group-charter-alist)
10631         (gnus-group-fetch-control-use-browse-url)
10632         (gnus-install-group-spam-parameters): Add :version.
10633
10634         * gnus-diary.el (gnus-diary): Add :version.
10635
10636         * gnus-delay.el (gnus-delay): Add :version.
10637
10638         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10639         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10640         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10641         Add :version.
10642
10643         * gnus-agent.el (gnus-agent-max-fetch-size)
10644         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10645         (gnus-agent-prompt-send-queue): Add :version.
10646
10647         * deuglify.el (gnus-outlook-deuglify): Add :version.
10648
10649         * html2text.el: Beautify code.  Improve doc strings.  Some
10650         checkdoc cleanup.
10651         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10652
10653 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10654
10655         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10656
10657 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10658
10659         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10660         when package is loaded.
10661
10662         * spam.el (spam-summary-score-preferred-header): Add global preference
10663         for people who want to override the default SpamAssassin over
10664         Bogofilter preference (when both are set).
10665         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10666         (spam-user-format-function-S): Check
10667         spam-summary-score-preferred-header.
10668         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10669         (spam-user-format-function-S): Format the score correctly.
10670
10671 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10674         signature file.  Suggested by Manoj Srivastava
10675         <srivasta@golden-gryphon.com>.
10676
10677         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10678         iso-2022-jp even in the Japanese language environment.
10679         Suggested by Jason Rumney <jasonr@gnu.org>.
10680
10681 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10684         use the same characters as the dummy marks; make it free from
10685         getting affected by the language environment.
10686         (gnus-summary-read-group-1): Update mark positions only when the
10687         format spec is updated.
10688
10689         * gnus-spec.el (gnus-update-format-specifications): Return a list
10690         of updated types.
10691
10692 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10695         of boundp to check if display-warning is available.
10696
10697 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10700
10701 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * nnspool.el (nnspool-spool-directory): Use news-path if the
10704         news-directory variable is not bound.
10705
10706         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10707         function instead of display-warning if it is not available.
10708
10709 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10712         v5-10: Use `point-at-bol'.
10713
10714 2004-10-26  Simon Josefsson  <jas@extundo.com>
10715
10716         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10717         <chenggao@gmail.com>.
10718
10719 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10722         instead.
10723
10724 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10725
10726         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10727         to remove a server from the nnimap-server-buffer-alist.
10728         (nnimap-open-connection, nnimap-close-server): Use it.
10729
10730         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10731
10732 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10735         running the major-mode function.
10736
10737 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10740         dummy marks in the right way.
10741
10742 2004-10-18  David Edmondson  <dme@dme.org>
10743
10744         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10745         excessively.
10746
10747 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-util.el (gnus-split-references): Accept a nil references
10750         string and go on blissfully.
10751
10752         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10753         cases where the references string is non-nil but has no references.
10754
10755         * encrypt.el: Add autoload tags.
10756
10757         * spam.el (spam-resolve-registrations-routine): Remove article
10758         from unregistration list too.  Reported by David Hanak
10759         <dhanak@isis.vanderbilt.edu>
10760
10761 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10764         nil.  Changed custom type.
10765
10766 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10769
10770         * gnus-sum.el (gnus-summary-move-article): Use it.
10771
10772 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10773
10774         * encrypt.el: Add autoload cookies.
10775
10776         * spam.el (spam-backend-article-list-property)
10777         (spam-backend-get-article-todo-list)
10778         (spam-backend-put-article-todo-list)
10779         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10780         Resolve registrations separately.
10781         (spam-register-routine): Format comments.
10782         (spam-unregister-routine, spam-register-routine): Always call with
10783         specific-articles, no default list.
10784         (spam-summary-prepare-exit): Use the spam-classifications function.
10785
10786         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10787         gnus-encrypt.el.
10788
10789         * encrypt.el: Copied from gnus-encrypt.el.
10790
10791         * gnus-encrypt.el: Commented that it's obsolete.
10792
10793 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10796         (gnus-score-save): Use it.
10797
10798         * message.el (message-bury): Use `window-dedicated-p'.
10799
10800 2004-10-15  Simon Josefsson  <jas@extundo.com>
10801
10802         * pop3.el (top-level): Don't require nnheader.
10803         (pop3-read-timeout): Add.
10804         (pop3-accept-process-output): Add.
10805         (pop3-read-response, pop3-retr): Use it.
10806
10807 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10808
10809         * spam.el (spam-register-routine): Move comment.
10810         (spam-verify-bogofilter): Use 'unknown for the initial
10811         spam-bogofilter-valid state, not 'never.
10812
10813         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10814         for netrc-machine.
10815
10816         * nnimap.el (nnimap-open-connection): Use
10817         netrc-machine-user-or-password.
10818
10819 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10820
10821         * gnus-registry.el (gnus-registry-unload-hook):
10822         Set as a variable with add-hook.
10823
10824         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10825         of news-path.
10826
10827         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10828
10829         * spam.el: Delete duplicate `provide'.
10830         (spam-unload-hook): Set as a variable with add-hook.
10831
10832 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10835         in the doc string.
10836
10837         * message.el (message-ignored-news-headers)
10838         (message-ignored-supersedes-headers)
10839         (message-ignored-resent-headers)
10840         (message-forward-ignored-headers): Improve custom type.
10841
10842 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * message.el (message-tokenize-header): Fix 2004-09-06 change
10845         which used point-min in the wrong place.
10846
10847 2004-10-12  Simon Josefsson  <jas@extundo.com>
10848
10849         * tls.el (tls-certtool-program): New variable.
10850         (tls-certificate-information): New function, based on
10851         ssl-certificate-information.
10852
10853 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * compface.el: Move the version of ELisp-based uncompface program
10856         to the contrib directory because of the copyright problem.
10857
10858 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * message.el (message-kill-buffer): Raise the current frame.
10861
10862 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10865
10866         * gnus.el (message-y-or-n-p): Autoload.
10867
10868         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10869         (pop3-password-required, pop3-authentication-scheme)
10870         (pop3-leave-mail-on-server): Made customizable.
10871         (pop3): New custom group.
10872         (pop3-retr): Remove `sleep-for' statements.
10873         Suggested by Dave Love <fx@gnu.org>.
10874
10875         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10876         Windows/DOS.
10877
10878         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10879         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10880         Dave Love <fx@gnu.org>.
10881
10882         * mml.el (mml-minibuffer-read-disposition): Require match.
10883         Suggested by Dave Love <fx@gnu.org>.
10884
10885 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10888         doc string.
10889
10890 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10893
10894 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10895
10896         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10897         instead of calling `mm-insert-inline', to decode text/* parts
10898         before displaying them.
10899
10900 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * mm-uu.el (mm-uu-text-plain-type): New variable.
10903         (mm-uu-pgp-signed-extract-1): Use it.
10904         (mm-uu-pgp-encrypted-extract-1): Use it.
10905         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10906         bind mm-uu-text-plain-type with that value.
10907         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10908         mm-uu-dissect.
10909
10910 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-group.el (gnus-update-group-mark-positions):
10913         * gnus-sum.el (gnus-update-summary-mark-positions):
10914         * message.el (message-check-news-body-syntax):
10915         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10916         of string-as-multibyte.
10917
10918 2004-10-05  Juri Linkov  <juri@jurta.org>
10919
10920         * gnus-group.el (gnus-update-group-mark-positions):
10921         * gnus-sum.el (gnus-update-summary-mark-positions):
10922         * message.el (message-check-news-body-syntax):
10923         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10924         8-bit unibyte values to a multibyte string for search functions.
10925
10926 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10929         (mm-uu-dissect-text-parts): New function.
10930
10931         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10932         dissect text parts.
10933
10934         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10935         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10936
10937         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10938
10939         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10940         gnus-current-topics instead of gnus-current-topic.
10941
10942 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10943
10944         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10945
10946 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10947
10948         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10949         where approriate.
10950
10951         * nnml.el (nnml-generate-active-info): do.
10952
10953         * nndiary.el (nndiary-generate-active-info): do.
10954
10955         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10956         (gnus-topic-move): do.
10957
10958         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10959         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10960
10961         * gnus-srvr.el (gnus-server-prepare)
10962         (gnus-server-open-all-servers): do.
10963
10964         * gnus-msg.el (gnus-summary-cancel-article)
10965         (gnus-summary-resend-message)
10966         (gnus-summary-mail-crosspost-complaint): do.
10967
10968         * gnus-move.el (gnus-change-server): do.
10969
10970         * gnus-group.el (gnus-group-unmark-all-groups)
10971         (gnus-group-set-current-level): do.
10972
10973 2004-10-04  Simon Josefsson  <jas@extundo.com>
10974
10975         * message.el (message-generate-hashcash): Doc fix.
10976
10977 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10978
10979         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10980         avoid infinite recursion via gnus-get-function.
10981
10982 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10983
10984         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10985
10986         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10987
10988         * nnmail.el (nnmail-split-history): do.
10989
10990         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10991         (nnml-request-delete-group): do.
10992
10993         * nnslashdot.el (nnslashdot-read-groups): do.
10994
10995         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10996         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10997
10998         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10999         (nnspool-sift-nov-with-sed): Use last
11000         (nnspool-retrieve-headers-with-nov): Use mapc.
11001         (nnspool-request-newgroups): Use dolist.
11002         (nnspool-request-group): Use last.
11003
11004         * nntp.el (nntp-read-server-type): Use dolist.
11005
11006         * nnvirtual.el (nnvirtual-create-mapping)
11007         (nnvirtual-update-read-and-marked): Use dolist.
11008         (nnvirtual-convert-headers): Simplify.
11009
11010 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11011
11012         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11013         support for sync'ing tick marks.
11014
11015 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11018         there's no visible header.
11019
11020 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11021
11022         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11023         necessary, pass full group name to gnus-request-set-marks.
11024
11025 2004-10-01  Simon Josefsson  <jas@extundo.com>
11026
11027         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11028         acroread.
11029
11030 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * spam-report.el (spam-report-gmane): Fix interactive.
11033
11034         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11035
11036         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11037         when writing file.
11038         (gnus-agent-synchronize-flags): Don't default to being
11039         interactive.
11040
11041 2004-09-30  Simon Josefsson  <jas@extundo.com>
11042
11043         * message.el (message-generate-hashcash): Add.
11044         (message-send-mail): Use it, call mail-add-payment.
11045
11046 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11047
11048         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11049
11050 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11051
11052         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11053         gnus-requst-update-info with explicit code to sync the in-memory
11054         info read flags with the marks being sync'd to the backend.
11055
11056         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11057
11058 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11059
11060         * spam.el (spam-verify-bogofilter): Add new function.
11061         (spam-check-bogofilter)
11062         (spam-bogofilter-register-with-bogofilter): Use it.
11063         (spam-verify-bogofilter): Add small fixes.
11064
11065 2004-09-28  Simon Josefsson  <jas@extundo.com>
11066
11067         * hashcash.el (hashcash-generate-payment): Revert.
11068
11069 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11072         gnus-extract-references instead of gnus-split-references.
11073
11074         * gnus-util.el (gnus-extract-references): Add new function, analogous
11075         to gnus-split-references but extracts only the message-ID without
11076         anything extra.
11077
11078         * hashcash.el (hashcash-generate-payment)
11079         (hashcash-check-payment): Do the right thing if hashcash-path is
11080         nil (because the hashcash program could not be found).
11081
11082         * spam.el (spam-use-hashcash): Remove comment.
11083
11084 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11085
11086         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11087         (gnus-cache-enter-article, gnus-cache-remove-article)
11088         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11089
11090         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11091
11092         * gnus-art.el (article-hide-boring-headers)
11093         (article-translate-strings, article-display-face)
11094         (gnus-article-mime-match-handle-first)
11095         (gnus-article-highlight-headers)
11096         (gnus-article-add-buttons-to-head): do.
11097
11098 2004-09-27  Simon Josefsson  <jas@extundo.com>
11099
11100         * hashcash.el: New version, from
11101         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11102         ../contrib/.
11103
11104 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11107
11108 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11109
11110         * gnus-dup.el (gnus-dup-open): Use mapc.
11111         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11112
11113         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11114         Reported by Stefan Wiens <s.wi@gmx.net>.
11115
11116         * gnus.el (gnus-shutdown): Use dolist.
11117
11118         * gnus-undo.el (gnus-undo): Use mapc.
11119
11120         * nnrss.el (nnrss-generate-active): do.
11121
11122         * message.el (message-cite-original-without-signature)
11123         (message-cite-original): Use mapc.
11124         (message-do-actions, message-make-forward-subject): Use dolist.
11125
11126 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11127
11128         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11129         deletion to remove entire duplicate line.  Fixes merged article
11130         number bug.
11131
11132 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11133
11134         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11135         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11136         first ask if you want to open a server and then, even when you
11137         responded with no, asking if you want to synchronize the server's
11138         flags.
11139         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11140         multi-line expressions.
11141         (gnus-agent-synchronize-group-flags): New internal function.
11142         Updates marks in memory (in the info structure) AND in the
11143         backend.
11144
11145         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11146
11147         * nnagent.el (nnagent-request-set-mark): Use
11148         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11149         method, to ensure that synchronization updates marks in the
11150         backend and in the info (in memory) structure.
11151
11152 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11155         convention fully; don't miss the root article of a thread; make
11156         the X-Draft-From header with correct article numbers.
11157
11158 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11159
11160         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11161         unless plugged.  Disable the agent so that an open failure causes
11162         an error.
11163
11164         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11165         Reverted 2004-09-21 change.  The backend must be opened while
11166         synchronizing flags even when the backend stores the flags
11167         locally.
11168
11169 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11172         in `header' match.  Reported by Svend Tollak Munkejord.
11173
11174         * message.el (message-cite-original): Fix use of
11175         `message-cite-articles-with-x-no-archive'.
11176
11177 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11180         (gnus-window-to-buffer): Ditto.
11181
11182         * mml.el (mml-preview-buffer): New variable.
11183         (mml-preview): Manage window layout with gnus-buffer-configuration.
11184
11185         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11186         X-Draft-From header even if those articles aren't quoted.
11187
11188 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11189
11190         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11191         (gnus-request-set-mark, gnus-request-update-mark): Use new
11192         g-s-t-u-l-m to decide to use backend even when unplugged.
11193
11194 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11197         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11198
11199 2004-09-20  Simon Josefsson  <jas@extundo.com>
11200
11201         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11202         "utf-16-le".
11203
11204 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11205
11206         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11207
11208 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * uudecode.el (uudecode-use-external): Add :version.
11211
11212         * smime.el (smime-CA-file, smime-encrypt-cipher)
11213         (smime-dns-server): Add :version.
11214
11215         * smiley.el (gnus-smiley-file-types): Add :version.
11216
11217         * sha1.el (sha1-use-external): Add :version.
11218
11219         * pgg-def.el (pgg-query-keyserver): Add :version.
11220
11221         * nnmail.el (nnmail-fancy-expiry-targets)
11222         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11223         Add :version.
11224
11225         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11226         (nnimap-retrieve-groups-asynchronous): Add :version.
11227         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11228
11229         * mml.el (mml-content-disposition-parameters)
11230         (mml-insert-mime-headers-always): Add :version.
11231
11232         * mm-util.el (mm-coding-system-priorities): Add :version.
11233
11234         * mm-decode.el (mm-inline-text-html-with-images)
11235         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11236         (mm-verify-option): Add :version.
11237         (mm-text-html-renderer): Change :version.
11238
11239         * message.el (message-fcc-externalize-attachments)
11240         (message-required-headers, message-draft-headers)
11241         (message-subject-trailing-was-query)
11242         (message-subject-trailing-was-ask-regexp)
11243         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11244         (message-mark-insert-end, message-archive-header)
11245         (message-archive-note, message-cross-post-default)
11246         (message-cross-post-note, message-followup-to-note)
11247         (message-cross-post-note-function, message-use-mail-followup-to)
11248         (message-subscribed-address-functions)
11249         (message-subscribed-address-file, message-subscribed-addresses)
11250         (message-subscribed-regexps, message-allow-no-recipients)
11251         (message-yank-cited-prefix, message-signature-insert-empty-line)
11252         (message-hidden-headers, message-hierarchical-addresses)
11253         (message-mail-user-agent, message-use-idna)
11254         (message-valid-fqdn-regexp)
11255         (message-strip-special-text-properties, message-header-synonyms)
11256         (message-beginning-of-line, message-tab-body-function): Add :version.
11257         (message-insert-canlock, message-wide-reply-confirm-recipients):
11258         Change :version.
11259
11260         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11261         and :version.
11262         (mail-source-delete-old-incoming-confirm)
11263         (mail-source-movemail-program): Add :version.
11264
11265         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11266         (gnus-agent-cache, gnus-agent): Change :version.
11267
11268         * gnus-util.el (gnus-use-byte-compile): Change :version.
11269
11270         * gnus-sum.el (gnus-summary-make-false-root-always)
11271         (gnus-summary-default-high-score)
11272         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11273         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11274         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11275         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11276         (gnus-sum-thread-tree-single-indent)
11277         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11278         (gnus-sum-thread-tree-leaf-with-other)
11279         (gnus-sum-thread-tree-single-leaf): Add :version.
11280         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11281         (gnus-article-loose-mime): Change :version.
11282
11283         * gnus-start.el (gnus-backup-startup-file)
11284         (gnus-save-startup-file-via-temp-buffer): Add :version.
11285
11286         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11287         (gnus-server-offline-face): Add :version.
11288
11289         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11290
11291         * gnus-msg.el (gnus-gcc-externalize-attachments)
11292         (gnus-debug-files, gnus-debug-exclude-variables)
11293         (gnus-discouraged-post-methods): Change :version.
11294         (gnus-confirm-mail-reply-to-news)
11295         (gnus-confirm-treat-mail-like-news): Add :version.
11296
11297         * gnus-int.el (gnus-server-unopen-status): Add :version.
11298
11299         * gnus-group.el (gnus-group-jump-to-group-prompt)
11300         (gnus-large-ephemeral-newsgroup)
11301         (gnus-fetch-old-ephemeral-headers): Add :version.
11302
11303         * gnus-fun.el (gnus-x-face-directory)
11304         (gnus-convert-pbm-to-x-face-command)
11305         (gnus-convert-image-to-x-face-command)
11306         (gnus-convert-image-to-face-command): Add :version.
11307
11308         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11309
11310         * gnus-cite.el (gnus-cite-blank-line-after-header)
11311         (gnus-article-boring-faces): Add :version.
11312
11313         * gnus-art.el (gnus-buttonized-mime-types)
11314         (gnus-inhibit-mime-unbuttonizing)
11315         (gnus-treat-display-face)
11316         (gnus-treat-body-boundary): Change :version.
11317         (gnus-body-boundary-delimiter, gnus-picon-databases)
11318         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11319         (gnus-treat-date-english, gnus-treat-fold-headers)
11320         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11321         (gnus-treat-mail-picon, gnus-treat-wash-html)
11322         (gnus-article-encrypt-protocol)
11323         (gnus-use-idna, gnus-article-over-scroll)
11324         (gnus-mime-display-multipart-alternative-as-mixed)
11325         (gnus-mime-display-multipart-related-as-mixed)
11326         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11327         (gnus-ctan-url, gnus-button-ctan-handler)
11328         (gnus-button-handle-ctan-bogus-regexp)
11329         (gnus-button-ctan-directory-regexp)
11330         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11331         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11332         (gnus-button-man-level, gnus-button-emacs-level)
11333         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11334
11335         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11336         (gnus-agent-go-online): Change :version.
11337         (gnus-agent-expire-unagentized-dirs)
11338         (gnus-agent-auto-agentize-methods): Add :version.
11339
11340         * flow-fill.el (fill-flowed-display-column)
11341         (fill-flowed-encode-column): Add :version.
11342
11343         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11344         (gnus-outlook-deuglify-unwrap-max)
11345         (gnus-outlook-deuglify-cite-marks)
11346         (gnus-outlook-deuglify-unwrap-stop-chars)
11347         (gnus-outlook-deuglify-no-wrap-chars)
11348         (gnus-outlook-deuglify-attrib-cut-regexp)
11349         (gnus-outlook-deuglify-attrib-verb-regexp)
11350         (gnus-outlook-deuglify-attrib-end-regexp)
11351         (gnus-outlook-display-hook): Add :version.
11352
11353         * binhex.el (binhex-use-external): Add :version.
11354
11355 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11358         and `invisible'.
11359
11360 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11361
11362         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11363         in gnus-registry-trim.
11364
11365 2004-09-13  Simon Josefsson  <jas@extundo.com>
11366
11367         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11368
11369         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11370
11371         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11372         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11373         <yamaoka@jpl.org>.
11374         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11375         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11376         <yamaoka@jpl.org>.
11377
11378         * sieve.el (sieve-manage-mode): Ditto.
11379
11380 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11383
11384 2004-09-11  Simon Josefsson  <jas@extundo.com>
11385
11386         * dns-mode.el: Add.
11387
11388         * mm-view.el (mm-display-dns-inline): Add.
11389
11390         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11391         (mm-automatic-display): Ditto.
11392
11393         * mailcap.el (mailcap-mime-data): Add text/dns.
11394         (mailcap-mime-extensions): Map .soa to text/dns.
11395
11396 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11397
11398         * gnus-art.el (article-decode-mime-words, article-babel)
11399         (gnus-article-highlight-signature, gnus-article-add-buttons)
11400         (gnus-signature-toggle): Remove unnecessary bindings of
11401         `inhibit-read-only' inherited from v5.10 merge.
11402
11403 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * nntp.el (nntp): New customization group.
11406         (nntp-authinfo-file): Add customization group.
11407
11408         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11409
11410         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11411
11412         * gnus.el (to-address, to-list, subscribed)
11413         (large-newsgroup-initial): Ditto.
11414
11415         * flow-fill.el (fill-flowed-display-column)
11416         (fill-flowed-encode-column): Ditto.
11417
11418 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11419
11420         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11421         Use point-min rather than 1.
11422         (message-send-mail): Use buffer-size rather than point-max.
11423
11424         * gnus-sum.el (gnus-summary-search-article-forward):
11425         Signal a specific `search-failed' rather than a generic `error'.
11426
11427         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11428         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11429         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11430
11431 2004-09-10  Simon Josefsson  <jas@extundo.com>
11432
11433         * nndb.el (require): Remove tcp and duplicate cl.
11434
11435 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * gnus-agent.el (directory-files-and-attributes): Move forward.
11438
11439 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11440
11441         * gnus-agent.el (directory-files-and-attributes): Optionally
11442         defined to support XEmacs.
11443
11444 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11445
11446         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11447         to avoid run-time CL dependencies.
11448         (gnus-agent-unfetch-articles): New function.
11449         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11450         article numbers even when local .overview file is missing.
11451         (gnus-agent-read-article-number): New function.  Only accepts
11452         27-bit article numbers.
11453         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11454         gnus-agent-read-article-number.
11455         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11456         from backend while recognizing that article numbers in .overview
11457         must be valid.
11458         (gnus-agent-update-files-total-fetched-for): Use
11459         directory-files-and-attributes to improve performance.
11460         * gnus-int.el (gnus-request-move-article): Use
11461         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11462         improve performance.
11463
11464         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11465         some users confused by references to .newsrc when they only have a
11466         .newsrc.eld file.
11467         (gnus-convert-mark-converter-prompt)
11468         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11469         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11470         New function.  Used internally to only display 'gnus converting
11471         files' message when actually necessary.
11472
11473         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11474         methods now autoloaded.
11475
11476 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11479         identifiers.
11480
11481 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-picon.el: Fix indentation and closing parenthesis.
11484
11485 2004-09-01  Simon Josefsson  <jas@extundo.com>
11486
11487         * message.el (message-canlock-generate): Require sha1, not
11488         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11489         to require within a function.  Sadly, if sha1.el isn't loaded, the
11490         let binding in m-c-g will hide the defcustom definition, which is
11491         bad.)
11492
11493         * canlock.el: Require sha1, not sha1-el.
11494
11495         * message.el: Don't autoload sha1 (there is a autoload cookie in
11496         sha1.el).
11497
11498         * sha1-el.el: Renamed to sha1.el.
11499
11500 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11501
11502         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11503
11504 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11505
11506         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11507
11508 2004-08-30  Kim F. Storm  <storm@cua.dk>
11509
11510         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11511
11512         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11513         Add :group 'nnimap.
11514
11515 2004-08-30  Andreas Schwab  <schwab@suse.de>
11516
11517         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11518         ?* and ?\;.
11519
11520         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11521         and ?\' to symbol instead of whitespace.
11522
11523 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11526
11527         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11528         instead of re-search-forward.
11529
11530         * gnus-uu.el (gnus-uu-save-article): Ditto.
11531         (gnus-uu-post-encode-uuencode): Ditto.
11532
11533         * html2text.el (html2text-clean-list-items): Ditto.
11534         (html2text-clean-dtdd): Ditto.
11535         (html2text-format-tags): Ditto.
11536
11537         * message.el (message-send-mail-with-sendmail): Fix regexp.
11538         (message-fill-field-general): Use search-forward instead of
11539         re-search-forward.
11540         (unbold-region): Ditto.
11541
11542         * nnrss.el (nnrss-request-article): Ditto.
11543
11544         * nnslashdot.el (nnslashdot-request-article): Ditto.
11545
11546         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11547
11548         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11549         "Unrecognized menu descriptor" error in XEmacs.
11550
11551 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11552
11553         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11554         parent article of a sparse article in the thread hashtb.
11555
11556 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11557
11558         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11559         (nnmail-expand-newtext): Lowercase expanded entries if
11560         nnmail-split-lowercase-expanded is non-nil.
11561
11562 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11565
11566         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11567         of gnus-tmp-news-method into string under XEmacs.  It will be
11568         passed to gnus-correct-length which takes only a string argument.
11569
11570 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-util.el (gnus-bind-print-variables): New macro.
11573         (gnus-prin1): Use it.
11574         (gnus-prin1-to-string): Use it.
11575         (gnus-pp): New function.
11576         (gnus-pp-to-string): New function.
11577
11578         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11579         Replace pp-to-string with gnus-pp-to-string.
11580         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11581         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11582         * gnus-msg.el (gnus-debug): Ditto.
11583         * gnus-score.el (gnus-score-save): Ditto.
11584         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11585         gnus-pp-to-string.
11586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11587         with gnus-pp.
11588         * score-mode.el (gnus-score-pretty-print): Ditto.
11589         * webmail.el (webmail-debug): Ditto.
11590
11591 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-art.el (article-display-face, article-display-x-face):
11594         Use buffer-read-only.
11595
11596 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (article-hide-list-identifiers):
11599         Bind inhibit-read-only as t.
11600
11601 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11604
11605 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11606
11607         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11608         (gnus-narrow-to-page): Don't assume point-min == 1.
11609         (gnus-article-edit-mode): Derive from message-mode.
11610
11611         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11612         point-min == 1.
11613
11614         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11615         Disable incorrect use of `assert'.
11616
11617         * message.el (message-mode): Set comment-start-skip.
11618
11619
11620 2004-08-22  Sam Steingold  <sds@gnu.org>
11621
11622         * pop3.el (pop3-leave-mail-on-server): New user variable.
11623         (pop3-movemail): Delete mail only when it is nil.
11624
11625 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11628
11629         * mml.el (mml-preview): Use `pop-to-buffer'.
11630
11631         * message.el (message-goto-mail-followup-to): Insert after "To".
11632         (message-carefully-insert-headers): Add comment.
11633
11634         * gnus.el: Remove unused variable `gnus-article-check-size'.
11635
11636         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11637
11638         * gnus-art.el (gnus-button-alist): Improve
11639         `gnus-button-handle-library' entry.
11640
11641 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11642
11643         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11644         downcase, since XEmacs capitalizes error messages differently.
11645
11646 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11647
11648         * nntp.el: Add (require 'gnus) due to reference to
11649         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11650
11651 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11652
11653         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11654         `mm-fill-flowed'.
11655
11656         * mm-decode.el (mm-dissect-singlepart): Check it.
11657
11658 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11659
11660         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11661         'imap' for netrc parsing.
11662
11663 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * mailcap.el (mailcap-mime-data): Mark as risky.
11666
11667 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11670         may be included in the encoded word.
11671         (rfc2047-encode): Don't append a space if the encoded word
11672         includes close parenthesis.
11673
11674 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11677         of text within parentheses.
11678
11679 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11680
11681         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11682         (gnus-encrypt-write-file-contents): Make the password key the file
11683         name PLUS the cipher, not just the cipher.  Also remove failed
11684         passwords from the cache.
11685
11686 2004-08-06  Simon Josefsson  <jas@extundo.com>
11687
11688         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11689         fix.
11690
11691 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11694         LWSP.
11695
11696 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11697
11698         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11699         to append in-reply-to: data to the references: header.
11700
11701         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11702         (netrc-parse): Use gnus-encrypt.el functions.
11703
11704         * gnus-encrypt.el: Add new file for encryption support; currently
11705         does only a few GPG ciphers and an internal XOR cipher.
11706
11707         * password.el: Add comments on using password-read-and-add.
11708         (password-read-and-add): Add function to read and add the
11709         password to the cache at once.
11710
11711 2004-07-28  Simon Josefsson  <jas@extundo.com>
11712
11713         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11714         parameter (but don't use it, for now).
11715
11716         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11717         instead of hard coding to nil.
11718
11719 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11722         as mm-inline-image-xemacs does.
11723
11724 2004-07-26  Simon Josefsson  <jas@extundo.com>
11725
11726         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11727         Revert part of 2004-07-17 change below.
11728
11729 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11732         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11733
11734 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11737         quotes that actually start with ">" at the beginning of the
11738         lines.
11739
11740 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * rfc2047.el (rfc2047-encode-region): Fix last change.
11743         (rfc2047-encode-parameter): Remove useless concat.
11744
11745 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11748         encode special characters; fix some kind of misconfigured headers;
11749         signal a real error if debug-on-quit or debug-on-error is non-nil.
11750         (rfc2047-encode-max-chars): New variable.
11751         (rfc2047-encode-1): Use it.
11752         (rfc2047-encode-parameter): New function.
11753
11754         * mml.el (mml-insert-parameter): Remove an excessive space.
11755
11756 2004-07-17  Simon Josefsson  <jas@extundo.com>
11757
11758         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11759         Kai Grossjohann <kai@emptydomain.de>.
11760         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11761         (gnus-group-make-menu-bar): Ditto.
11762
11763         * gnus-util.el (gnus-group-server): Add.
11764
11765 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11766
11767         * message.el (message-clone-locals): Clone sendmail and smtp
11768         variables.
11769
11770 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * rfc2047.el (rfc2047-encode-region): Fix last change.
11773
11774 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11777         characters as non-special.
11778
11779 2004-07-09  Simon Josefsson  <jas@extundo.com>
11780
11781         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11782         Users will lose all flag changes made while unplugged with
11783         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11784         good default.  See numerous reports on ding mailing list.
11785
11786 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11789         add generate-head-function and generate-article-function to the
11790         rfc822-forward entry.
11791         (nndoc-rfc822-forward-generate-article): New function.
11792         (nndoc-rfc822-forward-generate-head): New function.
11793
11794         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11795
11796 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11797
11798         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11799         respect display group parameter and gnus-summary-expunge-below.
11800         (gnus-articles-to-read): Remove unused reference to display group
11801         parameter.
11802
11803 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * nnheader.el (nnheader-uniquify-message-id): New experimental
11806         variable.
11807         (nnheader-nov-read-message-id): Use it.
11808
11809         * spam-report.el (spam-report-gmane): Add interactive.
11810
11811 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11814         qp-or-base64 for the application/* types.
11815
11816 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11817
11818         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11819
11820 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11823         trim value.
11824
11825 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11826
11827         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11828         New macro and function.
11829         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11830
11831 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11834         after-load-alist.
11835
11836 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11839         update info that isn't there.
11840
11841 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11842
11843         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11844         entry.
11845
11846 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-view.el (mm-inline-render-with-function): Use multibyte
11849         buffer; decode html source by charset.
11850
11851         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11852
11853         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11854         Mule-UCS is loaded under XEmacs.
11855         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11856
11857 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11858
11859         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11860
11861 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mm-util.el (mm-coding-system-p): Return a coding-system.
11864         (mm-mime-mule-charset-alist): Use shift_jis instead of
11865         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11866         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11867         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11868         instead of japanese-shift-jis and iso-latin-1 respectively in
11869         order to share the default value with both Emacs and XEmacs-mule.
11870         (mm-mule-charset-to-mime-charset): Make
11871         mm-coding-system-priorities effective.
11872         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11873         while predicating of candidates upon the priorities.
11874
11875 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11876
11877         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11878         gnus-uu-invert-processable.
11879
11880         * gnus.el: Autoload gnus-uu-invert-processable.
11881
11882 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-util.el (mm-with-multibyte-buffer): New macro.
11885
11886         * rfc2047.el (rfc2047-encode-string): Use it.
11887         (rfc2047-encode-region): Move point to the end of the region after
11888         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11889
11890 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11893         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11894
11895 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11898         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11899         Karl Chen <quarl@nospam.quarl.org>.
11900
11901 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11902
11903         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11904         invalid addresses.
11905
11906 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11907
11908         * spam.el: Change section markers, revise TODO list.
11909         (spam-backends): Make new master list of all installed backends.
11910         (spam-summary-exit-behavior): Add new variable to determine how
11911         messages moves are done at summary exit.
11912         (spam-move-spam-nonspam-groups-only)
11913         (spam-process-ham-in-nonham-groups)
11914         (spam-process-ham-in-spam-groups): Remove variables, the
11915         spam-summary-exit-behavior variable should be used to manage this
11916         behavior.
11917         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11918         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11919         and spam-old-spam-articles.
11920         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11921         Add empty variables, placeholders for the backends they represent.
11922         (spam-set-difference): Move, unchanged.
11923         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11924         unless the user has a processor variable.
11925         (spam-classifications, spam-classification-valid-p)
11926         (spam-backend-properties, spam-backend-property-valid-p)
11927         (spam-backend-function-type-valid-p)
11928         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11929         (spam-report-articles-gmane, spam-report-articles-resend):
11930         Remove functions, they are not needed.
11931         (spam-install-backend-super, spam-backend-list)
11932         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11933         (spam-backend-function, spam-backend-ham-registration-function)
11934         (spam-backend-spam-registration-function)
11935         (spam-backend-ham-unregistration-function)
11936         (spam-backend-spam-unregistration-function)
11937         (spam-backend-statistical-p, spam-backend-mover-p)
11938         (spam-install-backend-alias, spam-install-checkonly-backend)
11939         (spam-install-mover-backend, spam-install-nocheck-backend)
11940         (spam-install-backend, spam-install-statistical-backend)
11941         (spam-install-statistical-checkonly-backend): Add backend installation
11942         support.
11943         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11944         (spam-group-processor-p): Use the new backend code and respect the
11945         summary exit behavior.
11946         (spam-mark-spam-as-expired-and-move-routine): Remove.
11947         (spam-summary-prepare): Change to use the new spam-old-articles
11948         variable.
11949         (spam-copy-or-move-routine, spam-copy-spam-routine)
11950         (spam-move-spam-routine, spam-copy-ham-routine)
11951         (spam-move-ham-routine): Add code to copy/move ham or spam.
11952         (spam-fetch-field-fast): Improve doc and code, plus allow the
11953         'number request.
11954         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11955         variables.
11956         (spam-split, spam-find-spam): Use the new backend code.
11957         (spam-registration-functions): Remove variable.
11958         (spam-unregister-routine): Add convenience wrapper.
11959         (spam-log-undo-registration, spam-register-routine)
11960         (spam-log-processing-to-registry)
11961         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11962         where possible.
11963         (spam-check-gmane-xref, spam-check-regex-headers)
11964         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11965         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11966         (spam-check-bogofilter-headers, spam-check-spamoracle)
11967         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11968         (spam-check-crm114-headers): Use the spam-split-group that
11969         spam-split prepares, no need to determine it every time.
11970
11971         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11972         to the nnheader-parse-naked-head call.
11973
11974         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11975
11976         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11977         the nnheader-nov-read-message-id call.
11978
11979 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11982         gnus-activate-group twice.  Suggested by Markus Peter
11983         <warp@spin.de>.
11984
11985 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-article-time-format): Exchange the order of
11988         day and month in the default value; fix customization type.
11989         (article-date-ut): Use add-text-properties.
11990         (article-make-date-line): Use message-make-date instead of
11991         current-time-string.
11992
11993         * message.el (message-fetch-field): Don't use set-text-properties.
11994         (message-make-date): Simplify.
11995
11996         * messagexmas.el (message-xmas-make-date): New function.
11997         (message-xmas-redefine): Defalias message-make-date to it.
11998
11999 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12002         (rfc2047-encode-region): Treat text within parentheses as special;
12003         show the original text when error has occurred.
12004
12005         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12006         already-computed method to gnus-activate-group.
12007
12008         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12009         same select-methods identical Lisp objects.
12010
12011         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12012         object when modifying the info.
12013
12014 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12017         gnus-opened-servers since it has never been opened with the new
12018         configuration yet.
12019
12020 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12023         arg to nnheader-generate-fake-message-id.
12024
12025 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12026
12027         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12028         number and build a fake message ID localized to a group and
12029         article number (so it's repeatable from that point on).
12030         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12031         ID format.
12032
12033         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12034         nnheader-generate-fake-message-id with the article number.
12035
12036 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12037
12038         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12039         end-of-buffer.
12040
12041 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * message.el (message-ignored-supersedes-headers): Add Approved.
12044
12045 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12048         goto-char.
12049         (rfc2047-encode): Fold the line before encoding.
12050
12051 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12054         folding -- not all headers can be folded, and this should be done
12055         by the message composition mode.  Probably.  I think.
12056
12057 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12060         fast.
12061
12062         * gnus-ems.el (gnus-remove-image): Don't use
12063         message-text-with-property; remove only the image found first.
12064
12065         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12066         found first.
12067
12068 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12069
12070         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12071
12072 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * message.el (message-text-with-property): Make it fast and accept
12075         optional arguments.
12076         (message-strip-forbidden-properties): Use it.
12077         (message-fix-before-sending): Follow the m-t-w-p change.
12078
12079         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12080
12081 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-art.el (article-hide-headers): Don't change the buffer
12084         mistakenly when performing mml-preview even if
12085         gnus-single-article-buffer is nil.
12086
12087 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12088
12089         * message.el (message-expand-name-databases): New user option.
12090         (message-expand-name): Use it.
12091
12092 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * spam.el (spam-report-articles-resend)
12095         (spam-report-resend-register-routine): Allow ham reporting.
12096         (spam-report-resend-register-ham-routine): Add wrapper.
12097         (spam-registration-functions): Add ham resending functions.
12098         (spam-list-of-processors): Add ham resend processor.
12099
12100         * gnus.el (ham-resend-to): Add new group parameter.
12101         (spam-process): Add ham resend option.
12102
12103         * spam-report.el (spam-report-resend): Allow reporting ham.
12104         (spam-report-resend-ham): Add wrapper.
12105
12106 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12107
12108         * message.el (message-cite-articles-with-x-no-archive): New
12109         variable.
12110         (message-cite-original): Use it.
12111
12112 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12113
12114         * message.el (message-cite-original): Respect X-No-Archive.
12115
12116 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-art.el (article-hide-headers): Refer to the values for
12119         gnus-ignored-headers and gnus-visible-headers in the summary
12120         buffer since a user may have set them as group parameters.
12121
12122 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12123
12124         * assistant.el (assistant-node-name): Add convenience function.
12125         (assistant-render-text, assistant-render-node): Add error handling,
12126         plus handle multiple next nodes.
12127         (assistant-find-next-node): Comment out for now.
12128         (assistant-find-next-nodes): Add function, returns list of next
12129         nodes.
12130
12131 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mail-source.el (mail-source-directory): Fix doc-string.
12134
12135 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12136
12137         * assistant.el (assistant-render-text, assistant-eval): Add :set
12138         widget type, which is different because it takes and returns a
12139         list.  Much hilarity ensues.
12140
12141 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12144
12145         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12146         doc-string.
12147
12148         * gnus-start.el (gnus-activate-group): Added doc-string.
12149
12150 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12153
12154 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12155
12156         * assistant.el (assistant-render-text): Try to add a :set
12157         widget, more to come.
12158
12159         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12160         strings.
12161         (spam-report-articles-resend)
12162         (spam-register-routine): Do registration iff any articles warrant
12163         it.
12164         (spam-summary-prepare-exit): Change log message for nil group
12165         destinations.
12166
12167 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12168
12169         * spam.el (spam-report-resend-register-routine): Allow
12170         spam-report-resend-to to be a group parameter or a global value.
12171
12172 2004-05-26  Simon Josefsson  <jas@extundo.com>
12173
12174         * starttls.el: Merge with my GNUTLS based starttls.el.
12175         (starttls-gnutls-program, starttls-use-gnutls)
12176         (starttls-extra-arguments, starttls-process-connection-type)
12177         (starttls-connect, starttls-failure, starttls-success): New
12178         variables.
12179         (starttls-program, starttls-extra-args): Doc fix.
12180         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12181         functions.
12182         (starttls-negotiate, starttls-open-stream): Check
12183         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12184         function if it is set.
12185
12186 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12189         structured fields.
12190
12191 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12194
12195 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12198         variable.
12199         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12200         assigning the spam-mark to new messages.
12201
12202 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12203
12204         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12205
12206 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12209
12210         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12211         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12212         default.
12213
12214 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12215
12216         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12217         correct data.
12218
12219 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12220
12221         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12222         (spam-group-processor-p): Fix function.
12223         (spam-group-processor-multiple-p)
12224         (spam-group-spam-processor-report-gmane-p)
12225         (spam-group-spam-processor-report-resend-p)
12226         (spam-group-spam-processor-bogofilter-p)
12227         (spam-group-spam-processor-blacklist-p)
12228         (spam-group-spam-processor-ifile-p)
12229         (spam-group-ham-processor-ifile-p)
12230         (spam-group-spam-processor-spamoracle-p)
12231         (spam-group-spam-processor-crm114-p)
12232         (spam-group-ham-processor-bogofilter-p)
12233         (spam-group-spam-processor-stat-p)
12234         (spam-group-ham-processor-stat-p)
12235         (spam-group-ham-processor-whitelist-p)
12236         (spam-group-ham-processor-BBDB-p)
12237         (spam-group-ham-processor-spamoracle-p)
12238         (spam-group-ham-processor-copy-p): Remove functions with some
12239         prejudice against unneeded code.
12240         (spam-report-articles-resend)
12241         (spam-report-resend-register-routine): Allow the group/topic
12242         spam-resend-to value to override spam-report-resend-to.
12243         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12244         properly now.
12245
12246         * gnus.el (spam-resend-to): Add group/topic parameter.
12247         (spam-process): Move the OBSOLETE processors to the end of the
12248         choices.
12249
12250 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12251
12252         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12253         with resend-to set to nil, and then ask the user if necessary.
12254         (spam-report-resend): spam-report-resend takes a list of articles, not
12255         separate article numbers.
12256
12257 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12260         addition to emacs-w3m.
12261
12262 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12263
12264         * assistant.el (assistant-authinfo-data): New function.
12265         (assistant-eval): Eval for entire assistant.
12266
12267         * netrc.el (netrc-services-file): New variable.
12268         (netrc-parse-services): New function.
12269         (netrc-find-service-name): New function.
12270         (netrc-find-service-number): New function.
12271         (netrc-port-equal): New function.
12272         (netrc-machine): Use it.
12273
12274         * nnimap.el (nnimap-open-connection): Use netrc.
12275
12276         * gnus-util.el (gnus-netrc-get): Remove aliases.
12277
12278         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12279
12280         * assistant.el (wid-edit): Fix compilation.
12281
12282         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12283
12284 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12285
12286         * gnus-util.el (gnus-set-file-modes): New function.  (small
12287         patch).
12288
12289 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12292
12293         * assistant.el (assistant-render-node): Fix up rendering and
12294         read-only text.
12295         (assistant-render-node): Reset.
12296         (assistant-make-read-only): Not sticky.
12297
12298 2004-05-20  Danny Siu  <dsiu@adobe.com>
12299
12300         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12301         centered even when gnus-auto-center-summary is t
12302
12303 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * dns.el (dns-get-txt-answer): New function.
12306         (dns-read-txt): Ditto.
12307         (query-dns): Use it.
12308
12309 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12312         active for foreign groups even if the group level is higher than
12313         the specified value.
12314
12315 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12316
12317         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12318         non-active groups.
12319
12320         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12321
12322 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12323
12324         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12325
12326 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12327
12328         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12329         (spam-crm114-header, spam-crm114-spam-switch)
12330         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12331         (spam-crm114-positive-spam-header)
12332         (spam-crm114-database-directory, spam-list-of-processors)
12333         (spam-group-spam-processor-crm114-p)
12334         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12335         (spam-generic-score, spam-list-of-checks)
12336         (spam-list-of-statistical-checks, spam-registration-functions)
12337         (spam-check-crm114-headers, spam-crm114-score)
12338         (spam-check-crm114, spam-crm114-register-with-crm114)
12339         (spam-crm114-register-spam-routine)
12340         (spam-crm114-unregister-spam-routine)
12341         (spam-crm114-register-ham-routine)
12342         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12343         asjo@koldfront.dk (Adam Sjøgren).
12344
12345         * gnus.el: Add spam-use-crm114.
12346
12347         * spam.el (spam-list-of-processors, spam-registration-functions):
12348         Add spam-use-resend.
12349         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12350         (spam-report-articles-gmane): Add doc fix.
12351         (spam-report-articles-resend, spam-report-resend-register-routine):
12352         Add wrappers around spam-report-resend-to.
12353
12354         * spam-report.el (spam-report-resend-to, spam-report-resend):
12355         Add support for resending spam.
12356         (spam-report-gmane): Fix line length >80.
12357
12358         * gnus.el (spam-process): Add spam-use-resend.
12359
12360 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12361
12362         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12363         number of processed spam messages.
12364         (spam-ham-copy-or-move-routine): Return the number of processed
12365         ham messages.
12366         (spam-summary-prepare-exit): Use the above values to decide
12367         whether status messages shouled be displayed.
12368
12369 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12372         `rfc2047-encoding-function-alist' in order to avoid conflicting
12373         with the old version.
12374         (rfc2047-encode-region): Concatenate words containing non-ASCII
12375         characters in structured fields; don't encode space-delimited
12376         ASCII words even in unstructured fields; don't break words at
12377         char-category boundaries.
12378         (rfc2047-encode-1): New function.
12379         (rfc2047-encode): Use it; encode text so that it occupies the
12380         maximum width within 76-column; work correctly on Q encoding for
12381         iso-2022-* charsets.
12382         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12383         sure not to break a line just after the header name.
12384         (rfc2047-b-encode-region): Removed.
12385         (rfc2047-b-encode-string): New function.
12386         (rfc2047-q-encode-region): Removed.
12387         (rfc2047-q-encode-string): New function.
12388
12389         * mm-util.el (mm-replace-in-string): New function.
12390
12391 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12392
12393         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12394         get it right.
12395         (gnus-inews-make-draft): Really.
12396
12397 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12398
12399         * nnmh.el (nnmh-request-list-1): Don't check the link count
12400         before descending.  (small patch)
12401
12402 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403
12404         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12405         stuff.
12406
12407         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12408         on real group name.
12409
12410         * gnus-art.el (gnus-signature-limit): Doc fix.
12411
12412         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12413
12414         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12415
12416 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12417
12418         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12419         isn't a string.
12420
12421 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422
12423         * gnus-draft.el (gnus-draft-send): Bind
12424         rfc2047-encode-encoded-words.
12425
12426         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12427         (rfc2047-encodable-p): Say that =? needs encoding.
12428         (rfc2047-encode-encoded-words): New variable.
12429
12430         * gnus-group.el (gnus-group-select-group): Doc fix.
12431
12432         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12433
12434         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12435         to nil.
12436
12437         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12438
12439         * nnheader.el (nnheader-get-lines-and-char): New function.
12440
12441 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-msg.el (gnus-summary-followup-with-original): Document
12444         yanking of region when active.
12445
12446 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12449         groups if the group level is higher than the specified value.
12450
12451 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12454         (gnus-group-jump-to-group): Added prefix argument using
12455         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12456         non-active group.
12457
12458         * compface.el (uncompface): Be verbose when changing
12459         `uncompface-use-external'.
12460
12461         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12462         handle manual section.
12463
12464 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * gnus-art.el (gnus-button-alist): Revert previous change.
12467
12468 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12471
12472 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12473
12474         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12475         whether backend can accept message.
12476
12477         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12478
12479 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12480
12481         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12482         Avoid creating directory when nntp-marks-is-evil is true.
12483         Reported by Reiner Steib.
12484
12485 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-picon.el (gnus-picon-style): New variable.
12488         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12489         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12490         Jesper Harder <harder@ifa.au.dk>.
12491
12492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493
12494         * message.el (message-fill-field): Return point.
12495         (message-generate-headers): Go to end of field.
12496
12497         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12498         stuff for non-living groups.
12499
12500 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12501
12502         * gnus-art.el (gnus-article-followup-with-original)
12503         (gnus-article-reply-with-original): gnus-mark-active-p ->
12504         gnus-region-active-p.
12505
12506 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12509         only when there is spam or ham to be processed.
12510
12511 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * mail-source.el (mail-source-delete-crash-box): Refactor.
12514         (mail-source-fetch): Use it.
12515         (mail-source-fetch-file): Ditto.
12516         (mail-source-fetch-directory): Run postscript in loop.
12517         (mail-source-fetch-pop): Delete.
12518         (mail-source-fetch-maildir): Ditto.
12519         (mail-source-fetch-imap): Ditto.
12520
12521         * imap.el (imap-authenticators): Comment out sasl.
12522
12523         * message.el (message-skip-to-next-address): New function.
12524         (message-fill-header-address): Refactor.
12525         (message-fill-address): Use it.
12526         (message-delete-address): Use it.
12527         (message-fill-header-general): Refactor.
12528         (message-fill-field-address): Rename.
12529         (message-narrow-to-field): Find the start of the header.
12530         (message-header-format-alist): Don't pre-fill.
12531         (message-fill-header): Removed.
12532         (message-insert-header): New function.
12533         (message-shorten-references): Use it.
12534
12535         * rfc2047.el (rfc2047-field-value): Strip props.
12536
12537         * mail-parse.el (mail-header-make-address): New alias.
12538
12539         * ietf-drums.el (ietf-drums-make-address): New function.
12540
12541         * imap.el: Add compiler directives.
12542
12543         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12544
12545         * gnus-art.el (article-decode-idna-rhs): Don't use
12546         message-idna-inside-rhs-p.
12547
12548 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * message.el (message-idna-inside-rhs-p): Removed.
12551         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12552
12553         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12554         false positives.
12555
12556 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12557
12558         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12559
12560 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * nneething.el (nneething-file-name): Don't create spurious
12563         files.
12564
12565         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12566         (gnus-inews-do-gcc): Remove sleep.
12567
12568         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12569         part under point.
12570
12571         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12572         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12573
12574 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * spam.el (spam-summary-prepare-exit): Fixed (length).
12577
12578 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12579
12580         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12581         as expired without moving it" message when there are spam
12582         messages left.
12583
12584 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12585
12586         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12587         header is not nil.
12588
12589 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12590
12591         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12592         nntp-possibly-create-directory, not nntp-possibly-change-group.
12593         (nntp-marks-changed-p): New arg SERVER.
12594         (nntp-request-update-info): Adjust caller.
12595
12596 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12597
12598         * nntp.el (nntp-save-marks): Pass missing arg.
12599
12600 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12601
12602         * nntp.el: Support marks.
12603         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12604         (nntp-marks-modtime, nntp-marks-directory): New variables.
12605         (nntp-request-set-mark, nntp-request-update-info)
12606         (nntp-possibly-create-directory, nntp-marks-changed-p)
12607         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12608         functions.
12609
12610 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12611
12612         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12613         (gnus-xmas-redefine): Rename.
12614
12615         * gnus-score.el (gnus-score-insert-help): Use
12616         gnus-select-lowest-window.
12617
12618         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12619         appt-select-lowest-window and rename to gnus-select-lowest-window.
12620
12621         * gnus.el: do.
12622
12623 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12624
12625         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12626         encodings of MIME-encoded words, in order to improve
12627         interoperability with several broken MUAs.
12628
12629 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12630
12631         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12632         tags, only when charsets are not specified in headers.
12633         (mm-inline-text-html-render-with-w3m): Ditto.
12634
12635         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12636         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12637
12638 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12639
12640         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12641         instead of MIME-decoded from fields when checking
12642         `gnus-article-address-banner-alist'.
12643
12644 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12645
12646         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12647         description rather than subject.
12648
12649 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12650
12651         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12652
12653 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus.el (gnus-version-number): Bump.
12656
12657 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12658
12659         * gnus.el: No Gnus v0.2 is released.
12660
12661 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12662
12663         * gnus-agent.el (gnus-agent-read-agentview): Inline
12664         gnus-uncompress-range.
12665
12666 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12667
12668         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12669         `exec-installed-p'.
12670
12671 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12672
12673         * gnus.el (spam-process, spam-autodetect-methods): Add
12674         bsfilter and bsfilter-headers.
12675
12676         * spam.el (spam-bsfilter): New customize group.
12677         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12678         (spam-bsfilter-header, spam-bsfilter-probability-header)
12679         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12680         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12681         (spam-bsfilter-database-directory): New options.
12682         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12683         (spam-list-of-statistical-checks, spam-registration-functions):
12684         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12685         (spam-bsfilter-score): New command.
12686         (spam-check-bsfilter-headers, spam-check-bsfilter)
12687         (spam-bsfilter-register-with-bsfilter)
12688         (spam-bsfilter-register-spam-routine)
12689         (spam-bsfilter-unregister-spam-routine)
12690         (spam-bsfilter-register-ham-routine)
12691         (spam-bsfilter-unregister-ham-routine): New functions.
12692         (spam-generic-score): Support bsfilter; Accept an optional argument
12693         to recalcurate spam score even if scoring header has already been
12694         added.
12695         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12696         optional argument to recalcurate spam score even if scoring header
12697         has already been added.
12698
12699 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12700
12701         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12702         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12703         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12704         link is missing.
12705
12706 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12707
12708         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12709         (html2text-get-attr): Rewrite.
12710
12711         * message.el (message-setup-1): Remove redundant put-text-property
12712         on mail-header-separator.
12713
12714 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12715
12716         * gnus-registry.el (gnus-registry-cache-whitespace)
12717         (gnus-registry-action, gnus-registry-spool-action)
12718         (gnus-registry-split-fancy-with-parent): Change message levels
12719         from 5 to 3 or 7, as needed.
12720
12721         * spam.el (spam-summary-prepare-exit)
12722         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12723         (spam-split, spam-find-spam, spam-log-undo-registration)
12724         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12725         level from 5 to 6.
12726
12727 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12730         2004-03-04 change).
12731
12732 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12733
12734         * sieve-manage.el (sieve-manage-open):
12735         * nnweb.el (nnweb-insert-html):
12736         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12737         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12738         * nnspool.el (nnspool-request-group):
12739         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12740         * nnml.el (nnml-request-update-info):
12741         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12742         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12743         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12744         (nnimap-request-set-mark):
12745         * nnfolder.el (nnfolder-request-update-info):
12746         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12747         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12748         * gnus-uu.el (gnus-uu-find-articles-matching):
12749         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12750         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12751         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12752         * gnus-nocem.el (gnus-nocem-scan-groups):
12753         * gnus-int.el (gnus-start-news-server):
12754         * gnus-group.el (gnus-group-make-kiboze-group)
12755         (gnus-group-browse-foreign-server):
12756         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12757         Use mapc when appropriate.
12758
12759 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12760
12761         FIXME: Make separate entries for each person.
12762
12763         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12764         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12765         <shields@msrl.com>:
12766
12767         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12768         may need for spam sorting and scoring.
12769         (spam-user-format-function-S): Add user format function suitable for
12770         general use.
12771         (spam-article-sort-by-spam-status): Add sorting function for summary
12772         sorting.
12773         (spam-extra-header-to-number): Add function to get a score from a
12774         header.
12775         (spam-summary-score): Add function to  get a numeric score from the
12776         headers.
12777         (spam-generic-score): Fix function doc, was in wrong place.
12778         (spam-initialize): Take symbols when it's run, and install the
12779         extra headers that spam-necessary-extra-headers thinks we need.
12780
12781 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12784         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12785
12786 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12787
12788         * gnus-sum.el (gnus-set-global-variables)
12789         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12790         (gnus-article-get-xrefs, gnus-summary-best-group)
12791         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12792         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12793         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12794         Use with-current-buffer.
12795
12796 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12797
12798         * spam.el (spam-summary-prepare-exit): Simplify logic.
12799         (spam-fetch-article-header): Read the article header if it's not
12800         available.
12801         (spam-list-articles): Simplify logic.
12802         (spam-filelist-register-routine): Fix bug with unregister-list.
12803
12804         * gnus-registry.el: Fix comments at beginning.
12805
12806 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12807
12808         * message.el (message-cater-to-broken-inn): Remove.
12809         (message-shorten-references): Make sure the total folded length of
12810         References is shorter than 998 characters to cater to a bug in INN
12811         2.3.  Also, don't pretend that references aren't folded -- this
12812         hasn't worked for a while.
12813
12814 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12815
12816         * gnus-agent.el (gnus-agentize):
12817         gnus-agent-send-mail-real-function no longer set to current value
12818         of message-send-mail-function but rather a lambda that calls
12819         message-send-mail-function.  The change makes the agent real-time
12820         responsive to user changes to message-send-mail-function.
12821
12822 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12823
12824         * legacy-gnus-agent.el
12825         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12826         help from Florian Weimer <fw@deneb.enyo.de>
12827
12828 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * nnmail.el (nnmail-cache-insert): Revert last change.
12831
12832 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * nnmail.el (nnmail-cache-insert): Always check whether
12835         nnmail-cache-ignore-groups matches a group name.
12836
12837 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12838
12839         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12840         (spam-find-spam, spam-log-processing-to-registry)
12841         (spam-log-registered-p, spam-log-unregistration-needed-p)
12842         (spam-log-undo-registration): Use gnus-message instead of
12843         gnus-error, none of these errors are fatal.
12844
12845         * gnus-registry.el (gnus-registry-clean-empty-function)
12846         (gnus-registry-clean-empty): Remove only empty entries without
12847         extra data.
12848
12849 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * spam-stat.el (spam-stat-buffer-change-to-spam)
12852         (spam-stat-buffer-change-to-non-spam): Change (error) to
12853         (gnus-message 8) invocation.
12854
12855 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * nntp.el (nntp-via-netcat-command): New variable.
12858         (nntp-via-netcat-switches): New variable.
12859         (nntp-open-via-rlogin-and-netcat): New function.
12860         (nntp-open-connection-function): Doc fix.
12861         (nntp-telnet-command): Doc fix.
12862         (nntp-end-of-line): Doc fix.
12863         (nntp-via-rlogin-command): Doc fix.
12864         (nntp-via-user-name): Doc fix.
12865         (nntp-via-address): Doc fix.
12866
12867 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12870         error in Emacs 21.1.
12871
12872 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12875
12876 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12877
12878         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12879         (gnus-agent-with-refreshed-group): New macro.
12880         (gnus-agent-rename-group): New function.
12881         (gnus-agent-delete-group): New function.
12882         (gnus-agent-save-group-info): Use gnus-command-method when
12883         `method' parameter is nil.  Don't write nil entries into the
12884         active file.
12885         (gnus-agent-get-group-info): New function.
12886         (gnus-agent-fetch-articles): Use
12887         gnus-agent-update-files-total-fetched-for to increment disk space
12888         used.
12889         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12890         gnus-agent-update-view-total-fetched-for to increment disk space
12891         used.
12892         (gnus-agent-get-local): Added optional parameters to avoid calling
12893         gnus-group-real-name and gnus-find-method-for-group.
12894         (gnus-agent-set-local): Delete stored entry if either min, or max,
12895         are nil.
12896         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12897         quit, use gnus-agent-regenerate-group to record existance of any
12898         articles fetched to disk before the quit occurred.
12899         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12900         gnus-agent-update-view-total-fetched-for, and
12901         gnus-agent-update-files-total-fetched-for to decrement disk space
12902         used.
12903         (gnus-agent-retrieve-headers): Use
12904         gnus-agent-update-view-total-fetched-for to increment disk space
12905         used.
12906         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12907         with gnus-agent-update-files-total-fetched-for to decrement disk
12908         space and fresh group buffer.
12909         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12910         (gnus-agent-need-update-total-fetched-for): New variable.
12911         (gnus-agent-update-files-total-fetched-for): New function.
12912         (gnus-agent-update-view-total-fetched-for): New function.
12913         (gnus-agent-total-fetched-for): New function.
12914
12915         * gnus-cache.el (gnus-cache-save-buffers): Use
12916         gnus-cache-update-overview-total-fetched-for to change disk space
12917         used by this group.
12918         (gnus-cache-possibly-enter-article): Use
12919         gnus-cache-update-file-total-fetched-for to increment disk space
12920         used by this group.
12921         (gnus-cache-possibly-remove-article): Use
12922         gnus-cache-update-file-total-fetched-for to decrement disk space
12923         used by this group.
12924         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12925         (gnus-cache-rename-group): New function.
12926         (gnus-cache-delete-group): New function.
12927         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12928         (gnus-cache-need-update-total-fetched-for): New variable.
12929         (gnus-cache-with-refreshed-group): New macro.
12930         (gnus-cache-update-file-total-fetched-for): New function.
12931         (gnus-cache-update-overview-total-fetched-for): New function.
12932         (gnus-cache-rename-group-total-fetched-for): New function.
12933         (gnus-cache-delete-group-total-fetched-for): New function.
12934         (gnus-cache-total-fetched-for): New function.
12935
12936         * gnus-group.el: Require gnus-sum and autoload functions to
12937         resolve warnings when gnus-group.el compiled alone.
12938         (gnus-group-line-format): Documented new %F
12939         (size of Fetched data) group line format; identifies disk space
12940         used by agent and cache.
12941         (gnus-group-line-format-alist): Defined new F format.
12942         (gnus-total-fetched-for): New function.
12943         (gnus-group-delete-group): No longer update
12944         gnus-cache-active-altered as gnus-request-delete-group now keeps
12945         the cache in sync.
12946         (gnus-group-list-active): Let the agent store a server's active
12947         list if currently plugged.
12948
12949         * gnus-int.el (gnus-request-delete-group):
12950         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12951         local disk in sync with the server.
12952         (gnus-request-rename-group):
12953         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12954         local disk in sync with the server.
12955
12956         * gnus-start.el (gnus-get-unread-articles):
12957         Cosmetic simplification to logic.
12958
12959         * gnus-util.el (gnus-rename-file): New function.
12960
12961 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12962
12963         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12964
12965 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12966
12967         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12968         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12969
12970 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12971
12972         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12973         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12974
12975 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12978
12979 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-set-difference): Add function to replace
12982         gnus-set-difference in spam.el.
12983         (spam-summary-prepare-exit): Use spam-set-difference.
12984
12985 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * gnus-registry.el (gnus-registry-cache-file): Update to use
12988         gnus-dribble-directory OR gnus-home-directory OR ~.
12989         (gnus-registry-split-fancy-with-parent): Fix doc.
12990
12991 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * message.el (message-exchange-point-and-mark): Use
12994         message-mark-active-p.  Suggested by Jesper Harder
12995         <harder@ifa.au.dk>.
12996
12997 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * message.el (message-exchange-point-and-mark): Don't activate
13000         region if it was inactive.  Suggested by Hiroshi Fujishima
13001         <pooh@nature.tsukuba.ac.jp>.
13002
13003 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-art.el (article-display-face): Display Faces in the same
13006         order as X-Faces.
13007
13008 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13011
13012 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13015         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13016         (gnus-article-mime-hierarchy): Remove.
13017         (gnus-article-mime-hierarchy-next): Remove.
13018         (gnus-article-mode): Revert 2004-03-19 change.
13019         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13020         (gnus-insert-mime-button): Revert 2004-03-19 change.
13021         (gnus-mime-accumulate-hierarchy): Remove.
13022         (gnus-mime-enter-multipart): Remove.
13023         (gnus-mime-leave-multipart): Remove.
13024         (gnus-mime-display-part): Revert 2004-03-19 change.
13025         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13026
13027         * mml.el (mml-preview): Revert 2004-03-19 change.
13028
13029 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13030
13031         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13032
13033 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13036         t while entering a file name using the mm-with-multibyte macro.
13037         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13038
13039         * mm-util.el (mm-with-multibyte): New macro.
13040
13041 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13044         user option.
13045         (gnus-mime-multipart-functions): Doc and customization fix.
13046         (gnus-article-mime-hierarchy): New variable.
13047         (gnus-article-mime-hierarchy-next): New variable.
13048         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13049         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13050         gnus-article-mime-hierarchy-next to nil.
13051         (gnus-insert-mime-button): Show hierarchy numbers.
13052         (gnus-mime-accumulate-hierarchy): New function.
13053         (gnus-mime-enter-multipart): New function.
13054         (gnus-mime-leave-multipart): New function.
13055         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13056         (gnus-mime-display-alternative): Show hierarchy numbers.
13057
13058         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13059         gnus-article-mime-hierarchy-next to nil.
13060
13061 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13062
13063         * dns.el: Don't require gnus-xmas.
13064
13065 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13066
13067         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13068         inline PGP.
13069         (mml-menu): Disable mml-quote-region if mark is inactive.
13070
13071 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13074         when the group's active is not available.
13075
13076 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13079         error.
13080
13081 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * imap.el (imap-store-password): New variable.
13084         (imap-interactive-login): Use it.
13085         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13086
13087 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13090         window-start and hscroll to summary window.
13091
13092 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13093
13094         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13095         conversion message to newsrc-dribble when an actual conversion is
13096         performed.
13097
13098 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13099
13100         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13101
13102 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * mm-decode.el (mm-complicated-handles): New function reviving
13105         former definition of mm-multiple-handles.
13106
13107         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13108         (gnus-mime-delete-part): Use it.
13109
13110 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13111
13112         * gnus-agent.el (gnus-agent-read-local): Bind
13113         nnheader-file-coding-system to gnus-agent-file-coding-system to
13114         avoid the implicit assumption that they will always be equal.
13115         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13116         coding-system-for-write, as the with-temp-file macro first prints
13117         to a buffer then saves the buffer.
13118
13119 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-article-edit-part): New function.
13122         (gnus-mime-save-part-and-strip): Use it; do query instead of
13123         signaling an error; don't use mm-multiple-handles.
13124         (gnus-mime-delete-part): Ditto.
13125
13126 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13127
13128         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13129         old file versions.
13130         (gnus-group-prepare-hook): Removed function that converted list
13131         form of gnus-agent-expire-days to group properties.
13132
13133         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13134         (gnus-request-accept-article): Re-indented.
13135
13136         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13137         converters to handle old agent file formats.  Added logic for a
13138         "backup before upgrading warning".
13139         (gnus-convert-mark-converter-prompt): Developers can mark
13140         functions as needing (default), or not needing,
13141         gnus-convert-old-newsrc's "backup before upgrading warning".
13142         (gnus-convert-converter-needs-prompt): Tests whether the user
13143         should be protected from potentially irreversable changes by the
13144         function.
13145
13146         * legacy-gnus-agent.el: New.  Provides converters that are only
13147         loaded when gnus-convert-old-newsrc needs to call them.
13148
13149 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mail-source.el (mail-source-touch-pop): Doc fix.
13152
13153         * message.el (message-smtpmail-send-it): Doc fix.
13154
13155 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13156
13157         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13158
13159         * nnmail.el (nnmail-split-fancy): do.
13160
13161         * gnus-kill.el (gnus-kill, gnus-execute): do.
13162
13163 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13164
13165         * gnus-sum.el (gnus-widget-reversible-match)
13166         (gnus-widget-reversible-to-internal)
13167         (gnus-widget-reversible-to-external): New functions.
13168         (gnus-widget-reversible): New widget.
13169         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13170
13171 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13172
13173         * gnus-sum.el (gnus-thread-sort-functions)
13174         (gnus-article-sort-functions): Document `(not F)' items.
13175
13176 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13177
13178         * spam.el (spam-use-gmane-xref): Add new backend.
13179         (spam-gmane-xref-spam-group): Add variable to control the name of the
13180         Gmane spam group.
13181         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13182         (spam-regex-headers-spam, spam-regex-headers-ham)
13183         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13184         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13185         backends and checks.
13186         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13187
13188         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13189         an autodetect method.
13190
13191 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13192
13193         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13194         articles are being added to a group.
13195         (gnus-request-replace-article): Inform the agent that articles
13196         need to be uncached as the cached contents are no longer valid.
13197
13198 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * binhex.el: Don't autoload executable-find.
13201
13202         * canlock.el: Don't autoload mail-fetch-field.
13203
13204         * dgnushack.el: Autoload c-mode for XEmacs.
13205
13206         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13207
13208         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13209         rmail-dont-reply-to and rmail-output.
13210
13211         * gnus-score.el: Don't autoload ffap-string-at-point.
13212
13213         * gnus-setup.el: Don't autoload sc-cite-original.
13214
13215         * imap.el: Don't autoload base64-decode-string,
13216         base64-encode-string and md5.
13217
13218         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13219         and rmail-msg-restore-non-pruned-header.
13220
13221         * mm-decode.el: Don't autoload executable-find.
13222
13223         * mm-url.el: Don't autoload executable-find.
13224
13225         * mm-view.el: Don't autoload diff-mode.
13226
13227         * nndb.el: Don't autoload news-reply-mode, news-setup,
13228         cancel-timer and telnet.
13229
13230         * password.el: Don't autoload run-at-time for Emacs.
13231
13232         * sha1-el.el: Don't autoload executable-find.
13233
13234         * sieve-mode.el: Don't autoload c-mode.
13235
13236         * uudecode.el: Don't autoload executable-find.
13237
13238 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13239
13240         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13241         (gnus-agent-possibly-alter-active): Avoid null in numeric
13242         comparison.
13243         (gnus-agent-set-local): Refuse to save null in local object table.
13244         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13245         list of articles that will be marked as unread.
13246
13247 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13250
13251 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13252
13253         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13254         language tags.
13255
13256 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13257
13258         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13259         Don't bind "obarray".
13260
13261         * gnus-sum.el (gnus-thread-sort-functions): Added
13262         `gnus-thread-sort-by-most-recent-number' and
13263         `gnus-thread-sort-by-most-recent-date'.
13264         Reported by Kai Grossjohann <kai@emptydomain.de>.
13265
13266 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13269
13270 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13271
13272         * gnus-cus.el (gnus-agent-customize-category): Removed
13273         ignore-errors macro reference that required cl to be loaded at
13274         run-time.
13275
13276         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13277         single-interval range of the form (min . max).  Previously the
13278         range had to look like ((min . max)).  Likewise, return
13279         (min . max) rather than ((min . max)).
13280         (gnus-range-map): Use gnus-range-normalize to accept
13281         single-interval range.
13282
13283         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13284         the cache, but not the agent, now appear with their usual face.
13285
13286         * dgnushack.el (loaddir): New variable that is bound to the
13287         directory containing the dgnushack.el file. Use loaddir, rather
13288         than srcdir, to update load-path. Change lets dgnushack compile
13289         code in directories other than GNUS/lisp.
13290
13291 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * lpath.el: Don't bind w3m-safe-url-regexp.
13294
13295         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13296         w3m-safe-url-regexp variable buffer-local.
13297
13298         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13299
13300 2004-02-27  Simon Josefsson  <jas@extundo.com>
13301
13302         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13303         gnus-group-real-prefix.
13304         (gnus-summary-move-article): Use it, instead of
13305         gnus-group-real-prefix.
13306
13307 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * lpath.el: Bind w3m-safe-url-regexp.
13310
13311         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13312         w3m-safe-url-regexp variable buffer-local and set it as the value
13313         of mm-w3m-safe-url-regexp.
13314
13315         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13316
13317         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13318         parsing gnus-posting-styles when the message is not for replying.
13319
13320         * dgnushack.el: Autoload sgml-mode for XEmacs.
13321
13322         * nnrss.el (nnrss-opml-export): Use
13323         mm-set-buffer-file-coding-system instead of
13324         set-buffer-file-coding-system.
13325
13326 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13327
13328         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13329         of checkdoc.el).
13330         * nnrss.el: do.
13331         * gnus-mlspl.el: do.
13332         * gnus-ml.el: do.
13333         * gnus-srvr.el: do.
13334
13335         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13336
13337 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13338
13339         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13340         Corrections to custom-manual links.
13341
13342         * gnus-art.el (gnus-article): Ditto.
13343
13344         * mm-decode.el (mime-display, mime-security): Ditto.
13345
13346 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13347
13348         * flow-fill.el: Typo.
13349
13350 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13351
13352         * spam-wash.el: New file.
13353
13354 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13355
13356         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13357
13358 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13361         to be run with new-articles as LIST1, not LIST2.
13362         (spam-registration-functions): Add spam-use-ham-copy as a nil
13363         registration backend.
13364
13365 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13366
13367         * spam-stat.el (spam-stat-washing-hook): New option.
13368         (spam-stat-buffer-words): Use it.
13369         (spam-stat-process-directory, spam-stat-test-directory): Use
13370         insert-file-contents-literally.
13371         (spam-stat-coding-system): New variable.
13372         (spam-stat-load, spam-stat-save): Use it.
13373
13374 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * spam-report.el (spam-report-plug-agent): Quote
13377         spam-report-url-to-file and spam-report-url-ping-plain.
13378
13379 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13382         / in mailto URLs.
13383
13384 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * spam-report.el (spam-report-process-queue): Fix interactive use.
13387         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13388         (spam-report-unplug-agent): Doc fixes.
13389         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13390         (spam-report-agentize, spam-report-deagentize): Autoload
13391
13392 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13395
13396         * message.el (message-setup-fill-variables): Add mml tags to
13397         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13398         <ajk@iu.edu>.
13399         (message-mode): Don't modify paragraph-separate there.
13400
13401 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * compface.el (uncompface-use-external): Default to undecided.
13404         (uncompface-use-external-threshold): New variable.
13405         (uncompface-float-time): New macro.
13406         (uncompface): Determine whether to use the external decoder if
13407         uncompface-use-external is undecided.
13408
13409 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13412         after images.
13413
13414         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13415
13416 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13417
13418         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13419
13420         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13421
13422         * gnus-sum.el (gnus-summary-limit-to-age)
13423         (gnus-summary-limit-children): do.
13424
13425         * gnus-int.el (gnus-request-scan): do.
13426
13427         * gnus-group.el (gnus-group-suspend): do.
13428
13429         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13430
13431         * gnus-cite.el (gnus-cite-parse-attributions): do.
13432
13433         * gnus-agent.el (gnus-summary-set-agent-mark)
13434         (gnus-agent-regenerate-group): do.
13435
13436         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13437
13438         * binhex.el (binhex-decode-region-internal): do.
13439
13440 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-fun.el (gnus-face-properties-alist): New user option.
13443         (gnus-display-x-face-in-from): Use it.
13444
13445         * gnus-art.el (article-display-face): Ditto.
13446
13447         * compface.el (uncompface-use-external): Default to nil.
13448
13449 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13450
13451         * nntp.el (nntp-erase-buffer): New function.
13452         (nntp-retrieve-data, nntp-send-command)
13453         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13454         (nntp-possibly-change-group): Use it.
13455
13456         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13457         with-current-buffer.
13458
13459 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13460
13461         * compface.el: Merge the ELisp-based uncompface program.
13462         (compface): New customization group.
13463         (uncompface-use-external): New user option.
13464         (uncompface): Call uncompface-internal if uncompface-use-external
13465         is nil.
13466         (uncompface-internal): New function.  Note that there are also
13467         some other functions and variables added for this function.
13468
13469 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13470
13471         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13472         if necessary.
13473
13474 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * spam-report.el (spam-report-unplug-agent)
13477         (spam-report-plug-agent, spam-report-deagentize)
13478         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13479         Add support for the Agent in spam-report: when unplugged, report to a
13480         file; when plugged, submit all the requests.
13481
13482         * spam.el (spam-register-routine): Fix message about
13483         registration.
13484
13485 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13486
13487         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13488         dependencies.
13489         (rfc2047-encode): Use it.
13490
13491         * gnus-art.el (gnus-button-marker-list): Move before first
13492         reference.
13493
13494         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13495         (imap-parse-body): Fix format string mismatch.
13496
13497         * gnus-score.el (gnus-summary-increase-score): do.
13498
13499         * nnrss.el (nnrss-close): New function.
13500
13501 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13502
13503         * nnrss.el (nnrss-make-filename): New function.
13504         (nnrss-request-delete-group, nnrss-read-server-data)
13505         (nnrss-save-server-data, nnrss-read-group-data)
13506         (nnrss-save-group-data): Use it.
13507         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13508         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13509         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13510
13511 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13512
13513         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13514
13515 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13516
13517         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13518         files.
13519
13520         * message.el (message-generate-headers-first): Don't quote nil
13521         and t in docstrings.
13522
13523         * imap.el (imap-id): do.
13524
13525         * gnus-agent.el (gnus-agent-consider-all-articles)
13526         (gnus-agent-queue-mail): do.
13527
13528 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * spam-report.el (spam-report-process-queue): New function.
13531         Process requests from `spam-report-requests-file'.
13532         (spam-report-process-queue): Doc fix.
13533
13534 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * spam.el (spam-register-routine)
13537         (spam-log-processing-to-registry, spam-log-registered-p)
13538         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13539         Change "check" to "spam-check" for semi-clarity.
13540
13541 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13542
13543         * pop3.el: Require nnheader.
13544
13545         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13546
13547         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13548
13549         * gnus-picon.el: Require cl.
13550
13551         * gnus-fun.el: Require gnus-ems and gnus-util.
13552
13553         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13554
13555         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13556
13557         * gnus-art.el (gnus-article-edit-mode): Define before first
13558         reference.
13559
13560 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13561
13562         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13563         (gnus-uu-post-encoded): Use point-at-bol.
13564
13565         * gnus-topic.el (gnus-group-active-topic-p): do.
13566
13567         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13568
13569         * gnus-group.el (gnus-group-kill-region): do.
13570
13571         * gnus-art.el (article-date-ut): do.
13572
13573         * message.el (message-fetch-field): Remove redundant
13574         case-fold-search binding.
13575         (message-narrow-to-field): Simplify.
13576
13577 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * spam.el (spam-directory): Derive from `gnus-directory'.
13580
13581         * spam-report.el (spam-report-url-to-file)
13582         (spam-report-requests-file): New function and variable for offline
13583         reporting.
13584         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13585         and user defined function.
13586         (spam-report-url-ping-mm-url): Remove doubled slash.
13587
13588 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13589
13590         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13591
13592 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13593
13594         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13595         format string mismatch.
13596
13597         * sieve.el (sieve-deactivate-all): do.
13598
13599         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13600
13601         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13602
13603         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13604
13605         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13606
13607 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13608
13609         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13610         the list of checks.
13611
13612 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13613
13614         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13615         padding.
13616
13617 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13618
13619         * mm-view.el (mm-fill-flowed): New variable.
13620         (mm-inline-text): Use it.
13621
13622 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * spam.el (spam-spamassassin-register-ham-routine)
13625         (spam-spamassassin-register-spam-routine): Fix function names.
13626
13627 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus.el (gnus-tmp-grouplens): Remove.
13630         (gnus-summary-line-format): Remove grouplens.
13631
13632         * gnus-group.el (gnus-group-line-format): Ditto.
13633
13634         * gnus-spec.el (gnus-format-specs): Ditto.
13635         (gnus-update-format-specifications): Flush the group format spec
13636         cache if there's the grouplens stuff.
13637         (gnus-parse-simple-format): Replace %l with the empty string.
13638
13639 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13640
13641         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13642         omission.
13643
13644 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13647         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13648
13649 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13650
13651         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13652         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13653         New macros and functions.
13654         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13655         Handle > NLINK_MAX messages.
13656         * nnmaildir.el (nnmaildir-request-set-mark): Use
13657         nnmaildir--emlink-p and nnmaildir--eexist-p.
13658
13659 2004-01-25  Alex Schroeder  <alex@gnu.org>
13660
13661         * spam-stat.el (spam-stat-process-directory-age): New option.
13662         (spam-stat-process-directory): Use it.
13663
13664 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13665
13666         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13667         (spam-stat-save): Accept prefix argument.
13668
13669 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13670
13671         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13672         links" error.
13673
13674 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13677         the rest of the and/or forms.
13678
13679 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13680
13681         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13682         compatibility with old .newsrc.eld files.
13683
13684         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13685
13686         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13687
13688         * gnus-start.el (gnus-1): do.
13689
13690         * gnus-group.el (gnus-group-line-format-alist): do.
13691
13692         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13693
13694         * gnus-gl.el: Remove.
13695
13696 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13697
13698         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13699         marks consisting of a single range {for example, (3 . 5)} rather
13700         than a list of a single range { ((3 . 5)) }.
13701
13702 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13703
13704         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13705         with-current-buffer.
13706         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13707         avoid consing a string.
13708
13709         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13710         Remove obsolete entries for big5 and gb2312.
13711
13712 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13713
13714         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13715         uncompressed list.
13716
13717 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13718
13719         * spam-stat.el (spam-stat-strip-xref): New function.
13720         (spam-stat-process-directory): Use it.
13721
13722         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13723         here -- it's done in message-fetch-field.
13724
13725 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13726
13727         * gnus-agent.el (gnus-agent-queue-mail)
13728         (gnus-agent-prompt-send-queue): New variables.
13729         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13730         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13731         "nndraft:queue" along to gnus-draft-send.  Use
13732         gnus-agent-prompt-send-queue.
13733         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13734         is "nndraft:queue".  Suggested by Gaute Strokkenes
13735         <gs234@srcf.ucam.org>
13736
13737         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13738         (agent-enable-undownloaded-faces): Added
13739         (gnus-agent-cat-groups): Use eval-and-compile, not
13740         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13741         method of gnus-agent-cat-groups even when the buffer has been
13742         evaled.
13743         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13744         delete gnus-agent-save-active-1.
13745         (gnus-agent-save-groups): Deleted.  Identical to
13746         gnus-agent-save-active.
13747         (gnus-agent-write-active): No longer adjust agent's copy of active
13748         file as agent's adjustments are now stored in their own
13749         file.  Removed optional parameter.
13750         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13751         servers.  Add use of min/max range limits from server's local
13752         file.
13753         (gnus-agent-save-alist): Removed unused optional argument.
13754         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13755         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13756         (gnus-agent-set-local): A per-server file that keeps min/max range
13757         limits for articles known to the agent.  Provides a fast mechanism
13758         for altering many active ranges.
13759         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13760         active file (local makes it unnecessary).
13761         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13762
13763         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13764         (agent-enable-undownloaded-faces): Added
13765
13766         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13767         disable it when sending to "nndraft:queue".
13768         (gnus-group-send-queue): Add safety check to avoid sending queue
13769         when unplugged.
13770
13771         * gnus-group.el (gnus-group-catchup): Use new
13772         gnus-sequence-of-unread-articles, not
13773         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13774         numbers of articles.  Use gnus-range-map to avoid having to
13775         uncompress the unread list.
13776         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13777         Fixed invalid ange-ftp reference.
13778
13779         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13780         (gnus-sorted-range-intersection): Intersection of two ranges
13781         without requiring that they first be uncompressed.
13782
13783         * gnus-start.el (gnus-activate-group): Unless blocked by the
13784         caller, possibly expand the active range to include both cached
13785         and agentized articles.
13786         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13787         multiple version-dependent converters.
13788         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13789         gnus-agent-save-active.
13790         (gnus-save-newsrc-file): Save dirty agent range limits.
13791
13792         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13793         gnus-agent-possibly-alter-active.
13794         (gnus-adjust-marked-articles): Faster handling of simple lists
13795
13796 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13797
13798         * spam-stat.el (spam-stat-test-directory): New optional argument
13799         displays a list of files detected.  Suggested by Andrew Cohen
13800         <cohen@andy.bu.edu>.
13801         (spam-stat-buffer-words-with-scores): Don't narrow and change
13802         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13803
13804 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13805
13806         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13807         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13808         (spam-spamassassin-arguments)
13809         (spam-spamassassin-spam-flag-header)
13810         (spam-spamassassin-positive-spam-flag-header)
13811         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13812         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13813         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13814         (spam-list-of-processors, spam-list-of-checks)
13815         (spam-list-of-statistical-checks, spam-registration-functions)
13816         (spam-check-spamassassin-headers, spam-check-spamassassin)
13817         (spam-spamassassin-score)
13818         (spam-spamassassin-register-with-sa-learn)
13819         (spam-spamassassin-register-spam-routine)
13820         (spam-spamassassin-register-ham-routine)
13821         (spam-assassin-register-spam-routine)
13822         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13823         (spam-bogofilter-score): Fix to show article before scoring.
13824
13825 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13826
13827         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13828         default scoring function.
13829         (spam-generic-score): Call spam-spamassassin-score if
13830         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13831         spam-bogofilter-score otherwise.
13832
13833         * gnus.el (spam-process, spam-autodetect-methods): Add
13834         spamassassin and spamassassin-headers.
13835
13836 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13837
13838         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13839         Suppress unnecessary messages.
13840
13841 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13842
13843         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13844         make-hash-table.
13845
13846 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * canlock.el (base64-encode-string): Don't autoload it.
13849
13850 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * run-at-time.el: Remove useless (require 'itimer),
13853         eval-and-compile and (featurep 'xemacs).
13854
13855 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13856
13857         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13858         GROUP is a virtual group.
13859
13860 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13861
13862         * gnus.el: Autoload `message-y-or-n-p'.
13863
13864 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13865
13866         * pgg-parse.el: Remove unnecessary (require 'custom).
13867
13868         * pgg-def.el: do.
13869
13870         * nnmail.el: do.
13871
13872         * gnus-undo.el: do.
13873
13874         * gnus-picon.el: do.
13875
13876         * gnus-util.el: do.
13877
13878 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13881
13882 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13885         handle, as well as a list.
13886
13887         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13888         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13889         (mm-w3m-cid-retrieve): Simplify.
13890
13891 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13892
13893         * message.el (message-kill-to-signature): Allow prefix arg to
13894         specify number of lines to keep before signature.
13895
13896 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13897
13898         (message-kill-to-signature): Change docstring.
13899
13900 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * canlock.el: Always require sha1-el.
13903         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13904
13905         * message.el: Autoload sha1 only when compiling.
13906
13907         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13908         eudc-expand-inline for XEmacs.
13909
13910 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * message.el (message-canlock-generate): Require sha1-el.
13913
13914 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13915
13916         * message.el (message-expand-name): Silence the byte compiler.
13917
13918         * lpath.el: Add detect-coding-system.
13919
13920         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13921         cus-edit.
13922
13923 2004-01-13  Simon Josefsson  <jas@extundo.com>
13924
13925         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13926         Invoke gnus-score-mode.  Reported by
13927         bojohan+news@dd.chalmers.se (Johan Bockgård).
13928
13929         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13930         Jim Blandy <jimb@redhat.com> (tiny change).
13931
13932 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13933
13934         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13935
13936 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam.el (spam-get-article-as-string): Update to use
13939         gnus-request-article-this-buffer, much simpler.
13940         (spam-get-article-as-buffer): Remove.
13941
13942 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13943
13944         * message.el (message-expand-name): Use EUDC if the user uses that.
13945
13946 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13947
13948         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13949         character for the encoding to avoid consing a string.
13950
13951         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13952         unnecessarily.
13953
13954         * mm-util.el (mm-replace-chars-in-string): Remove.
13955
13956         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13957         of mm-replace-chars-in-string.
13958
13959 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13960
13961         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13962
13963         * mm-util.el (mm-subst-char-in-string): Support inplace.
13964
13965         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13966         a new string in every iteration.  Use shy groups.
13967
13968 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13969
13970         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13971         * gnus-soup.el (gnus-soup-group-brew):
13972         * gnus-msg.el (gnus-put-message):
13973         * gnus-move.el (gnus-group-move-group-to-server):
13974         * gnus-kill.el (gnus-batch-score):
13975         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13976         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13977         (gnus-group-update-group, gnus-group-read-group)
13978         (gnus-group-make-group, gnus-group-make-help-group)
13979         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13980         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13981         (gnus-group-sort-by-unread, gnus-group-catchup)
13982         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13983         (gnus-group-yank-group, gnus-group-set-info)
13984         (gnus-group-list-groups):
13985         * gnus.el (gnus-generate-new-group-name):
13986         * gnus-delay.el (gnus-delay-send-queue):
13987         * nnvirtual.el (nnvirtual-catchup-group):
13988         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13989         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13990         (gnus-group-prepare-topics, gnus-topic-check-topology):
13991         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13992         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13993         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13994         (gnus-group-make-articles-read):
13995         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13996         (gnus-group-change-level, gnus-kill-newsgroup)
13997         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13998         (gnus-get-unread-articles, gnus-make-articles-unread)
13999         (gnus-make-ascending-articles-unread): Use accessor
14000         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14001         to get group information for improved readability.
14002
14003
14004 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14005
14006         * gnus-art.el (article-decode-mime-words, article-babel)
14007         (gnus-article-highlight-signature, gnus-article-add-buttons)
14008         (gnus-signature-toggle): Use gnus-with-article-buffer.
14009
14010         * gnus-art.el (gnus-article-highlight-headers)
14011         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14012
14013         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14014         (gnus-article-set-globals, gnus-request-article-this-buffer)
14015         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14016         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14017         (gnus-mime-display-alternative): Use with-current-buffer.
14018
14019 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14020
14021         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14022         also under 80 char limit, and call gnus-error if needed.
14023         (spam-fetch-article-header): Fix - it was a
14024         buffer-local variable (gnus-newsgroup-data).
14025         (spam-find-spam): Use spam-generate-fake-headers, forget about
14026         spam-insert-fake-headers.
14027         (spam-insert-fake-headers): Remove.
14028
14029 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14030
14031         * deuglify.el (gnus-article-outlook-unwrap-lines)
14032         (gnus-outlook-rearrange-article)
14033         (gnus-outlook-repair-attribution-outlook)
14034         (gnus-outlook-repair-attribution-block)
14035         (gnus-outlook-repair-attribution-other): Remove redundant
14036         save-excursion.
14037
14038 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14039
14040         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14041         (spam-fetch-field-subject-fast)
14042         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14043         (spam-fetch-article-header): Add functions to deal with Gnus
14044         internals for fast retrieval of article header data.
14045         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14046
14047 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14048
14049         * pop3.el (pop3-md5): Remove.
14050         (pop3-apop): Replace pop3-md5 with md5.
14051
14052         * mm-bodies.el: base64 is always built-in.
14053
14054         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14055         with-current-buffer.
14056
14057 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * canlock.el (canlock-insert-header): Remove excessive grouping in
14060         regexp.
14061
14062         * gnus-sum.el (gnus-summary-read-document): Ditto.
14063
14064         * gnus-uu.el (gnus-uu-part-number): Ditto.
14065
14066         * html2text.el (html2text-remove-tags): Ditto.
14067         (html2text-format-tags): Ditto.
14068         (html2text-format-single-elements): Ditto.
14069
14070         * mml.el (mml-parse-1): Ditto.
14071
14072 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14073
14074         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14075
14076         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14077
14078         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14079
14080         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14081
14082 2003-11-15  Simon Josefsson  <jas@extundo.com>
14083
14084         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14085         (pgg-gpg-lookup-key): Use regexp match instead of
14086         split-string (split-string is different between emacs 21.2 and
14087         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14088
14089 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14090
14091         * gnus-art.el (gnus-mime-view-all-parts)
14092         (gnus-article-part-wrapper, gnus-article-view-part): Use
14093         with-current-buffer.
14094
14095 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * spam.el (spam-disable-spam-split-during-ham-respool)
14098         (spam-spamoracle-database, spam-cache-lookups)
14099         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14100         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14101         (spam-group-ham-marks, spam-group-spam-marks)
14102         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14103         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14104         also add spam-use-blackholes to the statistical checks.
14105         (spam-fetch-field-fast): Add interface to fetching fields, may
14106         become a macro.
14107         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14108         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14109         (spam-insert-fake-headers): Fake an article when needed.
14110         (spam-find-spam): Fake article when possible.
14111         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14112         (spam-check-bogofilter-headers): Use message-fetch-field instead
14113         of nnmail-fetch-field.
14114
14115 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14118
14119 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * spam.el (spam-split): Do not require spam-use-CHECK to be
14122         enabled if that check is passed to spam-split explicitly; also
14123         fix so 'spam doesn't get converted to spam-split-group when
14124         spam-split-symbolic-return is t.
14125         (spam-find-spam): Find registrations of the article and use those
14126         instead of re-running spam-split to find the spam/ham
14127         classification of the article.
14128         (spam-log-processing-to-registry, spam-log-registered-p)
14129         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14130         Use gnus-error instead of gnus-message.
14131         (spam-log-registration-type): Add function to determine the
14132         classification of a message based on registry entries; will
14133         return nil if both 'spam and 'ham are found.
14134         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14135         a reasonably fast local cache without the loading errors.
14136         (spam-cache-lookups): Set to t by default.
14137         (spam-find-spam): Don't try to guess spam-cache-lookups.
14138         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14139         spam-caches entry.
14140         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14141         caching of whitelist/blacklist entries.
14142         (spam-check-whitelist, spam-check-blacklist): Invoke
14143         spam-from-listed-p with a type, not a cache variable.
14144         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14145
14146 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14147
14148         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14149
14150         * nnmail.el (nnmail-split-fancy): do.
14151
14152         * mml.el (mml-parse): do.
14153
14154         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14155         (gnus-score-adaptive): do.
14156
14157 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14160         (gnus-mime-button-map): Don't set keymap parent.
14161         (gnus-button-ctan-directory-regexp): Use shy grouping.
14162         (gnus-prev-page-map): Don't set keymap parent.
14163         (gnus-prev-page-map): Remove duplicated one.
14164         (gnus-next-page-map): Don't set keymap parent.
14165         (gnus-mime-security-button-map): Ditto.
14166
14167         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14168         version number.
14169
14170         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14171
14172 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * canlock.el (canlock-sha1-function): Remove.
14175         (canlock-sha1-function-for-verify): Remove.
14176         (canlock-openssl-program): Remove.
14177         (canlock-openssl-args): Remove.
14178         (canlock-ignore-errors): Remove.
14179         (canlock-sha1-with-openssl): Remove.
14180         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14181         (canlock-verify): Don't use canlock-ignore-errors.
14182
14183         * sha1-el.el (sha1-string-external): Make it can return a string
14184         in binary form.
14185         (sha1-region-external): Ditto.
14186         (sha1-string-internal): Ditto.
14187         (sha1-region-internal): Ditto.
14188         (sha1-region): Ditto.
14189         (sha1-string): Ditto.
14190         (sha1): Ditto.
14191
14192 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14193
14194         * spam.el (spam-report-articles-gmane): New command.
14195
14196 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14199
14200         * run-at-time.el (run-at-time-saved): Remove.
14201         (run-at-time): Doc fix.
14202
14203 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14204
14205         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14206         (gnus-summary-limit-map): Add it.
14207         (gnus-summary-make-menu-bar): do.
14208
14209 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14212         Make attempt at some caching support (done for BBDB only now).
14213         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14214         addresses to be checked.
14215         (spam-clear-cache-BBDB): Add function, to be invoked by
14216         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14217         (spam-check-BBDB): Check and use the caches, if
14218         spam-cache-lookups is on, remove superfluous (provide).
14219
14220 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14223
14224 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14225
14226         * run-at-time.el (run-at-time-saved): Move to after the definition
14227         of `run-at-time'.
14228
14229         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14230
14231 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14234         mm-w3m-local-map-property.
14235
14236         * mm-view.el (mm-w3m-mode-map): Remove.
14237         (mm-w3m-local-map-property): Remove.
14238         (mm-inline-text-html-render-with-w3m): Don't use
14239         mm-w3m-local-map-property.
14240
14241 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * run-at-time.el: New file.
14244
14245         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14246         under Emacs.
14247
14248         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14249         of gnus-set-text-properties.
14250
14251         * gnus-uu.el (gnus-uu-save-article): Ditto.
14252
14253         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14254
14255         * gnus-cite.el (gnus-cite-parse): Ditto.
14256
14257         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14258         of gnus-.
14259
14260         * gnus-xmas.el (run-at-time): Require run-at-time.
14261
14262         * gnus.el: Changed calls to nnheader-run-at-time and
14263         password-run-at-time throughout to use run-at-time directly.
14264
14265         * password.el: Removed definition of run-at-time.
14266
14267         * nnheaderxm.el: Remove definition of run-at-time.
14268
14269 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14270
14271         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14272         in prompt.
14273
14274 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14275
14276         * messagexmas.el (message-xmas-redefine): Alias
14277         `message-make-caesar-translation-table' to
14278         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14279         version.
14280
14281         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14282         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14283         `gnus-xmas-set-text-properties'.
14284         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14285         `gnus-xmas-completing-read'.
14286         (gnus-xmas-completing-read): Removed.
14287         (gnus-xmas-open-network-stream): Removed.
14288
14289         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14290         XEmacs version.
14291
14292         * dns.el (dns-make-network-process): Use `open-network-stream'
14293         instead of `gnus-xmas-open-network-stream'.
14294
14295         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14296
14297         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14298
14299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * gnus-art.el (gnus-mime-display-alternative)
14302         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14303         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14304         Don't use gnus-local-map-property.
14305
14306         * gnus-util.el (gnus-local-map-property): Remove.
14307
14308         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14309         gnus-completing-read-maybe-default with completing-read.
14310
14311         * gnus-util.el (gnus-completing-read): do.
14312         (gnus-completing-read-maybe-default): Remove.
14313
14314 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14315
14316         * password.el: Only autoload `run-at-time' if not XEmacs.
14317         Only autoload the itimer functions if XEmacs.
14318
14319 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14322         XEmacsen.
14323
14324         * dgnushack.el: Autoload executable-find for XEmacs.
14325
14326 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * gnus-art.el (gnus-read-string): Remove.
14329         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14330         read-string.
14331
14332 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14333
14334         * netrc.el: Autoload password-read.
14335         (netrc): Add configuration group.
14336         (netrc-encoding-method, netrc-openssl-path): Add
14337         variables for encoding and decoding of files with symmetric
14338         ciphers.
14339         (netrc-encode): Add assistant function to encode a file with
14340         netrc-encoding-method.
14341         (netrc-parse): Add interactive parameter, added optional
14342         decoding if netrc-encoding-method is non-nil but otherwise
14343         behavior is standard.
14344         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14345         Do s/encode/encrypt/ everywhere.
14346
14347         * spam.el: Remove executable-find autoload.
14348
14349 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14352
14353         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14354
14355 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * gnus-art.el (gnus-treat-ansi-sequences,
14358         (article-treat-ansi-sequences): New variable and function.
14359         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14360
14361         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14362         Use it.
14363
14364 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * mm-util.el (mm-quote-arg): Remove.
14367
14368         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14369         shell-quote-argument.
14370
14371         * gnus-uu.el (gnus-uu-command): do.
14372
14373         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14374
14375         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14376         with make-char.
14377
14378         * mm-util.el (mm-make-char): Remove.
14379
14380         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14381         add-minor-mode.
14382
14383         * gnus-undo.el (gnus-undo-mode): do.
14384
14385         * gnus-topic.el (gnus-topic-mode): do.
14386
14387         * gnus-sum.el (gnus-dead-summary-mode): do.
14388
14389         * gnus-start.el (gnus-slave-mode): do.
14390
14391         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14392
14393         * gnus-ml.el (gnus-mailing-list-mode): do.
14394
14395         * gnus-gl.el (gnus-grouplens-mode): do.
14396
14397         * gnus-draft.el (gnus-draft-mode): do.
14398
14399         * gnus-dired.el (gnus-dired-mode): do.
14400
14401         * gnus-ems.el (gnus-add-minor-mode): Remove.
14402
14403         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14404         Replace gnus-char-width with char-width.
14405
14406         * gnus-ems.el (gnus-char-width): Remove.
14407
14408         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14409         Replace gnus-char-width with char-width.
14410
14411         * gnus-ems.el (gnus-char-width): Remove.
14412
14413         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14414         definition.
14415         Remove Emacs 20 hash table compatibility code.
14416
14417         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14418         20 compatibility code.
14419
14420         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14421
14422         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14423
14424         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14425         with point-at-{eol,bol}.
14426
14427         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14428
14429         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14430
14431         * flow-fill.el (fill-flowed-point-at-bol)
14432         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14433
14434         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14435         Replace with point-at-{eol,bol} throughout all files.
14436
14437 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * ntlm.el (ntlm-string-as-unibyte): New macro.
14440         (ntlm-build-auth-response): Use it.
14441
14442         Remove Emacs 20 stuff:
14443         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14444         (butlast, mapc, remove): Remove the compiler macros.
14445         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14446         of delq and copy-sequence.
14447         * gnus-art.el (popup-menu): Remove the compiler macro.
14448         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14449         Emacs 20.
14450
14451 2004-01-05  Simon Josefsson  <jas@extundo.com>
14452
14453         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14454         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14455         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14456         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14457         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14458         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14459         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14460         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14461         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14462         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14463         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14464         string-xor into ntlm-string-xor.  Suggested by
14465         Jesper Harder <harder@myrealbox.com>.
14466
14467         * ntlm.el: Don't include poem.
14468
14469         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14470         Jesper Harder <harder@myrealbox.com>.
14471
14472         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14473
14474         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14475         probably breaks emacs with DL patch, but do we care? Is anyone
14476         still using the DL stuff?)
14477
14478         * sieve-manage.el: Use the password package.
14479         (sieve-manage-read-passwd): Remove.
14480         (sieve-manage-interactive-login): Use password.  Re-add
14481         condition-case around loop.
14482
14483         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14484         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14485         the password package.
14486
14487 2003-02-19  Simon Josefsson  <jas@extundo.com>
14488
14489         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14490         token.
14491
14492 2002-08-07  Simon Josefsson  <jas@extundo.com>
14493
14494         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14495         (sieve-manage-authenticators):
14496         (sieve-manage-authenticator-alist): Add some SASL mechs.
14497         (sieve-sasl-auth): New function.
14498         (sieve-manage-cram-md5-auth):
14499         (sieve-manage-plain-auth): Rewrite using SASL library.
14500         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14501         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14502         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14503         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14504
14505 2004-01-05  Simon Josefsson  <jas@extundo.com>
14506
14507         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14508         New files.
14509
14510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511
14512         * gnus-group.el (gnus-no-groups-message): Update.
14513
14514         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14515
14516 2003-11-09  Simon Josefsson  <jas@extundo.com>
14517
14518         * imap.el: Support for ID IMAP extension (RFC 2971).
14519         (imap-local-variables): Add imap-id.
14520         (imap-id): New variable.
14521         (imap-id): New function.
14522         (imap-parse-response): Parse untagged ID response.
14523         * nnimap.el (nnimap-id): New variable.
14524         (nnimap-open-connection): Use it.
14525
14526 2003-12-28  Simon Josefsson  <jas@extundo.com>
14527
14528         * gnus-score.el (gnus-score-edit-all-score): New.
14529         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14530
14531 2004-01-04  Simon Josefsson  <jas@extundo.com>
14532
14533         * password.el: Add.
14534
14535 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14536
14537         * dns.el (dns-query-types): Fix typo.
14538         (dns-query-types): New function
14539         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14540         PTR and SOA replies, see RFC 1035.
14541
14542 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14545
14546         * Moved to Changelog.2.
14547
14548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14549
14550         * gnus.el (gnus-version-number): Bump version.
14551
14552 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14553
14554         * gnus.el: No Gnus v0.1 is released.
14555
14556 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14557
14558         * gnus.el: No Gnus v0.0 is released.
14559
14560 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14561
14562         * gnus.el (gnus-version-number): Bump.
14563         (gnus-version): No.
14564
14565 See ChangeLog.2 for earlier changes.
14566
14567     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14568
14569   This file is part of GNU Emacs.
14570
14571   GNU Emacs is free software: you can redistribute it and/or modify
14572   it under the terms of the GNU General Public License as published by
14573   the Free Software Foundation, either version 3 of the License, or
14574   (at your option) any later version.
14575
14576   GNU Emacs is distributed in the hope that it will be useful,
14577   but WITHOUT ANY WARRANTY; without even the implied warranty of
14578   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14579   GNU General Public License for more details.
14580
14581   You should have received a copy of the GNU General Public License
14582   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14583
14584 ;; Local Variables:
14585 ;; coding: utf-8
14586 ;; fill-column: 79
14587 ;; add-log-time-zone-rule: t
14588 ;; End:
14589
14590 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4