* gnus-sum.el (gnus-summary-make-menu-bar): Let
[gnus] / lisp / ChangeLog
1 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4         `gnus-registry-install-shortcuts' fill in the functions.
5
6         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7         warnings.
8         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9         (gnus-registry-install-shortcuts): Populate and use it in a
10         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11
12 2010-03-20  Martin Stjernholm <mast@lysator.liu.se>
13
14         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
15         In-place substitutions for the group name encoding/decoding.
16         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
17         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
18         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
19         (nnimap-update-unseen, nnimap-request-list)
20         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
21         (nnimap-request-set-mark, nnimap-split-to-groups)
22         (nnimap-split-articles, nnimap-request-newgroups)
23         (nnimap-request-create-group, nnimap-request-accept-article)
24         (nnimap-request-delete-group, nnimap-request-rename-group)
25         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
26         `encoded-mbx' for consistency.
27         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
28         variable `imap-current-mailbox'.
29
30         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
31         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
32
33 2010-03-20  Bojan Petrovic <bpetrovi@f.bg.ac.rs>
34
35         * pop3.el (pop3-display-message-size-flag): Display message size byte
36         counts during POP3 download.
37         (pop3-movemail): Use it.
38         (pop3-list): Implement listing of available messages.
39
40 2010-03-20  Mark Triggs <mst@dishevelled.net> (tiny change)
41
42         * nnir.el (nnir-get-article-nov-override-function): New function to
43         override the normal NOV retrieval.
44         (nnir-retrieve-headers): Use it.
45
46 2010-03-18  Glenn Morris  <rgm@gnu.org>
47
48         * hashcash.el (declare-function): Remove duplicate definition.
49
50 2010-03-17  Kevin Ryde  <user42@zip.com.au>
51
52         * mml.el (mml-read-tag): Unquote values with `read' to reverse
53         prin1 in mml-insert-tag (just stripping the quotes gave wrong
54         value if any backslash escapes).
55
56 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
59         if it is available.  (bug#5647)
60
61         * lpath.el: Suppress compiler warning for coding-system-from-name for
62         Emacs 21 and XEmacs.
63
64 2010-03-14  Juri Linkov  <juri@jurta.org>
65
66         * hmac-def.el:
67         * hmac-md5.el:
68         * netrc.el: Fix keywords.
69
70 2010-02-26  Glenn Morris  <rgm@gnu.org>
71
72         * message.el (message-send-mail-function): Change the default, so that
73         it inherits from a customized send-mail-function.  (Bug#5643)
74
75 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
76
77         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
78         shell-command-to-string signals an error (bug#5299).
79
80 2010-02-24  Glenn Morris  <rgm@gnu.org>
81
82         * message.el (message-smtpmail-send-it)
83         (message-send-mail-with-mailclient): Doc fixes.
84
85 2010-02-16  Glenn Morris  <rgm@gnu.org>
86
87         * message.el (message-default-mail-headers): Change the default value
88         to ease the transition from mail-mode to message-mode.  (Bug#5555)
89
90 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
93         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
94
95 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
96
97         * time-date.el (date-to-time): Doc fix (Bug#5408).
98
99 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
100
101         * message.el (message-mail): Just pass yank-action on to message-setup.
102         (message-setup): Handle (FUN . ARGS) form of yank-action.
103         (message-with-reply-buffer, message-widen-reply)
104         (message-yank-original): Handle non-buffer values of
105         message-reply-buffer (Bug#4080).
106         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
107
108 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
109
110         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
111         Fix typo in docstring.
112
113 2010-01-08  Jason Rumney  <jasonr@gnu.org>
114
115         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
116         response.
117
118 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
121
122         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
123
124         * message.el (message-check-news-header-syntax): Protect against a
125         string that `rfc822-addresses' returns when parsing fails.
126
127 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
130         (gnus-previous-char-property-change): New functions.
131
132         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
133
134 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
135
136         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
137         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
138
139 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
140
141         * message.el (message-exchange-point-and-mark): Rework last change to
142         avoid using optional arg of exchange-point-and-mark, for backward
143         compatibility.
144
145 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
146
147         * message.el (message-exchange-point-and-mark): Call
148         exchange-point-and-mark with an argument rather than setting
149         mark-active by hand (Bug#5175).
150
151 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * nntp.el (nntp-service-to-port): Work for service expressed with
154         numeric string; replace [:digit:] with [0-9] for XEmacs.
155
156 2009-12-17  Glenn Morris  <rgm@gnu.org>
157
158         * gnus-group.el (gnus-bug-group-download-format-alist):
159         Change emacs entry to debbugs.gnu.org.  Bump :version.
160
161 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
164
165 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
166
167         * message.el (message-info): Explain why we use `Info-goto-node'.
168
169 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
172
173 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
174
175         * message.el (message-completion-in-region): New compatibility function.
176         (message-expand-group): Use it.
177
178 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
181         with no unread article should be listed if the 2nd arg `predicate' is
182         given.
183
184 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
187
188 2009-11-29  Juri Linkov  <juri@jurta.org>
189
190         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
191         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
192         on `gnus-recenter'. (Bug#4698, Bug#4981)
193
194 2009-11-26  Kevin Ryde  <user42@zip.com.au>
195
196         * sha1.el (sha1-string-external): default-directory "/" in case
197         otherwise non-existent.  process-connection-type pipe for touch of
198         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
199
200 2009-11-25  Kevin Ryde  <user42@zip.com.au>
201
202         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
203         it's comms related and sgml-mode.el has "comm" on that basis too.
204
205 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
208         containing tspecial characters if they have been already quoted.
209
210 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
211
212         * dns-mode.el (auto-mode-alist): Purecopy string.
213
214 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
215
216         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
217
218 2009-10-24  Glenn Morris  <rgm@gnu.org>
219
220         * gnus-art.el (help-xref-stack-item): Define for compiler.
221
222 2009-10-21  Kevin Ryde  <user42@zip.com.au>
223
224         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
225
226 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
229
230 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
233         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
234
235 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus.el (gnus-overlay-get): New alias to overlay-get.
238         (gnus-overlays-in): New alias to overlays-in.
239
240         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
241         gnus-overlay-get, and gnus-delete-overlay.
242         (gnus-summary-show-thread): Make it work as well for systems in which
243         next-single-char-property-change is not available.
244         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
245
246         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
247         (gnus-overlay-get): New alias to extent-property.
248         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
249
250         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
251         SXEmacs.
252
253         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
254         SXEmacs.
255
256 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
257
258         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
259
260 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
261
262         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
263         and XEmacs that don't have `remove-overlays'.
264
265 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
266
267         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
268         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
269         selective display.  Use overlays instead.
270
271 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
272
273         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
274
275 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
276
277         * spam-stat.el (spam-stat-load): Fix typo in message.
278
279 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
280
281         * dig.el (dig-invoke): Fix typo in docstring.
282         (query-dig): Reflow docstring.
283
284 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
285
286         * gnus-art.el (gnus-article-encrypt-body):
287         * message.el (message-check-recipients):
288         * mm-util.el (mm-codepage-setup):
289         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
290         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
291
292 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
293
294         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
295         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
296         keys from the menu if mm-{sign,encrypt}-option is 'guided.
297         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
298         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
299
300 2009-09-21  Kevin Ryde  <user42@zip.com.au>
301
302         * dig.el: Add "Keywords: comm", as per net-utils.el.
303
304 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
305
306         * dig.el (dig-mode): Use define-derived-mode.
307
308 2009-09-19  Glenn Morris  <rgm@gnu.org>
309
310         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
311
312 2009-09-18  Glenn Morris  <rgm@gnu.org>
313
314         * gnus-diary.el (gnus-diary-check-message):
315         * message.el (message-insert-formatted-citation-line):
316         * nnbabyl.el (top-level):
317         * nndiary.el (nndiary-schedule):
318         Fix typos in condition-case handlers.
319
320 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-art.el (gnus-article-edit-part): Work for the buffer
323         configuration that provides the sole article window in a frame;
324         position point correctly after deleting a part.
325
326 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
327
328         * spam.el (spam-unregister-on-reregister): Add boolean variable.
329         (spam-resolve-registrations-routine): Use it to unregister articles
330         that change status.
331
332 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
335         with XEmacs.
336         (parse-time-string-chars): Use it.
337
338 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * imap.el (imap-interactive-login): Better messages.
341         (imap-open): Fix bug with renamed buffer on reconnect.
342         (imap-authenticate): Add buffer-local imap-last-authenticator variable
343         for easier debugging and cleaner code.  On successful (guessed based on
344         server capabilities) secondary authentication, set imap-state
345         correctly.
346         (imap-last-authenticator): Define imap-last-authenticator as a variable
347         to avoid warnings.
348
349 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * nnrss.el (nnrss-request-article): Remove binding of
352         default-enable-multibyte-characters that has gotten needless by
353         the 2007-07-13 change in rfc2047-encode-message-header.
354
355         * mml.el (mml-insert-multipart): Error on the message header.
356         (mml-insert-part): Error on the message header; position point at
357         the end of a MIME tag.
358
359 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * time-date.el (autoload): Expand define-obsolete-function-alias into
362         defalias and make-obsolete for old Emacsen that Gnus supports.
363         (with-no-warnings): Define it for old Emacsen.
364         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
365         is available.
366         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
367         float-time is available; suppress compile warning for time-to-seconds.
368
369         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
370         (gnus-float-time): Alias to float-time if it exists.
371
372         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
373         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
374         float-time is available; suppress compile warning for time-to-seconds.
375
376         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
377         XEmacs.
378
379 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
380
381         * imap.el (imap-message-map): Docstring fix.
382
383 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
386         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
387         Add the optional argument `encoding' that overrides the default.
388
389         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
390         mm-encode-buffer.
391
392 2009-09-04  Glenn Morris  <rgm@gnu.org>
393
394         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
395         mm-disable-multibyte, rather than default-enable-multibyte-characters.
396         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
397         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
398         * mm-util.el (mm-with-unibyte-current-buffer)
399         (mm-find-buffer-file-coding-system):
400         * yenc.el (yenc-decode-region): Use default-value rather than
401         default-enable-multibyte-characters.
402
403 2009-09-03  Glenn Morris  <rgm@gnu.org>
404
405         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
406         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
407         than default-enable-multibyte-characters.
408
409 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
410
411         * gnus-art.el (gnus-article-read-summary-keys):
412         Fix gnus-buffer-configuration's value temporarily used.
413
414 2009-09-02  Glenn Morris  <rgm@gnu.org>
415
416         * gnus-util.el (gnus-float-time): New function.
417         * gnus-delay.el (gnus-delay-article):
418         * gnus-sum.el (gnus-thread-latest-date):
419         * gnus-util.el (gnus-user-date): Use gnus-float-time.
420         * nnspool.el (nnspool-request-newgroups):
421         Use gnus-float-time rather than time-to-seconds.
422         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
423
424         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
425         (gnus-header-subject-face, gnus-header-newsgroups-face)
426         (gnus-header-name-face, gnus-header-content-face):
427         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
428         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
429         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
430         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
431         (gnus-cite-face-11):
432         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
433         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
434         (gnus-server-closed-face, gnus-server-denied-face)
435         (gnus-server-offline-face):
436         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
437         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
438         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
439         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
440         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
441         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
442         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
443         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
444         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
445         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
446         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
447         (gnus-summary-selected-face, gnus-summary-cancelled-face)
448         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
449         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
450         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
451         (gnus-summary-high-undownloaded-face)
452         (gnus-summary-low-undownloaded-face)
453         (gnus-summary-normal-undownloaded-face)
454         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
455         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
456         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
457         (gnus-splash-face):
458         * message.el (message-header-to-face, message-header-cc-face)
459         (message-header-subject-face, message-header-newsgroups-face)
460         (message-header-other-face, message-header-name-face)
461         (message-header-xheader-face, message-separator-face)
462         (message-cited-text-face, message-mml-face):
463         * sieve-mode.el (sieve-control-commands-face)
464         (sieve-action-commands-face, sieve-test-commands-face)
465         (sieve-tagged-arguments-face):
466         * spam.el (spam-face):
467         Mark face aliases with "-face" in the name as obsolete.
468
469 2009-09-01  Glenn Morris  <rgm@gnu.org>
470
471         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
472         than goto-line.
473
474 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
477         Don't move point if the command is invoked inside the message header.
478
479 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
480
481         * imap.el (imap-send-command): Simplify.
482         (imap-wait-for-tag): point-max -> buffer-size.
483
484 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
487         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
488         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
489         * nnir.el (nnir-swish-e-index-file):
490         * gnus-sum.el (gnus-summary-delete-marked-as-read)
491         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
492         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
493         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
494         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
495         (gnus-treat-display-xface): Add Emacs version of obsolescence.
496
497 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
500         Don't save excursion.
501
502 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
503
504         * nnheader.el (nnheader-find-file-noselect):
505         * mm-util.el (mm-insert-file-contents):
506         Use (default-value 'major-mode) instead of default-major-mode.
507
508 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
509
510         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
511
512 2009-08-26  Glenn Morris  <rgm@gnu.org>
513
514         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
515         than placing in files.el.
516
517 2009-08-25  Glenn Morris  <rgm@gnu.org>
518
519         * nnir.el (top-level): Don't require cl at run-time.
520         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
521         Replace cl-function substitute with gnus-replace-in-string.
522         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
523         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
524         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
525         simplified expansions.
526
527 2009-08-25  Kevin Ryde  <user42@zip.com.au>
528
529         * dig.el (dig): Add autoload cookie.
530
531 2009-08-22  Glenn Morris  <rgm@gnu.org>
532
533         * gnus-art.el (gnus-button-patch): Use forward-line rather than
534         goto-line.
535
536 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
537
538         * parse-time.el (parse-time-string-chars): Save match data.
539
540 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
541
542         * parse-time.el (parse-time-string-chars): Compute using character
543         classes, to handle non-ascii characters (Bug#3190).
544
545 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
548
549         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
550         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
551         (gnus-mm-display-part, gnus-mime-display-single)
552         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
553         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
554
555         * gnus-sum.el
556         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
557         (gnus-summary-move-article): Add expirable mark to articles copied or
558         moved to group that has auto-expire turned on if the option is non-nil.
559
560 2009-07-24  Glenn Morris  <rgm@gnu.org>
561
562         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
563         Fix typo.  (Bug#3903)
564
565 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
568         gnus-article-read-summary-keys rather than gnus-summary-edit-article
569         that should not be used for draft articles.
570         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
571         that has no concern in minor mode keys.
572         (gnus-article-summary-command, gnus-article-summary-command-nosave):
573         Abolish.
574
575 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
578         article without making inquiry to a user for unknown encoding.
579
580         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
581         (nnmaildir--scan): Assume i-node and device number that file-attributes
582         returns might be cons-cell.
583
584         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
585
586         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
587
588 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * auth-source.el: Remove docs now in auth.texi.  Don't use
591         `gnus-message' for logging.  Add new variables `auth-source-debug' and
592         `auth-source-hide-passwords' and use them.
593
594 2009-07-15  Glenn Morris  <rgm@gnu.org>
595
596         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
597
598 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
601         excessive whitespace from the default values of title and description.
602
603 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
606         mail-fetch-field to fetch Content-Description header in order to
607         exclude newlines.
608
609 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
610
611         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
612         format used by GnuPG 2.0.11.
613
614 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
617         to deleted part.
618
619 2009-05-30  David Engster  <dengste@eml.cc>
620
621         * nnmairix.el: Remove old documentation in the commentary block.
622         (nnmairix-request-group): Do not update active file for nnml back ends.
623         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
624         end so that overview files are ignored.
625         (nnmairix-update-groups): Make updating the groups more robust by using
626         marks.
627         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
628         with dollar characters in message-id.
629
630 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
631
632         * spam.el: Use dns-query instead of query-dns.  Was renamed on
633         2008-12-25 in dns.el.
634
635 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
636
637         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
638         could happen if the text is only composed of spaces and/or tabs.
639
640 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
641
642         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
643         when sending a queued message to avoid extra mml tags.
644
645 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
648
649 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
652         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
653         rmail-toggle-header for XEmacs;
654         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
655
656 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-dired.el: Remove autoload for gnus-setup-message.
659         (gnus-dired-attach): Fake this-command value to prevent Gnus from
660         displaying Gnus logo; always use compose-mail.
661
662 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
665
666 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
669         (gnus-nocem-issuers): List currently active issuers; fix custom type.
670         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
671         available.
672         (gnus-nocem-epg-verify): New function.
673
674 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
675
676         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
677
678 2009-02-15  Glenn Morris  <rgm@gnu.org>
679
680         * gnus-util.el (rmail-insert-rmail-file-header)
681         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
682         autoloads.
683         (rmail-default-rmail-file): Remove unnecessary declaration.
684         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
685
686 2009-02-14  Glenn Morris  <rgm@gnu.org>
687
688         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
689         variable (only used in gnus-util, which declares it anyway).
690         (rmail-output-to-rmail-file): Remove autoload of deleted function,
691         which was only needed by gnus-art (changed to not use it any more).
692         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
693         only used in gnus-util, which autoloads it itself.
694         (rmail-update-summary): Fix autoload.
695
696         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
697         rather than rmail-output-to-rmail-file.
698
699 2009-02-07  Glenn Morris  <rgm@gnu.org>
700
701         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
702         autoload of function that no longer exists.
703         (rmail-toggle-header): Declare.
704         (message-forward-rmail-make-body): Handle mbox Rmail.
705
706 2009-01-31  Glenn Morris  <rgm@gnu.org>
707
708         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
709         2009-01-09 change.
710
711 2009-01-31  Dave Love  <fx@gnu.org>
712
713         * imap.el (imap-fetch-safe): Bind debug-on-error.
714         (imap-debug): Add imap-fetch-safe.
715
716 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
719         (auth-source-forget-all-cached): New convenience function.
720         (auth-source-user-or-password): Accept list of modes or a single mode.
721
722         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
723         auth-source modes.
724
725         * netrc.el (netrc-machine-user-or-password): Use list of
726         auth-source modes.
727
728         * nnimap.el (nnimap-open-connection): Use list of
729         auth-source modes.
730
731         * nntp.el (nntp-send-authinfo): Use list of
732         auth-source modes.
733
734 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * auth-source.el: Update docs to reflect epa-file-enable is to be used
737         now.
738
739 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
742         coding system in XEmacs; add a workaround for XEmacs.
743
744         * lpath.el: Fbind coding-system-aliasee.
745
746 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * mm-util.el (mm-coding-system-priorities): Protect against nil value
749         of current-language-environment.
750
751 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
752
753         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
754         available at runtime.
755
756 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-art.el (article-date-ut): Fix end point of narrowing.
759
760 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
761
762         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
763         the greatest positive fixnum value doesn't work under an XEmacs with
764         bignum support; use the most-positive-fixnum constant instead,
765         available since Emacs 21.1 with cl and XEmacs 21.1.
766
767 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
770         XEmacs gets not to work.
771
772 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mm-util.el (mm-coding-system-priorities): Allow the value like
775         "Japanese (UTF-8)" of current-language-environment.
776
777 2009-01-09  Glenn Morris  <rgm@gnu.org>
778
779         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
780         with last-command-event.
781
782 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
783
784         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
785         in the doc string.
786
787         * message.el (message-fix-before-sending): Amend comment.
788
789 2009-01-08  Dave Love  <fx@gnu.org>
790
791         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
792
793 2009-01-07  David Engster  <dengste@eml.cc>
794
795         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
796         simplified server definitions by converting it via
797         gnus-server-to-method.
798
799 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
802         parameter's operands.
803
804 2009-01-06  David Engster  <dengste@eml.cc>
805
806         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
807         primary select method (for gnus-group-mark-article-as-read).
808
809 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
810
811         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
812         `(gnus)Face', not `(gnus)X-Face'.
813
814 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * mm-util.el (mm-ucs-to-char): New function.
817
818         * mm-url.el (mm-url-decode-entities): Use it.
819
820         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
821         unicode-to-char.
822
823 2009-01-05  Dave Love  <fx@gnu.org>
824
825         * time-date.el: Require cl for `declare'.
826
827 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
828
829         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
830         Dave Love.
831
832 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
833
834         * message.el (message-fix-before-sending): Add `eight-bit' to
835         illegible-text check.
836
837 2009-01-03  Michael Olson  <mwolson@gnu.org>
838
839         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
840         `headers' is nil.  This can occur if the IMAP server does not have
841         permissions to read messages from a folder, but can write new messages
842         to the folder.
843         (nnimap-request-article-part): Do not insert `data' if it is nil.
844
845         * imap.el (imap-parse-fetch): Courier can insert spurious blank
846         characters which will confuse `read', so skip past them.
847
848 2009-01-01  Dave Love  <fx@gnu.org>
849
850         * imap.el (imap-string-to-integer): Fix typo.
851         (imap-fetch-safe): New function.
852         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
853
854         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
855
856         * imap.el (imap-process-connection-type, imap-debug, imap-open):
857         (imap-parse-greeting): Fix doc strings.
858         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
859         (imap-parse-flag-list): Make messages unique.
860         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
861
862         * nnimap.el: Fix author email.
863         (nnimap-split-rule): Add FIXME comment.
864         (nnimap-debug): Fix doc string.
865
866 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * dns.el (dns-set-servers): Check "Address".  Fix typo.
869
870 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
871
872         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
873         nslookup if resolv.conf isn't available.
874         (dns-query): Rename from query-dns.
875         (dns-query-cached): Rename from query-dns-cached.
876
877 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
880         overlay-arrow-position and overlay-arrow-string buffer-local; no need
881         to check if those variables exist (first appeared in Emacs 18.50).
882
883 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mm-util.el (mm-line-number-at-pos): New function.
886
887         * spam-report.el (spam-report-process-queue): Use it.
888
889 2008-12-24  David Engster  <dengste@eml.cc>
890
891         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
892         parameters that haven't existed as variables as buffer-local variables.
893
894 2008-12-23  Dave Love  <fx@gnu.org>
895
896         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
897         cadar.
898
899         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
900         imap-starttls-p.
901         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
902
903 2008-12-22  Dave Love  <fx@gnu.org>
904
905         * imap.el: Fix author email.  Doc fixes.
906         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
907         reply.
908
909 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
910
911         * spam-report.el (spam-report-gmane-max-requests): New constant.
912         (spam-report-gmane-wait): New variable.
913         (spam-report-gmane-ham, spam-report-gmane-spam)
914         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
915         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
916         the server.
917
918         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
919         Add explanations.
920
921         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
922         nnheader-accept-process-output and nnheader-read-timeout if available.
923         (pop3-movemail): Use it.
924
925         * message.el (message-check-news-body-syntax): Fix signature check if
926         there's an attachment.
927
928 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * mm-util.el: Add comments to the mm- emulating functions.
931
932 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
933
934         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
935         by Stephen Berman <stephen.berman@gmx.net>.
936
937 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * mm-util.el (mm-substring-no-properties): New function.
940         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
941         (mm-special-display-p): Enable those lambda forms to be byte compiled.
942         (mm-string-to-multibyte): Doc fix.
943
944         * mml.el (mml-attach-file): Use mm-substring-no-properties.
945
946 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
947
948         * mml.el (mml-attach-file): Strip text properties from file name.
949         (Bug#1574)
950
951 2008-12-16  Glenn Morris  <rgm@gnu.org>
952
953         * mm-util.el (mm-charset-override-alist): Declare for compiler.
954
955 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
958         knows since the charset specified might be a bogus alias that
959         mm-charset-synonym-alist provides.
960
961 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
962
963         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
964         "ISO_8859-1".
965
966         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
967
968 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * mm-util.el (mm-charset-eval-alist):
971         Define it before mm-charset-to-coding-system.
972         (mm-charset-to-coding-system): Add optional argument `silent';
973         define it before mm-charset-override-alist.
974         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
975         default value if it can be used in Emacs currently running;
976         silence mm-charset-to-coding-system.
977
978 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
981         `allow-override' which says whether to use `mm-charset-override-alist'.
982         (rfc2047-decode-encoded-words): Use it.
983
984         * mm-util.el (mm-charset-override-alist): Fix custom type;
985         add `(gb2312 . gbk)' to choices.
986
987 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
990         fast.
991
992         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
993
994         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
995
996 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
997
998         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
999         on links.
1000
1001         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1002
1003 2008-12-03  Lute Kamstra  <lute@gnu.org>
1004
1005         * sha1.el: Remove leading * from docstrings of defcustoms,
1006         deffaces, defconsts and defuns.
1007
1008 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1011         users' addresses that don't have domain parts.
1012         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1013         rather than message-narrow-to-head since there will be the message
1014         header separator.
1015
1016 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1017
1018         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1019         since the result is inserted in a unibyte buffer anyway.
1020         (nnimap-demule-use-string-to-multibyte): Remove.
1021         (nnimap-demule): Alias it to mm-string-to-multibyte.
1022
1023 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1024
1025         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1026         variable for debugging bug#464 and bug#1174.
1027         (nnimap-demule): Use it.
1028
1029 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1032         score calculation correctly.
1033
1034 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1035
1036         * message.el (message-send-mail): Just set the buffer to unibyte
1037         rather than use mm-with-unibyte-current-buffer which does a lot more.
1038         (message-send-mail-partially): Don't bother with
1039         mm-with-unibyte-current-buffer since it's already been made unibyte by
1040         message-send-mail.
1041
1042 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1045
1046 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1047
1048         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1049
1050 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1053         require itself and to remove `with-no-warnings'.
1054
1055 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1056
1057         * starttls.el (starttls-any-program-available): Get the name of the
1058         available TLS layer program.
1059         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1060         well as the host name in the "opening" message.
1061
1062         * auth-source.el (auth-source-cache, auth-source-do-cache)
1063         (auth-source-user-or-password): Cache passwords and logins by default,
1064         allow override with `auth-source-do-cache'.
1065         (auth-source-forget-user-or-password): Allow users to remove cache
1066         entries if needed.
1067
1068 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1069
1070         * md4.el (md4-buffer): Fix typo in docstring.
1071         (md4, md4-64): Doc fixes.
1072         (md4-pack-int32): Reflow docstring.
1073
1074 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1077         condition-case to only the forward-sexp call.
1078
1079 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1082         quotes contained.  Make it more robust regardless by an extra
1083         condition-case wrapper.
1084
1085 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1088
1089 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * nnml.el (nnml-request-expire-articles): Check if the function set to
1092         `nnmail-expiry-target' returns the symbol `delete'.
1093
1094         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1095
1096         * nnmail.el (nnmail-expiry-target): Fix custom type.
1097
1098 2008-10-02  Glenn Morris  <rgm@gnu.org>
1099
1100         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1101         Silence compiler warning.
1102
1103 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1104
1105         * tls.el (open-tls-stream): Show the actual command being
1106         executed, instead of the format string.
1107
1108 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * lpath.el: Fbind codepage-setup for Emacs 23.
1111
1112 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1113
1114         * mml.el (mml-menu): Don't assume mml2015 is bound.
1115
1116 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1119         exists.
1120
1121 2008-09-27  Glenn Morris  <rgm@gnu.org>
1122
1123         * gnus-util.el (mail-header-remove-comments): Autoload it.
1124
1125 2008-09-27  Andreas Schwab  <schwab@suse.de>
1126
1127         * gnus-util.el (gnus-split-references): Strip comments.
1128         (gnus-parent-id): Likewise.
1129
1130 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1131
1132         * message.el (message-confirm-send): Fix version.
1133
1134 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * message.el (message-idna-to-ascii-rhs-1): Use
1137         mail-extract-address-components rather than mail-header-parse-addresses
1138         that is an alias by default to ietf-drums-parse-addresses that does not
1139         support non-ASCII names in headers' contents.
1140
1141 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1142
1143         * message.el (message-confirm-send): Fixed variable documentation to
1144         avoid the "y/n" wording.
1145
1146 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1147
1148         * message.el (message-set-auto-save-file-name): Save to a different
1149         filename so multiple messages (especially drafts) can be recovered.
1150
1151 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * message.el (message-confirm-send): Add appropriate version.
1154
1155 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1158         defvar.
1159
1160 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1161
1162         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1163         (mm-pkcs7-enveloped-magic): Ditto.
1164
1165 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1166
1167         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1168         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1169
1170 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1173         default, it's better.
1174
1175 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1176
1177         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1178         summary line gnus-number property and ignore them (with a warning
1179         message).
1180
1181 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1184         macro caddr in the interactive form since it won't be expanded.
1185
1186 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1189         `charset'; fix name of function called recursively.
1190         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1191
1192 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1195         (gnus-mime-set-charset-parameters): New function.
1196         (gnus-mime-view-part-as-charset): Use it to correctly display part
1197         specifying wrong charset.
1198
1199 2008-09-08  David Engster  <dengste@eml.cc>
1200
1201         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1202         in completing-read for back end server.
1203
1204 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * message.el (message-confirm-send): New variable to confirm sending a
1207         message.
1208         (message-send): Use it.
1209
1210 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1213
1214 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1217
1218 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1219
1220         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1221         prevent tracking too many groups.
1222         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1223         Use it.
1224
1225 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1226
1227         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1228         moving point to the bottom of the window in order to avoid recentering.
1229
1230 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1233
1234         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1235         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1236         (gnus-article-beginning-of-window): Fix calculation.
1237
1238 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-msg.el (gnus-summary-supersede-article)
1241         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1242         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1243         message header.
1244
1245 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1246
1247         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1248         pending output coming after the status change.
1249
1250 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1251
1252         * message.el:
1253         * gnus-start.el:
1254         * gnus-registry.el: Remove VMS support.
1255
1256 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1259         macro.
1260         (rfc2104-hash): Use it.
1261
1262 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1263
1264         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1265         (gnus-summary-sort-by-most-recent-date): New commands.
1266         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1267         and menu entries.
1268
1269 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1272         don't redisplay article for raw contents; remove plural articles stuff.
1273
1274         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1275         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1276         on gnus-summary-save-article; display results properly.
1277
1278 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * lpath.el: No need to fbind ns-focus-frame.
1281
1282 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1285
1286 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1289         gnus-save-all-headers.
1290
1291 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1292
1293         * gnus-util.el (ns-focus-frame): Remove declaration.
1294         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1295         like x.
1296
1297 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1298
1299         * rfc2104.el (rfc2104-zero): Delete defconst.
1300         (rfc2104-hex-alist): Likewise.
1301         (rfc2104-hex-to-int): Delete func.
1302         (rfc2104-hexstring-to-bitstring): Likewise.
1303         (rfc2104-nybbles): New defconst.
1304         (rfc2104-hash): Rewrite for speed.
1305
1306 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * tls.el (open-tls-stream): Make it work with the 2nd argument
1309         BUFFER that is a string but does not exist as a buffer object, as
1310         mentioned in the doc-string.
1311
1312 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1315         SXEmacs.
1316
1317 2008-07-16  Glenn Morris  <rgm@gnu.org>
1318
1319         * gnus-util.el (ns-focus-frame): Declare for compiler.
1320
1321 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1324         set as a group parameter.
1325         (gnus-summary-save-in-pipe): Work when it is called independently.
1326         (gnus-summary-pipe-to-muttprint): Don't modify
1327         gnus-summary-pipe-output-default-command.
1328
1329 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * message.el (message-send-mail-with-sendmail):
1332         Display the error message.
1333
1334 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-art.el (gnus-default-article-saver):
1337         Add gnus-summary-save-in-pipe to choices.
1338         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1339         gnus-summary-pipe-output-default-command as the default command.
1340         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1341         instead of gnus-last-shell-command.
1342
1343         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1344         New user option.
1345         (gnus-summary-muttprint-program): Mention the value will be changed.
1346         (gnus-summary-save-article): Force showing of all headers.
1347         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1348
1349 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1350
1351         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1352
1353 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1354
1355         * nnimap.el (nnimap-id):
1356         * sieve-manage.el (sieve-manage-open): Doc fixes.
1357
1358 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1359
1360         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1361         if available.
1362
1363 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1364
1365         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1366
1367         * nnkiboze.el (nnkiboze-generate-group):
1368         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1369
1370         * nnmairix.el: Require CL.
1371
1372 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * dgnushack.el: Autoload get-display-table and put-display-table for
1375         XEmacs 21.5.
1376
1377         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1378         21.4 and SXEmacs.
1379
1380 2008-06-15  David Engster  <dengste@eml.cc>
1381
1382         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1383
1384 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1385
1386         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1387         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1388         runtime choice under XEmacs.
1389
1390         * gnus-sum.el (gnus-summary-set-display-table):
1391         Use `gnus-put-display-table', `gnus-get-display-table',
1392         `gnus-set-display-table' for the display table, instead of `aset'.
1393
1394         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1395         Use `gnus-put-display-table', `gnus-get-display-table',
1396         `gnus-set-display-table' for the display table.
1397
1398 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * nnmairix.el: Add autoloads.
1401
1402 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1403
1404         * nnmairix.el (nnmairix-delete-recreate-group)
1405         (nnmairix-update-and-clear-marks): Fix error messages.
1406
1407 2008-06-14  David Engster  <dengste@eml.cc>
1408
1409         * nnmairix.el: Upgrade to version 0.6.
1410         (nnmairix-group-toggle-propmarks-this-group)
1411         (nnmairix-group-toggle-readmarks-this-group)
1412         (nnmairix-group-delete-recreate-this-group)
1413         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1414         (nnmairix-remove-tick-mark-original-article): New commands.
1415         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1416         (nnmairix-propagate-marks-to-nnmairix-groups)
1417         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1418         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1419         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1420         functions needed for marks propagation and manipulation of read marks.
1421         (nnmairix-update-groups): New function.
1422         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1423         (nnmairix-determine-original-group-from-registry)
1424         (nnmairix-determine-original-group-from-path)
1425         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1426         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1427         New helper functions.
1428         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1429         keystrokes for new commands.
1430         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1431         (nnmairix-request-group): Check allow-fast group parameter.
1432         (nnmairix-request-create-group): Set allow-fast group parameter if
1433         nnmairix-allowfast-default is set.
1434         (nnmairix-close-group): Propagate marks upon closing if needed.
1435         (nnmairix-group-toggle-threads-this-group): Use new.
1436         nnmairix-group-toggle-parameter helper function.
1437         (nnmairix-search): Better check for empty search result.
1438         (nnmairix-goto-original-article): Use new helper functions for
1439         determining original article.
1440         (nnmairix-show-original-article): Make sure message-id is in brackets.
1441         (nnmairix-call-mairix-binary): Change variable name.
1442         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1443         helper function.
1444         (nnmairix-widget-toggle-activate): Fix doc string.
1445
1446 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * nnir.el: Require edmacro when compiling with XEmacs.
1449         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1450         available in Emacs 21.
1451
1452 2008-06-11  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-util.el (x-focus-frame):
1455         * gnus.el (image-size):
1456         * mm-decode.el (image-size): Declare.
1457
1458         * gnus-picon.el (declare-function): Add compat definition.
1459         (image-size): Declare.
1460
1461         * gnus-group.el (tool-bar-map):
1462         * gnus-sum.el (tool-bar-map): Define for compiler.
1463
1464         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1465
1466         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1467
1468         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1469         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1470         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1471         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1472         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1473         * sieve-manage.el, spam-report.el, spam.el:
1474         Remove unnecessary eval-and-compile of autoloads.
1475
1476 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1477
1478         * auth-source.el: Precise Tramp doc.
1479
1480 2008-06-07  Glenn Morris  <rgm@gnu.org>
1481
1482         * nnmairix.el: Remove unnecessary eval-when-compile.
1483
1484 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * lpath.el: Fbind propertize for XEmacs 21.4.
1487
1488 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1489
1490         * nnir.el: Move here from ../contrib.
1491
1492 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1493
1494         * gnus-util.el (gnus-read-shell-command): New function.
1495         * mm-decode.el (mm-pipe-part):
1496         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1497
1498 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1501
1502 2008-06-03  Glenn Morris  <rgm@gnu.org>
1503
1504        * pop3.el (nnheader-accept-process-output): Autoload it.
1505
1506 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1509         are not 2-digit hexadecimal characters that follow `%'s.
1510
1511 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1512
1513         * message.el (message-bogus-recipient-p): Fix type in doc string.
1514         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1515         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1516         Improve custom options.
1517         (message-bogus-recipient-p): Adjust accordingly.
1518
1519 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1520
1521         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1522         long-form month and day names.
1523
1524 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * dgnushack.el: Autoload debug, eudc-expand-inline and
1527         pgg-snarf-keys-region for XEmacs.
1528
1529         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1530
1531         * nnmairix.el: Require edmacro when compiling with XEmacs.
1532
1533 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1534
1535         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1536         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1537
1538 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * auth-source.el: Add more docs.
1541
1542         * netrc.el (netrc-machine): Always match if the port is not given.
1543
1544 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1547         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1548         retrieval faster in some cases, but might make CPU usage larger.  If
1549         this has any bad side effects, we might revert this change.
1550
1551         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1552         seems to make mail retrieval much, much faster.
1553         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1554         unconditionally.
1555
1556         * gnus-draft.el (gnus-group-send-queue): Bind
1557         message-send-mail-partially-limit to nil to avoid being prompted.
1558
1559 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1560
1561         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1562
1563         * message.el (message-bogus-address-regexp): Fix and improve custom
1564         type.
1565         (message-setup-hook): Add message-check-recipients as custom option.
1566
1567 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * message.el (message-cite-function): Remove bogus autoload which crept
1570         in during merge from v5-10.
1571
1572 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1573
1574         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1575
1576         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1577
1578         * auth-source.el: Preliminary Tramp docs.
1579         (auth-sources): Change the default auth-sources to use
1580         EPA .gpg files.
1581
1582 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * nntp.el: Autoload `auth-source-user-or-password'.
1585         (nntp-send-authinfo): Use it.
1586
1587         * nnimap.el: Autoload `auth-source-user-or-password'.
1588         (nnimap-open-connection): Use it.
1589
1590         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1591         for the gnus-message function.
1592         (auth-source-user-or-password): Use it.
1593
1594 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1595
1596         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1597         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1598         (rfc2104-hash): Use it.
1599
1600 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1601
1602         * gnus-art.el (gnus-article-toggle-truncate-lines):
1603         Don't use `iff' in docstring.
1604
1605 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1606
1607         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1608
1609         * gnus-util.el (gnus-extract-address-component-name)
1610         (gnus-extract-address-component-email): Convenience functions around
1611         `gnus-extract-address-components'.
1612
1613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1614         Use `gnus-extract-address-component-email' to fix bug of comparing full
1615         sender name to `user-mail-address'.
1616
1617 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1620         catch/throw to optimize.
1621         (gnus-registry-find-keywords): Just use member to find a keyword.
1622
1623 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1624
1625         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1626         is current before calling gnus-server-prepare.
1627         (gnus-server-setup-buffer, gnus-server-update-server)
1628         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1629
1630 2008-05-04  Juri Linkov  <juri@jurta.org>
1631
1632         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1633         (mailcap-file-default-commands): Use mailcap-replace-in-string
1634         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1635         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1636
1637 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1638
1639         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1640
1641 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1642
1643         * gnus.el: Bump version to 0.11
1644
1645 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1646
1647         * gnus.el: No Gnus v0.10 is released.
1648
1649 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1652         hooks.
1653         (gnus-update-read-articles): Speed up non-marks-using users.
1654         (gnus-use-marks): Define gnus-use-marks.
1655         (gnus-propagate-marks): Rename variable to something more sensible.
1656
1657 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1658
1659         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1660         (gmm-image-load-path-for-library): Fix typos in docstrings.
1661         (gmm-message): Reflow docstring.
1662
1663 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * mail-source.el (mail-source-set-1, mail-source-bind):
1666         Move auth-source code out of the macro to clean it up and fix bugs.
1667
1668 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1671         by sender if it's equal to user-mail-address, it's likely to be
1672         useless.
1673
1674         * mail-source.el (mail-source-bind): Don't use user or password if they
1675         are not bound.  Unintern them if they are nil.  Don't use server unless
1676         it's bound, and default it to empty string otherwise.
1677
1678 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * mail-source.el: Load auth-source.el.
1681         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1682         get user name or password, if auth-sources is set up.
1683
1684         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1685         strategy of splitting with parent.
1686         (gnus-registry-split-fancy-with-parent)
1687         (gnus-registry-post-process-groups): Use it and fix prior
1688         bug (returning a list as the split result).
1689
1690         * auth-source.el (auth-sources): Remove server parameter.
1691         (auth-source-pick, auth-source-user-or-password)
1692         (auth-source-user-or-password-imap)
1693         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1694         (auth-source-user-or-password-sftp)
1695         (auth-source-user-or-password-smtp): Remove server parameter.
1696
1697 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1698
1699         * smime.el (smime-sign-region, smime-encrypt-region)
1700         (smime-decrypt-region):
1701         Remove redundant calls to `generate-new-buffer-name'.
1702
1703 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1704
1705         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1706         Don't use QP for message/rfc822.
1707         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1708
1709 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1710
1711         * sieve-manage.el (sieve-string-bytes): Remove.
1712         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1713         correct byte-length only if the process's coding-system is the same as
1714         the one used internally by Emacs to represent strings.
1715
1716 2008-04-22  Juri Linkov  <juri@jurta.org>
1717
1718         * mailcap.el (mailcap-file-default-commands): New function.
1719
1720 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * message.el (message-signature-separator, message-cite-function):
1723         Change custom version.
1724
1725 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1726
1727         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1728         commands.
1729         (tls-checktrust): Ditto.
1730
1731 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * mm-decode.el (mm-display-external): Make temp file read-only.
1734
1735 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1736
1737         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1738         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1739         `C-c C-f d'.
1740
1741 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1742
1743         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1744
1745 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * gnus.el: Bump version to 0.9.
1748
1749 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1750
1751         * gnus.el: No Gnus v0.8 is released.
1752
1753 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1754
1755         * mail-source.el (mail-source-value):
1756         Prefer fboundp to functionp so it works with macros as well.
1757
1758 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759
1760         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1761         Fix last change in case the element is not even a symbol.
1762
1763 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1764
1765         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1766         Prefer fboundp to functionp so it works with macros as well.
1767
1768 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * auth-source.el: Added docs.
1771         (auth-sources): Modify format to support server.
1772         (auth-source-pick, auth-source-user-or-password)
1773         (auth-source-user-or-password-imap)
1774         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1775         (auth-source-user-or-password-sftp)
1776         (auth-source-user-or-password-smtp): Add server parameter.
1777
1778 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * gnus-registry.el: Initialize the registry when gnus-registry-install
1781         is t.
1782
1783 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * compface.el (uncompface): Make buffer unibyte.
1786
1787 2008-04-05  Glenn Morris  <rgm@gnu.org>
1788
1789         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1790
1791 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1794         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1795
1796         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1797         multibyteness after rather than before erasing it.
1798
1799         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1800         mm-with-multibyte.
1801         (gnus-request-article-this-buffer): Make sure the proper decoding is
1802         used if gnus-original-article-buffer happens to be unibyte.
1803
1804         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1805         default-enable-multibyte-characters.
1806
1807         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1808         default-enable-multibyte-characters.
1809
1810         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1811
1812         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1813
1814 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1815
1816         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1817         (imap-message-copyuid-1): Use it.
1818         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1819         J. Williams in
1820         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1821
1822         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1823         imap-enable-exchange-bug-workaround.
1824         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1825
1826 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1827
1828         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1829         a 100 byte status-checks into a 2-3MB transfer for each group.
1830         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1831         to enable bug workaround or not.
1832         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1833
1834 2008-03-31  Glenn Morris  <rgm@gnu.org>
1835
1836         * message.el (mml2015-use): Declare for compiler.
1837         (message-info): Require mml2015 when appropriate.
1838
1839 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1842         whitespace.
1843
1844 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1847         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1848         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1849         (nntp-service-to-port): New function.
1850         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1851         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1852         (nntp-open-netcat-stream): New function.
1853         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1854
1855 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1856
1857         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1858
1859 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1862
1863 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1864
1865         * dns.el (dns-write): Use set-buffer-multibyte.
1866
1867 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1868
1869         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1870
1871 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * message.el (message-signature-separator): Change default.
1874         Improve custom type.
1875         (message-cite-function): Change default to
1876         message-cite-original-without-signature.
1877
1878         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1879         toggle.
1880
1881         * message.el (message-check-news-body-syntax): Fix signature check.
1882         (message-setup-1): Mark buffer as unmodified _after_ running
1883         message-setup-hook and handling message-alternative-emails.
1884         (message-shorten-references): Be more strict when building list of
1885         valid references to comply with GNKSA.
1886
1887         * gnus-group.el (gnus-read-ephemeral-bug-group)
1888         (gnus-read-ephemeral-debian-bug-group)
1889         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1890
1891         * message.el (message-info): Don't use booleanp which isn't supported
1892         in Emacs 21 and XEmacs.
1893
1894 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1897         gnus-group-gmane-group-download-format.
1898         (gnus-group-read-ephemeral-gmane-group): Rename from
1899         gnus-group-read-ephemeral-gmane-group.
1900         (gnus-read-ephemeral-gmane-group-url): Rename from
1901         gnus-group-read-ephemeral-gmane-group-url.
1902         (gnus-bug-group-download-format-alist): New variable.
1903         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1904         (gnus-read-ephemeral-emacs-bug-group): New commands.
1905
1906 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1909         (gnus-visible-headers): Improve custom type.
1910
1911 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * mml.el (mml-menu): Add workarounds for XEmacs.
1914
1915         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1916         X-Boundary header.
1917
1918         * message.el (message-simplify-recipients): Fix previous commit.
1919
1920 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1921
1922         * mm-util.el (mm-set-buffer-multibyte): New function.
1923         * mm-decode.el (mm-copy-to-buffer): Use it.
1924
1925 2008-03-19  Glenn Morris  <rgm@gnu.org>
1926
1927         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1928         Accidentally removed in the sync process with Emacs.
1929
1930 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * message.el (message-alter-recipients-discard-bogus-full-name):
1933         New function.
1934         (message-alter-recipients-function): New variable.
1935         (message-get-reply-headers): Use it.
1936         (message-replace-header): New helper function.
1937         (message-recipients-without-full-name): New variable.
1938         (message-simplify-recipients): New command.
1939
1940         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1941
1942         * message.el (message-info): Handle EasyPG manual.
1943
1944         * mml.el (mml-menu): Add entry for EasyPG.
1945
1946 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1947
1948         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1949         parameter.
1950
1951         * message.el (message-disassociate-draft): Specify drafts group name
1952         fully.
1953
1954 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1957         unnecessary duplicates from the match list.
1958
1959 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1962
1963         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1964
1965         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1966         args of `how-many' of which the XEmacs version doesn't take; declare
1967         Info-index-next as function.
1968
1969 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * gnus-score.el (gnus-score-headers): Fix handling of
1972         gnus-inhibit-slow-scoring.
1973
1974         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1975         string.
1976         (gnus-button-url-regexp): Improve handling of parenthesis.
1977         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1978         (gnus-button-handle-info-keystrokes): Handle index entries.
1979
1980 2008-03-15  Glenn Morris  <rgm@gnu.org>
1981
1982         * parse-time.el (parse-time-string): Simplify.
1983
1984 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1987         Incoming* files.
1988
1989 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1990
1991         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1992         (auth-source-pick): Use it.
1993
1994 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1995
1996         * binhex.el (binhex-decode-region-internal):
1997         * uudecode.el (uudecode-decode-region-internal):
1998         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1999         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2000         setting default-enable-multibyte-characters.
2001
2002 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * auth-source.el (auth-source-protocols)
2005         (auth-source-protocols-customize, auth-source-choices): Added and
2006         modified variable customizations and defaults.
2007         (auth-source-pick, auth-source-user-or-password)
2008         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2009         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2010         (auth-source-user-or-password-sftp)
2011         (auth-source-user-or-password-smtp): Use new variables and provide an
2012         interface to netrc.el.
2013
2014 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2017         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2018         Make sure the nntp port to specify is a string.
2019
2020 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2021
2022         * nntp.el: Use with-current-buffer.
2023         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2024         dubious mm-with-unibyte-current-buffer.
2025         (nntp-with-open-group-function): New function extracted from
2026         nntp-with-open-group macro.
2027         (nntp-with-open-group): Use the function, so it's easier to debug.
2028         Add indentation and debugging info.
2029         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2030         the use of the netcat alternatives.
2031
2032         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2033         Avoid mm-string-as-multibyte as well.
2034
2035         * nnweb.el (nnweb-insert-html):
2036         Remove use of nnheader-string-as-multibyte.
2037
2038         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2039         (nnheader-string-as-multibyte): Remove.
2040
2041         * mm-view.el: Use inhibit-read-only.
2042         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2043         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2044         or unibyte-string.
2045
2046         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2047         (mm-uu-yenc-extract): Use with-current-buffer.
2048
2049         * gnus-soup.el (gnus-soup-send-packet): Don't use
2050         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2051
2052         * nnmh.el: Use with-current-buffer.
2053         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2054         mm-string-as-multibyte on the output of mm-encode-coding-string.
2055
2056         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2057         (nnimap-request-move-article): Use with-current-buffer.
2058
2059         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2060         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2061         conversion uses string-make-unibyte rather than string-as-unibyte.
2062
2063         * gnus-msg.el: Use with-current-buffer.
2064
2065         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2066
2067 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2068
2069         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2070         string for caching if it is 'PIN.
2071
2072 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * lpath.el: Consider the case without Emacs/W3.
2075
2076 2008-03-08  Glenn Morris  <rgm@gnu.org>
2077
2078         * time-date.el (date-to-time, time-subtract, time-add)
2079         (safe-date-to-time): Doc fixes.
2080
2081 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * mail-source.el (mail-source-delete-old-incoming-confirm):
2084         Change default to nil.
2085         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2086
2087 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * lpath.el: Rearrange.
2090
2091         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2092         (gnus-article-goto-prev-page): Work for articles having ^L's.
2093
2094         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2095
2096         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2097
2098 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2099
2100         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2101         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2102         (gnus-bookmark-jump): Adjust some variable names.
2103
2104 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         * auth-source.el: New package.
2107         (auth-source-choices): Add customization entry point variable.
2108
2109         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2110         bug.
2111
2112 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2115         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2116         (gnus-registry-install-shortcuts): Rename from
2117         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2118         the `gnus-registry-mark-map' keymap dynamically from
2119         `gnus-registry-marks'.  The generated functions update the summary line
2120         when a registry mark is added or deleted, and will call
2121         `gnus-registry-install-p' (see the comments in the code).
2122         (gnus-registry-user-format-function-M): Use concat intelligently.
2123
2124         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2125         the registry mark functions.
2126
2127 2008-03-05  Glenn Morris  <rgm@gnu.org>
2128
2129         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2130         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2131         gnus-art.
2132         (top-level): No need to load own source when compiling.
2133
2134 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2137         Suggested by <chris.anderton@zetnet.co.uk>.
2138
2139 2008-03-04  Glenn Morris  <rgm@gnu.org>
2140
2141         * gnus-sum.el (top-level): No need to require gnus when compiling,
2142         since unconditionally required near start of file.
2143         (gnus-summary-display-while-building): Move definition before use.
2144
2145 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2146
2147         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2148         formatting function.
2149
2150 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2153         with plists.
2154         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2155         Use new format.
2156
2157 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2160         `where-is-internal' that returns a range of key sequences.
2161
2162 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2163
2164         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2165
2166         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2167         (gnus-summary-jump-to-group): Consider windows on other displayed
2168         frames as well.  Similar changes might be needed elsewhere, but that's
2169         the one I've bumped into during my use.
2170
2171         * nndoc.el (nndoc-oe-dbx-type-p):
2172         * gnus-msg.el (gnus-debug):
2173         * gnus-group.el (gnus-update-group-mark-positions):
2174         Use mm-string-to-multibyte.
2175
2176 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2179         doesn't handle NotDashEscaped.
2180
2181         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2182         (mml-dnd-attach-options): Fix typo in custom choice.
2183
2184         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2185         nndoc-article-type to mbox.
2186         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2187
2188         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2189         to nil, instead of html2text.
2190
2191         * imap.el (imap-debug): Add `imap-ping-server'.
2192
2193         * gnus-bookmark.el: Add FIXMEs.
2194
2195         * message.el (message-form-letter-separator)
2196         (message-send-form-letter-delay): New variables.
2197         (message-send-form-letter): Use them.  New command to send form
2198         letters.  Requested by Uwe Siart.
2199         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2200
2201 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2202
2203         * Update copyright years.
2204
2205 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2206
2207         Sync from EMACS_22_BASE.
2208
2209         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2210
2211 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2212
2213         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2214         empty author.
2215
2216 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2217
2218         * gnus-registry.el (gnus-registry-marks): Add variable for
2219         customization of marks and their appearance.
2220         (gnus-registry-read-mark): Use it.
2221         (gnus-registry-do-marks): Add utility function to loop through
2222         `gnus-registry-marks'.
2223         (gnus-registry-install-shortcuts-and-menus): Add function to install
2224         shortcuts and menus.
2225         (gnus-registry-initialize): Use it.
2226         (gnus-registry-default-mark): Clarify documentation.
2227
2228 2008-02-29  Glenn Morris  <rgm@gnu.org>
2229
2230         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2231         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2232         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2233         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2234         Change defcustom :version from 23.0 to 23.1.
2235
2236 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2237
2238         * gnus-registry.el (gnus-registry-follow-group-p)
2239         (gnus-registry-post-process-groups): Add functions to aid registry
2240         splitting and improve logging.  Clarify behavior in function
2241         documentation.
2242         (gnus-registry-split-fancy-with-parent): Use them.
2243
2244 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2245
2246         * gnus-art.el: Use with-current-buffer.
2247
2248 2008-02-27  David Engster  <dengste@eml.cc>
2249
2250         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2251         Express real group name in the response.
2252
2253 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2256         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2257         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2258         autoload gnus-registry-fetch-group when compiling.
2259         (nnmairix-request-group-with-article-number-correction): Remove
2260         unreferenced argument passed to nnmairix-call-backend.
2261
2262 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2263
2264         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2265         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2266         Wilde.
2267
2268 2008-02-27  Glenn Morris  <rgm@gnu.org>
2269
2270         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2271         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2272         variables to defconsts.  Convert comments to doc-strings.
2273         (nnmairix-last-server, nnmairix-current-server): Convert from free
2274         variables to defvars.  Convert comments to doc-strings.
2275         (gnus-registry-fetch-group): Autoload.
2276         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2277         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2278         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2279         caddr.
2280         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2281         nnmairix-request-group-with-article-number-correction call.
2282         (nnmairix-fast, nnmairix-group): New, less general names, for free
2283         variables passed from nnmairix-request-group to
2284         nnmairix-request-group-with-article-number-correction.  Declare.
2285         (nnmairix-request-group-with-article-number-correction):
2286         Use nnmairix-fast, nnmairix-group rather than fast, group.
2287
2288 2008-02-26  David Engster  <dengste@eml.cc>
2289
2290         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2291         version 0.5.
2292
2293 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2296         instead of making an extra function call.  Don't add the current group
2297         to articles only when they have the group.  Use
2298         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2299         Reported by David <de_bb@arcor.de>.
2300
2301 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2304         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2305
2306 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2307
2308         * mail-source.el (mail-source-delete-incoming): Change default.
2309         Supplement doc string.
2310
2311         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2312
2313 2008-02-14  Glenn Morris  <rgm@gnu.org>
2314
2315         * time-date.el (format-seconds): New function.
2316
2317 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2318
2319         * nnmail.el (nnmail-message-id-cache-file): Derive from
2320         `gnus-home-directory'.
2321
2322 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2325         Document negative prefix.
2326
2327         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2328
2329 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * message.el (message-unsent-separator): Add the Exim bounce
2332         separator.
2333
2334 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2335
2336         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2337         list.
2338         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2339         recipient/signer list.
2340
2341 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * Makefile.in (datarootdir): Define.
2344         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2345         name that might contain whitespace.
2346
2347 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2348
2349         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2350         fbound (Emacs 23 unicode), signal an error.
2351
2352 2008-02-08  Glenn Morris  <rgm@gnu.org>
2353
2354         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2355
2356 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2357
2358         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2359         ports to the calls to `netrc-machine-user-or-password' in addition to
2360         "imap" and "imaps".
2361
2362 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2363
2364         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2365
2366         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2367
2368 2008-02-01  Kenichi Handa  <handa@m17n.org>
2369
2370         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2371         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2372         (rfc2104-hash): Convert the result of concat to unibyte string.
2373
2374 2008-02-01  Dave Love  <fx@gnu.org>
2375
2376         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2377         coding-system-for-read.
2378         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2379
2380 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2383         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2384         <hanche@math.ntnu.no>.
2385
2386 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2389
2390         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2391
2392 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2393
2394         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2395         * message.el (message-beginning-of-line): Use featurep instead of bound
2396         tests in order to resolve conditionals at compile time.
2397
2398 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2399
2400         * mail-source.el (mail-sources): Add `group' choice.
2401
2402         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2403         parameter `in-group' to control into which group the articles go.
2404         Add treatment of `group' mail-source.
2405
2406 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2409
2410         * mm-decode.el (mm-dissect-buffer): Decode description.
2411
2412         * mml.el (mml-to-mime): Encode message header first.
2413
2414 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2417         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2418
2419         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2420         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2421
2422 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2425
2426 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2429         prefix keys.
2430         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2431         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2432         gnus-xmas.el.
2433
2434         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2435         (gnus-xmas-article-describe-bindings): New function.
2436         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2437         gnus-xmas-article-describe-bindings.
2438
2439         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2440
2441 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2444         Add new variables for article mark management.
2445         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2446         list of extra data entries which, when present, will indicate that the
2447         article ID should not be trimmed from the registry.
2448         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2449         functions.
2450         (gnus-registry-read-mark): New function to read a mark name from the
2451         user.
2452         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2453         (gnus-registry-set-article-mark-internal): New functions to add and
2454         remove marks.
2455         (gnus-registry-get-article-marks): New function to show the marks for
2456         an article, or retrieve them for further use.
2457
2458 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2461         keys when no argument is given.
2462
2463 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2464
2465         * imap.el (imap-ping-server): New variable.
2466         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2467         (imap-ping-server): Minor doc string fixes.
2468
2469 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2470
2471         * imap.el (imap-ping-server): New function.
2472         (imap-opened): Call imap-ping-server.
2473
2474 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         * gnus-sum.el (gnus-article-sort-by-random)
2477         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2478         jidanni@jidanni.org.
2479
2480 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-art.el (gnus-article-describe-bindings): New function.
2483         (gnus-article-read-summary-keys): Use it.
2484         (gnus-article-mode-map): Bind `C-h b' to it.
2485
2486 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2489         XEmacs.
2490         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2491         against non-character events.
2492
2493         * lpath.el: Fbind map-keymap for Emacs 21.
2494
2495 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2496
2497         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2498         command.
2499         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2500         instead of END.  Change name of the temp file.
2501         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2502         customizable.
2503
2504 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2507         bind `S W' to gnus-article-wide-reply-with-original; set default
2508         binding to gnus-article-read-summary-send-keys.
2509         (gnus-article-read-summary-keys): Fix the order of keys; display
2510         continuation keys correctly in the echo area; describe bindings
2511         correctly when keys end with `C-h'.
2512         (gnus-article-read-summary-send-keys): New function.
2513         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2514         for gnus-article-read-summary-send-keys; display continuation keys
2515         correctly in the echo area.
2516         (gnus-article-reply-with-original): Ignore prefix argument.
2517         (gnus-article-wide-reply-with-original): New function.
2518
2519         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2520         Emacs 21.
2521
2522 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2525         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2526
2527 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2528
2529         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2530         (gnus-group-read-ephemeral-gmane-group): New command.
2531
2532 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2533
2534         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2535
2536 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * message.el (message-send-mail-function): Increase custom version.
2539
2540         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2541         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2542
2543 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2546         for the cases where imap-authenticate is called with a nil buffer
2547         parameter.
2548
2549 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2552         html parts correctly; support forwarded messages.
2553         (gnus-article-browse-html-article): Remove work buffers.
2554
2555         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2556         compiling.
2557         (netrc-bound-and-true-p): New macro.
2558         (netrc-parse): Use it instead of bound-and-true-p that is not available
2559         in XEmacs 21.4.
2560
2561 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * gnus-registry.el (gnus-registry-mark-article)
2564         (gnus-registry-article-marks): Add functionality to mark articles
2565         through the Gnus registry.
2566
2567         * encrypt.el: Clarify documentation for the new pgg method.
2568         (encrypt-file-alist): Add PGG option.
2569         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2570         functionality.  Abstract password key and messaging to external
2571         functions.
2572         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2573         (encrypt-message-method-and-cipher): Add new convenience external
2574         functions.
2575         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2576         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2577
2578         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2579         (netrc-parse): Use encrypt-file-alist to determine if
2580         encrypt-find-model or encrypt-insert-file-contents should be used.
2581
2582         * encrypt.el: Clarify documentation.  Load password-cache or
2583         password, whichever one is found first, instead of autoloading.
2584
2585 2007-12-19  Glenn Morris  <rgm@gnu.org>
2586
2587         * mml.el (message-options-set, message-narrow-to-head)
2588         (message-in-body-p, message-mail-p, message-encode-message-body):
2589         Autoload.
2590         (message-remove-header, message-narrow-to-headers-or-head)
2591         (message-subscribed-p, message-make-mail-followup-to)
2592         (message-position-on-field, message-news-p)
2593         (message-options-set-recipient, message-generate-headers)
2594         (message-sort-headers): Declare as functions.
2595
2596 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2599         convention in doc string.
2600
2601 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2604         title to html parts.
2605         (gnus-article-browse-html-article): Pass message header to it.
2606
2607         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2608
2609 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2610
2611         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2612         or password compatible with XEmacs.
2613
2614 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2617         format document.
2618         (gnus-mime-delete-part): Don't write description line if empty.
2619         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2620
2621 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2622
2623         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2624         (gnus-summary-mark-read-and-unread-as-read)
2625         (gnus-summary-mark-current-read-and-unread-as-read)
2626         (gnus-summary-mark-unread-as-ticked): Doc fix.
2627         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2628
2629 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2630
2631         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2632         Christoph Conrad <christoph.conrad@gmx.de>.
2633
2634 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2637         yes-or-no-p.
2638
2639 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-decode.el (mm-add-meta-html-tag): New function.
2642         (mm-save-part-to-file, mm-pipe-part): Use it.
2643
2644         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2645         gnus-y-or-n-p instead of y-or-n-p.
2646         (gnus-article-browse-html-parts): Work with message/external-body; use
2647         mm-add-meta-html-tag.
2648
2649 2007-12-11  Glenn Morris  <rgm@gnu.org>
2650
2651         * gnus-cache.el: Require gnus-sum not just when compiling.
2652
2653         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2654
2655         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2656         definitions before use.
2657
2658         * mm-decode.el: Require gnus-util.
2659         (mm-remove-part): Only call delete-annotation on XEmacs.
2660
2661         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2662
2663         * nnmail.el: Require gnus-int.
2664
2665         * spam.el: Move `require's before `eval-when-compile's.
2666
2667         * gnus-ems.el (gnus-alive-p):
2668         * gnus-fun.el (message-goto-eoh):
2669         * gnus-util.el (gnus-group-name-decode):
2670         * mail-source.el (gnus-compress-sequence):
2671         * message.el (Info-goto-node, format-spec):
2672         * mm-bodies.el (message-options-get):
2673         * mm-decode.el (mm-view-pkcs7):
2674         * mm-util.el (gmm-write-region):
2675         * mml-smime.el (mml-compute-boundary)
2676         (gnus-completing-read-with-default):
2677         * mml.el (widget-button-press, gnus-make-hashtable):
2678         * mml1991.el (mm-decode-content-transfer-encoding)
2679         (mm-encode-content-transfer-encoding)
2680         (message-options-get, message-options-set):
2681         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2682         * nnfolder.el (gnus-request-group):
2683         * nnheader.el (ietf-drums-unfold-fws):
2684         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2685         * smime.el (gnus-run-mode-hooks):
2686         * spam-stat.el (gnus-message): Autoload.
2687
2688         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2689         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2690         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2691         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2692         Add declare-function compatibility definition.
2693
2694         * gnus-cache.el (nnvirtual-find-group-art):
2695         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2696         (gnus-add-image, gnus-add-wash-type):
2697         * gnus-group.el (nnkiboze-score-file):
2698         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2699         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2700         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2701         (message-tokenize-header, gnus-get-buffer-create)
2702         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2703         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2704         * gnus.el (gnus-group-decoded-name):
2705         * mail-source.el (imap-capability):
2706         * mm-bodies.el (message-options-set):
2707         * mm-decode.el (gnus-configure-windows):
2708         * mm-extern.el (message-goto-body):
2709         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2710         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2711         (epg-sub-key-validity, message-options-set):
2712         * mml.el (widget-event-point, gnus-configure-windows):
2713         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2714         * mml2015.el (epg-check-configuration, epg-configuration)
2715         (message-options-set):
2716         * nndb.el (nndb-request-article):
2717         * nnfolder.el (gnus-request-create-group):
2718         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2719         * nnmaildir.el (gnus-group-mark-article-read):
2720         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2721         * rfc1843.el (message-fetch-field):
2722         * spam.el (gnus-extract-address-components):
2723         Declare as functions.
2724
2725 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2728
2729         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2730
2731         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2732         bind show-trailing-whitespace for XEmacs.
2733
2734 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2737         new no-op macro for backward compatibility.
2738
2739         * imap.el (imap-string-to-integer): New function.
2740
2741 2007-12-09  Glenn Morris  <rgm@gnu.org>
2742
2743         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2744
2745         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2746         * message.el, mm-view.el, sieve-manage.el, smime.el:
2747         Add declare-function compatibility definition.
2748
2749         * gnus-art.el (w3-region, w3m-region, Info-menu):
2750         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2751         * gnus-sum.el (gnus-get-predicate):
2752         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2753         * message.el (mail-abbrev-in-expansion-header-p):
2754         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2755         (w3m-detect-meta-charset, w3m-region):
2756         * sieve-manage.el (password-read, password-cache-add)
2757         (password-cache-remove):
2758         * smime.el (password-read-and-add): Declare as functions.
2759
2760 2007-12-08  David Kastrup  <dak@gnu.org>
2761
2762         * gnus-sum.el (gnus-summary-simplify-subject-query):
2763         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2764         `message'.
2765
2766 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2769         it to bind idna-program, installation-directory, defined-colors, and
2770         face-attribute for XEmacs of the version that compiles defcustom forms.
2771
2772 2007-12-07  Glenn Morris  <rgm@gnu.org>
2773
2774         * gnus-art.el (article-make-date-line): Revert previous change.
2775
2776 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2779
2780 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2781
2782         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2783         Call gnus-add-to-range ranges only once with a prepared article-list.
2784
2785 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2786
2787         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2788         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2789         group names with backslashes.  Reported by Tassilo Horn
2790         <tassilo@member.fsf.org>.
2791
2792 2007-12-06  Deepak Goel  <deego3@gmail.com>
2793
2794         * gnus-art.el (article-make-date-line):
2795         * gnus-start.el (gnus-load):
2796         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2797
2798 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-art.el (gnus-use-idna)
2801         * gnus-start.el (gnus-site-init-file)
2802         * message.el (message-use-idna)
2803         * mm-uu.el (mm-uu-hide-markers)
2804         * smiley.el (smiley-style): Revert changes that suppress warnings.
2805
2806 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2809         specify charset to html source.  Reported by Christoph Conrad
2810         <christoph.conrad@gmx.de>.
2811
2812 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2815         idna-program in order to suppress byte compile warning issued by XEmacs
2816         that came to byte compile the default value section of defcustom forms
2817         recently.
2818
2819         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2820         value of installation-directory.
2821
2822         * message.el (message-use-idna): Don't directly refer to the value of
2823         idna-program.
2824
2825         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2826
2827         * smiley.el (smiley-style): Don't directly call face-attribute.
2828
2829 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2832
2833         * gnus-dired.el: Reduce Gnus dependencies.
2834         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2835         require.  Use autoloads instead.
2836         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2837         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2838         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2839         (gnus-dired-mode): Adjust doc string.
2840         (gnus-dired-mail-mode): New variable.
2841         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2842         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2843         (gnus-dired-mail-buffers): New function.  Return mail or message
2844         composition buffers.
2845         (gnus-dired-attach): Use it.
2846         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2847         NO-DECODE.
2848         (gnus-dired-print): Use `gnus-print-buffer' depending on
2849         `gnus-dired-mail-mode'.
2850
2851 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * rfc2047.el (rfc2047-encoded-word-regexp)
2854         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2855         explaining what regexp patterns are for.
2856
2857 2007-12-04  Glenn Morris  <rgm@gnu.org>
2858
2859         * password.el: Move to password-cache.el.
2860
2861         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2862         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2863         * mml-smime.el (password-read, password-cache-add)
2864         (password-cache-remove):
2865         No need to autoload, since mml-sec requires password.
2866
2867         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2868         * message.el (gnus-extract-address-components):
2869         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2870
2871         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2872         password.
2873
2874 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         * mailcap.el: Reduce dependencies.
2877         (mail-header-parse-content-type): Autoload.
2878         (mailcap-delete-duplicates): New alias.
2879         (mailcap-mime-info): Add optional argument NO-DECODE.
2880         (mailcap-mime-types): Use mailcap-delete-duplicates.
2881
2882         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2883
2884 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2885
2886         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2887         (imap-parse-status): Upcase status-att for servers that sends them
2888         lower-case (e.g., MS Exchange 2007).
2889
2890 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2893         function.
2894
2895         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2896         (gnus-uu-yenc-article): New function.
2897
2898         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2899
2900         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2901         buffer.
2902
2903 2007-12-02  Glenn Morris  <rgm@gnu.org>
2904
2905         * binhex.el (binhex): New custom group.
2906         (binhex-decoder-program, binhex-decoder-switches)
2907         (binhex-use-external): Move to the binhex custom group.
2908
2909         * uudecode.el (uudecode): New custom group.
2910         (uudecode-decoder-program, uudecode-decoder-switches)
2911         (uudecode-use-external): Move to the uudecode custom group.
2912
2913         * netrc.el (top-level): Don't load `encrypt' features.
2914         (netrc-parse): Don't use encrypt.
2915         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2916
2917         * encrypt.el: Remove file.
2918
2919 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2920
2921         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2922         matches on patches.
2923
2924         * gnus-art.el (gnus-article-browse-html-article): Mention
2925         `mm-text-html-renderer' in the doc string.
2926
2927         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2928         string.  Add comments.
2929
2930         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2931         if rhs is ASCII.
2932
2933 2007-12-01  Glenn Morris  <rgm@gnu.org>
2934
2935         * mail-source.el (top-level): Require format-spec before
2936         eval-when-compile.
2937
2938 2007-11-30  Glenn Morris  <rgm@gnu.org>
2939
2940         * encrypt.el: Require password, rather than autoloading password-read.
2941
2942 2007-11-29  Glenn Morris  <rgm@gnu.org>
2943
2944         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2945         (sasl-make-client, sasl-next-step, sasl-step-data)
2946         (sasl-step-set-data): Declare as functions.
2947
2948 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2951
2952 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2953
2954         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2955         certs should be verified and what is to be done in the event of a
2956         verification failure.
2957
2958         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2959         caller can indicate whether the cache should be disregarded for this
2960         call.  This way the result of the call is reproducible at all times and
2961         can be considered a canonical server name for the supplied method.
2962         (gnus-agent-method-p): Canonicalize server names by pushing their
2963         method through `gnus-method-to-server' using the no-cache argument.
2964
2965         * gnus-srvr.el (gnus-server-insert-server-line): Call
2966         `gnus-method-to-server' with `no-cache' argument.
2967
2968         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2969         gnus-agent-possibly-synchronize-flags as this should be called when the
2970         server is actually being opened.
2971         (gnus-agent-possibly-synchronize-flags)
2972         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2973         flags file of an agentized server to the latter function.
2974
2975         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2976         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2977         after a connection has been established successfully.
2978
2979 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-art.el (article-display-face): Force to display face if called
2982         interactively; check if gnus-article-x-face-too-ugly matches author.
2983         (article-display-x-face): Display face even if From header is missing
2984         as article-display-face does.
2985
2986 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2987
2988         * hashcash.el (message-narrow-to-headers-or-head)
2989         (message-fetch-field, message-goto-eoh)
2990         (message-narrow-to-headers): Declare as functions.
2991
2992 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * mail-source.el (mail-sources): Default to fetch from file for
2995         compatibility with default of nnmail-spool-file.
2996
2997 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3000         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3001         to look for encoded word that should be encoded again.
3002         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3003         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3004         encoding pattern.
3005         (rfc2047-decode-region): Switch strict regexp and loose one according
3006         to rfc2047-allow-irregular-q-encoded-words.
3007
3008 2007-11-25  Romain Francoise  <romain@orebokech.com>
3009
3010         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3011
3012 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * tls.el (tls-program): Provide more custom choices from
3015         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3016         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3017
3018 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3019
3020         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3021         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3022
3023         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3024         `nnmail-spool-file'.
3025
3026         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3027         `nnmail-spool-file'.
3028
3029         * gnus-move.el (gnus-change-server): Ditto.
3030
3031         * gnus-kill.el (gnus-batch-score): Ditto.
3032
3033         * gnus-cache.el (gnus-jog-cache): Ditto.
3034
3035         * gnus-msg.el (gnus-summary-reply):
3036         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3037
3038 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3041         version.  Minor improvement to doc strings.
3042         (tls-program): Add comment.
3043
3044 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3045
3046         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3047         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3048         mismatch between the hostname provided in the certificate and the name
3049         of the host connnecting to.
3050         (open-tls-stream): Use them.  Check certificates against trusted root
3051         certificates.
3052
3053 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * gnus-cache.el (gnus-cache-generate-nov-databases):
3056         Use nnml-generate-nov-databases-directory instead of
3057         nnml-generate-nov-databases-1.
3058
3059 2007-11-24  Glenn Morris  <rgm@gnu.org>
3060
3061         * message.el (message-tool-bar-retro): Update for rename
3062         mail_send.xpm->mail-send.xpm.
3063
3064 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3065
3066         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3067         `smime-ldap-search' for Emacs 22 and up.
3068
3069 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3070
3071         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3072
3073         * message.el (message-send-mail-function): Fix error convention.
3074         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3075         (message-widen-reply, message-send-mail, message-talkative-question)
3076         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3077         (message-clone-locals, message-send-news): Use with-current-buffer.
3078         (message-insert-or-toggle-importance): Remove unused var `valid'.
3079         (message-make-references): Remove unused var `new-references'.
3080         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3081
3082 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3083
3084         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3085         (spam-split-symbolic-return-positive): Reflow docstring.
3086         (spam-backends, spam-summary-exit-behavior)
3087         (spam-mark-ham-unread-before-move-from-spam-group)
3088         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3089         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3090         (spam-clear-cache, spam-backend-check, spam-install-backend)
3091         (spam-install-statistical-backend, spam-list-of-processors)
3092         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3093         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3094         (spam-check-crm114, spam-initialize, spam-unload-hook):
3095         Fix typos in docstrings.
3096
3097 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3100         been checked if they have never been read and those group levels are
3101         higher than the one that a user specified.
3102
3103 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3106         foreign groups unless a group level is specified by a user.
3107         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3108
3109 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * message.el (message-send-mail-function): Require sendmail.
3112
3113 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3114
3115         * message.el (message-send-mail-function): Check for smtpmail too.
3116
3117         * utf7.el (utf7-encode, utf7-decode): Use coding system
3118         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3119
3120         * message.el (message-send-mail-function): New function.
3121         (message-send-mail-function): Set default using
3122         message-send-mail-function.  Adjust doc string.
3123         (message-send-mail-with-mailclient): New function.
3124
3125 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3126
3127         * smime.el (from):
3128         * rfc2047.el (message-posting-charset):
3129         * qp.el (mm-use-ultra-safe-encoding):
3130         * pop3.el (parse-time-months):
3131         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3132         * nnml.el (files):
3133         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3134         (jka-compr-compression-info-list, ange-ftp-path-format)
3135         (efs-path-regexp):
3136         * nndiary.el (files):
3137         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3138         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3139         (epg-digest-algorithm-alist, inhibit-redisplay)
3140         (password-cache-expiry):
3141         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3142         (pgg-output-buffer, password-cache-expiry):
3143         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3144         (efs-path-regexp):
3145         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3146         (inhibit-redisplay):
3147         * mm-uu.el (file-name, start-point, end-point, entry)
3148         (gnus-newsgroup-name, gnus-newsgroup-charset):
3149         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3150         (latin-unity-ucs-list):
3151         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3152         (mm-uu-binhex-decode-function):
3153         * message.el (gnus-message-group-art, gnus-list-identifiers)
3154         (rmail-enable-mime-composing, gnus-local-organization)
3155         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3156         (gnus-read-active-file, facemenu-add-face-function)
3157         (facemenu-remove-face-function, gnus-article-decoded-p)
3158         (tool-bar-mode):
3159         * mail-source.el (display-time-mail-function):
3160         * gnus-util.el (nnmail-pathname-coding-system)
3161         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3162         (gnus-original-article-buffer, gnus-user-agent)
3163         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3164         (xemacs-codename, sxemacs-codename, emacs-program-version):
3165         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3166         * gnus-start.el (gnus-agent-covered-methods)
3167         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3168         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3169         (gnus-newsgroup-headers, gnus-group-list-mode)
3170         (gnus-group-mark-positions, gnus-newsgroup-data)
3171         (gnus-newsgroup-unreads, nnoo-state-alist)
3172         (gnus-current-select-method, mail-sources)
3173         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3174         (nnmail-spool-file, gnus-cache-active-hashtb):
3175         * gnus-mh.el (mh-lib-progs):
3176         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3177         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3178         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3179         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3180         (gnus-group-buffer):
3181         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3182         (font-lock-set-defaults):
3183         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3184         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3185         (gnus-summary-post-menu, total-parts, type, condition, length):
3186         * gnus-agent.el (gnus-agent-read-agentview):
3187         * flow-fill.el (show-trailing-whitespace):
3188         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3189         eval-and-compile wrappers for byte compiler pacifiers.
3190
3191         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3192         (mm-display-inline-fontify): Check for featurep 'xemacs not
3193         extent-list.
3194
3195         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3196         itimer-list.
3197         (mm-create-image-xemacs): Only do something for XEmacs.
3198         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3199
3200         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3201
3202         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3203         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3204
3205 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3206
3207         * nnimap.el (nnimap-split-download-body):
3208         * gnus-demon.el (gnus-demon):
3209         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3210
3211 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3214         macros.
3215         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3216         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3217         copy data from unibyte buffer to multibyte current buffer.
3218         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3219         to copy data from unibyte current buffer to multibyte buffer.
3220         (nntp-make-process-buffer): Make process buffer unibyte.
3221
3222         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3223
3224 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3225
3226         * pop3.el (pop3-open-server): Accept and process data more robustly at
3227         connexion start to avoid spurious "POP SSL connexion failed" errors.
3228
3229 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3232         read group names.
3233
3234 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3235
3236         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3237
3238 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3241         (nnmail-save-active): Use a unibyte buffer when saving active file,
3242         which may contain non-ASCII group names.
3243
3244         * nnml.el (nnml-request-group): Decode group names in messages.
3245
3246 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * message.el (message-citation-line-function)
3249         (message-insert-formatted-citation-line): Fix spelling of
3250         `message-insert-formated-citation-line'.
3251
3252 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3255
3256 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3259         nnmail-pathname-coding-system.
3260
3261         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3262         that a user enters; decode group names in messages.
3263
3264         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3265
3266 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3269
3270         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3271
3272         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3273         risky local variable.
3274
3275         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3276
3277 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * encrypt.el: Improve documentation to fix function name typo.
3280         Reported by Daiki Ueno <ueno@unixuser.org>.
3281
3282 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3285         even if the point is not in the last page of an article.
3286         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3287         back to the previous page.
3288
3289 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3292
3293 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3296
3297 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * message.el (message-check-news-body-syntax): Avoid
3300         mm-string-as-multibyte.
3301         (message-hide-headers): Don't assume (point-min)==1.
3302
3303 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * message.el (message-remove-blank-cited-lines): Fix if remove is
3306         given.
3307         (message-bogus-address-regexp): New variable.
3308         (message-bogus-recipient-p): New function.
3309         (message-check-recipients): New command.
3310         (message-syntax-checks): Add `bogus-recipient'.
3311         (message-fix-before-sending): Add `bogus-recipient'.
3312
3313         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3314         (gnus-treat-body-boundary): Don't test window-system.
3315
3316 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3317
3318         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3319
3320 2007-10-28  Miles Bader  <miles@gnu.org>
3321
3322         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3323         at compile-time too.
3324
3325 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * gnus-msg.el (gnus-message-setup-hook): Add
3328         `message-remove-blank-cited-lines' to options.
3329
3330 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3331
3332         * message.el (message-remove-blank-cited-lines): New function.
3333         Suggested by Karl Plästerer.
3334
3335 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3338         mapc.
3339
3340         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3341         (top-level): Use mapc to set functions to be traced for debugging.
3342
3343         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3344         called for effect with while loop.
3345
3346         * message.el (message-talkative-question): Replace mapcar called for
3347         effect with mapc.
3348
3349         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3350         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3351         called for effect with dolist.
3352
3353         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3354
3355         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3356         gnus-extra-headers and nnmail-extra-headers.
3357
3358         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3359         called for effect with dolist.
3360         (top-level): Use mapc to set functions to be traced for debugging.
3361
3362         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3363         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3364         dolist.
3365
3366         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3367         Replace mapcar called for effect with mapc.
3368         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3369         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3370         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3371         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3372
3373         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3374         remove-if that's a cl function.
3375
3376         * webmail.el (webmail-debug): Replace mapcar called for effect with
3377         dolist.
3378
3379         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3380         with mapc.
3381
3382 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3385         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3386         with while loop.
3387
3388         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3389         functions from article-* functions.
3390         (gnus-multi-decode-header): Replace mapcar called for effect with
3391         dolist.
3392
3393         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3394         (gnus-bookmark-show-details): Replace mapcar called for effect with
3395         while loop.
3396
3397         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3398         called for effect with while loop.
3399
3400         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3401         with dolist.
3402
3403         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3404         mapcar called for effect with dolist.
3405
3406         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3407
3408         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3409         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3410         Replace mapcar called for effect with dolist.
3411         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3412         mapc.
3413
3414         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3415         Replace mapcar called for effect with dolist.
3416         (gnus-topic-list): Replace mapcar called for effect with mapc.
3417
3418         * gnus.el: Use mapc instead of mapcar to add autoloads.
3419
3420 2007-10-23  Richard Stallman  <rms@gnu.org>
3421
3422         * gnus-group.el (gnus-group-highlight): Mark as risky.
3423
3424 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus.el (gnus-server-to-method): Return method found first in
3427         gnus-newsrc-alist.
3428
3429         * gnus-art.el (gnus-article-highlight-signature)
3430         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3431         button overlay without the front stickiness.
3432
3433 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3434
3435         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3436         overview buffer needed a catch to receive its throw.
3437         (gnus-agent-flush-cache): Declared as interactive to make this function
3438         easier to use.
3439
3440 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3443         `next-line'.
3444
3445 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3448         exclude address matching message-dont-reply-to-names.
3449
3450 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-util.el (gnus-string<): New function.
3453
3454         * gnus-sum.el (gnus-article-sort-by-author)
3455         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3456
3457 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3460         the frame-focus tag is set in gnus-buffer-configuration.
3461
3462 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3465         the front stickiness.
3466
3467 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3470         url pattern; remove duplicate one.
3471         (gnus-article-extend-url-button): New function.
3472         (gnus-article-add-buttons): Use it.
3473         (gnus-button-push): Use concatenated url that it makes.
3474
3475 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3476
3477         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3478
3479 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3480
3481         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3482         Don't hardcode point-min==1.
3483
3484 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3485
3486         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3487         Fix comment about "iso8859-1".
3488
3489 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3490
3491         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3492         ones returned from the verify-function.
3493
3494         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3495         mml2015-extract-cleartext-signature if extraction failed.
3496
3497 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3498
3499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3500         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3501         failed.
3502
3503 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3506
3507 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3510         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3511         recommends to use EasyPG instead of PGG.
3512
3513         * pgg.el: Revert to revision 6.23.2.16
3514
3515         * pgg-def.el: Revert to revision 6.6.2.14.
3516
3517         * pgg-gpg.el: Revert to revision 6.23.2.34.
3518
3519 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3520
3521         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3522         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3523         thread for both the null and zero (kill/expire thread) universal prefix
3524         cases.
3525         (gnus-summary-expire-thread): Add new function to expire a thread,
3526         using gnus-summary-kill-thread.
3527         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3528         shortcuts for gnus-summary-expire-thread.
3529         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3530         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3531
3532 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3535         extras value, so an extras entry can be deleted.
3536         (gnus-registry-delete-extra-entry): Use it.
3537         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3538         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3539         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3540         storage through the gnus-registry, and provide an appropriate API for
3541         it.
3542
3543 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3546         Suggested by Leo <sdl.web@gmail.com>.
3547
3548         * gnus.el: Do.
3549
3550 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3553         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3554
3555         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3556
3557         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3558         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3559
3560 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3563         newline.
3564         (nnmbox-request-accept-article): Don't change article in source buffer;
3565         narrow to header to use message-fetch-field rather than
3566         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3567         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3568         as delimiters; make sure article ends with newline.
3569         (nnmbox-delete-mail): Correct last position of article to be deleted;
3570         ignore X-Gnus-Newsgroup header in article body.
3571         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3572         positions; make sure article ends with newline.
3573
3574         * message.el (message-display-abbrev): Don't infloop when a user
3575         inserts SPC in the beginning of header.
3576
3577         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3578         coding-system-for-read and coding-system-for-write for XEmacs having no
3579         file-coding feature.
3580
3581         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3582
3583 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3586         list of groups not followed by default.  Fix type to be regexp.
3587         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3588
3589 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3590
3591         * hmac-def.el (define-hmac-function): Switch from old-style to
3592         new-style backquotes.
3593
3594         * md4.el (md4-make-step): Likewise.
3595
3596 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3599         raw-text coding system when saving .newsrc file, which may contain
3600         non-ASCII group names.
3601
3602 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-cus.el (gnus-score-extra): New widget.
3605         (gnus-score-extra-convert): New function.
3606         (gnus-score-customize): Use it for Extra.
3607
3608 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3609
3610         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3611         (mml2015-mailcrypt-clear-verify): Use it.
3612         (mml2015-gpg-clear-verify): Use it.
3613         (mml2015-pgg-clear-verify): Use it.
3614         (mml2015-epg-clear-verify): Replace the current part with the output
3615         from GnuPG; don't extract the plaintext by itself.
3616
3617         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3618         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3619         mml2015-clear-verify-function; don't touch the armor headers or
3620         dash-escaped text here.
3621
3622 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3625         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3626         parts, or application/octet-stream as a last resort.
3627         (gnus-mime-view-part-as-type): Don't toggle display.
3628         (gnus-mime-view-part-as-charset): Don't turn off display before
3629         querying charset.
3630
3631         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3632         stuff to undisplayer function in Emacs.
3633         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3634
3635         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3636         text/calendar parts.
3637
3638 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3641         decoding text/calendar parts.
3642
3643         * message.el (message-forward-make-body-mime): Always mark body as
3644         having no illegible text; remove signed-or-encrypted argument.
3645         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3646
3647         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3648         (mml-generate-mime-1): Don't encode body if it is specified to be in
3649         raw form; don't make buffer be unibyte when inserting multibyte string.
3650
3651 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3652
3653         * sha1.el: Fix up comment style.
3654         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3655         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3656
3657         * hex-util.el: Fix up comment style.
3658         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3659
3660         * gnus-salt.el: Use with-current-buffer.
3661         (gnus-pick-setup-message): Fix long-standing typo.
3662
3663 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * imap.el (imap-logout-timeout): New variable.
3666         (imap-logout, imap-logout-wait): New functions.
3667         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3668
3669         * nnimap.el (nnimap-logout-timeout): New server variable.
3670         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3671         nnimap-logout-timeout.
3672
3673         * gnus-art.el (gnus-article-summary-command-nosave)
3674         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3675
3676 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus.el (gnus-maximum-newsgroup): New variable.
3679
3680         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3681         according to gnus-maximum-newsgroup.
3682
3683         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3684         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3685         Limit the range of articles according to gnus-maximum-newsgroup.
3686
3687 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3688
3689         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3690         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3691         Don't perform gnus-configure-windows here; reuse existing sticky
3692         article buffer.
3693
3694         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3695         it doesn't exist in gnus-article-mode.
3696
3697 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3700         (gnus-agent-decoded-group-name): New function.
3701         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3702         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3703
3704 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3705
3706         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3707         Add binding for gnus-sticky-article.
3708         (gnus-summary-exit): Don't kill sticky article buffers.
3709
3710         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3711         article buffer.
3712         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3713         (gnus-kill-sticky-article-buffers): New commands.
3714
3715 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * nntp.el (nntp-xref-number-is-evil): New server variable.
3718         (nntp-find-group-and-number): If it is non-nil, don't trust article
3719         numbers in the Xref header.
3720
3721 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus-agent.el (gnus-agent-read-group): New function.
3724         (gnus-agent-flush-group, gnus-agent-expire-group)
3725         (gnus-agent-regenerate-group): Use it.
3726         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3727         nnmail-pathname-coding-system.
3728
3729 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3732
3733         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3734         that are unread as unread, and also as selected so that information of
3735         marks having been changed by a user may be updated when exiting group.
3736
3737 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3740         calculated ignoring signature parts to gnus-treat-article.
3741
3742 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3745         a point here in order to keep the window start.
3746         (gnus-insert-mime-security-button): Make a button overlay without the
3747         front stickiness.
3748         (gnus-mime-display-security): Goto the end of a button.
3749
3750         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3751
3752 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3755         group-name-at-point.
3756         (gnus-group-completing-read): New function that offers decoded
3757         non-ASCII group names for completion.
3758         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3759         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3760         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3761         (gnus-group-fetch-control): Use it.
3762         (gnus-fetch-group): Use group-name-at-point for the initial value
3763         rather than the default value; use gnus-alive-p.
3764
3765         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3766         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3767         (gnus-summary-post-news): Use gnus-group-completing-read.
3768
3769         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3770         (gnus-read-move-group-name): Decode group name for completion.
3771
3772 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3775         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3776         Yamaoka slightly modified the code).
3777
3778 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3781         (nnmail-split-incoming): Bind it.
3782
3783         * nnml.el (nnml-group-name-charset): New function.
3784         (nnml-decoded-group-name): Use it; don't decode group name if
3785         nnmail-group-names-not-encoded-p is non-nil.
3786         (nnml-encoded-group-name): New function.
3787         (nnml-group-pathname): Inline nnml-decoded-group-name.
3788         (nnml-request-expire-articles): Decode group name in message.
3789         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3790         nnmail-pathname-coding-system.
3791         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3792         not decoded ones according to nnmail-group-names-not-encoded-p.
3793         (nnml-generate-active-info): Use nnml-encoded-group-name.
3794
3795 2007-08-08  Glenn Morris  <rgm@gnu.org>
3796
3797         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3798         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3799         doc-strings and comments.
3800
3801 2007-07-25  Glenn Morris  <rgm@gnu.org>
3802
3803         * Relicense all FSF files to GPLv3 or later.
3804
3805 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-sum.el (gnus-summary-move-article): Make
3808         gnus-summary-respool-article work.
3809
3810 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3813         string.
3814
3815 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3816
3817         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3818         that should be ignored when comparing distant RSS articles with local
3819         ones.
3820         (nnrss-make-hash-index): New function.  Create a hash index according
3821         to the ignored fields.
3822         (nnrss-check-group): Use it.
3823
3824 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3827
3828         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3829
3830         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3831         the new optional argument ENCODED is non-nil.
3832         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3833         coding system for encoding group name.
3834         (gnus-group-make-rss-group): Pass un-encoded group name to
3835         gnus-group-make-group.
3836         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3837         encoded.
3838
3839         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3840         Encode group name to which articles are moved or copied.
3841         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3842         coding system for encoding Newsgroup, Followup-To and Xref headers.
3843
3844         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3845         marks; use nnheader-file-coding-system to write a file.
3846         (nnagent-retrieve-headers): Bind file-name-coding-system to
3847         nnmail-pathname-coding-system.
3848
3849         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3850
3851         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3852         (nnml-request-article, nnml-request-create-group)
3853         (nnml-request-rename-group, nnml-find-id)
3854         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3855         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3856         (nnml-save-marks): Use nnml-group-pathname instead of
3857         nnmail-group-pathname.
3858
3859         (nnml-request-create-group, nnml-request-expire-articles)
3860         (nnml-request-move-article, nnml-request-delete-group)
3861         (nnml-deletable-article-p, nnml-possibly-create-directory)
3862         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3863         (nnml-open-marks): Bind file-name-coding-system to
3864         nnmail-pathname-coding-system.
3865
3866         (nnml-request-article): Pass server argument to nnml-find-group-number.
3867         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3868         server argument to nnml-possibly-create-directory.
3869         (nnml-request-accept-article): Pass server argument to
3870         nnml-active-number and nnml-save-mail.
3871         (nnml-find-group-number): Pass server argument to nnml-find-id.
3872         (nnml-request-update-info): Pass server argument to
3873         nnml-marks-changed-p.
3874
3875         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3876         (nnml-save-mail, nnml-active-number): Add server argument.
3877
3878         (nnml-request-delete-group): Warn if group is missing.
3879         (nnml-get-nov-buffer): Decode group name.
3880         (nnml-generate-active-info): Encode group name.
3881         (nnml-open-marks): Decode group name in messages.
3882
3883 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3886         if it is not specified.
3887         (gnus-article-pipe-part, gnus-article-save-part)
3888         (gnus-article-interactively-view-part, gnus-article-copy-part)
3889         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3890         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3891         (gnus-article-replace-part, gnus-article-delete-part)
3892         (gnus-article-view-part-as-type): Pass raw prefix argument to
3893         gnus-article-part-wrapper.
3894
3895 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-agent.el (gnus-agent-save-active): Bind
3898         nnheader-file-coding-system to gnus-agent-file-coding-system.
3899
3900         * gnus-cache.el (gnus-cache-save-buffers)
3901         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3902         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3903         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3904         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3905         (gnus-cache-generate-active, gnus-cache-rename-group)
3906         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3907         (gnus-cache-update-overview-total-fetched-for): Bind
3908         file-name-coding-system to nnmail-pathname-coding-system.
3909         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3910         variables.
3911         (gnus-cache-decoded-group-name): New function.
3912         (gnus-cache-file-name): Use it.
3913         (gnus-cache-generate-active): Use non-decoded group name for active.
3914
3915         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3916         right place.
3917         (gnus-write-active-file): Don't break non-ASCII group names.
3918
3919         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3920         nnmail-pathname-coding-system.
3921
3922         * lpath.el: Bind default-file-name-coding-system,
3923         file-name-coding-system and language-info-alist for XEmacs.
3924
3925         * gnus-uu.el (gnus-uu-decode-save): Typo.
3926
3927 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3930
3931 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3934         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3935         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3936         (gnus-agent-flush-group, gnus-agent-flush-cache)
3937         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3938         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3939         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3940         (gnus-agent-regenerate-group)
3941         (gnus-agent-update-files-total-fetched-for)
3942         (gnus-agent-update-view-total-fetched-for): Bind
3943         file-name-coding-system to nnmail-pathname-coding-system.
3944         (gnus-agent-group-pathname): Don't encode file names by
3945         nnmail-pathname-coding-system.
3946         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3947         coding-system-for-write instead of buffer-file-coding-system to
3948         gnus-agent-file-coding-system.
3949
3950         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3951         Decode group name.
3952
3953         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3954
3955         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3956         (gnus-read-newsrc-el-file): Make group names unibyte.
3957
3958         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3959         nnmail-pathname-coding-system.
3960
3961         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3962         (nnrss-request-delete-group): Bind file-name-coding-system to
3963         nnmail-pathname-coding-system.
3964         (nnrss-read-server-data, nnrss-read-group-data): Bind
3965         file-name-coding-system correctly.
3966         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3967
3968         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3969         (nntp-server-to-method-cache): New variable.
3970         (nntp-group-pathname): New function that decodes non-ASCII group names.
3971         (nntp-possibly-create-directory, nntp-marks-changed-p)
3972         (nntp-save-marks, nntp-open-marks): Use it.
3973         (nntp-possibly-create-directory, nntp-open-marks):
3974         Bind file-name-coding-system to nnmail-pathname-coding-system.
3975         (nntp-open-marks): Decode group names when bootstrapping marks.
3976
3977         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3978         Newsgroups and Folowup-To headers.
3979
3980 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3983         (gnus-server-closed-face, gnus-server-denied-face)
3984         (gnus-server-offline-face): Remove variable.
3985         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3986
3987         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3988         of modifying message-stack directly for XEmacs.
3989
3990         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3991         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3992         if the coding-system argument is nil for XEmacs.
3993
3994         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3995         mm-charset-override-alist.
3996
3997         * rfc2047.el: Don't require base64; require rfc2045 for the function
3998         rfc2045-encode-string.
3999         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4000         to quote the parameter value.
4001
4002 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4005         form in gnus-group-name-charset-method-alist.
4006
4007         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4008         overrides the default layout edit-form.
4009
4010         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4011
4012         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4013
4014 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4017         as unfetched articles.
4018
4019 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4022
4023 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4026         original back end that keeps marks in the local system.
4027
4028 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4031         arg of pop-to-buffer for XEmacs.
4032         (gnus-article-read-summary-keys): Ditto; don't restore window
4033         configuration if summary command ends up with neither article buffer
4034         nor summary buffer; describe bindings if summary keys end with C-h.
4035
4036 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * message.el (message-fix-before-sending): Skip raw message part to be
4039         forwarded while checking illegible text.
4040         (message-forward-make-body-mime, message-forward-make-body): Mark
4041         signed or encrypted raw message as having no illegible text.
4042
4043 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4046         (gnus-message-with-timestamp-1): New macro.
4047         (gnus-message-with-timestamp): New function.
4048         (gnus-message): Use them.
4049
4050         * nnheader.el (nnheader-message): Use them.
4051
4052 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4055         .newsrc.eld file.
4056
4057 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-agent.el (gnus-agent-fetch-headers)
4060         (gnus-agent-retrieve-headers): Bind
4061         gnus-decode-encoded-address-function to identity.
4062
4063         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4064         available also when the server returns simply a dot.
4065
4066         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4067
4068 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4071
4072 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-ems.el (gnus-x-splash): Make it work.
4075
4076         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4077         from being used.
4078
4079         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4080
4081 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4084         4th and the 5th arguments.
4085
4086         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4087         the front stickiness.
4088         (gnus-article-summary-command-nosave): Correct the order of the
4089         arguments passed to pop-to-buffer.
4090         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4091         summary command ends up with the article buffer.
4092
4093         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4094         the same faces.
4095
4096 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4097
4098         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4099
4100 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4101
4102         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4103         * gnus-sum.el (gnus-summary-highlight):
4104         * pgg.el (pgg-sign-region, pgg-sign):
4105         * mail-source.el (mail-source-delete-old-incoming-confirm):
4106         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4107
4108 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (gnus-mime-view-part-externally)
4111         (gnus-mime-view-part-internally): Fix predicate function passed to
4112         completing-read.
4113
4114         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4115
4116         * gnus.el (gnus-update-message-archive-method): Add :version.
4117
4118 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus.el (gnus-update-message-archive-method): New variable.
4121
4122         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4123         according to gnus-message-archive-method if
4124         gnus-update-message-archive-method is non-nil.
4125
4126 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4129         by Loic Dachary <loic@dachary.org>.
4130         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4131
4132 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * message.el (message-pop-to-buffer): Add switch-function argument.
4135         (message-mail): Pass switch-function argument to it.
4136
4137 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4140         Improve doc string.
4141
4142 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4145         (gnus-header-content)
4146         * gnus-cite.el (gnus-cite-10)
4147         * gnus-srvr.el (gnus-server-closed)
4148         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4149         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4150         (gnus-group-mail-3-empty, gnus-group-mail-low)
4151         (gnus-group-mail-low-empty, gnus-splash)
4152         * message.el (message-header-to, message-header-cc)
4153         (message-header-subject, message-header-other, message-header-name)
4154         (message-header-xheader, message-separator, message-cited-text)
4155         (message-mml): Lighten colors of faces used for dark background.
4156
4157 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4158
4159         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4160         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4161
4162 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * message.el (message-narrow-to-headers-or-head):
4165         Ignore mail-header-separator in the body.
4166
4167 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4170         same as window size.
4171
4172 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4173
4174         * message.el (message-font-lock-keywords): Use message-header-xheader
4175         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4176         ahead of the anything pattern, to get it recognised.
4177
4178 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4181         spam.el loads uses it in the compiled defadvice form.
4182
4183 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4184
4185         * gnus-sum.el (gnus-articles-to-read)
4186         (gnus-summary-insert-old-articles): Don't truncate group name for
4187         `read-string'.
4188
4189         * gnus-util.el (gnus-limit-string): Delete this function.
4190
4191         * gnus-sum.el (gnus-simplify-subject-fully): Use
4192         `truncate-string-to-width' instead.
4193
4194 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4195
4196         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4197         if, on summary exit, the next group has to be selected.
4198         (gnus-summary-exit): Use it.
4199
4200 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4203         non-break space.
4204
4205 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4208         Check if group is not a directory.
4209         (nnfolder-request-expire-articles): Don't delete articles if the target
4210         group is not available.
4211
4212         * nnml.el (nnml-request-create-group): Properly check if group is not a
4213         file.
4214         (nnml-request-expire-articles): Don't delete articles if the target
4215         group is not available.
4216
4217         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4218         Don't quote characters that are within parentheses.
4219
4220 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4223         (gnus-handle-ephemeral-exit): Select article according to it.
4224
4225 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * message.el (message-insert-formated-citation-line): Remove newline.
4228         (message-citation-line-format): Add final \n here so that the user can
4229         avoid a blank line.
4230
4231 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4232
4233         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4234         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4235         Update lanl/arXiv support.
4236
4237 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * gnus.el: Bump version number.
4240
4241 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus.el (gnus-version-number): Bump version.
4244
4245 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4246
4247         * gnus.el: No Gnus v0.6 is released.
4248
4249 2007-04-27  Didier Verna  <didier@xemacs.org>
4250
4251         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4252         * gmm-utils.el (gmm-regexp-concat): here.
4253         * message.el: Don't require 'gnus-util.
4254         (message-dont-reply-to-names): Handle name change above.
4255         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4256
4257 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4260         since the initial value varies according to the system.
4261
4262 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4265
4266 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4267
4268         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4269
4270 2007-04-24  Didier Verna  <didier@xemacs.org>
4271
4272         Improve the type of gnus-ignored-from-addresses.
4273         * gnus-util.el (gnus-orify-regexp): New function.
4274         * message.el (gnus-util): Require it.
4275         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4276         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4278
4279 2007-04-24  Didier Verna  <didier@xemacs.org>
4280
4281         * gnus-sum.el:
4282         * gnus-utils.el: Fix some trailing whitespaces.
4283
4284 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4287         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4288         article's Message-ID; refer parent article in summary buffer.
4289
4290         * message.el (message-bounce): Call mime-to-mml.
4291
4292         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4293         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4294         optimize and/or forms properly.
4295
4296 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4299         URL.
4300
4301 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4304
4305 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4308         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4309         displayed of multipart/alternative part if it is invoked from summary
4310         buffer.
4311
4312         * mm-view.el (mm-inline-text-html-render-with-w3m)
4313         (mm-inline-text-html-render-with-w3m-standalone)
4314         (mm-inline-render-with-function): Use mail-parse-charset by default.
4315
4316 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4317
4318         * parse-time.el (parse-time-string-chars): Check if CHAR
4319         is less than the length of parse-time-syntax.
4320
4321 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4324         from gnus-newsgroup-processable.
4325
4326 2007-04-16  Didier Verna  <didier@xemacs.org>
4327
4328         * gnus-msg.el (gnus-configure-posting-styles): Handle
4329         message-signature-directory properly with :file syntax.  Reported by
4330         "Leo".
4331
4332 2007-04-11  Didier Verna  <didier@xemacs.org>
4333
4334         New user option: message-signature-directory.
4335         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4336         * message.el (message-insert-signature): Ditto.
4337         * message.el (message-signature-file): Doc update.
4338         * message.el (message-signature-directory): New.
4339
4340 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-msg.el (gnus-inews-yank-articles): Use
4343         message-exchange-point-and-mark instead of exchange-point-and-mark.
4344
4345 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * message.el (message-yank-original): Make sure cited text ends with
4348         newline; don't exchange point and mark.
4349
4350 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4351
4352         * tls.el (open-tls-stream): Properly handle case where there
4353         is no associated buffer.
4354
4355 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4356
4357         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4358         message-yank-original, make sure (< mark TEXT point).
4359
4360 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4361
4362         * message.el (message-fill-column): New variable.
4363         (message-mode): Use it.  Add comment on a possible new hook.
4364
4365         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4366         (nnmail-get-new-mail): Reformat.
4367
4368         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4369
4370         * gmm-utils.el: Fix Commentary.
4371         (gmm-tool-bar-from-list): Fix typo in doc string.
4372
4373 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4374
4375         * message.el (message-yank-original): Don't switch point and mark
4376         unnecessarily to put point and mark as documented.
4377
4378 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4381         from the message heads.
4382
4383 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4384
4385         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4386         article buffer does not have a window.  This may not be the best
4387         solution but is certainly better than setting the start of the null,
4388         that is the current, window.
4389
4390 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4393         (gnus-draft-setup): Run it.
4394
4395         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4396         gnus-score-fast-scoring.  Allow regexp.
4397         (gnus-score-headers): Use it.
4398
4399         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4400         XEmacs.
4401
4402         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4403         string.
4404         (gnus-button-alist): Also catch `<f1> k ...'.
4405         (gnus-treat-display-x-face): Fix doc string.
4406
4407 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4408
4409         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4410         evaluation of gnus-extended-version to ensure correct generation of the
4411         User-Agent header when message-generate-headers-first is used.
4412
4413 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4414
4415         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4416         hashcash-path is nil.  Don't call callback with incorrect number of
4417         parameters if val is 0.
4418
4419 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4420
4421         * message.el (message-required-news-headers):
4422         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4423
4424 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4425
4426         * tls.el (open-tls-stream): In handshake-waiting loop,
4427         don't wait more if there is output available to process.
4428
4429 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4430
4431         * tls.el (tls-program): Doc fix.
4432
4433 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * message.el (message-generate-new-buffers): Change the meaning of the
4436         nil value; add `standard' to the choices; treat t as `unique'; improve
4437         doc string.
4438         (gnus-select-frame-set-input-focus): Autoload.
4439         (message-buffer-name): Search for the existing message buffer if
4440         message-generate-new-buffers is nil or `standard'; treat the value t of
4441         message-generate-new-buffers as `unique'.
4442         (message-pop-to-buffer): Raise the frame already displaying the message
4443         buffer; clear the echo area after querying.
4444         (message-setup): Pass the `continue' argument to compose-mail.
4445         (message-mail): Prefer `switch-function' if it is given; search for the
4446         existing message buffer if the `continue' argument is non-nil; pass
4447         continue and switch-function arguments to compose-mail by way of
4448         message-setup.
4449         (message-mail-other-window): Adjust argument of message-setup.
4450         (message-mail-other-frame): Ditto.
4451
4452 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4455         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4456         to turn font-lock on when turning gnus-message-citation-mode on.
4457
4458 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4459
4460         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4461         (mml-smime-function-alist): New variable; add epg as the backend.
4462         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4463         mml-smime- functions instead.
4464         * mm-view.el: Require smime.
4465
4466 2007-03-05  Didier Verna  <didier@xemacs.org>
4467
4468         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4469         instead of just inheritance for posting styles.
4470         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4471
4472 2007-02-24  Chris Moore  <dooglus@gmail.com>
4473
4474         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4475         * pgg-pgp.el (pgg-pgp-encrypt-region):
4476         * pgg-gpg.el (pgg-gpg-encrypt-region):
4477         Check pgg-encrypt-for-me if no other recipients.
4478
4479 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4480
4481         * tls.el (tls-certtool-program): Fix custom type.
4482
4483 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4486         and point-at-eol instead of line-(beginning|end)-position.
4487
4488         * assistant.el (assistant-parse-buffer): Ditto.
4489
4490         * netrc.el (netrc-parse-services): Ditto.
4491
4492 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4493
4494         * mml2015.el (mml2015-epg-find-usable-key): New function.
4495         (mml2015-epg-sign): Use it.
4496         (mml2015-epg-encrypt): Use it.
4497
4498 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * message.el (message-make-in-reply-to): Quote name containing
4501         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4502         if there are special characters.  Reported by NAKAJI Hiroyuki
4503         <nakaji@jp.freebsd.org>.
4504
4505 2007-02-27  Didier Verna  <didier@xemacs.org>
4506
4507         Include the group parameters as well as the topic ones in the
4508         inheritance filter process.
4509         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4510         argument GROUP-PARAMS-LIST.
4511         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4512
4513 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nntp.el (nntp-never-echoes-commands)
4516         (nntp-open-connection-functions-never-echo-commands): New variables.
4517         (nntp-send-command): Use them.
4518
4519 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4520
4521         * mml2015.el (mml2015-epg-verify): Simplified.
4522
4523 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * mml.el (mml-content-disposition-alist): New user option.
4526         (mml-content-disposition): New function.
4527         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4528         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4529
4530 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4531
4532         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4533         verification.
4534
4535 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4536
4537         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4538         articles posted in the last 24 hours.
4539
4540 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4541
4542         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4543
4544 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4545
4546         * nntp.el (nntp-send-command): Don't wait for echoes when
4547         nntp-open-ssl-stream is used.
4548
4549 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4552         (gnus-message-add-citation-keywords)
4553         (gnus-message-remove-citation-keywords): Remove.
4554         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4555         directly, make the variables in font-lock-defaults buffer-local, add
4556         gnus-message-citation-keywords to them and then update the value of
4557         font-lock-keywords.
4558
4559 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-cite-original-1): Don't call
4562         gnus-article-highlight-citation.
4563
4564         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4565         citations; fix line count.
4566
4567 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4570         (gnus-message-add-citation-keywords)
4571         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4572         versions of font-lock-add-keywords and font-lock-remove-keywords to
4573         work with XEmacs correctly.
4574
4575 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-cite.el (gnus-cite-face-list): Set the values of
4578         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4579         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4580         (gnus-message-cite-prefix-regexp): New variable.
4581         (gnus-message-search-citation-line): Use it; protect against long
4582         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4583         the 0th match data for Emacs.
4584         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4585         (gnus-message-add-citation-keywords): Append keywords rather than
4586         prepending; emulate font-lock-add-keywords if it is not available.
4587         (gnus-message-remove-citation-keywords): Emulate
4588         font-lock-remove-keywords if it is not available.
4589
4590         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4591
4592         * message.el (message-cite-prefix-regexp): Set the value of
4593         gnus-message-cite-prefix-regexp.
4594
4595 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4596
4597         * nnweb.el (nnweb-google-parse-1): Update parser.
4598
4599 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4600
4601         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4602
4603 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4604
4605         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4606         regexp.
4607
4608 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4611         string-to-multibyte.
4612         (uudecode-decode-region-internal): Use it.
4613
4614         * lpath.el: Fbind string-as-multibyte for XEmacs.
4615
4616 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4619         custom choice.
4620
4621         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4622
4623 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4624
4625         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4626
4627         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4628         `write-region' to respect `mm-inhibit-file-name-handlers'.
4629
4630 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4633         Use gnus-home-directory instead of "~/" or "$HOME".
4634
4635 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4636
4637         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4638         to mention filename.
4639         Add comments at beginning regarding usage.
4640         (encrypt-write-file-contents): Change interactive so a string is
4641         acceptable.  If the file has no associated model, show an error instead
4642         of a nonsense prompt.
4643
4644 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4645
4646         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4647         Thanks to Yoshihiko Yamada for kind notification of this typo.
4648
4649 2007-01-12  Kenichi Handa  <handa@m17n.org>
4650
4651         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4652         multibyte buffer.
4653
4654 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4655
4656         * gnus-score.el (gnus-score-fast-scoring): New variable.
4657         (gnus-score-headers): Use it.
4658
4659         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4660
4661         * message.el (message-cite-original-1): Call
4662         gnus-article-highlight-citation if requested.
4663         (message-make-from): Allow name and address as optional arguments.
4664
4665         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4666
4667         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4668         bugs to doc string.
4669         (gnus-button-alist): Add mid\\|message-id.
4670         (gnus-button-fetch-group): Extend for use in
4671         `browse-url-browser-function'.
4672         (gnus-button-url-regexp): Try to catch paired parentheses like in
4673         Wikipedia URLs.
4674
4675         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4676         Suggested by Simon Krahnke <overlord@gmx.li>.
4677
4678 2007-01-13  Romain Francoise  <romain@orebokech.com>
4679
4680         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4681         Update copyright.
4682
4683 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4684
4685         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4686
4687 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * gnus-registry.el (gnus-registry-unfollowed-groups)
4690         (gnus-registry-split-fancy-with-parent): Fix documentation.
4691
4692 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4695         from nnweb groups.
4696
4697 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4700         Xref urls.  Erase buffer before requesting head.
4701
4702 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4705         customizable.
4706
4707 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4708
4709         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4710         no signing key is found.
4711         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4712         no encrypting and/or signing key is found.
4713
4714 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4717
4718 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4719
4720         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4721         headers read from disk with the ones newly found in the current search.
4722         This should no longer cause problems, because the article numbers in
4723         Gmane's `nov.php' output are ignored since the previous change.
4724
4725 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4726
4727         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4728
4729 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4732         replace-regexp-in-string; bind url-version; fbind display-images-p and
4733         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4734         find-face and set-itimer-function for Emacs; bind itimer-list for
4735         Emacs.
4736
4737         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4738
4739 2007-01-01  Romain Francoise  <romain@orebokech.com>
4740
4741         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4742
4743 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4744
4745         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4746         `define-minor-mode' macro definition expanded properly.
4747         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4748         exclude it there.
4749
4750         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4751         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4752         `fboundp' test.
4753         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4754         This is OK to autoload in (S)XEmacs now.
4755
4756 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4759         keystroke.
4760         (gnus-summary-limit-to-singletons): Fix typo.
4761
4762         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4763         else fails.
4764
4765 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4766
4767         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4768         docstring.
4769
4770         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4771         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4772         (gnus-summary-insert-dormant-articles): Fix typo in message.
4773
4774 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4777         nil for XEmacs.
4778         (gnus-message-citation-mode): Don't autoload in XEmacs.
4779
4780         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4781
4782 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4783
4784         * nnimap.el (nnimap-expunge-search-string): Mention
4785         nnimap-search-uids-not-since-is-evil in docstring.
4786
4787 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * spam.el: Revert to make-obsolete-variable because
4790         define-obsolete-variable-alias is not supported in Emacs 21.
4791
4792         * spam.el (spam-ifile-path, spam-ifile-database-path)
4793         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4794         make-obsolete-variable.
4795         (spam-bsfilter-path, spam-bsfilter-program)
4796         (spam-spamassassin-path, spam-spamassassin-program)
4797         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4798         use "path" inappropriately.
4799         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4800         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4801         variable names.
4802
4803 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4804
4805         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4806         summary buffer.
4807
4808         * password.el (password-cache-remove): Use clear-string to burn
4809         password, if available.
4810
4811 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4814
4815         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4816
4817         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4818         (gnus-message-highlight-citation): Move defcustom here from
4819         gnus-cite.el.
4820         (gnus-message-citation-mode): Autoload.
4821
4822         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4823         checks to make it compile with XEmacs.
4824         (gnus-message-citation-mode): New minor mode.
4825         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4826         (gnus-message-highlight-citation): New variables.
4827         (gnus-message-search-citation-line)
4828         (gnus-message-add-citation-keywords)
4829         (gnus-message-remove-citation-keywords)
4830         (turn-on-gnus-message-citation-mode)
4831         (turn-off-gnus-message-citation-mode): New functions.
4832
4833 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4834
4835         * gnus-cite.el: Enable highlighting of different citation levels in
4836         message-mode.
4837
4838 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * message.el (message-make-fqdn): Fix comment.
4841         (message-bogus-system-names): Add ".local".
4842
4843         * spam.el (spam-ifile-path, spam-ifile-program)
4844         (spam-ifile-database-path, spam-ifile-database)
4845         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4846         Don't use "path" inappropriately.
4847         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4848         strings.
4849         (spam-check-ifile, spam-ifile-register-with-ifile)
4850         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4851         new variable names.
4852
4853         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4854         (gnus-treat-display-smileys): Simplify using
4855         gnus-image-type-available-p.
4856
4857         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4858         available.
4859
4860         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4861         `display-images-p' if available.
4862
4863 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4866         one after turning on the buffer's multibyteness instead of decoding
4867         them directly in the unibyte buffer that causes unexpected conversion
4868         in Emacs 23 (unicode).
4869
4870 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4871
4872         * message.el (message-generate-hashcash): Fix custom type.
4873
4874 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4877
4878 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4881         disconnect icons.  Add help text.
4882
4883 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4884
4885         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4886         negated to be consistent with the others we handle.
4887
4888 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4891         version of gnus-summary-buffer to something, so that we can use two
4892         article buffers at the same time.
4893
4894 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4895
4896         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4897         trigger all the extra headers.
4898         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4899         sorting.
4900
4901 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4902
4903         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4904         solid groups.
4905
4906 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4907
4908         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4909
4910 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * legacy-gnus-agent.el: Add Copyright notice.
4913
4914 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4915
4916         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4917
4918 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4921
4922         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4923         to make it work reliably in CVS Emacs.
4924         (gnus-summary-limit-strange-charsets-predicate)
4925         (gnus-summary-limit-to-predicate): New functions.
4926
4927 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4928
4929         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4930         specifying array size.
4931         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4932         array if it is too small.
4933         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4934         (gnus-sort-threads-loop): New function.
4935
4936 2006-12-06  Chris Moore  <dooglus@gmail.com>
4937
4938         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4939         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4940
4941 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4942
4943         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4944         options.
4945
4946 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4949         DOS-ing the recipient.
4950
4951         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4952         the headers when creating the mapping to avoid mismappings.
4953         (nnweb-gmane-create-mapping): Always nix out old mapping.
4954
4955 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4958         and mm-verify-option to never.
4959
4960 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * message.el (message-signed-or-encrypted-p): New function.
4963         (message-forward-make-body): Use it.
4964
4965         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4966         Replace encode-coding-string with mm-encode-coding-string.
4967
4968 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * nneething.el (nneething-decode-file-name): Replace
4971         decode-coding-string with mm-decode-coding-string.
4972
4973         * gnus-int.el (gnus-open-server): Say failed server's name.
4974
4975 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4978         strings to a single string.  Quote `errors-file-name'.
4979         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4980         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4981         Adjust calls.  Use `shell-quote-argument'.
4982
4983 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4984
4985         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4986         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4987
4988         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4989         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4990         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4991         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4992         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4993         (gnus-subscribe-newsgroup, gnus-1):
4994         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4995         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4996         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4997         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4998
4999 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5002         keystroke.
5003         (gnus-summary-limit-to-bodies): Implement headersp.
5004
5005 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5008
5009 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5012
5013 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * message.el (message-generate-hashcash): Expand range of values to
5016         include `opportunistic'.
5017         (message-send-mail): Use it.
5018
5019 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5020
5021         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5022         and comment it.
5023
5024         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5025
5026 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus-util.el (gnus-extract-address-components): Improve comment.
5029
5030 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-util.el (gnus-extract-address-components): Work with address in
5033         which the name portion contains @.
5034
5035         * lpath.el: Fbind custom-autoload.
5036
5037 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * gnus.el (gnus-start): Move custom group up.
5040         (gnus-select-method): Don't autoload, but make it available for
5041         `customize-variable'.
5042         (gnus-getenv-nntpserver): Don't autoload.
5043
5044 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5047
5048 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5049
5050         * message.el (message-sendmail-extra-arguments): New variable.
5051         (message-send-mail-with-sendmail): Use it.
5052
5053 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5056         mm-with-unibyte-current-buffer to make string unibyte.
5057
5058         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5059         mm-string-as-multibyte.
5060
5061 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5062
5063         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5064         Reported by Werner Koch <wk@gnupg.org>.
5065
5066 2006-11-14  Daiki Ueno  <ueno@p360>
5067
5068         * mml2015.el: Autoload epa-select-keys when compiling.
5069
5070 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5071
5072         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5073         message-options.
5074         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5075
5076 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5077
5078         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5079         EasyPG (< 0.0.6).
5080         (mml2015-always-trust): New user option.
5081         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5082         prompt.
5083
5084 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * nntp.el (nntp-authinfo-force): New variable.
5087         (nntp-send-authinfo): Use it.
5088
5089 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5092         decode encoded words.  Improve prompt.  Add comment about forwarding.
5093         (message-replacement-char): Move up.
5094
5095 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5096
5097         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5098         instead of gnus-intersection because arguments of gnus-sorted-nunion
5099         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5100
5101 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5104         (message-simplify-subject-functions): Enable
5105         message-strip-subject-encoded-words by default.
5106
5107 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * message.el (message-strip-subject-encoded-words): New function
5110         (message-simplify-subject-functions): New variable.
5111         (message-simplify-subject): Use it.  Fix typo in doc string.
5112         Support message-strip-subject-encoded-words.
5113
5114 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5115
5116         * gnus-diary.el (gnus-diary-delay-format-function):
5117         * nndiary.el (nndiary-reminders):
5118         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5119
5120 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * gnus-art.el (article-hide-boring-headers): Fetch date from
5123         gnus-original-article-buffer to avoid problems with localized date
5124         strings.
5125
5126 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5129
5130 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5133         New variables.
5134         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5135         (mm-charset-synonym-alist): Move some entries to
5136         mm-codepage-iso-8859-list.
5137         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5138         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5139
5140 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5143
5144 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5147         with Emacs 21 and XEmacs.
5148
5149 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * spam.el (spam-parse-address): New function for better parsing,
5152         catching errors, etc.
5153         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5154
5155 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * mm-view.el: Add interactive arg to html2text autoload.
5158
5159 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5162
5163 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5166         variables.
5167         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5168         (mm-charset-synonym-alist): Move some entries to
5169         mm-codepage-iso-8859-list.
5170
5171         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5172
5173 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * message.el (message-citation-line-format)
5176         (message-insert-formated-citation-line): Fix implementation of %E, %N
5177         and %n according to the doc string.
5178
5179 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5182         car-safe to avoid bad parses.
5183
5184 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5187         names.
5188
5189         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5190
5191 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5194         header.
5195
5196         * message.el (message-draft-headers): Add Date.
5197         (message-headers-to-generate): Fix typo in docstring.
5198
5199         * nndraft.el (nndraft-required-headers): New variable.
5200         (nndraft-generate-headers): Use it.
5201
5202         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5203
5204 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * gnus-registry.el (gnus-registry-wash-for-keywords)
5207         (gnus-registry-find-keywords): New functions to allow easy searching of
5208         articles that are in the registry.
5209
5210 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5211
5212         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5213         ietf-drums-parse-address instead of gnus-extract-address-components.
5214         Reported by Damien Elmes <damien@repose.cx>.
5215
5216 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * gnus.el (gnus-mime): Remove unused custom group.
5219
5220 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5221
5222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5223         "blank line" when searching for end of armor headers.
5224
5225 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gmm-utils.el (gmm-write-region): Fix variable name.
5228
5229 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * gmm-utils.el (gmm-write-region): New function based on compatibility
5232         code from `mm-make-temp-file'.
5233
5234         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5235
5236         * nnmaildir.el (nnmaildir--update-nov)
5237         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5238         Use `gmm-write-region'.
5239
5240 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5243         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5244
5245         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5246
5247         * message.el (message-replacement-char): New variable.
5248         (message-fix-before-sending): Use it.
5249         (message-simplify-subject): New function to remove duplicate code.
5250         (message-reply, message-followup): Use it.
5251
5252         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5253         gnus-summary-limit-to-articles.
5254
5255 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-util.el (gnus-with-local-quit): New macro.
5258
5259         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5260
5261 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5264         ignore non-string data.
5265
5266 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5269         non-string data (needs to be done in the registry too).
5270
5271 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5274         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5275         (gnus-registry-split-fancy-with-parent)
5276         (gnus-registry-fetch-simplified-message-subject-fast)
5277         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5278         Remove text properties on ingress into the registry and when it's saved.
5279         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5280         registry from entries with no groups.
5281
5282 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5285         function to remove string properties.
5286
5287 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * gmm-utils.el (gmm): Adjust custom version.
5290
5291         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5292         custom version.
5293
5294         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5295
5296 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * gnus-art.el (gnus-insert-prev-page-button)
5299         (gnus-insert-next-page-button): Simplify.  Reformat.
5300
5301 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5302
5303         * gnus-art.el (gnus-insert-prev-page-button)
5304         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5305
5306 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5307
5308         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5309
5310 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5311
5312         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5313         gnus-article-button-face to MIME and security buttons.
5314
5315 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5316
5317         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5318         readable.
5319
5320 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5323
5324 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5325
5326         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5327         `browse-url-of-file' instead of `browse-url'.
5328
5329 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5330
5331         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5332         regexp.  Articles containing quotation were cut prematurely.
5333
5334 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * message.el (message-cite-original-1): Use nobody by default for the
5337         value of From header.
5338         (message-reply): Ditto.
5339
5340 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5341
5342         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5343         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5344         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5345
5346 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5347
5348         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5349         mails in the doc string.  Add some URLs in comment.
5350         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5351
5352 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5355         backslashes handling and the way to find boundaries of quoted strings.
5356
5357 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5358
5359         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5360         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5361         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5362         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5363
5364 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5367         doc string.
5368         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5369
5370 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * lpath.el: Fbind epg-check-configuration.
5373
5374 2006-09-06  Simon Josefsson  <jas@extundo.com>
5375
5376         * mml2015.el (mml2015-use): Doc fix, mention epg.
5377
5378 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5379
5380         * mml2015.el (mml2015-use): Default to epg, if available.
5381
5382 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5383
5384         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5385         message-sender.
5386         (mml1991-epg-encrypt): Ditto.
5387         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5388         message-sender.
5389         (mml2015-epg-encrypt): Ditto.
5390
5391 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5392
5393         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5394         several common directories.
5395
5396 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5397
5398         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5399         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5400
5401 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-art.el (article-decode-encoded-words): Make it fast.
5404
5405 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5408
5409         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5410         in quoted string into `\'.
5411
5412 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5415         Use standard-syntax-table.
5416
5417 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-art.el (gnus-decode-address-function): New variable.
5420         (article-decode-encoded-words): Use it to decode headers which are
5421         assumed to contain addresses.
5422         (gnus-mime-delete-part): Remove useless `or'.
5423
5424         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5425         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5426         (gnus-nov-parse-line): Use it to decode From header.
5427         (gnus-get-newsgroup-headers): Ditto.
5428         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5429
5430         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5431         (mail-decode-encoded-address-string): New alias.
5432
5433         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5434         New function.
5435         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5436         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5437         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5438         (rfc2047-decode-string): Ditto.
5439         (rfc2047-decode-address-region): New function.
5440         (rfc2047-decode-address-string): New function.
5441
5442 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * message.el (message-caesar-buffer-body): Allow rotating headers.
5445
5446         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5447
5448         * message.el (message-insert-formated-citation-line): Fix %f.
5449         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5450
5451 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5454         (gnus-bookmark-mouse-available-p): New macro.
5455         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5456         (gnus-bookmark-bmenu-show-infos): Use it.
5457         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5458         (gnus-bookmark-bmenu-hide-infos): Ditto.
5459         (gnus-bookmark-remove-properties): New function.
5460         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5461         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5462         (gnus-bookmark-write-file): Bind coding-system-for-write.
5463         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5464         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5465         group before selecting it.
5466         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5467         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5468         quit-window if it is not available; use gnus-mouse-2 and bind it to
5469         gnus-bookmark-bmenu-select-by-mouse.
5470         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5471         (gnus-bookmark-bmenu-select-by-mouse): New function.
5472
5473 2006-08-13  Romain Francoise  <romain@orebokech.com>
5474
5475         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5476         space.
5477
5478 2006-08-10  Romain Francoise  <romain@orebokech.com>
5479
5480         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5481         (dns-mode-soa-auto-increment-serial): New user option.
5482         (dns-mode-soa-maybe-increment-serial): New function.
5483         (dns-mode): Add the latter to `write-contents-functions'.
5484
5485 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * compface.el (uncompface): Use binary rather than raw-text-unix.
5488
5489 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * compface.el (uncompface): Make sure the eol conversion doesn't take
5492         place when communicating with the external programs.  Reported by
5493         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5494
5495 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5498
5499 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5500
5501         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5502         Make it more robust by parsing author and date independently.
5503
5504 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5507
5508 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5509
5510         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5511         first matching secret key.
5512         (mml2015-epg-encrypt): Ditto.
5513
5514         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5515         first matching secret key.
5516         (mml1991-epg-encrypt): Ditto.
5517
5518         * mml2015.el (mml2015-encrypt-to-self): New user option.
5519         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5520         mml2015-epg-encrypt-to-self is set.
5521
5522         * mml1991.el (mml1991-encrypt-to-self): New variable.
5523         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5524         mml1991-epg-encrypt-to-self is set.
5525
5526         * mml2015.el (mml2015-signers): New user option.
5527         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5528         (mml2015-epg-encrypt): Allow to select signing keys.
5529
5530         * mml1991.el (mml1991-signers): New variable.
5531         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5532         (mml1991-epg-encrypt): Allow to select signing keys.
5533
5534 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * nnheader.el (nnheader-insert-head): Make it work even if the file
5537         uses CRLF for the line-break code.
5538
5539 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5540
5541         * mml2015.el: Require mml-sec instead of password.
5542         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5543         (mml2015-cache-passphrase): Inherit the default value from
5544         mml-secure-cache-passphrase.
5545         (mml2015-passphrase-cache-expiry): Inherit the default value from
5546         mml-secure-passphrase-cache-expiry.
5547
5548         * mml1991.el: Require mml-sec instead of password.
5549         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5550         (mml1991-cache-passphrase): Inherit the default value from
5551         mml-secure-cache-passphrase.
5552         (mml1991-passphrase-cache-expiry): Inherit the default value from
5553         mml-secure-passphrase-cache-expiry.
5554
5555         * mml-sec.el: Require password.
5556         (mml-secure-verbose): New user option.
5557         (mml-secure-cache-passphrase): New user option.
5558         (mml-secure-passphrase-cache-expiry): New user option.
5559
5560 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5561
5562         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5563         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5564         andreas@altroot.de (Andreas Vögele).
5565
5566         FIXME: Use `tiny change'?
5567
5568 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5569
5570         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5571         workaround for the url package included with Emacs.
5572
5573         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5574
5575 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5578         correctly.  This fixes a bug caused by the 2006-05-12 change.
5579
5580 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5581
5582         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5583         some information about the error when saying that the `bogus' mail
5584         group will be used.
5585
5586 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5589         string.
5590
5591 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5592
5593         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5594
5595 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5596
5597         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5598
5599 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5600
5601         * mml1991.el (mml1991-function-alist): Add epg.
5602         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5603         (mml1991-epg-encrypt): New functions.
5604
5605 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5606
5607         * mml2015.el (mml2015-verbose): New variable.
5608         (mml2015-cache-passphrase): Ditto.
5609         (mml2015-passphrase-cache-expiry): Ditto.
5610         (mml2015-function-alist): Add epg.
5611         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5612         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5613         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5614         functions.
5615
5616 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5617
5618         * message.el (message-cite-original-1): Preserve region when removing
5619         quoted text due to X-No-Archive in order to avoid bogus attribution
5620         when citing multiple messages.
5621
5622 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5623
5624         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5625         Kenneth Jacker <khj@be.cs.appstate.edu>.
5626
5627 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-diary.el (gnus-user-format-function-d)
5630         (gnus-user-format-function-D): Autoload.
5631
5632         * imap.el (Commentary): Fix typo.
5633
5634         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5635         2006-04-22 contribution.
5636
5637 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5638
5639         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5640         It didn't really fix the bogosity I'm seeing with solid web groups.
5641
5642 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5643
5644         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5645         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5646         created using server names.  If we use the feature without declaring
5647         it, Gnus does not properly manage server and group state.
5648
5649         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5650         bound.
5651
5652 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5653
5654         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5655         looking up the method using GROUP's prefix before inventing a new one.
5656         It is used on killed/unknown groups in various places where returning
5657         an all-new method isn't expected by the caller.
5658
5659         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5660         and match semantics of gnus-group-real-prefix.
5661
5662 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * nnmail.el (nnmail-broken-references-mailers): New variable.
5665         (nnmail-ignore-broken-references): New function generalizing
5666         nnmail-fix-eudora-headers.
5667         (nnmail-fix-eudora-headers): Now obsolete.
5668
5669         * gnus-art.el (gnus-button-handle-custom): Support
5670         `customize-apropos*'.
5671
5672 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5675
5676         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5677         articles.
5678
5679 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * message.el (message-cite-reply-above): New variable.
5682         (message-yank-original): Use it.
5683
5684 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5687
5688 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5691         as read.
5692
5693         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5694
5695 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5698         (gnus-bookmark-default-file): Use gnus-directory.
5699         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5700         Remove "*" in doc string.
5701         (gnus-bookmark-write-file): Simplify.
5702         (gnus-bookmark-maybe-sort-alist): Use `when'.
5703         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5704         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5705         FIXME about Emacs 21 and XEmacs compatibility.
5706         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5707         compatibility.
5708         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5709         compatibility.
5710         (gnus-bookmark-menu-heading): Fix version.
5711
5712 2006-06-19  Bastien Guerry  <bzg@altern.org>
5713
5714         * gnus-bookmark.el: New file.
5715
5716 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * message.el (message-syntax-checks): Doc fix.
5719
5720 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5721
5722         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5723         unsubscribed groups as if they were killed ones.  It causes duplicate
5724         entries in gnus-newsrc-alist.
5725
5726 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * message.el (message-syntax-checks): Doc fix.
5729         (message-send-mail): Add check for continuation headers.
5730         (message-check-news-header-syntax): Fix regexp used to check for
5731         continuation headers.
5732
5733 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5736
5737 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5740
5741 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5744         default-truncate-lines.
5745
5746 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5749         to fill the utf-8 entry.
5750
5751         * lpath.el: Fbind unicode-precedence-list.
5752
5753 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5754
5755         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5756
5757 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5758
5759         * gnus-agent.el (directory-files-and-attributes): Move all the way
5760         forward (the third and final move).
5761         (gnus-agent-read-agentview): Trap reconstruction errors due to
5762         nonexistant directory.  Handle by returning nil.
5763
5764 2006-05-30  Didier Verna  <didier@xemacs.org>
5765
5766         * message.el (message-dont-reply-to-names): Update the custom type.
5767         * message.el (message-dont-reply-to-names): New defsubst: potentially
5768         convert a list of regexps into a single one.
5769         * message.el (message-get-reply-headers): Use it.
5770         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5771
5772 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * gnus-agent.el (directory-files-and-attributes): Move forward.
5775
5776 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * gnus-ml.el (gnus-mailing-list-subscribe)
5779         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5780         (gnus-mailing-list-message): Fix doc strings.
5781
5782 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5783
5784         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5785         of doing it manually.
5786
5787 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5790         comment.
5791
5792 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5793
5794         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5795         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5796         (gnus-agent-read-local): All symbols allocated in my-obarray
5797         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5798         (gnus-agent-regenerate-group): Check numeric names to see if they are
5799         messages or groups.
5800         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5801         better way of do this...)
5802
5803         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5804         'dummy.group' (there should be a better way of do this...)
5805
5806 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5809         (gnus-saved-headers): Ditto.
5810         (gnus-default-article-saver): Mention functions may have properties.
5811         (gnus-article-save): Override gnus-save-all-headers and
5812         gnus-saved-headers by :headers property which saver function may have.
5813         (gnus-summary-save-in-file): Add :headers property.
5814         (gnus-summary-write-to-file): Ditto.
5815
5816         * gnus-sum.el (gnus-summary-save-article): Bind
5817         gnus-prompt-before-saving to t when saving many articles in a file;
5818         always show all headers.
5819
5820         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5821
5822 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5825         marks.
5826
5827         * message.el (message-indent-citation): Add optional arguments to allow
5828         using it outside of message buffers.
5829
5830         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5831         (gnus-article-treat-unfold-headers): Use it.
5832         (gnus-article-truncate-lines): New variable.
5833         (gnus-article-mode): Use it.
5834         (gnus-article-toggle-truncate-lines): New function.
5835
5836         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5837         gnus-article-toggle-truncate-lines.
5838
5839         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5840         coding system in XEmacs, use binary.
5841
5842 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5845         after-load-alist.
5846
5847         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5848         this function should save decoded articles.
5849         (gnus-summary-write-to-file): Use property to specify this function
5850         should save decoded articles and specify gnus-summary-save-in-file
5851         should be used to save articles other than the first one when saving
5852         many articles.
5853         (gnus-summary-save-body-in-file): Use property to specify this
5854         function should save decoded articles.
5855         (gnus-summary-write-body-to-file): Use property to specify this
5856         function should save decoded articles and specify
5857         gnus-summary-save-body-in-file should be used to save articles other
5858         than the first one when saving many articles.
5859
5860         * gnus-sum.el (gnus-summary-save-article): Simplify.
5861
5862 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (gnus-default-article-saver): Add
5865         gnus-summary-write-body-to-file.
5866         (gnus-article-save-coding-system): Don't use coding system object
5867         in XEmacs.
5868         (gnus-read-save-file-name): Add optional `dir-var' argument which
5869         specifies directory in which files are saved; work even if optional
5870         `variable' argument is not specified.
5871         (gnus-summary-write-to-file): Read file name.
5872         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5873         (gnus-summary-write-body-to-file): New function.
5874
5875         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5876         (gnus-summary-local-variables): Add it.
5877         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5878         (gnus-summary-save-article): Remove optional `decode' argument;
5879         determine whether to decode articles by the value of
5880         gnus-default-article-saver; when saving many files using
5881         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5882         it first and use gnus-summary-save-in-file or
5883         gnus-summary-save-body-in-file thereafter unless
5884         gnus-prompt-before-saving is always; move point to article which
5885         will be saved.
5886         (gnus-summary-save-article-file): Revert.
5887         (gnus-summary-write-article-file): Revert.
5888         (gnus-summary-save-article-body-file): Revert.
5889         (gnus-summary-write-article-body-file): New function.
5890
5891 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-art.el (gnus-default-article-saver): Doc fix.
5894         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5895         from gnus-summary-save-article-coding-system, and default to a
5896         certain coding system.
5897         (gnus-output-to-file): Add coding cookie and encode text according
5898         to gnus-article-save-coding-system; don't use mm-append-to-file.
5899
5900         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5901         gnus-art.el and rename to gnus-article-save-coding-system.
5902         (gnus-summary-save-article): Require gnus-art; don't show all
5903         headers if it decodes articles; don't add coding cookie here;
5904         don't bind mm-text-coding-system-for-write.
5905         (gnus-summary-save-article-file): Save decoded articles.
5906         (gnus-summary-write-article-file): When saving many files, use
5907         gnus-summary-write-to-file first and gnus-summary-save-in-file
5908         thereafter unless gnus-prompt-before-saving is always.
5909         (gnus-summary-save-article-body-file): Save decoded articles.
5910
5911         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5912
5913 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * nnrss.el (nnrss-check-group): Bind hash-index.
5916
5917 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5918
5919         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5920         its hash index.  Store this hash in `nnrss-group-data'.
5921         (nnrss-read-group-data): Update accordingly.
5922
5923 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5926         entry.
5927
5928         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5929         gnus-article-browse-html-article.
5930
5931 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5932
5933         * gnus-sum.el (gnus-summary-mime-map): Add
5934         gnus-article-browse-html-article.
5935
5936         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5937
5938 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5941         suitable coding systems in customize.
5942
5943 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * mail-source.el (mail-sources): Fix custom type.
5946
5947 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5950         (gnus-summary-expire-articles-now): Shorten prompt.
5951
5952         * gmm-utils.el (wid-edit): Require.
5953         (defun-gmm): Renamed from `gmm-defun-compat'.
5954         (gmm-image-search-load-path): Use it.
5955         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5956
5957 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5960         variable.
5961         (gnus-summary-save-article): Add optional `decode' argument.  If
5962         it is set and gnus-summary-save-article-coding-system is non-nil,
5963         save decoded article.
5964         (gnus-summary-write-article-file): Save decoded article if
5965         gnus-summary-save-article-coding-system is non-nil.
5966
5967         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5968         type.
5969
5970 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5973
5974 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5977         first to test gnus-single-article-buffer which may be buffer-local.
5978
5979         * gnus-sum.el (gnus-summary-setup-buffer): Make
5980         gnus-single-article-buffer buffer-local and nil in ephemeral
5981         group; make gnus-article-buffer, gnus-article-current, and
5982         gnus-original-article-buffer always buffer-local.
5983         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5984         group.
5985         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5986
5987 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * nnml.el (nnml-request-compact-group): Compressed files might not
5990         have .gz extension.
5991
5992 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5993
5994         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5995         (mm-copy-to-buffer): Use with-current-buffer.
5996         (mm-display-part): Simplify.
5997         (mm-inlinable-p): Add optional arg `type'.
5998
5999 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6000
6001         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6002         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6003         Try harder to show the attachment internally or externally using
6004         gnus-mime-view-part-as-type.
6005
6006 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-from-style, message-signature-separator)
6009         (message-user-organization-file, message-send-mail-function)
6010         (message-citation-line-function, message-yank-prefix)
6011         (message-indent-citation-function, message-signature)
6012         (message-signature-file, message-signature-insert-empty-line):
6013         Remove autoloads.
6014
6015         * gnus-art.el (gnus-buttonized-mime-types): Remove
6016         "multipart/signed".  Revert 2006-04-26 change.
6017
6018 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus.el (gnus-version-number): Bump version.
6021
6022 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6023
6024         * gnus.el: No Gnus v0.5 is released.
6025
6026 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6027
6028         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6029         fetching articles by message-id.
6030
6031 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * message.el (hashcash): Require hashcash as normal.
6034
6035         * ecomplete.el (ecomplete-highlight-match-line): Use
6036         point-at-eol.
6037         (ecomplete-highlight-match-line): Use `highlight', because that
6038         face exists in both Emacs and XEmacs.
6039
6040         * message.el (message-display-abbrev): Use point-at-bol.
6041
6042         * mail-source.el: Don't require timer/timer-funcs.
6043
6044         * gnus-async.el: Ditto.
6045
6046         * password.el: Ditto.
6047
6048         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6049
6050         * mm-url.el: Ditto.
6051
6052         * gnus-xmas.el: Don't require timer-funcs.
6053
6054         * mm-util.el: Require timer/timer-funcs.
6055
6056 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6057
6058         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6059         Close.
6060
6061 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6064         unibyte after clear-decrypt function runs.
6065
6066         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6067         returns as a unibyte string.
6068
6069 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * lpath.el: Revert.
6072
6073         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6074         (pgg-gpg-process-sentinel): Revert.
6075
6076         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6077         (pgg-pgp-lookup-key): Revert.
6078
6079         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6080         (pgg-pgp5-lookup-key): Revert.
6081
6082         * pgg.el (pgg-fetch-key): Revert.
6083
6084 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * lpath.el: Fbind string-as-multibyte for XEmacs.
6087
6088         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6089         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6090         (mml1991-pgg-encrypt): Ditto.
6091
6092         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6093         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6094         a multibyte buffer.
6095
6096         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6097         (pgg-pgp-lookup-key): Ditto.
6098
6099         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6100         (pgg-pgp5-lookup-key): Ditto.
6101
6102         * pgg.el (pgg-fetch-key): Ditto.
6103
6104 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * message.el (message-user-organization-file): Check several
6107         locations of the organization file.
6108
6109         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6110         Add gnus-article-view-part-as-type.
6111
6112         * gnus-art.el (gnus-article-view-part-as-type): New function.
6113
6114         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6115         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6116
6117         * mml.el: Simplify autoload.
6118         (mml-mode): defvar dnd-protocol-alist instead of using
6119         symbol-value.
6120         (mml-default-directory): New variable.
6121         (mml-minibuffer-read-file): Use it.
6122         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6123
6124         * message.el (message-citation-line-format): New variable.
6125         (message-insert-formated-citation-line): New function.
6126         (message-citation-line-function): Add
6127         `message-insert-formated-citation-line' to custom type.
6128
6129         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6130         to doc string.
6131
6132         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6133         depending on mm-verify-option.
6134
6135 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6138         binding pgg-* variables; reimplement the section which prevents
6139         MIME header from being signed.
6140         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6141         pgg-text-mode; remove a blank line at the top of body.
6142
6143         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6144         lines at the top of body; use gnus-newsgroup-charset if there's no
6145         Charset header.
6146
6147 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * message.el (message-self-insert-commands): Doc fix.
6150
6151         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6152         (mm-uu-pgp-encrypted-test): Ditto.
6153         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6154         between header and body; return application/pgp-encrypted handle
6155         if decryption failed; decode decrypted body by charset.
6156
6157         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6158         element match to application/pgp-*.
6159
6160 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6161
6162         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6163         HTML.
6164
6165 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * mail-source.el (mail-source-call-script): Message the error
6168         string.
6169
6170 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-util.el (gnus-byte-compile): Use it.
6173
6174 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6175
6176         * gnus-util.el (kill-empty-logs): New function.
6177
6178 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * message.el (message-mail-alias-type): Doc fix.
6181         (message-mail-alias-type-p): New function.
6182         (message-send): Use it.
6183         (message-mode): Ditto.
6184         (message-strip-forbidden-properties): Ditto.
6185
6186         * ecomplete.el (ecomplete-database-file-coding-system): New
6187         variable.
6188         (ecomplete-save): Use it.
6189         (ecomplete-setup): Use it.
6190
6191 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * message.el (message-self-insert-commands): New variable.
6194         (message-strip-forbidden-properties): Use it.
6195
6196 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6199         that doesn't make XEmacs choke.
6200
6201 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * gnus-util.el (gnus-replace-in-string):
6204         Prefer replace-regexp-in-string over of replace-in-string.
6205
6206 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-util.el (gnus-select-frame-set-input-focus):
6209         Use select-frame-set-input-focus if it is available in XEmacs; use
6210         definition defined in Emacs 22 for old Emacsen.
6211
6212         * dgnushack.el: Autoload unmorse-region for XEmacs.
6213
6214         * lpath.el: Bind cursor-in-non-selected-windows and
6215         select-frame-set-input-focus for XEmacs.
6216
6217 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6220
6221 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * gnus-registry.el (gnus-registry-cache-save): Remove text
6224         properties when saving via the temp buffer.
6225
6226 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * message.el (message-generate-hashcash): Honor custom type.
6229
6230 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * message.el (message-generate-hashcash): Default to non-nil when
6233         hashcash is found.
6234
6235         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6236         (gnus-refer-thread-limit): Increase default to 500.
6237
6238         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6239
6240         * flow-fill.el (fill-flowed): Allow delete-space.
6241
6242 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6245         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6246         Remove autoloads.
6247
6248 2006-04-18  Simon Josefsson  <jas@extundo.com>
6249
6250         * message.el (message-generate-hashcash): Default to.
6251
6252 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6255         concatenating segments rather than before concatenating them.
6256
6257 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6260
6261 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6264
6265         * message.el (message-forward-make-body-plain): Allow
6266         message-forward-ignored-headers to be a list.
6267         (message-remove-ignored-headers): Factor out into function.
6268         (message-forward-make-body-mml): Use it.
6269
6270         * imap.el (imap-quote-specials): New function.
6271         (imap-login-auth): Quote specials.
6272
6273         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6274         (rfc2231-parse-string): Allow concatanation of parameters that
6275         aren't contiguous.  The test case is
6276           (mail-header-parse-content-type "message/external-body;
6277             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6278             access-type=LOCAL-FILE;
6279             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6280
6281 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6282
6283         * nntp.el (nntp-accept-process-output): Return the value of
6284         `nnheader-accept-process-output'.
6285
6286 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6289         (gnus-button-alist): Recognize more diff formats.
6290         (gnus-button-patch): Strip directory.
6291
6292 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6295         Emacs 22 when setting focus.
6296
6297 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-art.el (gnus-article-treat-types): Do treatment of
6300         text/x-verbatim parts.
6301         (gnus-button-patch): New command.
6302
6303         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6304         addresses that contain invalid characters.
6305
6306 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * message.el (message-put-addresses-in-ecomplete): Use
6309         gnus-replace-in-string.
6310         (message-is-yours-p): Use the more correct
6311         mail-header-parse-address instead of
6312         mail-extract-address-components.
6313         (message-put-addresses-in-ecomplete): Fix typo.
6314
6315         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6316         keystroke.
6317
6318         * gnus-art.el (gnus-treatment-function-alist): Change order of
6319         newsgroups/generic header folding to avoid double-folding.
6320
6321         * message.el (message-hidden-headers): Add X-Draft-From.
6322
6323         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6324         command.
6325         (gnus-summary-repeat-search-article-backward): New command.
6326
6327         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6328         groups in the parent topic.
6329
6330 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6331
6332         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6333         (spam-extra-header-to-number): Return the CRM114 number as a
6334         number instead of a string.
6335
6336 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * gnus-art.el (gnus-face-properties-alist): Moved here from
6339         gnus-fun.
6340
6341         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6342
6343 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * message.el (message-strip-forbidden-properties): Only display on
6346         self-insert-command.
6347
6348         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6349         reindent.
6350         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6351
6352 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6353
6354         * smiley.el (smiley-style): Fix typo.
6355
6356 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * hashcash.el (hashcash-insert-payment-async-2): Use
6359         message-goto-eoh instead of doing it manually.
6360         (mail-add-payment): Use message-narrow-to-header instead of trying
6361         to do the same itself.
6362
6363         * message.el (message-hidden-headers): Add Face.
6364
6365         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6366         reparenting code.
6367         (gnus-summary-reparent-children): Refactored out code.
6368         (gnus-summary-thread-map): New keystroke.
6369         (gnus-summary-reparent-children): Make into command.
6370
6371         * smiley.el (smiley-style): Default to `medium' if using a large
6372         font.
6373
6374         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6375         does it itself.
6376
6377         * message.el (message-point-in-header-p): Simplify definition.
6378
6379 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * nnagent.el (nnagent-request-set-mark): Silence log file
6382         writing.
6383         (nnagent-request-set-mark): Use write-region instead of
6384         append-to-file.
6385
6386         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6387         strange select method.
6388
6389         * ecomplete.el (ecomplete-display-matches): Get highlightling
6390         right.
6391         (ecomplete-display-matches): Use literals.
6392         (ecomplete-display-matches): Disable message logging.
6393
6394         * message.el (message-display-abbrev): Small optimization.
6395
6396         * ecomplete.el (ecomplete-display-matches): Allow automatic
6397         display.
6398
6399         * message.el (message-strip-forbidden-properties): Display
6400         abbrevs.
6401         (message-display-abbrev): Get automatic display right.
6402
6403         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6404         keystrokes.
6405
6406 2006-04-13  Romain Francoise  <romain@orebokech.com>
6407
6408         TODO: Backport to v5-10!
6409
6410         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6411         Moved here (and renamed) from gnus-registry.el.
6412
6413         * gnus-registry.el: Require gnus-util.
6414         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6415
6416 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * gnus-group.el (gnus-group-catchup-current): Change
6419         if-then-else-if-then-else into cond.
6420         (gnus-group-catchup): Indent.
6421         (group-name-at-point): New function.
6422         (gnus-fetch-group): Provide default from thing at point.
6423
6424 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * message.el (message-display-abbrev): Fix regexp.
6427
6428         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6429         choosing.
6430         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6431         dead variables.
6432
6433         * message.el (message-newline-and-indent): Remove debugging.
6434         (message-display-abbrev): Use new implementation.
6435
6436 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * gnus-art.el (gnus-article-mode): Set
6439         cursor-in-non-selected-windows to nil.
6440
6441         * smiley.el: Revert previous change.
6442         (smiley-data-directory): defvar it before using it in the
6443         defcustom of `smiley-style'.
6444
6445 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446
6447         * message.el (message-newline-and-indent): New function.
6448
6449         * ecomplete.el: Implement more bits.
6450
6451         * message.el (message-put-addresses-in-ecomplete): Clean up the
6452         string.
6453
6454         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6455
6456         * gnus-sum.el (gnus-summary-save-parts): Bind
6457         gnus-summary-save-parts-counter and use it to make unique file
6458         names.
6459
6460         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6461
6462         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6463         parameter to say whether to actually parse the individual
6464         addresses.
6465
6466         * message.el (message-put-addresses-in-ecomplete): New function.
6467         (ecomplete): Require.
6468         (message-mail-alias-type): Add ecomplete as an option.
6469
6470 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6471
6472         * flow-fill.el (fill-flowed): Remove trailing space from blank
6473         quoted lines.
6474
6475 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * smiley.el (smiley-style): Move definition later to avoid a
6478         compilation warning.
6479
6480 2006-04-12  Kenichi Handa  <handa@m17n.org>
6481
6482         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6483         buffer and then decode the buffer text if necessary.
6484         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6485         first, and after mm-encode-body, change the buffer to unibyte.
6486         Use mm-disable-multibyte instead of set-buffer-multibyte.
6487
6488 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6491         Content-Type header instead of Content-Disposition header.
6492         (gnus-mime-inline-part): Ditto.
6493         (gnus-mime-view-part-as-charset): Ignore charset that the part
6494         specifies.
6495
6496         * mm-decode.el (mm-display-part): Work with external parts and
6497         usual parts similarly.
6498
6499         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6500         instead of gnus-display-mime.
6501
6502         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6503         instead of with-temp-buffer.
6504
6505         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6506         tag to summarized topics part in order to encode non-ASCII text.
6507
6508 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * smiley.el (smiley-style): New variable.
6511         (smiley-directory): New function.
6512         (smiley-data-directory): Derive from `smiley-style' using
6513         `smiley-directory'.
6514         (smiley-regexp-alist): Add new entries.
6515
6516         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6517         (gnus-article-browse-delete-temp): Add :version.
6518
6519 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6520
6521         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6522         the sieve region.
6523
6524 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * gnus.el (gnus-version-number): Bump version.
6527
6528 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * gnus.el: No Gnus v0.4 is released.
6531
6532 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6535         layout.
6536
6537         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6538         unknown charset.
6539
6540         * message.el (message-header-synonyms): Add Original-To to the
6541         default.
6542
6543         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6544         optional parameter.
6545
6546 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-fun.el (gnus): Require it for gnus-directory.
6549
6550 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6553
6554 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6555
6556         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6557
6558 2006-04-05  Simon Josefsson  <jas@extundo.com>
6559
6560         * password.el (password-reset): New function.
6561
6562 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6563
6564         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6565         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6566
6567 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6568
6569         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6570         Some whitespace was matched into the url, which broke browsing hits
6571         > 100 when mm-url-use-external was nil.
6572
6573 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6576         gnus-extra-headers for 'Newsgroups.
6577
6578         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6579         bound.
6580
6581 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6582
6583         * pgg-gpg.el: Clean up process buffers every time gpg processes
6584         complete.
6585
6586 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6589         doc string.
6590
6591 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * pgg-gpg.el (pgg-gpg-process-filter)
6594         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6595
6596         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6597         lines, temporary fix.
6598
6599 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6602
6603 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6606         default-enable-multibyte-characters.  This reverts the change from
6607         revision 6.17 which is no longer necessary because the passphrase
6608         is sent separately now.  GnuPG messages are unreadable under
6609         multibyte locales with default-enable-multibyte-characters set to
6610         nil.
6611
6612 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * message.el (message-tool-bar-gnome): Move "spell".
6615
6616 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6619         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6620         instead.
6621
6622 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6623
6624         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6625         newsgroups handling for NNTP overviews which don't include
6626         Newsgroups.
6627
6628 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6629
6630         * message.el (message-resend): Bind message-generate-hashcash to nil.
6631
6632 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6633
6634         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6635         when searching for already-paid recipients.
6636
6637 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6638
6639         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6640         passphrases when it is not needed.
6641         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6642         passphrase stuff from gpg, should only be necessary when you use
6643         gpg with a smartcard.
6644
6645 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * mml.el (mml-insert-mime): Ignore cached contents of
6648         message/external-body part.
6649
6650         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6651         (mm-insert-part): Ditto.
6652
6653 2006-03-23  Simon Josefsson  <jas@extundo.com>
6654
6655         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6656         Reiner.
6657         (pgg-gpg-use-agent-p): Use it again.
6658
6659 2006-03-23  Simon Josefsson  <jas@extundo.com>
6660
6661         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6662         older emacsen.
6663         (pgg-gpg-use-agent-p): Don't use it.
6664
6665 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6668         if we can.
6669
6670 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6671
6672         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6673         (pgg-gpg-update-agent): New function.
6674         (pgg-gpg-use-agent-p): New function.
6675         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6676         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6677         (pgg-gpg-sign-region): Use it.
6678
6679 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6682         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6683
6684 2006-03-21  Simon Josefsson  <jas@extundo.com>
6685
6686         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6687         <wilde@sha-bang.de>.
6688         (pgg-gpg-use-agent): New variable.
6689         (pgg-gpg-process-region): Use it.
6690         (pgg-gpg-encrypt-region): Likewise.
6691         (pgg-gpg-encrypt-symmetric-region): Likewise.
6692         (pgg-gpg-decrypt-region): Likewise.
6693         (pgg-gpg-sign-region): Likewise.
6694         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6695
6696 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6699
6700         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6701         Add comment on version.
6702
6703 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * smiley.el: Add missing test smiley.
6706
6707 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * mm-decode.el (mm-with-part): New macro.
6710         (mm-get-part): Use it; work with message/external-body as well.
6711         (mm-save-part): Treat name and filename equally.
6712
6713         * mm-extern.el (mm-extern-cache-contents): New function.
6714         (mm-inline-external-body): Use it; force the part to be displayed;
6715         move undisplayer added to the cached handle to the parent.
6716
6717         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6718         (gnus-mime-view-part-as-type): Work with message/external-body.
6719
6720         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6721
6722 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6725         images in image-load-path.  [Sync with image.el, revision 1.60, in
6726         Emacs.]
6727
6728 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6729
6730         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6731         path rather than symbol.  Always return list of directories.
6732         Guarantee that image directory comes first.  [Sync with image.el,
6733         revision 1.59, in Emacs.]
6734
6735         * message.el (message-make-tool-bar): Adjust to new API of
6736         `gmm-image-load-path-for-library'.
6737
6738         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6739
6740         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6741
6742 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6743
6744         * gnus-art.el (gnus-article-only-boring-p):
6745         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6746         intangible text.
6747         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6748
6749 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6752         `defun' instead of `gmm-defun-compat'.
6753
6754 2006-03-14  Simon Josefsson  <jas@extundo.com>
6755
6756         * message.el (message-unique-id): Don't use message-number-base36
6757         if (user-uid) is a float.
6758         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6759
6760 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6763
6764         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6765         empty line between a part and a message part.
6766
6767 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * smiley.el: Add more test smileys.
6770         (smiley-data-directory, smiley-regexp-alist)
6771         (gnus-smiley-file-types): Fix doc strings.
6772         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6773         adding new elements.
6774         (smiley-mouse-map): Unused code.  Make it a comment.
6775
6776 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6779         scan latest NoCeM messages instead of old ones.
6780         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6781         delimiters that are recently used.
6782         (gnus-nocem-load-cache): Add autoload cookie.
6783
6784         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6785
6786         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6787         level which is larger than gnus-use-nocem is specified.
6788
6789         * gnus-group.el (gnus-group-get-new-news): Ditto.
6790
6791 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus-util.el (gnus-tool-bar-update): New function.
6794
6795         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6796         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6797
6798         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6799
6800         * gnus-group.el (gnus-group-redraw-when-idle)
6801         (gnus-group-redraw-check): Remove.
6802         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6803
6804 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6807         if optional last element is specified in splits (FIELD VALUE...).
6808
6809 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6812         to gmm-image-load-path-for-library.  Call with no-error argument.
6813         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6814
6815         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6816
6817         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6818
6819         * gmm-utils.el (gmm-image-load-path): Remove alias.
6820
6821 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gmm-utils.el (gmm-image-load-path): Add alias.
6824
6825         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6826         nnml-generate-nov-databases-1.
6827         (nnml-generate-nov-databases): Use it.
6828         (nnml-generate-nov-databases-directory): Document no-active
6829         argument.
6830
6831         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6832         directory if path is t.  Add no-error.
6833
6834         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6835         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6836
6837         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6838         resetting gnus-article-browse-html-temp-list.
6839
6840         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6841         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6842         Add example to docstring.  Rename local variables.  Move error
6843         checks to default case in cond and simplify.
6844
6845 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6848         handle is multipart when calling it recursively.
6849         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6850
6851 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6852
6853         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6854         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6855
6856 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6859         is loaded.
6860
6861         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6862         loaded.
6863
6864 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6867         to "Emacs 23 (unicode)" in doc string.
6868
6869         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6870         "Emacs 23 (unicode)" in comment.
6871
6872 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6875
6876         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6877         characters 160 through 255 in Emacs 23.
6878
6879 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6882         gnus-article-browse-html-temp.
6883         (gnus-article-browse-delete-temp): Make it customizable.  Add
6884         `file'.  Adjust doc string.
6885         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6886         query for each file.  Adjust doc string.
6887         (gnus-article-browse-html-parts): Add
6888         `gnus-article-browse-delete-temp-files' to
6889         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6890
6891 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6892
6893         * gnus-art.el (gnus-article-browse-html-temp)
6894         (gnus-article-browse-delete-temp): New variables.
6895         (gnus-article-browse-delete-temp-files): New function.
6896         (gnus-article-browse-html-parts): Use it.
6897
6898 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6901
6902         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6903         string.
6904
6905         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6906         gnus-summary-insert-new-articles when unplugged.  Remove
6907         gnus-summary-search-article-forward.
6908
6909         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6910         display-visual-class instead of display-color-cells.
6911
6912 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * dgnushack.el: Autoload customize-group for XEmacs.
6915
6916         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6917         message/* containing non-ASCII text properly.
6918
6919 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * message.el: Require gmm-utils, remove autoloads.
6922         (message-tool-bar): Set default based on
6923         gmm-tool-bar-style.
6924         (message-tool-bar-gnome): Add gmm-customize-mode.
6925
6926         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6927         gmm-tool-bar-style.
6928         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6929
6930         * gnus-group.el (gnus-group-tool-bar): Set default based on
6931         gmm-tool-bar-style.
6932         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6933
6934         * gmm-utils.el (gmm-image-directory): Rename variable from
6935         gmm-image-load-path.
6936         (gmm-image-load-path): Use gmm-image-directory.
6937         (gmm-customize-mode): New function.
6938         (gmm-tool-bar-style): New variable.
6939
6940         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6941         gnus-group-redraw-line-number.
6942         (gnus-group-redraw-check): Simplify.
6943         (gnus-group-tool-bar-update): Remove redraw check.
6944         (gnus-group-make-tool-bar): Add redraw check.
6945
6946 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6947
6948         * gnus-art.el (gnus-button): Add missing parentheses.
6949
6950 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * lpath.el: Fbind line-number-at-pos.
6953
6954 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6957
6958 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * gnus-art.el (gnus-button): New face.
6961         (gnus-article-button-face): Use it.
6962
6963         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6964         gnus-summary-next-page.  Re-order.
6965
6966         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6967         next-node are now included.
6968         (gnus-group-redraw-line-number): New internal variable.
6969         (gnus-group-redraw-check): Helper function for updating the tool
6970         bar.
6971         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6972
6973         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6974
6975         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6976         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6977         Use it to match format of Spamassassin 3.0 and later.  Reported by
6978         IRIE Tetsuya <irie@t.email.ne.jp>.
6979         (spam-check-bogofilter)
6980         (spam-bogofilter-register-with-bogofilter): Fix args of
6981         `gnus-error' calls.
6982
6983 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6986         unnecessary interaction when sending queued mails.  Reported by
6987         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6988
6989 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6992         first or last are nil.
6993
6994 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6995
6996         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6997
6998 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7001
7002 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * dns.el (query-dns): Protect more against buggy tcp output.
7005
7006 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7009         nov.php.
7010
7011 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7012
7013         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7014         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7015         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7016         output on the server side.
7017         (nnweb-google-create-mapping): Update regexps and add some
7018         progress indication.
7019
7020 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7023         gnus-agent-toggle-plugged.  Re-order icons.
7024         (gnus-group-tool-bar-gnome): Add
7025         gnus-group-{prev,next}-unread-group.
7026         (gnus-group-tool-bar-gnome): Re-order icons.
7027
7028         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7029         gnus-summary-insert-new-articles.
7030
7031         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7032         comments.
7033
7034         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7035         also available in Emacs 21.3.
7036
7037         * message.el (message-fix-before-sending): Change "Emacs 22" to
7038         "Emacs 23 (unicode)" in comment.
7039
7040         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7041         "Emacs 23 (unicode)" in comment.
7042
7043         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7044         comment.
7045         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7046
7047         * mm-view.el (mm-fill-flowed): Add :version.
7048
7049 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7052         and load-path.
7053
7054 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * message.el: Autoload gmm-image-load-path.
7057         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7058         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7059         consitency.
7060
7061         * gmm-utils.el (gmm-image-load-path): Also search in
7062         "../etc/images".  Don't set gmm-image-load-path if we don't find
7063         the image.
7064
7065 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gmm-utils.el (gmm-image-load-path): Don't make
7068         `gmm-image-load-path' include subdirectories which the second arg
7069         `image' might specify.
7070
7071         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7072         subdirectory to icon file names.
7073
7074         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7075
7076 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7079         gmm-image-load-path calls.
7080
7081         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7082
7083         * message.el (message-make-tool-bar): Ditto.
7084
7085         * mml.el (mml-preview): Added comment concerning tool bar icons.
7086
7087         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7088         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7089
7090         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7091         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7092
7093         * message.el (message-tool-bar-gnome): Use new icon names.
7094         (message-make-tool-bar): Use `gmm-image-load-path'.
7095
7096         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7097         functions from MH-E.
7098         (gmm-image-load-path): New variable from MH-E.
7099         (gmm-image-load-path): New function from MH-E.  Added arguments
7100         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7101         *-image-load-path-called-flag.
7102
7103 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7104
7105         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7106
7107 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7108
7109         * nnimap.el (nnimap-request-move-article): Change folder back to
7110         source group before deleting.
7111
7112 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7115
7116         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7117         mm-url.
7118
7119         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7120
7121 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7124         coding system which mm-charset-to-coding-system returns for a
7125         given charset is valid.
7126
7127 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7128
7129         * html2text.el (html2text-remove-tag-list):
7130         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7131
7132 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7133
7134         * gnus-cus.el: Revert 2005-10-17 change.
7135
7136 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (article-strip-banner): Call
7139         article-really-strip-banner only when the regexp match is made.
7140
7141 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-art.el (article-strip-banner): Use
7144         gnus-extract-address-components instead of
7145         mail-header-parse-addresses to make it work with non-ASCII text;
7146         remove mail-encode-encoded-word-string.
7147
7148         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7149         values which are surrounded with \"...\"; make it never cause a
7150         Lisp error; give up parsing of parameters if it failed in
7151         extracting type.
7152
7153 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7154
7155         * smime.el (smime-cert-by-ldap-1): Fix bug where
7156         `smime-ldap-search' returns results without userCertificates.
7157
7158 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7161
7162 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * spam.el (spam-check-spamassassin-headers): Adapt format for
7165         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7166         <ari@mbf.ocn.ne.jp>.
7167         (spam-list-of-processors): Add spam-use-gmane.
7168
7169 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7172         make-temp-file; make it work with XEmacs as well.
7173
7174         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7175         mm-make-temp-file.
7176
7177         * mm-decode.el (mm-display-external): Use the 3rd arg of
7178         mm-make-temp-file.
7179         (mm-create-image-xemacs): Ditto.
7180
7181 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7184         with message-narrow-to-headers.
7185         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7186         (gnus-draft-check-draft-articles): New function.
7187         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7188
7189 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-art.el (gnus-article-browse-html-parts):
7192         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7193         Don't use suffix argument for mm-make-temp-file for Emacs 21
7194         compatibility.  Remove useless `format'.
7195
7196 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7197
7198         * nnweb.el (nnweb-google-wash-article): Update regexps.
7199         (nnweb-group-alist): Use defvoo instead of defvar.
7200
7201 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7204         re-loading nn* modules.
7205
7206 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7209         for `tool-bar-mode' and don't check it's default-value.
7210
7211         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7212
7213         * message.el (message-make-tool-bar): Ditto.
7214
7215         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7216         `substring'.  Shorten tmp-file name.
7217
7218         * gnus.el: Remove bogus comment.
7219
7220 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7221
7222         * gnus-art.el (gnus-article-browse-html-parts): New function.
7223         (gnus-article-browse-html-article): New function for viewing html
7224         articles with a browser.
7225
7226 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7227
7228         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7229         in elisp.
7230         (pgg-gpg-encrypt-symmetric-region): Ditto.
7231         (pgg-gpg-sign-region): Ditto.
7232
7233         * pgg-def.el (pgg-text-mode): New variable.
7234
7235         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7236         (mml2015-pgg-encrypt): Ditto.
7237
7238         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7239         (mml1991-pgg-encrypt): Ditto.
7240
7241 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7244         message-make-date instead of current-time-string.
7245
7246         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7247         to gnus-decoded which mm-uu might set.
7248
7249 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7252         don't decode quoted parameters; remove misimported Emacs code.
7253         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7254         (rfc2231-decode-encoded-string): Don't use split-string which
7255         behaves differently according to Emacs version; use
7256         mm-decode-coding-region to convert charset to coding-system.
7257         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7258         (rfc2231-encode-string): Remove misimported Emacs code.
7259
7260 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7263         when calling mail-header-parse-content-type.
7264         (article-de-quoted-unreadable): Ditto.
7265         (article-de-base64-unreadable): Ditto.
7266         (article-wash-html): Ditto.
7267
7268         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7269         calling mail-header-parse-content-type and
7270         mail-header-parse-content-disposition.
7271         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7272         mail-header-parse-content-type.
7273
7274         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7275         insert charset and format parameters; encode description after
7276         inserting it to buffer.
7277         (mml-insert-parameter): Fold lines properly even if a parameter is
7278         segmented into two or more lines; change the max column to 76.
7279
7280         * rfc1843.el (rfc1843-decode-article-body): Don't use
7281         ignore-errors when calling mail-header-parse-content-type.
7282
7283         * rfc2231.el (rfc2231-parse-string): Return at least type if
7284         possible; don't cause an error even if it fails in parsing of
7285         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7286         (rfc2231-encode-string): Don't break lines at the beginning, leave
7287         it to mml-insert-parameter.
7288
7289         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7290         calling mail-header-parse-content-type.
7291
7292 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * spam-report.el (spam-report-gmane-use-article-number):
7295         Improve doc string.
7296         (spam-report-gmane-internal): Check if a suitable header was found
7297         in the article.
7298
7299 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7302         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7303
7304 2006-02-05  Romain Francoise  <romain@orebokech.com>
7305
7306         Update copyright notices of all files in the gnus directory.
7307
7308 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7309
7310         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7311
7312 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7315         segmented lines of parameter value to cope with Thunderbird 1.5
7316         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7317         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7318         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7319
7320 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7321
7322         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7323         parts.
7324
7325 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7326
7327         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7328         there's only one active file for all servers.
7329         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7330         solid groups.  Gnus might have used a FAST request to select the group.
7331         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7332         and nnweb-search redundantly in the active file.
7333         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7334         (nnweb-request-create-group): Don't use ARGS.
7335         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7336         initialisations.  Let nnoo do the work.
7337
7338 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7341         Say the part has been decoded.
7342
7343         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7344
7345 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7346
7347         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7348         mailcap-viewer-test-cache when there's no 'test clause, since that
7349         will invert the meaning of a "nil" test previously determined by
7350         mailcap-mailcap-entry-passes-test.
7351
7352 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7355         compiling.
7356
7357         * gnus-sum.el: Ditto.
7358
7359         * message.el: Don't bind tool-bar-map when compiling.
7360
7361 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7364
7365 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7366
7367         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7368         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7369         current Google Groups.
7370
7371 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7374         and tool-bar-mode.
7375
7376         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7377         and tool-bar-mode.
7378
7379         * message.el (message-tool-bar-update): Simplify.
7380         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7381
7382         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7383         gnus-summary-buffer.
7384         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7385         gnus-summary-reply.
7386
7387         * gmm-utils.el (gmm): Add :version.
7388
7389 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * Makefile.in (clean): New rule.
7392         (distclean): Use it.
7393
7394 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7395
7396         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7397         autoload.
7398
7399 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gmm-utils.el (gmm-verbose): Add :group.
7402
7403 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * message.el: Change some comments WRT tool-bars.
7406
7407         * gnus-sum.el (gnus-summary-tool-bar)
7408         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7409         (gnus-summary-tool-bar-zap-list): New variables.
7410         (gnus-summary-make-tool-bar): Complete rewrite using
7411         `gmm-tool-bar-from-list'.
7412
7413         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7414         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7415         variables.
7416         (gnus-group-make-tool-bar): Complete rewrite using
7417         `gmm-tool-bar-from-list'.
7418         (gnus-group-tool-bar-update): New function.
7419
7420         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7421
7422 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7425         is dissected into a single part of which the type is the same as
7426         the given one; decode charset.
7427
7428 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7429
7430         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7431         into alists as symbol not string, since that's what
7432         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7433         look for.
7434
7435 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7438         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7439
7440         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7441
7442 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7445         (gnus-xmas-mime-security-button-menu): New function.
7446
7447         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7448         (gnus-mime-security-button-menu): New definition.
7449         (gnus-mime-security-button-map): Use them.
7450         (gnus-mime-security-button-menu): New function.
7451         (gnus-insert-mime-security-button): Addition to help echo.
7452         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7453         (gnus-mime-security-pipe-part): New functions.
7454
7455         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7456         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7457
7458         * mm-decode.el (mm-handle-set-disposition): Remove.
7459         (mm-handle-set-description): Remove.
7460
7461 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7464         (mm-w3m-standalone-supports-m17n-p): New function.
7465         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7466         w3m usage.
7467
7468         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7469         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7470
7471 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * message.el (message-tool-bar-zap-list): Use
7474         gmm-tool-bar-zap-list as custom type.
7475         (message-tool-bar-update): New function.
7476         (message-tool-bar, message-tool-bar-gnome)
7477         (message-tool-bar-retro): Add message-tool-bar-update.
7478         (message-tool-bar-gnome): Add flyspell-buffer.
7479
7480         * gnus-util.el (gnus-error): Describe `args'.
7481
7482         * gmm-utils.el (gmm-error): Describe `args'.
7483         (gmm-tool-bar-zap-list): New widget.
7484         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7485
7486 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7489         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7490         the number of recursive calls.
7491
7492         * mm-decode.el (mm-handle-set-disposition): New macro.
7493         (mm-handle-set-description): New macro.
7494
7495 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7498         encoding.
7499
7500 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * message.el (message-tool-bar-zap-list, message-tool-bar)
7503         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7504         (message-tool-bar-local-item-from-menu): Remove.
7505         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7506         (message-make-tool-bar): New function.
7507         (message-mode): Use `message-make-tool-bar'.
7508
7509         * gmm-utils.el: New file.
7510         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7511         (gmm-lazy): New widget copied from `nnmail.el'.
7512         (gmm-tool-bar-from-list): New function for creating customizable
7513         tool bars.
7514         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7515         output.
7516         (gmm): Add :prefix to defgroup.
7517
7518 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7519
7520         * gmm-utils.el (gmm-widget-p): New function.
7521
7522 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * mml.el (mml-attach-file): Describe `description' in doc string.
7525         (mml-menu): Add Emacs MIME manual and PGG manual.
7526
7527 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7528
7529         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7530
7531 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7532
7533         * nntp.el (nntp-end-of-line): Doc fix.
7534
7535 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7536
7537         * imap.el (imap-open): Handle case where buffer is a buffer
7538         object.
7539
7540 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7541
7542         * gnus-delay.el (gnus-delay): Don't autoload.
7543         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7544         to be re-loaded when customizing the `gnus-delay' group.
7545
7546 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7547
7548         * message.el (message-insert-citation-line): Use newlines.
7549
7550 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7551
7552         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7553         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7554         these routines, so the passphrase can be managed externally and
7555         passed in to the system.
7556         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7557         pgg-add-passphrase-to-cache function.
7558
7559         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7560         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7561         these routines, so the passphrase can be managed externally and
7562         passed in to the system.
7563         (pgg-pgp5-sign-region): Use new name of
7564         pgg-add-passphrase-to-cache function.
7565
7566 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7567
7568         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7569         part of the decoded armor to find the key-identifier.
7570         (pgg-gpg-lookup-key-owner): New function to return the
7571         human-readable identifier of a key owner.
7572         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7573         itself.
7574         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7575         the key value) if we have a key and can match it against a secret
7576         key.  Also, added a note pointing out fact that the prompt only
7577         indicates the first matching key.
7578
7579         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7580         pgg-decrypt-region.
7581         (pgg-add-passphrase-to-cache): Rename from
7582         `pgg-add-passphrase-cache' to reduce confusion (all callers
7583         changed).
7584         (pgg-remove-passphrase-from-cache): Rename from
7585         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7586         changed).
7587         (pgg-read-passphrase, pgg-add-passphrase-cache)
7588         (pgg-remove-passphrase-cache): Add informative docstrings.
7589         (pgg-decrypt): Convey provided passphrase in subordinate call to
7590         pgg-decrypt-region.
7591
7592 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7593
7594         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7595         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7596         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7597         'passphrase' argument, so the passphrase can be managed externally
7598         and then passed in to the system.
7599
7600         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7601         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7602         so the passphrase cache can be used reliably with identifiers
7603         besides a pgp packet's key id.
7604
7605         * pgg-gpg.el (pgg-gpg-encrypt-region)
7606         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7607         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7608         these routines, so the passphrase can be managed externally and
7609         passed in to the system.
7610
7611         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7612         'notruncate' argument, so the passphrase cache can be used
7613         reliably with identifiers besides a pgp packet's key id.
7614
7615 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7616
7617         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7618         symmetric encryption.
7619         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7620         encrypted session key.
7621         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7622         message ask for the passphrase in a proper way.
7623
7624         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7625         New user commands for symmetric encryption.
7626
7627 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7630
7631         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7632
7633 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7634
7635         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7636
7637 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * mm-decode.el (mm-inlined-types): Add application/pgp.
7640         (mm-automatic-display): Ditto.
7641
7642         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7643         part as text.
7644
7645 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * nnrss.el: Update copyright.
7648         (nnrss-opml-import): Query whether to subscribe to each entry.
7649
7650         * gnus-art.el:
7651         * gnus-sum.el:
7652         * gnus-xmas.el:
7653         * messagexmas.el:
7654         * mm-uu.el:
7655         * mm-view.el: Update copyright.
7656
7657 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * message.el (message-info): New function.
7660         (message-mode-menu): Add it.
7661         Update copyright.
7662
7663         * ChangeLog: Fix and update copyright.
7664
7665 2006-01-13  Romain Francoise  <romain@orebokech.com>
7666
7667         * message.el (message-forward-subject-name-subject): Prefer the
7668         address to 'nowhere' if the sender has no name.
7669         Fix typo.  Update copyright year.
7670
7671 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (article-wash-html): Use
7674         gnus-summary-show-article-charset-alist if a numeric arg is given.
7675         (gnus-article-wash-html-with-w3m-standalone): New function.
7676
7677         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7678         mm-inline-text-html-render-with-w3m-standalone.
7679         (mm-text-html-washer-alist): Map w3m-standalone to
7680         gnus-article-wash-html-with-w3m-standalone.
7681         (mm-inline-text-html-render-with-w3m-standalone): New function.
7682
7683 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7686         Improve LaTeX.
7687
7688 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7691         (nnrss-request-article): Render text/plain parts as HTML.
7692
7693         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7694         the buffer.
7695
7696 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7699         custom definition of `gnus-posting-styles'.
7700
7701         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7702         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7703
7704 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7707         Use nntp for bug archive.
7708
7709 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7712         parts.
7713         (nnrss-normalize-date): New function converts ISO 8601 date into
7714         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7715         (nnrss-check-group): Use it.
7716
7717 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7720
7721         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7722         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7723         (nnrss-insert-w3): Ditto.
7724
7725 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7728         the articles to be forwarded including the case where neither a
7729         number of articles nor a region is specified.
7730
7731 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * nnrss.el (nnrss-request-article): Fix last change; fill
7734         text/plain parts.
7735
7736 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7739         in text/plain part.
7740         (nnrss-check-group): Don't add excessive newline to dc:subject.
7741
7742 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7743
7744         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7745         article.
7746
7747 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7750         (nnml-use-compressed-files, nnml-save-mail): Support other
7751         comression programs such as bzip2.
7752
7753 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * dns.el (query-dns): Make sure we check the buffer size before
7756         removing tcp headers.
7757
7758 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7761         remove MIME buttons associated with multipart/alternative parts.
7762         (gnus-mime-display-alternative): Tag buttons using `article-type'
7763         text property.
7764
7765         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7766         associated with multipart/alternative parts.
7767
7768         * gnus-art.el (gnus-signature-separator): Fix custom type.
7769
7770         * mm-decode.el (mm-inlined-types): Fix custom type.
7771         (mm-keep-viewer-alive-types): Ditto.
7772         (mm-automatic-display): Ditto.
7773         (mm-attachment-override-types): Ditto.
7774         (mm-inline-override-types): Ditto.
7775         (mm-automatic-external-display): Ditto.
7776
7777 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * spam-report.el (spam-report-user-mail-address)
7780         (spam-report-user-agent): New variables.
7781         (spam-report-url-ping-plain): Use spam-report-user-agent.
7782
7783 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7784
7785         * gnus-art.el (gnus-button-handle-custom): Do not just use
7786         `customize-apropos' for any "M-x customize-*" button but the
7787         function called for.  Accept both the function name and its
7788         argument in order to achieve this.
7789         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7790         function name to `gnus-button-handle-custom' in case of "M-x
7791         customize-*" buttons.
7792
7793 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7796         multipart/alternative and add xref to mm-discouraged-alternatives
7797         in doc string.
7798
7799         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7800         gnus-buttonized-mime-types in doc string.
7801
7802 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7805         Suggest image/.* in the doc string.
7806
7807 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7810         message-marks (Debian bug #342521).
7811
7812 2005-12-12  Simon Josefsson  <jas@extundo.com>
7813
7814         * password.el (password-read-from-cache): Add.
7815         (password-read): Use it.
7816
7817 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7820         us-ascii as a MIME charset.
7821
7822         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7823         against the case where the 2nd arg TYPE is nil.
7824
7825 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * pop3.el (pop3-stream-type): Fix custom version.
7828
7829         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7830
7831 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7832
7833         * mm-decode.el (mm-display-external): Add missing cdr.
7834
7835 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7838         RFC1524) if it is in mailcap or add a suffix according to
7839         mailcap-mime-extensions when generating a temp filename; postpone
7840         deleting a temp file for 2 seconds for some wrappers, shell
7841         scripts, and so on, which might exit right after having started a
7842         viewer command as a background job.
7843
7844 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * nntp.el (nntp-marks-directory): Fix custom group.
7847
7848         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7849         steps when < 10.
7850
7851         * gnus-start.el (gnus-no-server-1): Mention
7852         `gnus-level-default-subscribed' in doc string.
7853
7854 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7855
7856         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7857         parens.
7858
7859 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-xmas.el (gnus-use-toolbar): Revert.
7862         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7863         gnus-use-toolbar is default.
7864
7865         * messagexmas.el (message-use-toolbar): Revert.
7866         (message-setup-toolbar): Use global default-toolbar if
7867         message-use-toolbar is default.
7868
7869 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7872         according to default-toolbar-visible-p.
7873
7874         * messagexmas.el (message-use-toolbar): Ditto.
7875
7876 2005-11-26  Dave Love  <fx@gnu.org>
7877
7878         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7879         (tls-program, tls-success): Provide openssl alternative.
7880
7881         * starttls.el: Doc fixes.
7882         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7883         SERVICE to PORT.
7884
7885         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7886         port null or service name.
7887         (starttls-negotiate): Autoload.
7888
7889 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * message.el (message-kill-to-signature): Fix interactive spec.
7892
7893 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * pop3.el (pop3-open-server): Recognize a string as a service name.
7896
7897 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7898
7899         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7900
7901 2005-11-23  Dave Love  <fx@gnu.org>
7902
7903         Add pop3s, pop3/starttls.
7904
7905         * pop3.el (pop3-authentication-scheme): Clarify doc.
7906         (open-tls-stream, starttls-open-stream): Autoload.
7907         (pop3-stream-type): New.
7908         (pop3-open-server): Use it.
7909
7910         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7911         for POP.
7912         (mail-source-keyword-map): Add :stream for POP.
7913         (mail-source-fetch-pop): Use pop3-stream-type.
7914
7915 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7918         of current-time-string.
7919
7920 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7921
7922         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7923         date header.
7924
7925 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7926
7927         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7928         it can seriously impact performance as it bypasses the agent's
7929         local caches.
7930
7931 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7932
7933         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7934         must be explicitly online rather than "not explicitly offline" for
7935         its flags to be synchronized.
7936
7937         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7938         that gnus-uu-unmark-thread will function correctly.
7939
7940         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7941         1024K is instead displayed as 1M.
7942
7943 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7946
7947 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7948
7949         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7950
7951 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7952
7953         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7954         error message to display actual error condition.
7955         (gnus-agent-save-local): Avoid saving symbols that are bound to
7956         nil as they simply result in a warning message in
7957         gnus-agent-read-local.
7958
7959 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7962         rather than make-variable-buffer-local for file-precious-flag.
7963
7964 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7965
7966         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7967         for duplicates which are removed.  The invalid sort check then
7968         triggers a rescan after the sort as sorting may have moved
7969         duplicate entries such that they can be cheaply detected.
7970
7971 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7974
7975 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7976
7977         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7978         internal variable to a custom variable.  Changed default value
7979         from compressed(2) to uncompressed(1).
7980         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7981         support for uncompressed agentview files.  Taken together, reading
7982         the agentview file should now be 6-7 times faster.
7983
7984 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7985
7986         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7987         as a buffer-local variable.  This avoids creating truncated
7988         dribble files as a result of a hang up, eg.
7989
7990 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7991
7992         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7993         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7994         XEmacs.
7995
7996 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-start.el (gnus-start-draft-setup): Enforce
7999         `gnus-draft-mode' for nndraft:drafts at startup.
8000
8001         * gnus.el (gnus-splash): Change custom group.
8002         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8003         allow-list argument.
8004
8005         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8006         string.
8007
8008 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-art.el (gnus-default-article-saver): Add user-defined
8011         `function' to custom type.
8012
8013 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8014
8015         * imap.el (imap-open): Handle case where buffer is a buffer
8016         object.
8017
8018 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8021         long lines.
8022         (gnus-cache-delete-group): Wrap doc strings.
8023
8024         * gnus-agent.el (gnus-agent-rename-group)
8025         (gnus-agent-delete-group): Wrap doc strings.
8026
8027 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * messagexmas.el (message-use-toolbar): Change the valid values
8030         into default, top, bottom, left, and right.
8031         (message-toolbar-thickness): New variable.
8032         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8033         well.
8034         (message-setup-toolbar): Make it work.
8035
8036         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8037         (gnus-use-toolbar): Change the valid values into default, top,
8038         bottom, left, and right.
8039         (gnus-toolbar-thickness): New variable.
8040         (gnus-xmas-setup-toolbar): New function.
8041         (gnus-xmas-setup-group-toolbar): Use it.
8042         (gnus-xmas-setup-summary-toolbar): Use it.
8043
8044 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-start.el (gnus-1): Add "native" to
8047         gnus-predefined-server-alist.
8048
8049         * gnus.el (gnus-method-to-server): Don't add "native" to the
8050         lists here, because that leads to problems when
8051         gnus-select-method is bound.
8052
8053 2005-11-09  Simon Josefsson  <jas@extundo.com>
8054
8055         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8056         use (not sort-by-date) instead.
8057
8058 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8059
8060         * gnus-delay.el (gnus-delay-group): Don't autoload.
8061         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8062         to be re-loaded when customizing the `gnus-delay' group.
8063
8064 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8065
8066         * message.el: Revert last changes.
8067         (message-insert-citation-line): Use newlines.
8068
8069 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8070
8071         * message.el (message-courtesy-message)
8072         (message-mark-insert-begin, message-mark-insert-end)
8073         (message-elide-ellipsis, message-cancel-message)
8074         (message-add-header, message-change-subject)
8075         (message-cross-post-followup-to-header)
8076         (message-cross-post-insert-note, message-reduce-to-to-cc)
8077         (message-widen-reply, message-delete-not-region)
8078         (message-kill-to-signature, message-insert-signature)
8079         (message-insert-importance-high, message-insert-importance-low)
8080         (message-insert-or-toggle-importance)
8081         (message-insert-disposition-notification-to)
8082         (message-indent-citation, message-yank-original)
8083         (message-cite-original-without-signature, message-cite-original)
8084         (message-insert-citation-line, message-position-on-field)
8085         (message-fix-before-sending, message-send-mail-partially)
8086         (message-send-mail, message-send-mail-with-sendmail)
8087         (message-send-mail-with-qmail, message-send-news)
8088         (message-check-news-header-syntax, message-generate-headers)
8089         (message-insert-courtesy-copy, message-fill-address)
8090         (message-fill-header, message-shorten-references)
8091         (message-setup-1, message-cancel-news)
8092         (message-forward-make-body-plain, message-forward-make-body-mime)
8093         (message-forward-make-body-mml, message-encode-message-body)
8094         (message-forward-make-body-digest-plain)
8095         (message-forward-make-body-digest-mime)
8096         (message-use-alternative-email-as-from): Insert `hard-newline'
8097         instead of ordinary newlines.
8098
8099 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * message.el (message-generate-headers): Downcase the argument
8102         given to message-check-element.
8103
8104 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8105
8106         * nntp.el (nntp-authinfo-rejected): New error condition.
8107         (nntp-wait-for): Use new error condition to signal authentication
8108         error.
8109         (nntp-retrieve-data): Rethrow new error condition to break out of
8110         recursive call to nntp-send-authinfo.
8111
8112 2005-11-08  Romain Francoise  <romain@orebokech.com>
8113
8114         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8115         (gnus-summary-exit-map): Bind to `Z p'.
8116         (gnus-summary-make-menu-bar): Add menu item.
8117
8118 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8121         (gnus-treat-*): Add `first' in all doc strings.
8122
8123         * gnus-group.el (gnus-group-compact-group): Fix typo.
8124
8125 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus.el (gnus-parameters-case-fold-search): New variable.
8128         (gnus-parameters-get-parameter): Use it.
8129
8130         * gnus-score.el (gnus-home-score-file): Doc fix.
8131
8132 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8133
8134         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8135
8136 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * mm-util.el (mm-special-display-p): New function.
8139
8140         * mml.el (mml-preview): Use it; doc fix.
8141
8142 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8143
8144         * imap.el (imap-open): Handle case where buffer is a buffer object.
8145
8146 2005-10-29  Romain Francoise  <romain@orebokech.com>
8147
8148         * message.el (message-fix-before-sending): Fix comment.
8149
8150 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8151
8152         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8153
8154 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8155
8156         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8157         Used in gnus-score.el.
8158
8159 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8162
8163 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8166         whitespace removed in revision 7.8.  Use concatenated string to
8167         protect trailing whitespace.
8168
8169 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8170
8171         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8172         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8173         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8174         Courier IMAP ("some version from 2004").  Mostly based on similar
8175         code in the same function.
8176
8177 2005-10-26  Didier Verna  <didier@xemacs.org>
8178
8179         * gnus-group.el (gnus-group-compact-group): Invalidate original
8180         article buffer.
8181         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8182         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8183         NOV database and in article itself.
8184         Invalidate article backlog.
8185
8186 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8189
8190 2005-10-26  Simon Josefsson  <jas@extundo.com>
8191
8192         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8193         part of 2004-07-25 change.
8194
8195 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * message.el (message-display-completion-list): New function.
8198         (message-expand-group): Use it; make sure the Completions buffer
8199         is modifiable.
8200 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8201
8202         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8203         user-mail-name is an empty string.
8204
8205 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8208         depending on gnus-score-decay-constant.
8209
8210         * encrypt.el (encrypt-insert-file-contents)
8211         (encrypt-write-file-contents): Don't use `gnus-message'.
8212
8213         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8214         arguments.
8215         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8216         arguments to mm-uu-verbatim-marks-extract.
8217         (mm-uu-hide-markers): New variable.
8218         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8219
8220         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8221         (gnus-convert-image-to-face-command): Use "convert" by default to
8222         allow other input image formats.
8223         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8224         accordingly.
8225
8226 2005-10-23  Simon Josefsson  <jas@extundo.com>
8227
8228         * imap.el (imap-gssapi-program): Align command line parameters
8229         with latest GNU SASL.
8230         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8231
8232 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8235         HTML.
8236         (nnslashdot-request-article): Ditto.
8237
8238         * lpath.el (featurep): Add nobreak-char-display.
8239
8240 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8241
8242         * mail-source.el (mail-source-fetch-pop): Require pop3.
8243         (mail-source-check-pop): Ditto.
8244
8245 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8248         errors.
8249
8250 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8253         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8254
8255         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8256
8257         * mm-bodies.el (mm-decode-string): Call
8258         `mm-charset-to-coding-system' with allow-override argument.
8259
8260 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8263         (rfc2047-charset-to-coding-system): New function.
8264         (rfc2047-decode-encoded-words): New function.
8265         (rfc2047-decode-region): Use them.
8266         (rfc2047-decode-cte): Remove.
8267         (rfc2047-parse-and-decode): Remove.
8268         (rfc2047-decode): Remove.
8269
8270 2005-10-15  Kenichi Handa  <handa@m17n.org>
8271
8272         * rfc2047.el (rfc2047-decode-cte): New function.
8273         (rfc2047-decode-region): Change the way to decode successive
8274         encoded-words: decode B- or Q-encoding in each encoded-word,
8275         concatenate them, and decode it as charset.
8276
8277 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * lpath.el: Fbind codepage-setup for XEmacs.
8280
8281 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8282
8283         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8284         widget-move-and-invoke.
8285         (gnus-custom-mode): Use gnus-custom-map.
8286
8287 2005-10-15  Bill Wohler  <wohler@newt.com>
8288
8289         * message.el (message-tool-bar-map): Renamed image file from
8290         mail_send to mail/send.
8291
8292 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8293
8294         * message.el (message-expand-group): Pass the common
8295         prefix substring of completion to `display-completion-list'.
8296
8297 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * mml-sec.el (mml-secure-method): New internal variable.
8300         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8301         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8302         functions using mml-secure-method.
8303
8304         * mml.el (mml-mode-map): Add key bindings for those functions.
8305         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8306         Harder <harder@myrealbox.com>.
8307         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8308         end of message if point is the headers of the message.
8309
8310         * message.el (message-in-body-p): New function.
8311
8312         * assistant.el: Autoload gnus-util and netrc.
8313
8314         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8315         Use `mm-charset-override-alist' only when decoding.
8316
8317         * mm-bodies.el (mm-decode-body): Call
8318         `mm-charset-to-coding-system' with allow-override argument.
8319
8320         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8321         `filename' from Content-Disposition if Content-Type doesn't
8322         provide `name'.
8323         (gnus-mime-view-part-as-type): Set default instead of
8324         initial-input.
8325
8326 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8327
8328         * format-spec.el (format-spec): Propagate text properties of % spec.
8329
8330 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * gnus-art.el (gnus-treat-predicate): Add `first'.
8333
8334 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8337         (mm-charset-override-alist): New variable.
8338         (mm-charset-to-coding-system): Use it.
8339         (mm-codepage-setup): New helper function.
8340         (mm-charset-eval-alist): New variable.
8341         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8342         about unknown charsets.
8343
8344         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8345
8346 2005-10-04  David Hansen  <david.hansen@gmx.net>
8347
8348         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8349         (nnrss-check-group): Ditto.
8350
8351 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8354         Rename x-gnus-verbatim to x-verbatim.
8355         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8356
8357         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8358         x-verbatim.
8359
8360         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8361
8362         * gnus-util.el (gnus-remove-duplicates): Remove.
8363
8364         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8365         instead of gnus-remove-duplicates.
8366
8367         * message.el (message-remove-duplicates): Remove.
8368         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8369         message-remove-duplicates.
8370
8371         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8372         available, else use implementation from `delete-dups'.
8373
8374         * message.el (message-insert-expires): New function.
8375         (message-mode-map): Add key binding.
8376         (message-mode-field-menu): Add menu entry.
8377         (message-mode): Document it.
8378         (message-make-expires-date): Use `message-make-date'.
8379
8380 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8381
8382         * message.el (message-make-expires-date): New function.
8383
8384 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * Makefile.in (list-installed-shadows): New entry.
8387         (install): Use it.
8388         (remove-installed-shadows): New entry.
8389
8390         * dgnushack.el (dgnushack-default-load-path): New variable.
8391         (dgnushack-find-lisp-shadows): New function.
8392         (dgnushack-remove-lisp-shadows): New function.
8393
8394 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * Makefile.in (install-el-elc): New entry.
8397         (install): Use it so that .el files are necessarily installed.
8398
8399 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8402
8403 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8404
8405         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8406         function rather than the diff-mode.el package.
8407         (mm-display-external): Use with-current-buffer.
8408         (mm-viewer-completion-map, mm-viewer-completion-map):
8409         Move initialization inside declaration.
8410
8411 2005-09-29  Simon Josefsson  <jas@extundo.com>
8412
8413         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8414         autoload mail-check-payment.
8415         (spam-check-hashcash): Define unconditionally, since hashcash.el
8416         is part of Gnus now.  Ignore errors from payment checking.
8417
8418 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * message.el (message-bold-region, message-unbold-region): Rename
8421         from `bold-region' and `unbold-region'.
8422
8423         * message.el: Remove useless autoloads.
8424
8425 2005-09-28  Simon Josefsson  <jas@extundo.com>
8426
8427         * message.el (message-use-idna): Default to t.
8428         (message-use-idna): Test whether encoding works too.  Doc fix.
8429
8430 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * nntp.el (nntp-warn-about-losing-connection): Remove.
8433
8434 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8437         customizable.  Change default value.
8438         (mm-uu-diff-groups-regexp): Change default value.
8439         (mm-uu-type-alist): Add doc string.
8440         (mm-uu-configure): Add doc string.  Make it interactive.
8441         (mm-uu-tex-groups-regexp): New variable.
8442         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8443         (mm-uu-type-alist): Add LaTeX documents.
8444         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8445         of "text/verbatim".
8446         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8447
8448         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8449         instead of "text/verbatim".
8450
8451         * message.el (message-mark-inserted-region)
8452         (message-mark-insert-file): Use slrn style marks when called with
8453         prefix argument.
8454
8455 2005-09-27  Simon Josefsson  <jas@extundo.com>
8456
8457         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8458
8459 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8460
8461         * message.el (message-remove-duplicates): New function.
8462         Implementation borrowed from `gnus-remove-duplicates'.
8463         (message-idna-to-ascii-rhs): Also encode idna addresses in
8464         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8465         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8466         only ask about the same idna domain once per header and also tell
8467         in what header to replace the idna domain.
8468
8469         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8470         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8471         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8472         a header is decoded and not just the last one.
8473
8474 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8477         has been decoded.
8478
8479         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8480         (mm-insert-part): Don't modify text if it has been decoded.
8481
8482         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8483         decoded.
8484
8485         * mm-view.el (mm-inline-text): Don't strip text props unless
8486         decoding enriched or richtext parts.
8487
8488 2005-09-25  Romain Francoise  <romain@orebokech.com>
8489
8490         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8491         * gnus-start.el (gnus-subscribe-interactively):
8492         * gnus-uu.el (gnus-uu-grab-articles):
8493         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8494         space.
8495
8496 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8497
8498         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8499         * mm-view.el (mm-view-pkcs7-decrypt):
8500         * gnus-sum.el (gnus-summary-limit-to-extra)
8501         (gnus-summary-respool-article, gnus-read-move-group-name):
8502         * gnus-score.el (gnus-summary-increase-score):
8503         * gnus-util.el (gnus-completing-read-with-default):
8504         * gnus-art.el (gnus-read-save-file-name)
8505         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8506         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8507         * message.el (message-check-news-header-syntax):
8508         Follow convention for reading with the minibuffer.
8509
8510 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * spam-report.el (spam-report-url-ping-plain):
8513         Use gnus-extended-version as User-Agent.
8514
8515         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8516         default value is nil.
8517
8518         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8519         (mm-uu-verbatim-marks-extract): New function.
8520         (mm-uu-extract): New face.
8521         (mm-uu-copy-to-buffer): Use it.
8522
8523         * spam-report.el (spam-report-gmane-ham): Renamed from
8524         `spam-report-gmane-unspam'.
8525         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8526         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8527
8528         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8529         Autoload.
8530         (spam-report-gmane-unregister-routine): Renamed
8531         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8532
8533 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8534
8535         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8536         (spam-report-gmane-unregister-routine): Add support for gmane
8537         unregistration.
8538
8539         * spam-report.el (spam-report-gmane-unspam)
8540         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8541         (spam-report-gmane): Change to take a single article and do unspam
8542         registration.
8543
8544 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * mm-url.el (mm-url-decode-entities): Fix regexp.
8547
8548 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8551         default to nil, to be able to use Gnus at all.  If the default
8552         switches to something else, then the function should be fixed not
8553         be exceedingly slow.
8554
8555 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8558         fail hard.
8559
8560         * spam-report.el: Add better Keywords line.
8561
8562         * spam.el: Add Maintainer and better Keywords line.
8563
8564 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus-art.el (gnus-article-replace-part)
8567         (gnus-mime-replace-part): New functions.
8568         (gnus-mime-action-alist, gnus-mime-button-commands)
8569         (gnus-mime-save-part-and-strip): Added file argument.
8570         (gnus-article-part-wrapper): Added interactive argument.
8571
8572         * gnus-sum.el (gnus-summary-mime-map): Add
8573         `gnus-article-replace-part'.
8574
8575 2005-09-19  Didier Verna  <didier@xemacs.org>
8576
8577         The nnml compaction feature:
8578         * nnml.el (nnml-request-compact-group): New function.
8579         * nnml.el (nnml-request-compact): New function.
8580         * gnus-int.el (gnus-request-compact-group): New function.
8581         * gnus-int.el (gnus-request-compact): New function.
8582         * gnus-group.el (gnus-group-compact-group): New function.
8583         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8584         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8585         * gnus-srvr.el (gnus-server-compact-server): New function.
8586         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8587         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8588
8589 2005-09-18  Deepak Goel  <deego@gnufans.org>
8590
8591         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8592         format spec.
8593
8594 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8597
8598 2005-09-15  Romain Francoise  <romain@orebokech.com>
8599
8600         * message.el (message-fill-paragraph): Clarify docstring.
8601
8602 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-art.el (gnus-mime-display-part): Protect against broken
8605         MIME messages.
8606
8607 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8610         before parsing header.
8611
8612 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8613
8614         * html2text.el (html2text-replace-list): Add new entities.
8615
8616 2005-09-11  Romain Francoise  <romain@orebokech.com>
8617
8618         * message.el (message-alternative-emails): Improve docstring.
8619         (message-setup-1): Call `message-use-alternative-email-as-from'
8620         after `message-setup-hook' to give it precedence over posting
8621         styles, etc.
8622         (message-use-alternative-email-as-from): Add docstring.  Remove
8623         the original From header if present.
8624
8625         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8626         (nnml-save-mail): Use it.
8627
8628         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8629         articles.  Add new argument `silent'.
8630         (gnus-uu-mark-all): Report the total number of marked articles.
8631
8632 2005-09-10  Romain Francoise  <romain@orebokech.com>
8633
8634         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8635         (gnus-uu-mark-series): Likewise.
8636
8637 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * spam-report.el (spam-report-gmane): Fix generation of spam
8640         report URL.
8641
8642 2005-09-10  Simon Josefsson  <jas@extundo.com>
8643
8644         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8645         t, based on discussion on the ding list with Robert Epprecht
8646         <epprecht@solnet.ch>.
8647
8648 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * spam-report.el (spam-report-gmane): Make it work without
8651         X-Report-Spam header.  Gmane now only provides Archived-At.
8652         This is only used if `spam-report-gmane-use-article-number' is nil.
8653         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8654
8655         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8656         make `gnus-summary-sort-by-recipient' work with threading.
8657
8658         * nnweb.el (nnweb-google-wash-article): Print a message if article
8659         is not available.
8660
8661 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8662
8663         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8664         change.  Decode text/* parts content before displaying.
8665
8666 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8669
8670 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8673
8674         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8675         url-package-name, url-package-version,
8676         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8677         w3m-display-inline-images, and w3m-minor-mode-map.
8678
8679 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * message.el (message-tab-body-function): Fix mismatched custom type.
8682
8683         * gnus.el (gnus-group-change-level-function): Ditto.
8684
8685         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8686
8687         * gnus-art.el (gnus-signature-limit)
8688         (gnus-article-mime-part-function): Ditto.
8689
8690 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * mml.el (mml-mode): Silence the byte compiler.
8693
8694         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8695         using `(sit-for 0)' before moving the point to the specified part;
8696         skip unbuttonized parts.
8697         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8698         return to the summary window if gnus-auto-select-part is non-nil.
8699
8700 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8703         variables.
8704         (mml-dnd-attach-file, mml-mode): Use them.
8705
8706         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8707         Make fetching article by MID work again for Google Groups.  Added
8708         FIXME concerning gnus-group-make-web-group.
8709
8710         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8711         Don't depend on Gnus by using mail-extract-address-components if
8712         gnus-extract-address-components is not bound.
8713
8714 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * gnus-art.el (gnus-mime-display-security): Don't display the
8717         signature, but only the signed part.
8718
8719 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8722
8723         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8724         list, not listp.
8725
8726 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8727
8728         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8729         when encoding.
8730
8731         * mm-bodies.el (mm-decode-content-transfer-encoding):
8732         De-canonicalize CRLF for all text content types, not just
8733         text/plain.
8734
8735 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8738         valid article; point arrow and cursor at the MIME button.
8739
8740 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8743         Suggested by Dan Christensen <jdc@uwo.ca>.
8744
8745         * mm-decode.el (mm-save-part): Enable change of prompt.
8746
8747 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8748
8749         * gnus-msg.el (gnus-inews-add-send-actions): Made
8750         `message-post-method' lambda parameter ARG `&optional'.
8751
8752 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gnus-sum.el (gnus-summary-mime-map): Added
8755         gnus-article-save-part-and-strip, gnus-article-delete-part and
8756         gnus-article-jump-to-part.
8757
8758         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8759         (gnus-article-edit-part): Use it.
8760         (gnus-article-part-wrapper): Added no-handle argument.
8761         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8762         functions.
8763
8764 2005-08-29  Romain Francoise  <romain@orebokech.com>
8765
8766         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8767         docstring.
8768         (gnus-face-from-file): Likewise.
8769
8770 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8773         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8774         non-nil.
8775         (gnus-auto-select-part): New variable.
8776         (gnus-article-jump-to-part): New function.
8777         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8778         (gnus-mime-delete-part): Allow selecting specified part after
8779         deleting or stripping parts.
8780         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8781         part if argument is bogus.
8782
8783 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8784
8785         * gnus-art.el (w3m-minor-mode-map):
8786         * gnus-spec.el (gnus-newsrc-file-version):
8787         * gnus-util.el (nnmail-active-file-coding-system)
8788         (gnus-original-article-buffer, gnus-user-agent):
8789         * gnus.el (gnus-ham-process-destinations)
8790         (gnus-parameter-ham-marks-alist)
8791         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8792         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8793         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8794         * mm-decode.el (gnus-current-window-configuration):
8795         * mm-extern.el (gnus-article-mime-handles):
8796         * mm-url.el (url-current-object, url-package-name)
8797         (url-package-version):
8798         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8799         (smime-keys, w3m-cid-retrieve-function-alist)
8800         (w3m-current-buffer, w3m-display-inline-images)
8801         (w3m-minor-mode-map):
8802         * mml-smime.el (gnus-extract-address-components):
8803         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8804         (gnus-newsrc-hashtb, message-default-charset)
8805         (message-deletable-headers, message-options)
8806         (message-posting-charset, message-required-mail-headers)
8807         (message-required-news-headers):
8808         * mml1991.el (mc-pgp-always-sign):
8809         * mml2015.el (mc-pgp-always-sign):
8810         * nnheader.el (nnmail-extra-headers):
8811         * rfc1843.el (gnus-decode-encoded-word-function)
8812         (gnus-decode-header-function, gnus-newsgroup-name):
8813         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8814
8815 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8816
8817         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8818         the end of the date treatments.
8819
8820 2005-08-15  Simon Josefsson  <jas@extundo.com>
8821
8822         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8823         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8824         Capello and Romain Francoise.
8825         (pgg-fetch-key-function): Removed, not used?
8826         (pgg-insert-url-with-w3): Require url, to get
8827         url-insert-file-contents regardless of where it is defined.
8828
8829 2005-08-13  Romain Francoise  <romain@orebokech.com>
8830
8831         * message.el (message-cite-original-1): New function.
8832         (message-cite-original): Use it.
8833         (message-cite-original-without-signature): Ditto.
8834
8835 2005-08-08  Romain Francoise  <romain@orebokech.com>
8836
8837         * message.el (message-yank-empty-prefix): New variable.
8838         (message-indent-citation): Use it.
8839         (message-cite-original-without-signature): Respect X-No-Archive.
8840
8841 2005-08-08  Simon Josefsson  <jas@extundo.com>
8842
8843         * pgg.el: Autoload url-insert-file-contents instead of loading
8844         w3/url.
8845         (pgg-insert-url-with-w3): Don't load url here.
8846
8847 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8848
8849         * message.el (message-kill-to-signature): Don't insert newline at
8850         bol.
8851         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8852
8853 2005-08-06  Romain Francoise  <romain@orebokech.com>
8854
8855         * message.el (message-user-fqdn): Fix typo in docstring.
8856
8857 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8858
8859         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8860
8861         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8862
8863 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * mm-bodies.el (mm-encode-body): Use coding system rather than
8866         charset to encode text.
8867
8868         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8869         number of charsets if utf-8 is available (XEmacs).
8870
8871 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8874         taken from `gnus-button-mid-or-mail-regexp'.
8875         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8876         (gnus-button-alist): Improve regexp for domain part of the MIDs
8877         for news:localpart@domain buttons.
8878         (gnus-button-ctan-directory-regexp): Update.
8879
8880 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * sieve-manage.el (sieve-manage-interactive-login): Use
8883         make-local-variable rather than make-variable-buffer-local.
8884         (sieve-manage-open): Ditto.
8885         (sieve-manage-authenticate): Ditto.
8886
8887         * mml.el (mml-generate-mime-1): Make the content type default to
8888         text/plain if the filename is not specified.
8889
8890 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8893         instead of insert-buffer.
8894
8895         * message.el (message-yank-original): Ditto; set the mark at the
8896         end of the yanked message.
8897
8898 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8901         lines to scroll rather than to stop it.
8902
8903         * mml.el (mml-generate-default-type): Add doc string.
8904         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8905         default to application/octet-stream when determining the content
8906         type if it is not specified for the part or the mml contents; add
8907         a comment about mml-generate-default-type.
8908
8909 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8912         make it default to application/octet-stream when determining the
8913         content type if it is not specified for the external contents.
8914
8915 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8918         segmented parameter but also other parameters might be there.
8919
8920 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * mm-decode.el (mm-display-external): Delete temp file, directory
8923         and buffer immediately if the external process is exited.
8924
8925 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8928         fewer lines than that of scroll-margin.
8929         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8930
8931 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (gnus-article-next-page): Revert.
8934         (gnus-article-beginning-of-window): New macro.
8935         (gnus-article-next-page-1): Use it.
8936         (gnus-article-prev-page): Ditto.
8937         (gnus-article-edit-part): Use insert-buffer-substring instead of
8938         insert-buffer.
8939         (gnus-article-edit-exit): Ditto.
8940
8941         * gnus-util.el (gnus-beginning-of-window): Remove.
8942         (gnus-end-of-window): Remove.
8943
8944         * lpath.el: Don't bind header-line-format and scroll-margin.
8945
8946 2005-07-25  Simon Josefsson  <jas@extundo.com>
8947
8948         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8949         to have the url package without w3.  Reported by Daiki Ueno
8950         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8951
8952 2005-07-20  Didier Verna  <didier@xemacs.org>
8953
8954         * gnus-diary.el: Remove the description comment (nndiary is now
8955         properly documented in the Gnus manual).
8956         Fix the spelling of "Back End".
8957         * nndiary.el: Ditto.
8958         Fix the copyright notice.
8959
8960 2005-07-18  Romain Francoise  <romain@orebokech.com>
8961
8962         * gnus-sum.el (gnus-summary-to-prefix)
8963         (gnus-summary-newsgroup-prefix): New variables.
8964         (gnus-summary-from-or-to-or-newsgroups): Use them.
8965
8966 2005-07-17  Romain Francoise  <romain@orebokech.com>
8967
8968         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8969         space as it's generally not especially interesting to the user.
8970
8971 2005-07-16  Romain Francoise  <romain@orebokech.com>
8972
8973         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8974         nil to avoid prompting and file modification if one of the
8975         messages at the top of the nnfolder file contains a copyright
8976         notice.
8977         Update copyright notice.
8978
8979         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8980         instead of `current-time-string' as the latter creates a time
8981         string that is not RFC 2822 compliant (it lacks the zone).
8982         Update copyright notice.
8983
8984 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8985
8986         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8987         for text/rtf.  Display default in prompt.  Pass default for M-n.
8988
8989         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8990
8991 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus-msg.el (gnus-button-mailto): Remove
8994         save-selected-window-window hackery because it relies on
8995         save-selected-window internals.
8996
8997 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9000         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9001         (gnus-article-prev-page): Ditto.
9002
9003         * gnus-util.el (gnus-beginning-of-window): New function.
9004         (gnus-end-of-window): New function.
9005
9006         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9007
9008 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9009
9010         * gnus-score.el (gnus-score-edit-all-score): Set
9011         gnus-score-edit-exit-function to gnus-score-edit-done and call
9012         gnus-message.
9013
9014 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus-msg.el (gnus-button-mailto): Remove
9017         save-selected-window-window hackery because it relies on
9018         save-selected-window internals.
9019
9020 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9023         add-minor-mode.
9024         (gnus-binary-mode): Ditto.
9025
9026         * gnus-topic.el (gnus-topic-mode): Ditto.
9027
9028 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9029
9030         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9031         (gnus-article-prev-page): Take scroll-margin into consideration.
9032
9033 2005-07-04  Lute Kamstra  <lute@gnu.org>
9034
9035         Update FSF's address in GPL notices.
9036
9037 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9038
9039         * gnus.el (gnus-exit):
9040         * gnus-group.el (gnus-group-icons):
9041         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9042
9043         * gnus-nocem.el (gnus-nocem):
9044         * message.el (message-various, message-buffers, message-sending)
9045         (message-interface, message-forwarding, message-insertion)
9046         (message-headers, message-news, message-mail):
9047         * pgg-gpg.el (pgg-gpg):
9048         * pgg-parse.el (pgg-parse):
9049         * pgg-pgp.el (pgg-pgp):
9050         * pgg-pgp5.el (pgg-pgp5):
9051         * pop3.el (pop3): Finish `defgroup' description with period.
9052
9053 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-art.el (article-display-face): Improve the efficiency.
9056         (article-display-x-face): Ditto; remove grey x-face stuff.
9057
9058 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (article-display-face): Correct the position in
9061         which Faces are inserted.
9062
9063 2005-06-29  Didier Verna  <didier@xemacs.org>
9064
9065         * gnus-art.el (article-display-face): Display faces in correct
9066         order.
9067
9068 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9071         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9072         (gnus-nocem-check-article): Fetch the Type header.
9073         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9074         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9075         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9076         make sure gnus-nocem-hashtb is initialized.
9077         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9078         (gnus-nocem-unwanted-article-p): Ditto.
9079
9080         * pgg.el (pgg-verify): Return the verification result.
9081
9082 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9085         is ascii.
9086
9087 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9088
9089         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9090         `show-nonbreak-escape'.
9091
9092 2005-06-23  Lute Kamstra  <lute@gnu.org>
9093
9094         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9095
9096         * dig.el (dig-mode):
9097         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9098
9099 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9100
9101         * nnimap.el (nnimap-split-download-body): Fix spellings.
9102
9103 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9104
9105         * gnus-art.el (gnus-article-encrypt-body):
9106         * gnus-cus.el (gnus-score-customize):
9107         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9108         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9109
9110 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9111
9112         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9113         header by looking for magic "MII" at the beginnig.
9114
9115 2005-06-16  Miles Bader  <miles@gnu.org>
9116
9117         * gnus-xmas.el (gnus-xmas-group-startup-message):
9118         Use renamed gnus-splash face.
9119
9120         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9121         (assistant-field-face): New backward-compatibility alias for renamed
9122         face.
9123         (assistant-render-text): Use renamed assistant-field face.
9124
9125         * spam.el (spam): Remove "-face" suffix from face name.
9126         (spam-face): New backward-compatibility alias for renamed face.
9127         (spam-face, spam-initialize): Use renamed spam face.
9128
9129         * message.el (message-header-to, message-header-cc)
9130         (message-header-subject, message-header-newsgroups)
9131         (message-header-other, message-header-name)
9132         (message-header-xheader, message-separator, message-cited-text)
9133         (message-mml): Remove "-face" suffix from face names.
9134         (message-header-to-face, message-header-cc-face)
9135         (message-header-subject-face, message-header-newsgroups-face)
9136         (message-header-other-face, message-header-name-face)
9137         (message-header-xheader-face, message-separator-face)
9138         (message-cited-text-face, message-mml-face):
9139         New backward-compatibility aliases for renamed faces.
9140         (message-font-lock-keywords): Use renamed message faces.
9141
9142         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9143         (sieve-test-commands, sieve-tagged-arguments):
9144         Remove "-face" suffix from face names.
9145         (sieve-control-commands-face, sieve-action-commands-face)
9146         (sieve-test-commands-face, sieve-tagged-arguments-face):
9147         New backward-compatibility aliases for renamed faces.
9148         (sieve-control-commands-face, sieve-action-commands-face)
9149         (sieve-test-commands-face, sieve-tagged-arguments-face):
9150         Use renamed sieve faces.
9151
9152         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9153         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9154         (gnus-group-news-3-empty, gnus-group-news-4)
9155         (gnus-group-news-4-empty, gnus-group-news-5)
9156         (gnus-group-news-5-empty, gnus-group-news-6)
9157         (gnus-group-news-6-empty, gnus-group-news-low)
9158         (gnus-group-news-low-empty, gnus-group-mail-1)
9159         (gnus-group-mail-1-empty, gnus-group-mail-2)
9160         (gnus-group-mail-2-empty, gnus-group-mail-3)
9161         (gnus-group-mail-3-empty, gnus-group-mail-low)
9162         (gnus-group-mail-low-empty, gnus-summary-selected)
9163         (gnus-summary-cancelled, gnus-summary-high-ticked)
9164         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9165         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9166         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9167         (gnus-summary-low-undownloaded)
9168         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9169         (gnus-summary-low-unread, gnus-summary-normal-unread)
9170         (gnus-summary-high-read, gnus-summary-low-read)
9171         (gnus-summary-normal-read, gnus-splash):
9172         Remove "-face" suffix from face names.
9173         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9174         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9175         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9176         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9177         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9178         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9179         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9180         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9181         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9182         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9183         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9184         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9185         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9186         (gnus-summary-normal-ticked-face)
9187         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9188         (gnus-summary-normal-ancient-face)
9189         (gnus-summary-high-undownloaded-face)
9190         (gnus-summary-low-undownloaded-face)
9191         (gnus-summary-normal-undownloaded-face)
9192         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9193         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9194         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9195         (gnus-splash-face):
9196         New backward-compatibility aliases for renamed faces.
9197         (gnus-group-startup-message): Use renamed gnus faces.
9198
9199         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9200         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9201         (gnus-server-agent): Remove "-face" suffix from face names.
9202         (gnus-server-agent-face, gnus-server-opened-face)
9203         (gnus-server-closed-face, gnus-server-denied-face)
9204         (gnus-server-offline-face):
9205         New backward-compatibility aliases for renamed faces.
9206         (gnus-server-agent-face, gnus-server-opened-face)
9207         (gnus-server-closed-face, gnus-server-denied-face)
9208         (gnus-server-offline-face): Use renamed gnus faces.
9209
9210         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9211         Remove "-face" suffix from face names.
9212         (gnus-picon-xbm-face, gnus-picon-face):
9213         New backward-compatibility aliases for renamed faces.
9214
9215         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9216         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9217         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9218         (gnus-cite-11): Remove "-face" suffix from face names.
9219         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9220         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9221         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9222         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9223         New backward-compatibility aliases for renamed faces.
9224         (gnus-cite-attribution-face, gnus-cite-face-list)
9225         (gnus-article-boring-faces): Use renamed gnus faces.
9226
9227         * gnus-art.el (gnus-signature, gnus-header-from)
9228         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9229         (gnus-header-content): Remove "-face" suffix from face names.
9230         (gnus-signature-face, gnus-header-from-face)
9231         (gnus-header-subject-face, gnus-header-newsgroups-face)
9232         (gnus-header-name-face, gnus-header-content-face):
9233         New backward-compatibility aliases for renamed faces.
9234         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9235
9236         * gnus-sum.el (gnus-summary-selected-face)
9237         (gnus-summary-highlight): Use renamed gnus faces.
9238         * gnus-group.el (gnus-group-highlight): Likewise.
9239
9240 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9241
9242         * gnus-sieve.el (gnus-sieve-article-add-rule):
9243         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9244         * spam-stat.el (spam-stat-buffer-change-to-spam)
9245         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9246
9247         * message.el (message-is-yours-p):
9248         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9249
9250 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * mm-view.el (mm-inline-text): Withdraw the last change.
9253
9254 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9257         executing enriched-decode.
9258
9259 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9262         charset of tar files.
9263
9264 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9265
9266         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9267
9268 2005-06-04  Lute Kamstra  <lute@gnu.org>
9269
9270         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9271         information is never recorded.
9272
9273 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9274
9275         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9276
9277 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * pop3.el (pop3-apop): Run md5 in the binary mode.
9280
9281         * starttls.el (starttls-set-process-query-on-exit-flag):
9282         Use eval-and-compile.
9283
9284 2005-05-31  Simon Josefsson  <jas@extundo.com>
9285
9286         * smime.el (smime-replace-in-string): Define.
9287         (smime-cert-by-ldap-1): Use it.
9288
9289 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus-art.el (article-display-x-face): Replace
9292         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9293
9294         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9295         set-process-query-on-exit-flag or process-kill-without-query.
9296
9297         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9298         loop instead of replace-regexp.
9299
9300         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9301         instead of process-kill-without-query if it is available.
9302
9303         * lpath.el: Fbind ldap-search-entries.
9304
9305         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9306         instead of find-file-hooks if it is available.
9307
9308         * mml1991.el: Bind pgg-default-user-id when compiling.
9309
9310         * mml2015.el: Bind pgg-default-user-id when compiling.
9311
9312         * nndraft.el (nndraft-request-associate-buffer):
9313         Use write-contents-functions instead of write-contents-hooks if it is
9314         available.
9315
9316         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9317         instead of find-file-hooks if it is available.
9318
9319         * nntp.el (nntp-open-connection): Replace
9320         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9321         (nntp-open-ssl-stream): Ditto.
9322         (nntp-open-tls-stream): Ditto.
9323
9324         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9325         set-process-query-on-exit-flag or process-kill-without-query.
9326         (starttls-open-stream-gnutls): Use it instead of
9327         process-kill-without-query.
9328         (starttls-open-stream): Ditto.
9329
9330 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9331
9332         * smime.el (smime-cert-by-ldap-1): Don't use
9333         replace-regexp-in-string.
9334
9335 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9336
9337         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9338
9339         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9340         in PEM format.  Adjust to the XEmacs compability.
9341
9342 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9345         by `string-to-number'.
9346         * gnus-agent.el (gnus-agent-regenerate-group)
9347         (gnus-agent-fetch-articles): Ditto.
9348         * gnus-art.el (gnus-button-fetch-group): Ditto.
9349         * gnus-cache.el (gnus-cache-generate-active)
9350         (gnus-cache-articles-in-group): Ditto.
9351         * gnus-group.el (gnus-group-set-current-level)
9352         (gnus-group-insert-group-line): Ditto.
9353         * gnus-score.el (gnus-score-set-expunge-below)
9354         (gnus-score-set-mark-below, gnus-summary-score-effect)
9355         (gnus-summary-score-entry): Ditto.
9356         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9357         (gnus-soup-pack): Ditto.
9358         * gnus-spec.el (gnus-xmas-format): Ditto.
9359         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9360         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9361         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9362         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9363         * nndb.el (nndb-get-remote-expire-response): Ditto.
9364         * nndiary.el (nndiary-parse-schedule-value)
9365         (nndiary-string-to-number, nndiary-request-replace-article)
9366         (nndiary-request-article): Ditto.
9367         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9368         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9369         * nneething.el (nneething-make-head): Ditto.
9370         * nnfolder.el (nnfolder-request-article)
9371         (nnfolder-retrieve-headers): Ditto.
9372         * nnheader.el (nnheader-file-to-number): Ditto.
9373         * nnkiboze.el (nnkiboze-request-article): Ditto.
9374         * nnmail.el (nnmail-process-unix-mail-format)
9375         (nnmail-process-babyl-mail-format): Ditto.
9376         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9377         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9378         (nnmh-request-create-group, nnmh-request-list-1)
9379         (nnmh-request-group, nnmh-request-article): Ditto.
9380         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9381         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9382         * nnsoup.el (nnsoup-make-active): Ditto.
9383         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9384         * nntp.el (nntp-find-group-and-number)
9385         (nntp-retrieve-headers-with-xover): Ditto.
9386         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9387         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9388         (pgg-format-key-identifier): Ditto.
9389         * pop3.el (pop3-last, pop3-stat): Ditto.
9390         * qp.el (quoted-printable-decode-region): Ditto.
9391
9392         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9393         of concat.
9394
9395 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9398
9399         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9400
9401         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9402
9403         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9404
9405         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9406
9407         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9408
9409         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9410         (gnus-carpal-mode): Ditto.
9411
9412         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9413         (gnus-browse-mode): Ditto.
9414
9415         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9416
9417         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9418
9419 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9420
9421         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9422
9423 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-util.el (gnus-run-mode-hooks): New function.
9426
9427         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9428
9429         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9430         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9431
9432 2005-05-27  Lute Kamstra  <lute@gnu.org>
9433
9434         * dns-mode.el (dns-mode): Specify customization group.
9435
9436 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9437
9438         * gnus-agent.el (gnus-agent-make-mode-line-string):
9439         Use mode-line-highlight as mouse-face.
9440
9441 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * canlock.el (canlock): Change the parent group to news.
9444
9445         * deuglify.el (gnus-outlook-deuglify): Add :group.
9446
9447         * dig.el (dig): Add :group.
9448
9449         * dns-mode.el (dns-mode): Add :group.
9450
9451         * encrypt.el (encrypt): Add :group.
9452
9453         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9454         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9455         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9456         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9457         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9458
9459         * gnus-diary.el (gnus-diary): Add :group.
9460
9461         * gnus.el (gnus-group-news-1-face): Add :group.
9462         (gnus-group-news-1-empty-face): Ditto.
9463         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9464         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9465         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9466         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9467         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9468         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9469         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9470         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9471         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9472         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9473         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9474         (gnus-summary-high-ticked-face): Ditto.
9475         (gnus-summary-low-ticked-face): Ditto.
9476         (gnus-summary-normal-ticked-face): Ditto.
9477         (gnus-summary-high-ancient-face): Ditto.
9478         (gnus-summary-low-ancient-face): Ditto.
9479         (gnus-summary-normal-ancient-face): Ditto.
9480         (gnus-summary-high-undownloaded-face): Ditto.
9481         (gnus-summary-low-undownloaded-face): Ditto.
9482         (gnus-summary-normal-undownloaded-face): Ditto.
9483         (gnus-summary-high-unread-face): Ditto.
9484         (gnus-summary-low-unread-face): Ditto.
9485         (gnus-summary-normal-unread-face): Ditto.
9486         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9487         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9488
9489         * hashcash.el (hashcash): New custom group.
9490         (hashcash-default-payment): Add :group.
9491         (hashcash-payment-alist): Ditto.
9492         (hashcash-default-accept-payment): Ditto.
9493         (hashcash-accept-resources): Ditto.
9494         (hashcash-path): Ditto.
9495         (hashcash-extra-generate-parameters): Ditto.
9496         (hashcash-double-spend-database): Ditto.
9497         (hashcash-in-news): Ditto.
9498
9499         * message.el (message-minibuffer-local-map): Add :group.
9500
9501         * netrc.el (netrc): Add :group.
9502
9503         * sieve-manage.el (sieve-manage-log): Add :group.
9504         (sieve-manage-default-user): Diito.
9505         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9506         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9507         (sieve-manage-authenticators): Ditto.
9508         (sieve-manage-authenticator-alist): Ditto.
9509         (sieve-manage-default-port): Ditto.
9510
9511         * sieve-mode.el (sieve-control-commands-face): Add :group.
9512         (sieve-action-commands-face): Ditto.
9513         (sieve-test-commands-face): Ditto.
9514         (sieve-tagged-arguments-face): Ditto.
9515
9516         * smime.el (smime): Add :group.
9517
9518         * spam-report.el (spam-report): Add :group.
9519
9520         * spam.el (spam, spam-face): Add :group.
9521
9522 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9525         return \n.\n.\n at the end of articles.  Protect against that.
9526         (nntp-with-open-group): Allow debugging.
9527
9528         * nnheader.el (mail-header-set-extra): Make into a function
9529         because I just could't understand how to quote the list properly.
9530
9531         * dns.el (query-dns-cached): New function.
9532
9533 2005-05-26  Lute Kamstra  <lute@gnu.org>
9534
9535         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9536
9537 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9540
9541         * gnus-art.el: Don't autoload mail-extract-address-components.
9542
9543         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9544         eval-and-compile to evaluate it.
9545
9546         * hashcash.el: Don't autoload executable-find.
9547
9548         * nndb.el: Don't declare the nndb back end two or more times; don't
9549         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9550
9551         * nntp.el: Autoload format-spec instead of format; use
9552         eval-and-compile to evaluate autoload forms.
9553
9554 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9555
9556         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9557
9558 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * gnus.el (gnus-version-number): Bump version.
9561
9562 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9563
9564         * gnus.el: No Gnus v0.3 is released.
9565
9566 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * lpath.el (featurep): Bind show-nonbreak-escape.
9569
9570 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-art.el (gnus-article-edit-part): Disable undo.
9573
9574 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9577         gnus-article-date-lapsed-new-header is t if date timer is active;
9578         skip headers in which the original date value is empty.
9579         (gnus-article-save-original-date): Redefine it as a macro.
9580         (gnus-display-mime): Use it.
9581
9582 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-art.el (article-date-ut): Support converting date in
9585         forwarded parts as well.
9586         (gnus-article-save-original-date): New function.
9587         (gnus-display-mime): Use it.
9588
9589 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9590
9591         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9592         enclosure element of <item>.
9593
9594 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * message.el (message-kill-buffer-query): Renamed from
9597         `message-kill-buffer-query-if-modified'.  Added :version.
9598
9599 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9602         window layout.
9603
9604 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * mml.el: Autoload dnd when compiling.
9607
9608 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9611         x-dnd-*.
9612
9613 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * qp.el (quoted-printable-encode-region): Save excursion.
9616
9617 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9618
9619         * message.el (message-kill-buffer-query-if-modified): Add new variable
9620         so the user can kill a modified message buffer quickly.
9621         (message-kill-buffer): Use it.
9622
9623 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * lpath.el: Fbind display-time-event-handler; don't fbind
9626         string-to-multibyte.
9627
9628         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9629
9630 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9633         contained in text because xml.el decodes entities) with LFs.
9634
9635 2005-04-11  Lute Kamstra  <lute@gnu.org>
9636
9637         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9638         differently.
9639
9640 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9641
9642         * mm-util.el (mm-detect-coding-region): Typo.
9643
9644 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9647
9648 2005-04-06  Deepak Goel  <deego@gnufans.org>
9649
9650         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9651         user-function allow user modifications of the scores.
9652         (spam-stat-score-buffer-user): New function, to allow
9653         user-computed modifications to the score.
9654         (spam-stat-score-buffer-user-functions): List of additional
9655         scoring functions.
9656         (spam-stat-error-holder): Global temporary error holder.
9657         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9658         variable.
9659
9660 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9661
9662         * gnus-registry.el (gnus-registry-clean-empty-function)
9663         (gnus-registry-trim, gnus-registry-fetch-groups)
9664         (gnus-registry-delete-group): Groups that match
9665         `gnus-registry-ignored-groups' are removed from the registry
9666         entries, not just ignored for splitting.  This helps clean up the
9667         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9668         to get all the groups a message ID is in.
9669
9670         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9671         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9672         (spam-stat-score-buffer-user-functions): Add :number custom type.
9673
9674 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9677         argument in XEmacs.
9678
9679         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9680         (nnrss-request-group): Decode group name first.
9681         (nnrss-request-article): Make a text/plain article if mml-to-mime
9682         failed.
9683         (nnrss-get-encoding): Return a compatible encoding according to
9684         nnrss-compatible-encoding-alist.
9685         (nnrss-find-el): Use consp instead of listp.
9686         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9687
9688 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9691         which Emacs 20 doesn't support.
9692         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9693
9694 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9697         silence the byte compiler inside the defun.
9698
9699         * gnus-demon.el (parse-time-string): Add autoload.
9700
9701         * gnus-delay.el (parse-time-string): Add autoload.
9702
9703         * gnus-art.el (parse-time-string): Add autoload.
9704
9705         * nnultimate.el (parse-time): Require for `parse-time-string'.
9706
9707 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9710
9711         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9712
9713         * smime.el (smime-ldap-host-list): Add :version.
9714
9715 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9718         pass it to `gnus-browse-read-group'.
9719         (gnus-browse-read-group): Add NUMBER argument and pass it to
9720         `gnus-group-read-ephemeral-group'.
9721
9722         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9723         argument and pass it to `gnus-group-read-group'.
9724
9725 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9726
9727         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9728         mm-xemacs-find-mime-charset-1 if we have the mule feature
9729         available at runtime.
9730
9731 2005-03-25  Werner Lemberg  <wl@gnu.org>
9732
9733         * nnmaildir.el: Replace `illegal' with `invalid'.
9734
9735 2005-03-23  Lute Kamstra  <lute@gnu.org>
9736
9737         * time-date.el: Add comment on time value formats.
9738         Don't require parse-time.
9739         (with-decoded-time-value): New macro.
9740         (encode-time-value): New function.
9741         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9742         (days-to-time): Return a valid time value when arg is huge.
9743         (time-since): Use time-subtract.
9744         (time-to-number-of-days): Use time-to-seconds.
9745
9746 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9747
9748         * gnus-start.el (gnus-display-time-event-handler):
9749         Check display-time-timer at runtime rather than only at load time
9750         in case display-time-mode is turned off in the mean time.
9751
9752 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9755         used.
9756
9757         * nneething.el (nneething-map-file-directory): Derive from
9758         `gnus-directory'.
9759
9760         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9761         the To/Cc button.
9762
9763 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * nnmaildir.el (nnmaildir-request-accept-article):
9766         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9767
9768 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9769
9770         * gnus-async.el: Require timer-funcs at compile time when in
9771         XEmacs for `run-with-idle-timer'.
9772
9773 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9774
9775         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9776         autoloaded function.
9777
9778 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9779
9780         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9781
9782 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9783
9784         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9785
9786 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9789         gnus-expert-user to default.
9790
9791 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9792
9793         * nnimap.el (nnimap-open-server): Ditto.
9794
9795         * imap.el (imap-authenticate): Fix typo.
9796
9797 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9798
9799         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9800         buffer (since IMAP server might return FETCH response out of
9801         order, and the nntp buffer must be sorted).
9802
9803 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9804
9805         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9806         comparison on string.
9807
9808         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9809         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9810         (gnus-agent-summary-fetch-series): Modified to protect against
9811         gnus-agent-summary-fetch-group clearing processable flags.
9812         (gnus-agent-synchronize-group-flags): Update live group buffer as
9813         synchronization may occur due to the user toggle the plugged
9814         status.
9815         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9816         successfully downloaded.
9817         (gnus-agent-expire-group-1): Avoid using markers when the overview
9818         is in ascending order; greatly improves performance.
9819         (gnus-agent-regenerate-group): Use
9820         gnus-agent-synchronize-group-flags to reset read status in both
9821         gnus and server.
9822         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9823
9824 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * message.el: Don't autoload former message-utils variables.
9827         (message-strip-subject-trailing-was): Change doc string.
9828
9829         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9830         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9831         (nnweb-google-search): Add "hl=en" here.
9832         (nnweb-google-parse-1, nnweb-google-create-mapping):
9833         Don't hardcode URL.
9834
9835 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * message.el (message-get-reply-headers, message-followup):
9838         Mention related variables `message-use-followup-to' and
9839         `message-use-mail-followup-to', in the information buffer.
9840
9841         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9842         of broken groups(-beta).google.com.
9843
9844 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9845
9846         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9847         parameter to invoked gnus-request-move-article; remove the
9848         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9849         all at once instead of once per article.
9850         (gnus-summary-remove-process-mark): Accept a list of articles as
9851         well as a single article for processing.
9852
9853         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9854         parameter.
9855
9856         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9857
9858         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9859
9860         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9861         parameter.
9862
9863         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9864         parameter.
9865
9866         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9867         parameter and remove the gnus-sum-hint-move-is-internal variable.
9868
9869         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9870         parameter.
9871
9872         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9873         parameter.
9874
9875         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9876         parameter.
9877
9878         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9879
9880         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9881         parameter.
9882
9883         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9884         parameter.
9885
9886 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9887
9888         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9889         a more conservative way.
9890
9891 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9892
9893         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9894         buffer, so it moves the window's cursor.
9895
9896 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9897
9898         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9899         `mm-dissect-multipart' and receive the from field as an (optional)
9900         argument from `mm-dissect-multipart'.
9901         (mm-dissect-multipart): Receive the from field as an argument and
9902         pass it on when we call `mm-dissect-buffer' on MIME parts.
9903         Fixes verification/decryption of signed/encrypted MIME parts.
9904
9905 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9906
9907         * gnus-sum.el (gnus-summary-move-article): Set
9908         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9909         whatever it calls (right now, only nnimap-request-move article
9910         respects it).
9911
9912         * nnimap.el (nnimap-request-move-article): When
9913         gnus-sum-hint-move-is-internal is set, don't do the extra
9914         nnimap-request-article.
9915
9916 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9919
9920         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9921         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9922
9923         * gnus-sum.el (gnus-summary-caesar-message):
9924         Apply `gnus-treat-article' after rotation.
9925
9926         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9927         doc string.
9928
9929 2005-02-22  Simon Josefsson  <jas@extundo.com>
9930
9931         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9932         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9933         <arne@arnested.dk>.
9934         (encrypt): Add password-cache and password-cache-expiry as group
9935         members.
9936
9937 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9938
9939         * smime.el (smime-ldap-host-list): Doc fix.
9940         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9941         cache) password.
9942         (smime-sign-region): Use it.
9943         (smime-decrypt-region): Use it.
9944         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9945         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9946         fails.
9947         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9948         certificate from DER to PEM format rather than calling openssl.
9949
9950         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9951
9952         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9953         for signing/encryption.
9954
9955         * mml.el (mml-parse-1): Use them.
9956
9957 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9958
9959         * nnrss.el (nnrss-verbose): Removed.
9960         (nnrss-request-group): Use `nnheader-message' instead.
9961
9962 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9963
9964         * nnrss.el (nnrss-verbose): New variable.
9965         (nnrss-request-group): Make it say nnrss is requesting a group.
9966
9967 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9970         Handle news URL with given port correctly.
9971
9972 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9975         containing special characters.
9976
9977         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9978
9979         * mml.el (mime-to-mml): Ditto.
9980
9981         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9982         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9983         (rfc2047-decode-region): Quote decoded words containing special
9984         characters when rfc2047-quote-decoded-words-containing-tspecials
9985         is non-nil.
9986
9987 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9988
9989         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9990
9991         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9992
9993 2005-02-15  Simon Josefsson  <jas@extundo.com>
9994
9995         * nnimap.el (nnimap-debug): Doc fix.
9996
9997         * imap.el (imap-debug): Doc fix.
9998
9999 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10002
10003 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10004
10005         * gnus.el (spam-contents): Improve docs for spam-contents
10006         parameter in its variable incarnation.
10007
10008 2005-02-14  Simon Josefsson  <jas@extundo.com>
10009
10010         * smime-ldap.el: Use require instead of load-library for ldap.
10011         (smime-ldap-search): Indent.
10012         (smime-ldap-search-internal): Shorten line.
10013
10014         * smime.el (smime-cert-by-dns): Add doc-string.
10015         (smime-cert-by-ldap-1): Indent.
10016
10017         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10018         mml-smime-get-dns-ldap.
10019         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10020
10021 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10022
10023         * smime.el: Require smime-ldap.
10024         (smime-ldap-host-list): New variable.
10025         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10026
10027         * mml-smime.el (mml-smime-encrypt-query): New function.
10028         (mml-smime-encrypt-query): Use it.
10029
10030         * smime-ldap.el: New file.
10031
10032 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10035
10036 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10039         argument in doc string.  Make query for type more clear.
10040
10041 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus.el (gnus-group-startup-message): Search for gnus images in
10044         etc/images/gnus.
10045         * mm-util.el (mm-image-load-path): Likewise.
10046         * smiley.el (smiley-data-directory): Search for smilies in
10047         etc/images/smilies.
10048
10049 2005-02-09  Kim F. Storm  <storm@cua.dk>
10050
10051         Change Emacs release version from 21.4 to 22.1 throughout.
10052         Change Emacs development version from 21.3.50 to 22.0.50.
10053
10054 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10057
10058         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10059         non-Mule XEmacs as well.
10060         (mm-decompress-buffer): Signal an error intentionally if it does
10061         not decompress compressed data because auto-compression-mode is
10062         disabled.
10063
10064 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10065
10066         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10067         an ID in the registry even if it has no groups.
10068
10069 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10072         merge it into mm-decompress-buffer.
10073         (gnus-mime-copy-part): Use the MIME part charset, the value which
10074         a user specified or gnus-newsgroup-charset for decoding, like
10075         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10076         save-buffer what was used.  Suggested by Kevin Ryde
10077         <user42@zip.com.au>.
10078         (gnus-mime-inline-part): Allow the name parameter as well as the
10079         filename parameter; force decompressing of compressed data; always
10080         display contents being not decoded as unibyte.
10081
10082         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10083         as well as the filename parameter.
10084
10085         * mm-util.el (mm-decompress-buffer): Merge
10086         gnus-mime-jka-compr-maybe-uncompress.
10087         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10088         of compressed data.
10089
10090 2005-02-08  Simon Josefsson  <jas@extundo.com>
10091
10092         * imap.el (imap-log): Doc fix.
10093
10094 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10097         the coding cookies; decompress compressed parts.
10098
10099         * mml.el (mml-generate-mime-1): Add the charset parameter according
10100         to the value which a user specified manually or the coding cookie.
10101
10102         * mm-util.el (mm-string-to-multibyte): New function.
10103         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10104         (mm-coding-system-to-mime-charset): New function.
10105         (mm-decompress-buffer): New function.
10106         (mm-find-buffer-file-coding-system): New function.
10107
10108         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10109         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10110         parts.
10111
10112 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10113
10114         * mm-view.el (mm-display-inline-fontify): Decode a part according
10115         to the charset parameter.
10116
10117 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10120         prefix arg is neither nil nor a number, as info specifies.
10121
10122 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10125         timestamps.
10126
10127 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10128
10129         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10130         groups error checking and notify user.
10131
10132 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10133
10134         * message.el (message-send-mail-function): Check existence of
10135         sendmail-program first before using default value
10136         `message-send-mail-with-sendmail'.  Otherwise use more generic
10137         `smtpmail-send-it'.
10138
10139 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * nntp.el (nntp-request-update-info): Always return nil.
10142
10143 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10144
10145         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10146
10147 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10148
10149         * message.el (message-beginning-of-line): Change the behavior when
10150         invoked between BOL and : so that it first moves backward.
10151
10152 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10155         article buffer when editing of the article is discarded.
10156         (gnus-article-prepare): Revert.
10157
10158 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-art.el (gnus-article-prepare):
10161         Remove message-strip-forbidden-properties from the local hook.
10162
10163 2005-01-27  Simon Josefsson  <jas@extundo.com>
10164
10165         * password.el (password-cache-add): Only start one timer per key.
10166         Reported by Derek Atkins <warlord@MIT.EDU>.
10167
10168 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10169
10170         * run-at-time.el: Removed.  It is no longer needed as
10171         timer-funcs.el in the xemacs-base package has a working version of
10172         `run-at-time'.
10173
10174         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10175
10176         * password.el: Require timer-funcs instead of run-at-time in
10177         XEmacs.
10178         Remove `password-run-at-time' macro.
10179         (password-cache-add): Use `run-at-time' instead of
10180         `password-run-at-time'.
10181
10182         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10183         Remove `nnheader-cancel-function-timers' alias,
10184         `cancel-function-timers' exists in XEmacs in timer-funcs.
10185
10186         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10187         for `run-with-idle-timer'.
10188
10189         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10190         for `run-at-time'.
10191
10192         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10193         for `with-timeout'.
10194
10195         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10196         the same as for XEmacs 21.4.
10197         No need to ignore `run-with-idle-timer', this function exists in
10198         XEmacs now in timer-funcs.el in the xemacs-base package.
10199         (dgnushack-compile): No need to delete
10200         run-at-time.el from the list of files to compile because it
10201         doesn't exist anymore.
10202
10203 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10206         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10207
10208 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10209
10210         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10211         sensitively.
10212
10213 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10214
10215         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10216
10217 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10220         which will be inserted according to the multibyteness of a buffer
10221         rather than the type of contents.  Suggested by ARISAWA Akihiro
10222         <ari@mbf.ocn.ne.jp>.
10223
10224         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10225         of string which old xml.el may return rather than a string.
10226
10227 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10230
10231 2005-01-16  Simon Josefsson  <jas@extundo.com>
10232
10233         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10234         idn/idna.el isn't available.
10235         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10236         <michael@waxrat.com>.
10237
10238         * hashcash.el: Remove non-FSF copyright header.
10239
10240         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10241         (hashcash-generate-payment): Use it.
10242         (hashcash-generate-payment-async): Use it.
10243
10244 2005-01-15  Simon Josefsson  <jas@extundo.com>
10245
10246         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10247         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10248
10249         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10250         gnus-summary-idna-message.
10251         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10252         (gnus-summary-idna-message): New function.
10253
10254 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10257         gnus-novice-user.
10258
10259 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * nnrss.el (nnrss-request-delete-group): Delete entries in
10262         nnrss-group-alist as well.
10263         (nnrss-save-server-data): Insert newline.
10264
10265 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * gnus.el (gnus-user-agent): Use list of symbols instead of
10268         symbols.  Display full version number for (S)XEmacs.  Optionally
10269         display (S)XEmacs codename.
10270
10271         * gnus-util.el (gnus-emacs-version): Update for new
10272         `gnus-user-agent'.
10273
10274         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10275         Gnus version.
10276
10277 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10280         which is unreadable in some setups.
10281
10282 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-spec.el (gnus-update-format-specifications): Flush the
10285         group format spec cache if it doesn't support decoded group names.
10286
10287 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10290         Allow to apply decay on score files matching a regexp.
10291
10292 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10295         compatibility in %g and %c.
10296
10297 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10300         name for only %g and %c.
10301         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10302         of gnus-tmp-group to decoded group name.
10303         (gnus-group-make-rss-group): Exclude `/'s from group names.
10304
10305 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * nnrss.el (nnrss-get-encoding): Fix regexp.
10308
10309 2004-12-27  Simon Josefsson  <jas@extundo.com>
10310
10311         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10312         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10313         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10314
10315 2004-12-17  Kim F. Storm  <storm@cua.dk>
10316
10317         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10318
10319         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10320
10321 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10322
10323         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10324
10325 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * nnrss.el: Require rfc2047 and mml.
10328         (nnrss-file-coding-system): New variable.
10329         (nnrss-format-string): Redefine it as an inline function.
10330         (nnrss-decode-group-name): New function.
10331         (nnrss-string-as-multibyte): Remove.
10332         (nnrss-retrieve-headers): Decode group name; don't use
10333         nnrss-format-string.
10334         (nnrss-request-group): Decode group name.
10335         (nnrss-request-article): Decode group name; allow a Message-ID as
10336         well as an article number; don't use nnrss-format-string; encode a
10337         Message-ID string which may contain non-ASCII characters; use
10338         mml-to-mime to compose a MIME article.
10339         (nnrss-request-expire-articles): Decode group name.
10340         (nnrss-request-delete-group): Decode group name.
10341         (nnrss-fetch): Clarify error message.
10342         (nnrss-read-server-data): Use insert-file-contents instead of load;
10343         bind file-name-coding-system; use multibyte buffer.
10344         (nnrss-save-server-data): Bind coding-system-for-write to the
10345         value of nnrss-file-coding-system; bind file-name-coding-system;
10346         add coding cookie.
10347         (nnrss-read-group-data): Use insert-file-contents instead of load;
10348         bind file-name-coding-system; use multibyte buffer.
10349         (nnrss-save-group-data): Bind coding-system-for-write to the
10350         value of nnrss-file-coding-system; bind file-name-coding-system.
10351         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10352         make it work with non-ASCII text.
10353         (nnrss-find-el): Make it work with old xml.el as well.
10354
10355 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10356
10357         * nnrss.el (nnrss-get-encoding): New function.
10358         (nnrss-fetch): Use unibyte buffer initially; bind
10359         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10360         decode contents according to the encoding attribute.
10361         (nnrss-save-group-data): Add coding cookie.
10362         (nnrss-mime-encode-string): New function.
10363         (nnrss-check-group): Use it to encode subject and author.
10364
10365 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10366
10367         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10368         imaginary variable.
10369
10370 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10373         correctly even if there are wide characters.
10374
10375 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10376
10377         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10378         downcased symbol names; make a new cache instead of reusing
10379         bbdb-hashtable.
10380
10381 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10384         concatenating segments rather than before concatenating them.
10385         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10386
10387         * message.el (message-get-reply-headers): Bind `extra'.
10388
10389 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * message.el (message-extra-wide-headers): New variable.
10392         (message-get-reply-headers): Use it.
10393
10394 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10397         (gnus-agent-group-pathname): Ditto.
10398
10399         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10400
10401         * gnus-group.el (gnus-group-make-group): Decode group name.
10402         (gnus-group-make-rss-group): Register the group data after opening
10403         the nnrss group.
10404
10405 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10406
10407         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10408         by expiry now get marked as read.
10409
10410 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10413
10414 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10415
10416         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10417         unify Latin characters in XEmacs.
10418         (mm-find-mime-charset-region): Use it.
10419
10420 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-util.el (gnus-delete-directory): New function.
10423
10424         * gnus-agent.el (gnus-agent-delete-group): Use it.
10425
10426         * gnus-cache.el (gnus-cache-delete-group): Use it.
10427
10428 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10431         names.
10432
10433 2004-12-16  Simon Josefsson  <jas@extundo.com>
10434
10435         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10436
10437 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10440
10441         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10442         (gnus-group-set-current-level): Decode group name.
10443
10444 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10445
10446         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10447         failed.
10448
10449 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-group.el (gnus-group-delete-group): Decode group name.
10452         (gnus-group-make-rss-group): Encode group name.
10453         (gnus-group-catchup-current): Decode group name.
10454         (gnus-group-kill-group): Decode group name.
10455
10456 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10457
10458         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10459
10460 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-group.el (gnus-group-make-rss-group):
10463         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10464
10465         * gnus-start.el (gnus-setup-news): Honor user's setting to
10466         gnus-message-archive-method.  Suggested by Lute Kamstra
10467         <lute@gnu.org>.
10468
10469 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10470
10471         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10472         global counterparts of the buffer-local variables.
10473
10474 2004-11-16  Romain Francoise  <romain@orebokech.com>
10475
10476         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10477         counterparts of the buffer-local variables.
10478
10479 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * message.el (message-forbidden-properties): Fixed typo in doc
10482         string.
10483
10484 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-util.el (gnus-replace-in-string): Added doc string.
10487
10488         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10489         to avoid problems when splitting mails with many recipients.
10490
10491 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10492
10493         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10494         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10495
10496 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10497
10498         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10499         if there is no hashtable in memory or file modification time is
10500         newer than cached timestamp.
10501
10502 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10505         not-matching option.
10506
10507 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10510         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10511         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10512         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10513         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10514         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10515
10516 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * message.el (message-forward-make-body-mml): Remove headers
10519         according to message-forward-ignored-headers if a message is decoded.
10520
10521 2004-12-02  Romain Francoise  <romain@orebokech.com>
10522
10523         * message.el (message-forward-make-body-plain): Always remove
10524         headers according to message-forward-ignored-headers.
10525
10526 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10527
10528         * spam.el (spam-summary-prepare-exit): Remove the
10529         gnus-summary-limit pop for now, it has problems with ham marks for
10530         me.
10531
10532 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10533
10534         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10535         correctly.
10536
10537 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10538
10539         * format-spec.el (format-spec): Message the char.
10540
10541 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10542
10543         * gnus-art.el (gnus-split-methods): Reformat comments.
10544
10545         * spam.el (spam-summary-prepare-exit): Remove article limits
10546         before exiting the summary buffer.
10547
10548 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10551         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10552
10553         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10554         order to silence the byte compiler.
10555
10556         * spam.el: Fix the way to silence the byte compiler, which
10557         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10558         bbdb-search-simple, spam-BBDB-register-routine,
10559         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10560         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10561         spam-stat-buffer-is-spam, spam-stat-load,
10562         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10563         spam-stat-save and spam-stat-split-fancy.
10564
10565 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10568         which may confuse users.
10569         (canlock-password-for-verify): Ditto.
10570
10571         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10572
10573         * gnus-art.el (gnus-emphasis-alist): Ditto.
10574
10575         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10576
10577         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10578
10579         * gnus-start.el (gnus-save-killed-list): Ditto.
10580
10581         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10582         (gnus-sum-thread-tree-root): Ditto.
10583         (gnus-sum-thread-tree-false-root): Ditto.
10584         (gnus-sum-thread-tree-single-indent): Ditto.
10585
10586         * message.el (message-courtesy-message): Ditto.
10587         (message-archive-note): Ditto.
10588         (message-subscribed-address-file): Ditto.
10589         (message-user-fqdn): Ditto.
10590
10591         * spam-report.el (spam-report-gmane-regex): Ditto.
10592
10593         * spam.el (spam-blackhole-good-server-regex): Ditto.
10594
10595 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * mml.el (mml-preview): Widen the message buffer before copying
10598         the contents to the preview buffer; sort headers before previewing.
10599
10600         * message.el (message-hidden-headers): Fix the way to avoid a bug
10601         in the `repeat' widget in Emacs 21.3 or earlier.
10602
10603 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * message.el (message-hidden-headers): Default to "^References:".
10606         Improve customization type.  Suggested by Reiner Steib
10607         <Reiner.Steib@gmx.de>.
10608
10609 2004-11-25  Romain Francoise  <romain@orebokech.com>
10610
10611         * message.el (message-strip-forbidden-properties): Remove check for
10612         obsolete `message-hidden' text property, hidden headers are not
10613         accessible in the buffer anymore.
10614
10615 2004-11-22  Romain Francoise  <romain@orebokech.com>
10616
10617         * message.el (message-header-format-alist): Add `From' in list
10618         so that it can be sorted.
10619         (message-fix-before-sending): Widen and sort headers before
10620         sending.
10621         (message-hide-headers): Use narrowing to hide headers by moving
10622         them to the top of the buffer and narrowing to the region
10623         underneath.
10624
10625 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * message.el (message-strip-forbidden-properties): Bind
10628         buffer-read-only (etc) to nil.
10629
10630 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10633         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10634
10635 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10636
10637         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10638
10639 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * dns.el (query-dns): Use sit-for to time instead of
10642         accept-process-output, since that doesn't seem to work on udp
10643         sockets.
10644
10645 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10648
10649 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10650
10651         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10652         doc string.  Improve doc string.
10653
10654 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * nntp.el (nntp-request-update-info): Return nil if
10657         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10658         may not call gnus-activate-group which uselessly issues the GROUP
10659         commands for all nntp groups and wastes time.  Reported by Romain
10660         Francoise <romain@orebokech.com>.
10661
10662         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10663
10664 2004-11-15  Simon Josefsson  <jas@extundo.com>
10665
10666         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10667         headers separately.
10668         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10669         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10670
10671 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-start.el (gnus-convert-old-newsrc):
10674         Assign legacy-gnus-agent to 5.10.7.
10675
10676 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10679         start of the lines.
10680
10681 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10682
10683         * hashcash.el (hashcash-default-payment): Change default to 20
10684         (hashcash-default-accept-payment): Change default to 20
10685         (hashcash-process-alist): New variable
10686         (hashcash-generate-payment-async): Add
10687         (hashcash-already-paid-p): Add
10688         (hashcash-insert-payment): Don't generate payments twice
10689         (hashcash-insert-payment-async): Add
10690         (hashcash-insert-payment-async-2): Add
10691         (hashcash-cancel-async): Add
10692         (hashcash-wait-async): Add
10693         (hashcash-processes-running-p): Add
10694         (hashcash-wait-or-cancel): Add
10695         (mail-add-payment): New optional argument.  Conditionally start
10696         asynchronous calculation.
10697         (mail-add-payment-async): Add
10698
10699         * message.el (message-send-mail): Wait for asynchronous hashcash
10700         results.  Don't clobber existing X-Hashcash headers.
10701         (message-setup-1): Call mail-add-payment-async when
10702         message-generate-hashcash is non-nil.
10703
10704 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10705
10706         * message.el (message-use-alternative-email-as-from): Examine the
10707         From header as well; use message-make-from in order to include a
10708         user's full name.
10709
10710 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10713         default; improve customization type.
10714         (gnus-emphasis-custom-with-format): New macro.
10715         (gnus-emphasis-custom-value-to-external): New function.
10716         (gnus-emphasis-custom-value-to-internal): New function.
10717
10718 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * dns.el (query-dns): Resolve reverse addresses.
10721
10722 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * gnus-group.el (gnus-group-get-new-news): Use it.
10725
10726         * gnus-start.el (gnus-check-reasonable-setup): New function.
10727
10728 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10731         "Args out of range" error.  Reported by Arnaud Giersch
10732         <arnaud.giersch@free.fr>.
10733
10734 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10735
10736         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10737
10738 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10739
10740         * spam.el (spam group): Add :version.
10741
10742         * pgg-def.el (pgg group): Add :version.
10743
10744 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (gnus-article-edit-article): Don't associate the
10747         article buffer with a draft file.  This is a temporary measure
10748         against the 2004-08-22 change to gnus-article-edit-mode.
10749
10750 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10753         (html2text-format-tags): Remove unused variable `attr'.
10754
10755 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10758
10759         * tls.el (tls-process-connection-type, tls-success)
10760         (tls-certtool-program): Add :version.
10761
10762         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10763         (starttls-extra-arguments, starttls-process-connection-type)
10764         (starttls-connect, starttls-failure, starttls-success): Add :version.
10765
10766         * spam-stat.el (spam-stat): Add :version.
10767
10768         * sieve.el (sieve): Add :version.
10769
10770         * sha1.el (sha1): Add :version.
10771         (sha1-use-external): Remove redundant version.
10772
10773         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10774         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10775         (nnmail-split-fancy-match-partial-words)
10776         (nnmail-split-lowercase-expanded): Add :version.
10777
10778         * nndiary.el (nndiary): Add :version.
10779
10780         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10781
10782         * mml-sec.el (mml-default-sign-method)
10783         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10784         Add :version.
10785
10786         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10787
10788         * mm-url.el (mm-url-use-external, mm-url-program)
10789         (mm-url-arguments): Add :version.
10790
10791         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10792         (mm-attachment-file-modes, mm-decrypt-option)
10793         (mm-w3m-safe-url-regexp): Add :version.
10794
10795         * message.el (message-cite-prefix-regexp)
10796         (message-sendmail-envelope-from, message-minibuffer-local-map)
10797         (message-user-fqdn, message-completion-alist): Add :version.
10798
10799         * gnus-win.el (gnus-configure-windows-hook)
10800         (gnus-use-frames-on-any-display): Add :version.
10801
10802         * gnus-art.el (gnus-article-address-banner-alist)
10803         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10804         (gnus-treat-from-picon, gnus-treat-mail-picon)
10805         (gnus-treat-x-pgp-sig): Add :version.
10806
10807         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10808         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10809         (gnus-summary-article-delete-hook)
10810         (gnus-summary-display-while-building): Add :version.
10811
10812         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10813         (gnus-get-top-new-news-hook): Add :version.
10814
10815         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10816         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10817
10818         * gnus-registry.el (gnus-registry): Add :version.
10819
10820         * gnus-spec.el (gnus-use-correct-string-widths)
10821         (gnus-make-format-preserve-properties): Add :version.
10822
10823         * gnus.el (gnus-group-charter-alist)
10824         (gnus-group-fetch-control-use-browse-url)
10825         (gnus-install-group-spam-parameters): Add :version.
10826
10827         * gnus-diary.el (gnus-diary): Add :version.
10828
10829         * gnus-delay.el (gnus-delay): Add :version.
10830
10831         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10832         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10833         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10834         Add :version.
10835
10836         * gnus-agent.el (gnus-agent-max-fetch-size)
10837         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10838         (gnus-agent-prompt-send-queue): Add :version.
10839
10840         * deuglify.el (gnus-outlook-deuglify): Add :version.
10841
10842         * html2text.el: Beautify code.  Improve doc strings.  Some
10843         checkdoc cleanup.
10844         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10845
10846 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10847
10848         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10849
10850 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10853         when package is loaded.
10854
10855         * spam.el (spam-summary-score-preferred-header): Add global preference
10856         for people who want to override the default SpamAssassin over
10857         Bogofilter preference (when both are set).
10858         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10859         (spam-user-format-function-S): Check
10860         spam-summary-score-preferred-header.
10861         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10862         (spam-user-format-function-S): Format the score correctly.
10863
10864 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10867         signature file.  Suggested by Manoj Srivastava
10868         <srivasta@golden-gryphon.com>.
10869
10870         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10871         iso-2022-jp even in the Japanese language environment.
10872         Suggested by Jason Rumney <jasonr@gnu.org>.
10873
10874 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10877         use the same characters as the dummy marks; make it free from
10878         getting affected by the language environment.
10879         (gnus-summary-read-group-1): Update mark positions only when the
10880         format spec is updated.
10881
10882         * gnus-spec.el (gnus-update-format-specifications): Return a list
10883         of updated types.
10884
10885 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10888         of boundp to check if display-warning is available.
10889
10890 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10891
10892         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10893
10894 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * nnspool.el (nnspool-spool-directory): Use news-path if the
10897         news-directory variable is not bound.
10898
10899         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10900         function instead of display-warning if it is not available.
10901
10902 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10905         v5-10: Use `point-at-bol'.
10906
10907 2004-10-26  Simon Josefsson  <jas@extundo.com>
10908
10909         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10910         <chenggao@gmail.com>.
10911
10912 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10915         instead.
10916
10917 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10918
10919         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10920         to remove a server from the nnimap-server-buffer-alist.
10921         (nnimap-open-connection, nnimap-close-server): Use it.
10922
10923         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10924
10925 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10928         running the major-mode function.
10929
10930 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10933         dummy marks in the right way.
10934
10935 2004-10-18  David Edmondson  <dme@dme.org>
10936
10937         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10938         excessively.
10939
10940 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10941
10942         * gnus-util.el (gnus-split-references): Accept a nil references
10943         string and go on blissfully.
10944
10945         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10946         cases where the references string is non-nil but has no references.
10947
10948         * encrypt.el: Add autoload tags.
10949
10950         * spam.el (spam-resolve-registrations-routine): Remove article
10951         from unregistration list too.  Reported by David Hanak
10952         <dhanak@isis.vanderbilt.edu>
10953
10954 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10957         nil.  Changed custom type.
10958
10959 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10962
10963         * gnus-sum.el (gnus-summary-move-article): Use it.
10964
10965 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10966
10967         * encrypt.el: Add autoload cookies.
10968
10969         * spam.el (spam-backend-article-list-property)
10970         (spam-backend-get-article-todo-list)
10971         (spam-backend-put-article-todo-list)
10972         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10973         Resolve registrations separately.
10974         (spam-register-routine): Format comments.
10975         (spam-unregister-routine, spam-register-routine): Always call with
10976         specific-articles, no default list.
10977         (spam-summary-prepare-exit): Use the spam-classifications function.
10978
10979         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10980         gnus-encrypt.el.
10981
10982         * encrypt.el: Copied from gnus-encrypt.el.
10983
10984         * gnus-encrypt.el: Commented that it's obsolete.
10985
10986 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10989         (gnus-score-save): Use it.
10990
10991         * message.el (message-bury): Use `window-dedicated-p'.
10992
10993 2004-10-15  Simon Josefsson  <jas@extundo.com>
10994
10995         * pop3.el (top-level): Don't require nnheader.
10996         (pop3-read-timeout): Add.
10997         (pop3-accept-process-output): Add.
10998         (pop3-read-response, pop3-retr): Use it.
10999
11000 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11001
11002         * spam.el (spam-register-routine): Move comment.
11003         (spam-verify-bogofilter): Use 'unknown for the initial
11004         spam-bogofilter-valid state, not 'never.
11005
11006         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11007         for netrc-machine.
11008
11009         * nnimap.el (nnimap-open-connection): Use
11010         netrc-machine-user-or-password.
11011
11012 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11013
11014         * gnus-registry.el (gnus-registry-unload-hook):
11015         Set as a variable with add-hook.
11016
11017         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11018         of news-path.
11019
11020         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11021
11022         * spam.el: Delete duplicate `provide'.
11023         (spam-unload-hook): Set as a variable with add-hook.
11024
11025 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11028         in the doc string.
11029
11030         * message.el (message-ignored-news-headers)
11031         (message-ignored-supersedes-headers)
11032         (message-ignored-resent-headers)
11033         (message-forward-ignored-headers): Improve custom type.
11034
11035 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * message.el (message-tokenize-header): Fix 2004-09-06 change
11038         which used point-min in the wrong place.
11039
11040 2004-10-12  Simon Josefsson  <jas@extundo.com>
11041
11042         * tls.el (tls-certtool-program): New variable.
11043         (tls-certificate-information): New function, based on
11044         ssl-certificate-information.
11045
11046 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * compface.el: Move the version of ELisp-based uncompface program
11049         to the contrib directory because of the copyright problem.
11050
11051 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * message.el (message-kill-buffer): Raise the current frame.
11054
11055 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11058
11059         * gnus.el (message-y-or-n-p): Autoload.
11060
11061         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11062         (pop3-password-required, pop3-authentication-scheme)
11063         (pop3-leave-mail-on-server): Made customizable.
11064         (pop3): New custom group.
11065         (pop3-retr): Remove `sleep-for' statements.
11066         Suggested by Dave Love <fx@gnu.org>.
11067
11068         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11069         Windows/DOS.
11070
11071         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11072         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11073         Dave Love <fx@gnu.org>.
11074
11075         * mml.el (mml-minibuffer-read-disposition): Require match.
11076         Suggested by Dave Love <fx@gnu.org>.
11077
11078 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11081         doc string.
11082
11083 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11086
11087 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11088
11089         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11090         instead of calling `mm-insert-inline', to decode text/* parts
11091         before displaying them.
11092
11093 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-uu.el (mm-uu-text-plain-type): New variable.
11096         (mm-uu-pgp-signed-extract-1): Use it.
11097         (mm-uu-pgp-encrypted-extract-1): Use it.
11098         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11099         bind mm-uu-text-plain-type with that value.
11100         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11101         mm-uu-dissect.
11102
11103 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-group.el (gnus-update-group-mark-positions):
11106         * gnus-sum.el (gnus-update-summary-mark-positions):
11107         * message.el (message-check-news-body-syntax):
11108         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11109         of string-as-multibyte.
11110
11111 2004-10-05  Juri Linkov  <juri@jurta.org>
11112
11113         * gnus-group.el (gnus-update-group-mark-positions):
11114         * gnus-sum.el (gnus-update-summary-mark-positions):
11115         * message.el (message-check-news-body-syntax):
11116         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11117         8-bit unibyte values to a multibyte string for search functions.
11118
11119 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11122         (mm-uu-dissect-text-parts): New function.
11123
11124         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11125         dissect text parts.
11126
11127         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11128         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11129
11130         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11131
11132         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11133         gnus-current-topics instead of gnus-current-topic.
11134
11135 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11136
11137         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11138
11139 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11140
11141         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11142         where approriate.
11143
11144         * nnml.el (nnml-generate-active-info): do.
11145
11146         * nndiary.el (nndiary-generate-active-info): do.
11147
11148         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11149         (gnus-topic-move): do.
11150
11151         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11152         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11153
11154         * gnus-srvr.el (gnus-server-prepare)
11155         (gnus-server-open-all-servers): do.
11156
11157         * gnus-msg.el (gnus-summary-cancel-article)
11158         (gnus-summary-resend-message)
11159         (gnus-summary-mail-crosspost-complaint): do.
11160
11161         * gnus-move.el (gnus-change-server): do.
11162
11163         * gnus-group.el (gnus-group-unmark-all-groups)
11164         (gnus-group-set-current-level): do.
11165
11166 2004-10-04  Simon Josefsson  <jas@extundo.com>
11167
11168         * message.el (message-generate-hashcash): Doc fix.
11169
11170 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11171
11172         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11173         avoid infinite recursion via gnus-get-function.
11174
11175 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11176
11177         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11178
11179         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11180
11181         * nnmail.el (nnmail-split-history): do.
11182
11183         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11184         (nnml-request-delete-group): do.
11185
11186         * nnslashdot.el (nnslashdot-read-groups): do.
11187
11188         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11189         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11190
11191         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11192         (nnspool-sift-nov-with-sed): Use last
11193         (nnspool-retrieve-headers-with-nov): Use mapc.
11194         (nnspool-request-newgroups): Use dolist.
11195         (nnspool-request-group): Use last.
11196
11197         * nntp.el (nntp-read-server-type): Use dolist.
11198
11199         * nnvirtual.el (nnvirtual-create-mapping)
11200         (nnvirtual-update-read-and-marked): Use dolist.
11201         (nnvirtual-convert-headers): Simplify.
11202
11203 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11204
11205         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11206         support for sync'ing tick marks.
11207
11208 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11211         there's no visible header.
11212
11213 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11214
11215         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11216         necessary, pass full group name to gnus-request-set-marks.
11217
11218 2004-10-01  Simon Josefsson  <jas@extundo.com>
11219
11220         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11221         acroread.
11222
11223 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * spam-report.el (spam-report-gmane): Fix interactive.
11226
11227         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11228
11229         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11230         when writing file.
11231         (gnus-agent-synchronize-flags): Don't default to being
11232         interactive.
11233
11234 2004-09-30  Simon Josefsson  <jas@extundo.com>
11235
11236         * message.el (message-generate-hashcash): Add.
11237         (message-send-mail): Use it, call mail-add-payment.
11238
11239 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11240
11241         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11242
11243 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11244
11245         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11246         gnus-requst-update-info with explicit code to sync the in-memory
11247         info read flags with the marks being sync'd to the backend.
11248
11249         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11250
11251 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * spam.el (spam-verify-bogofilter): Add new function.
11254         (spam-check-bogofilter)
11255         (spam-bogofilter-register-with-bogofilter): Use it.
11256         (spam-verify-bogofilter): Add small fixes.
11257
11258 2004-09-28  Simon Josefsson  <jas@extundo.com>
11259
11260         * hashcash.el (hashcash-generate-payment): Revert.
11261
11262 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11265         gnus-extract-references instead of gnus-split-references.
11266
11267         * gnus-util.el (gnus-extract-references): Add new function, analogous
11268         to gnus-split-references but extracts only the message-ID without
11269         anything extra.
11270
11271         * hashcash.el (hashcash-generate-payment)
11272         (hashcash-check-payment): Do the right thing if hashcash-path is
11273         nil (because the hashcash program could not be found).
11274
11275         * spam.el (spam-use-hashcash): Remove comment.
11276
11277 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11278
11279         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11280         (gnus-cache-enter-article, gnus-cache-remove-article)
11281         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11282
11283         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11284
11285         * gnus-art.el (article-hide-boring-headers)
11286         (article-translate-strings, article-display-face)
11287         (gnus-article-mime-match-handle-first)
11288         (gnus-article-highlight-headers)
11289         (gnus-article-add-buttons-to-head): do.
11290
11291 2004-09-27  Simon Josefsson  <jas@extundo.com>
11292
11293         * hashcash.el: New version, from
11294         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11295         ../contrib/.
11296
11297 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11300
11301 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11302
11303         * gnus-dup.el (gnus-dup-open): Use mapc.
11304         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11305
11306         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11307         Reported by Stefan Wiens <s.wi@gmx.net>.
11308
11309         * gnus.el (gnus-shutdown): Use dolist.
11310
11311         * gnus-undo.el (gnus-undo): Use mapc.
11312
11313         * nnrss.el (nnrss-generate-active): do.
11314
11315         * message.el (message-cite-original-without-signature)
11316         (message-cite-original): Use mapc.
11317         (message-do-actions, message-make-forward-subject): Use dolist.
11318
11319 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11320
11321         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11322         deletion to remove entire duplicate line.  Fixes merged article
11323         number bug.
11324
11325 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11326
11327         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11328         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11329         first ask if you want to open a server and then, even when you
11330         responded with no, asking if you want to synchronize the server's
11331         flags.
11332         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11333         multi-line expressions.
11334         (gnus-agent-synchronize-group-flags): New internal function.
11335         Updates marks in memory (in the info structure) AND in the
11336         backend.
11337
11338         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11339
11340         * nnagent.el (nnagent-request-set-mark): Use
11341         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11342         method, to ensure that synchronization updates marks in the
11343         backend and in the info (in memory) structure.
11344
11345 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11348         convention fully; don't miss the root article of a thread; make
11349         the X-Draft-From header with correct article numbers.
11350
11351 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11352
11353         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11354         unless plugged.  Disable the agent so that an open failure causes
11355         an error.
11356
11357         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11358         Reverted 2004-09-21 change.  The backend must be opened while
11359         synchronizing flags even when the backend stores the flags
11360         locally.
11361
11362 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11365         in `header' match.  Reported by Svend Tollak Munkejord.
11366
11367         * message.el (message-cite-original): Fix use of
11368         `message-cite-articles-with-x-no-archive'.
11369
11370 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11373         (gnus-window-to-buffer): Ditto.
11374
11375         * mml.el (mml-preview-buffer): New variable.
11376         (mml-preview): Manage window layout with gnus-buffer-configuration.
11377
11378         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11379         X-Draft-From header even if those articles aren't quoted.
11380
11381 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11382
11383         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11384         (gnus-request-set-mark, gnus-request-update-mark): Use new
11385         g-s-t-u-l-m to decide to use backend even when unplugged.
11386
11387 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11390         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11391
11392 2004-09-20  Simon Josefsson  <jas@extundo.com>
11393
11394         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11395         "utf-16-le".
11396
11397 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11398
11399         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11400
11401 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * uudecode.el (uudecode-use-external): Add :version.
11404
11405         * smime.el (smime-CA-file, smime-encrypt-cipher)
11406         (smime-dns-server): Add :version.
11407
11408         * smiley.el (gnus-smiley-file-types): Add :version.
11409
11410         * sha1.el (sha1-use-external): Add :version.
11411
11412         * pgg-def.el (pgg-query-keyserver): Add :version.
11413
11414         * nnmail.el (nnmail-fancy-expiry-targets)
11415         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11416         Add :version.
11417
11418         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11419         (nnimap-retrieve-groups-asynchronous): Add :version.
11420         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11421
11422         * mml.el (mml-content-disposition-parameters)
11423         (mml-insert-mime-headers-always): Add :version.
11424
11425         * mm-util.el (mm-coding-system-priorities): Add :version.
11426
11427         * mm-decode.el (mm-inline-text-html-with-images)
11428         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11429         (mm-verify-option): Add :version.
11430         (mm-text-html-renderer): Change :version.
11431
11432         * message.el (message-fcc-externalize-attachments)
11433         (message-required-headers, message-draft-headers)
11434         (message-subject-trailing-was-query)
11435         (message-subject-trailing-was-ask-regexp)
11436         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11437         (message-mark-insert-end, message-archive-header)
11438         (message-archive-note, message-cross-post-default)
11439         (message-cross-post-note, message-followup-to-note)
11440         (message-cross-post-note-function, message-use-mail-followup-to)
11441         (message-subscribed-address-functions)
11442         (message-subscribed-address-file, message-subscribed-addresses)
11443         (message-subscribed-regexps, message-allow-no-recipients)
11444         (message-yank-cited-prefix, message-signature-insert-empty-line)
11445         (message-hidden-headers, message-hierarchical-addresses)
11446         (message-mail-user-agent, message-use-idna)
11447         (message-valid-fqdn-regexp)
11448         (message-strip-special-text-properties, message-header-synonyms)
11449         (message-beginning-of-line, message-tab-body-function): Add :version.
11450         (message-insert-canlock, message-wide-reply-confirm-recipients):
11451         Change :version.
11452
11453         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11454         and :version.
11455         (mail-source-delete-old-incoming-confirm)
11456         (mail-source-movemail-program): Add :version.
11457
11458         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11459         (gnus-agent-cache, gnus-agent): Change :version.
11460
11461         * gnus-util.el (gnus-use-byte-compile): Change :version.
11462
11463         * gnus-sum.el (gnus-summary-make-false-root-always)
11464         (gnus-summary-default-high-score)
11465         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11466         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11467         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11468         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11469         (gnus-sum-thread-tree-single-indent)
11470         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11471         (gnus-sum-thread-tree-leaf-with-other)
11472         (gnus-sum-thread-tree-single-leaf): Add :version.
11473         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11474         (gnus-article-loose-mime): Change :version.
11475
11476         * gnus-start.el (gnus-backup-startup-file)
11477         (gnus-save-startup-file-via-temp-buffer): Add :version.
11478
11479         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11480         (gnus-server-offline-face): Add :version.
11481
11482         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11483
11484         * gnus-msg.el (gnus-gcc-externalize-attachments)
11485         (gnus-debug-files, gnus-debug-exclude-variables)
11486         (gnus-discouraged-post-methods): Change :version.
11487         (gnus-confirm-mail-reply-to-news)
11488         (gnus-confirm-treat-mail-like-news): Add :version.
11489
11490         * gnus-int.el (gnus-server-unopen-status): Add :version.
11491
11492         * gnus-group.el (gnus-group-jump-to-group-prompt)
11493         (gnus-large-ephemeral-newsgroup)
11494         (gnus-fetch-old-ephemeral-headers): Add :version.
11495
11496         * gnus-fun.el (gnus-x-face-directory)
11497         (gnus-convert-pbm-to-x-face-command)
11498         (gnus-convert-image-to-x-face-command)
11499         (gnus-convert-image-to-face-command): Add :version.
11500
11501         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11502
11503         * gnus-cite.el (gnus-cite-blank-line-after-header)
11504         (gnus-article-boring-faces): Add :version.
11505
11506         * gnus-art.el (gnus-buttonized-mime-types)
11507         (gnus-inhibit-mime-unbuttonizing)
11508         (gnus-treat-display-face)
11509         (gnus-treat-body-boundary): Change :version.
11510         (gnus-body-boundary-delimiter, gnus-picon-databases)
11511         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11512         (gnus-treat-date-english, gnus-treat-fold-headers)
11513         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11514         (gnus-treat-mail-picon, gnus-treat-wash-html)
11515         (gnus-article-encrypt-protocol)
11516         (gnus-use-idna, gnus-article-over-scroll)
11517         (gnus-mime-display-multipart-alternative-as-mixed)
11518         (gnus-mime-display-multipart-related-as-mixed)
11519         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11520         (gnus-ctan-url, gnus-button-ctan-handler)
11521         (gnus-button-handle-ctan-bogus-regexp)
11522         (gnus-button-ctan-directory-regexp)
11523         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11524         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11525         (gnus-button-man-level, gnus-button-emacs-level)
11526         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11527
11528         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11529         (gnus-agent-go-online): Change :version.
11530         (gnus-agent-expire-unagentized-dirs)
11531         (gnus-agent-auto-agentize-methods): Add :version.
11532
11533         * flow-fill.el (fill-flowed-display-column)
11534         (fill-flowed-encode-column): Add :version.
11535
11536         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11537         (gnus-outlook-deuglify-unwrap-max)
11538         (gnus-outlook-deuglify-cite-marks)
11539         (gnus-outlook-deuglify-unwrap-stop-chars)
11540         (gnus-outlook-deuglify-no-wrap-chars)
11541         (gnus-outlook-deuglify-attrib-cut-regexp)
11542         (gnus-outlook-deuglify-attrib-verb-regexp)
11543         (gnus-outlook-deuglify-attrib-end-regexp)
11544         (gnus-outlook-display-hook): Add :version.
11545
11546         * binhex.el (binhex-use-external): Add :version.
11547
11548 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11551         and `invisible'.
11552
11553 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11556         in gnus-registry-trim.
11557
11558 2004-09-13  Simon Josefsson  <jas@extundo.com>
11559
11560         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11561
11562         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11563
11564         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11565         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11566         <yamaoka@jpl.org>.
11567         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11568         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11569         <yamaoka@jpl.org>.
11570
11571         * sieve.el (sieve-manage-mode): Ditto.
11572
11573 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11576
11577 2004-09-11  Simon Josefsson  <jas@extundo.com>
11578
11579         * dns-mode.el: Add.
11580
11581         * mm-view.el (mm-display-dns-inline): Add.
11582
11583         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11584         (mm-automatic-display): Ditto.
11585
11586         * mailcap.el (mailcap-mime-data): Add text/dns.
11587         (mailcap-mime-extensions): Map .soa to text/dns.
11588
11589 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11590
11591         * gnus-art.el (article-decode-mime-words, article-babel)
11592         (gnus-article-highlight-signature, gnus-article-add-buttons)
11593         (gnus-signature-toggle): Remove unnecessary bindings of
11594         `inhibit-read-only' inherited from v5.10 merge.
11595
11596 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * nntp.el (nntp): New customization group.
11599         (nntp-authinfo-file): Add customization group.
11600
11601         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11602
11603         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11604
11605         * gnus.el (to-address, to-list, subscribed)
11606         (large-newsgroup-initial): Ditto.
11607
11608         * flow-fill.el (fill-flowed-display-column)
11609         (fill-flowed-encode-column): Ditto.
11610
11611 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11612
11613         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11614         Use point-min rather than 1.
11615         (message-send-mail): Use buffer-size rather than point-max.
11616
11617         * gnus-sum.el (gnus-summary-search-article-forward):
11618         Signal a specific `search-failed' rather than a generic `error'.
11619
11620         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11621         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11622         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11623
11624 2004-09-10  Simon Josefsson  <jas@extundo.com>
11625
11626         * nndb.el (require): Remove tcp and duplicate cl.
11627
11628 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-agent.el (directory-files-and-attributes): Move forward.
11631
11632 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11633
11634         * gnus-agent.el (directory-files-and-attributes): Optionally
11635         defined to support XEmacs.
11636
11637 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11638
11639         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11640         to avoid run-time CL dependencies.
11641         (gnus-agent-unfetch-articles): New function.
11642         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11643         article numbers even when local .overview file is missing.
11644         (gnus-agent-read-article-number): New function.  Only accepts
11645         27-bit article numbers.
11646         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11647         gnus-agent-read-article-number.
11648         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11649         from backend while recognizing that article numbers in .overview
11650         must be valid.
11651         (gnus-agent-update-files-total-fetched-for): Use
11652         directory-files-and-attributes to improve performance.
11653         * gnus-int.el (gnus-request-move-article): Use
11654         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11655         improve performance.
11656
11657         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11658         some users confused by references to .newsrc when they only have a
11659         .newsrc.eld file.
11660         (gnus-convert-mark-converter-prompt)
11661         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11662         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11663         New function.  Used internally to only display 'gnus converting
11664         files' message when actually necessary.
11665
11666         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11667         methods now autoloaded.
11668
11669 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11672         identifiers.
11673
11674 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-picon.el: Fix indentation and closing parenthesis.
11677
11678 2004-09-01  Simon Josefsson  <jas@extundo.com>
11679
11680         * message.el (message-canlock-generate): Require sha1, not
11681         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11682         to require within a function.  Sadly, if sha1.el isn't loaded, the
11683         let binding in m-c-g will hide the defcustom definition, which is
11684         bad.)
11685
11686         * canlock.el: Require sha1, not sha1-el.
11687
11688         * message.el: Don't autoload sha1 (there is a autoload cookie in
11689         sha1.el).
11690
11691         * sha1-el.el: Renamed to sha1.el.
11692
11693 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11694
11695         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11696
11697 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11698
11699         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11700
11701 2004-08-30  Kim F. Storm  <storm@cua.dk>
11702
11703         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11704
11705         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11706         Add :group 'nnimap.
11707
11708 2004-08-30  Andreas Schwab  <schwab@suse.de>
11709
11710         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11711         ?* and ?\;.
11712
11713         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11714         and ?\' to symbol instead of whitespace.
11715
11716 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11719
11720         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11721         instead of re-search-forward.
11722
11723         * gnus-uu.el (gnus-uu-save-article): Ditto.
11724         (gnus-uu-post-encode-uuencode): Ditto.
11725
11726         * html2text.el (html2text-clean-list-items): Ditto.
11727         (html2text-clean-dtdd): Ditto.
11728         (html2text-format-tags): Ditto.
11729
11730         * message.el (message-send-mail-with-sendmail): Fix regexp.
11731         (message-fill-field-general): Use search-forward instead of
11732         re-search-forward.
11733         (unbold-region): Ditto.
11734
11735         * nnrss.el (nnrss-request-article): Ditto.
11736
11737         * nnslashdot.el (nnslashdot-request-article): Ditto.
11738
11739         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11740
11741         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11742         "Unrecognized menu descriptor" error in XEmacs.
11743
11744 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11745
11746         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11747         parent article of a sparse article in the thread hashtb.
11748
11749 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11750
11751         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11752         (nnmail-expand-newtext): Lowercase expanded entries if
11753         nnmail-split-lowercase-expanded is non-nil.
11754
11755 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11758
11759         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11760         of gnus-tmp-news-method into string under XEmacs.  It will be
11761         passed to gnus-correct-length which takes only a string argument.
11762
11763 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-util.el (gnus-bind-print-variables): New macro.
11766         (gnus-prin1): Use it.
11767         (gnus-prin1-to-string): Use it.
11768         (gnus-pp): New function.
11769         (gnus-pp-to-string): New function.
11770
11771         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11772         Replace pp-to-string with gnus-pp-to-string.
11773         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11774         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11775         * gnus-msg.el (gnus-debug): Ditto.
11776         * gnus-score.el (gnus-score-save): Ditto.
11777         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11778         gnus-pp-to-string.
11779         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11780         with gnus-pp.
11781         * score-mode.el (gnus-score-pretty-print): Ditto.
11782         * webmail.el (webmail-debug): Ditto.
11783
11784 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-art.el (article-display-face, article-display-x-face):
11787         Use buffer-read-only.
11788
11789 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (article-hide-list-identifiers):
11792         Bind inhibit-read-only as t.
11793
11794 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11797
11798 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11799
11800         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11801         (gnus-narrow-to-page): Don't assume point-min == 1.
11802         (gnus-article-edit-mode): Derive from message-mode.
11803
11804         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11805         point-min == 1.
11806
11807         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11808         Disable incorrect use of `assert'.
11809
11810         * message.el (message-mode): Set comment-start-skip.
11811
11812
11813 2004-08-22  Sam Steingold  <sds@gnu.org>
11814
11815         * pop3.el (pop3-leave-mail-on-server): New user variable.
11816         (pop3-movemail): Delete mail only when it is nil.
11817
11818 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11821
11822         * mml.el (mml-preview): Use `pop-to-buffer'.
11823
11824         * message.el (message-goto-mail-followup-to): Insert after "To".
11825         (message-carefully-insert-headers): Add comment.
11826
11827         * gnus.el: Remove unused variable `gnus-article-check-size'.
11828
11829         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11830
11831         * gnus-art.el (gnus-button-alist): Improve
11832         `gnus-button-handle-library' entry.
11833
11834 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11835
11836         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11837         downcase, since XEmacs capitalizes error messages differently.
11838
11839 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11840
11841         * nntp.el: Add (require 'gnus) due to reference to
11842         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11843
11844 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11845
11846         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11847         `mm-fill-flowed'.
11848
11849         * mm-decode.el (mm-dissect-singlepart): Check it.
11850
11851 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11852
11853         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11854         'imap' for netrc parsing.
11855
11856 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * mailcap.el (mailcap-mime-data): Mark as risky.
11859
11860 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11863         may be included in the encoded word.
11864         (rfc2047-encode): Don't append a space if the encoded word
11865         includes close parenthesis.
11866
11867 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11870         of text within parentheses.
11871
11872 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11875         (gnus-encrypt-write-file-contents): Make the password key the file
11876         name PLUS the cipher, not just the cipher.  Also remove failed
11877         passwords from the cache.
11878
11879 2004-08-06  Simon Josefsson  <jas@extundo.com>
11880
11881         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11882         fix.
11883
11884 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11887         LWSP.
11888
11889 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11890
11891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11892         to append in-reply-to: data to the references: header.
11893
11894         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11895         (netrc-parse): Use gnus-encrypt.el functions.
11896
11897         * gnus-encrypt.el: Add new file for encryption support; currently
11898         does only a few GPG ciphers and an internal XOR cipher.
11899
11900         * password.el: Add comments on using password-read-and-add.
11901         (password-read-and-add): Add function to read and add the
11902         password to the cache at once.
11903
11904 2004-07-28  Simon Josefsson  <jas@extundo.com>
11905
11906         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11907         parameter (but don't use it, for now).
11908
11909         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11910         instead of hard coding to nil.
11911
11912 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11915         as mm-inline-image-xemacs does.
11916
11917 2004-07-26  Simon Josefsson  <jas@extundo.com>
11918
11919         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11920         Revert part of 2004-07-17 change below.
11921
11922 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11925         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11926
11927 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11928
11929         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11930         quotes that actually start with ">" at the beginning of the
11931         lines.
11932
11933 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * rfc2047.el (rfc2047-encode-region): Fix last change.
11936         (rfc2047-encode-parameter): Remove useless concat.
11937
11938 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11941         encode special characters; fix some kind of misconfigured headers;
11942         signal a real error if debug-on-quit or debug-on-error is non-nil.
11943         (rfc2047-encode-max-chars): New variable.
11944         (rfc2047-encode-1): Use it.
11945         (rfc2047-encode-parameter): New function.
11946
11947         * mml.el (mml-insert-parameter): Remove an excessive space.
11948
11949 2004-07-17  Simon Josefsson  <jas@extundo.com>
11950
11951         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11952         Kai Grossjohann <kai@emptydomain.de>.
11953         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11954         (gnus-group-make-menu-bar): Ditto.
11955
11956         * gnus-util.el (gnus-group-server): Add.
11957
11958 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11959
11960         * message.el (message-clone-locals): Clone sendmail and smtp
11961         variables.
11962
11963 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * rfc2047.el (rfc2047-encode-region): Fix last change.
11966
11967 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11970         characters as non-special.
11971
11972 2004-07-09  Simon Josefsson  <jas@extundo.com>
11973
11974         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11975         Users will lose all flag changes made while unplugged with
11976         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11977         good default.  See numerous reports on ding mailing list.
11978
11979 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11982         add generate-head-function and generate-article-function to the
11983         rfc822-forward entry.
11984         (nndoc-rfc822-forward-generate-article): New function.
11985         (nndoc-rfc822-forward-generate-head): New function.
11986
11987         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11988
11989 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11990
11991         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11992         respect display group parameter and gnus-summary-expunge-below.
11993         (gnus-articles-to-read): Remove unused reference to display group
11994         parameter.
11995
11996 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11997
11998         * nnheader.el (nnheader-uniquify-message-id): New experimental
11999         variable.
12000         (nnheader-nov-read-message-id): Use it.
12001
12002         * spam-report.el (spam-report-gmane): Add interactive.
12003
12004 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12007         qp-or-base64 for the application/* types.
12008
12009 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12010
12011         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12012
12013 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12014
12015         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12016         trim value.
12017
12018 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12019
12020         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12021         New macro and function.
12022         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12023
12024 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12027         after-load-alist.
12028
12029 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12032         update info that isn't there.
12033
12034 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12035
12036         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12037         entry.
12038
12039 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * mm-view.el (mm-inline-render-with-function): Use multibyte
12042         buffer; decode html source by charset.
12043
12044         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12045
12046         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12047         Mule-UCS is loaded under XEmacs.
12048         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12049
12050 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12051
12052         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12053
12054 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-util.el (mm-coding-system-p): Return a coding-system.
12057         (mm-mime-mule-charset-alist): Use shift_jis instead of
12058         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12059         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12060         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12061         instead of japanese-shift-jis and iso-latin-1 respectively in
12062         order to share the default value with both Emacs and XEmacs-mule.
12063         (mm-mule-charset-to-mime-charset): Make
12064         mm-coding-system-priorities effective.
12065         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12066         while predicating of candidates upon the priorities.
12067
12068 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12069
12070         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12071         gnus-uu-invert-processable.
12072
12073         * gnus.el: Autoload gnus-uu-invert-processable.
12074
12075 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mm-util.el (mm-with-multibyte-buffer): New macro.
12078
12079         * rfc2047.el (rfc2047-encode-string): Use it.
12080         (rfc2047-encode-region): Move point to the end of the region after
12081         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12082
12083 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12086         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12087
12088 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12091         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12092         Karl Chen <quarl@nospam.quarl.org>.
12093
12094 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12095
12096         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12097         invalid addresses.
12098
12099 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12100
12101         * spam.el: Change section markers, revise TODO list.
12102         (spam-backends): Make new master list of all installed backends.
12103         (spam-summary-exit-behavior): Add new variable to determine how
12104         messages moves are done at summary exit.
12105         (spam-move-spam-nonspam-groups-only)
12106         (spam-process-ham-in-nonham-groups)
12107         (spam-process-ham-in-spam-groups): Remove variables, the
12108         spam-summary-exit-behavior variable should be used to manage this
12109         behavior.
12110         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12111         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12112         and spam-old-spam-articles.
12113         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12114         Add empty variables, placeholders for the backends they represent.
12115         (spam-set-difference): Move, unchanged.
12116         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12117         unless the user has a processor variable.
12118         (spam-classifications, spam-classification-valid-p)
12119         (spam-backend-properties, spam-backend-property-valid-p)
12120         (spam-backend-function-type-valid-p)
12121         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12122         (spam-report-articles-gmane, spam-report-articles-resend):
12123         Remove functions, they are not needed.
12124         (spam-install-backend-super, spam-backend-list)
12125         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12126         (spam-backend-function, spam-backend-ham-registration-function)
12127         (spam-backend-spam-registration-function)
12128         (spam-backend-ham-unregistration-function)
12129         (spam-backend-spam-unregistration-function)
12130         (spam-backend-statistical-p, spam-backend-mover-p)
12131         (spam-install-backend-alias, spam-install-checkonly-backend)
12132         (spam-install-mover-backend, spam-install-nocheck-backend)
12133         (spam-install-backend, spam-install-statistical-backend)
12134         (spam-install-statistical-checkonly-backend): Add backend installation
12135         support.
12136         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12137         (spam-group-processor-p): Use the new backend code and respect the
12138         summary exit behavior.
12139         (spam-mark-spam-as-expired-and-move-routine): Remove.
12140         (spam-summary-prepare): Change to use the new spam-old-articles
12141         variable.
12142         (spam-copy-or-move-routine, spam-copy-spam-routine)
12143         (spam-move-spam-routine, spam-copy-ham-routine)
12144         (spam-move-ham-routine): Add code to copy/move ham or spam.
12145         (spam-fetch-field-fast): Improve doc and code, plus allow the
12146         'number request.
12147         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12148         variables.
12149         (spam-split, spam-find-spam): Use the new backend code.
12150         (spam-registration-functions): Remove variable.
12151         (spam-unregister-routine): Add convenience wrapper.
12152         (spam-log-undo-registration, spam-register-routine)
12153         (spam-log-processing-to-registry)
12154         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12155         where possible.
12156         (spam-check-gmane-xref, spam-check-regex-headers)
12157         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12158         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12159         (spam-check-bogofilter-headers, spam-check-spamoracle)
12160         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12161         (spam-check-crm114-headers): Use the spam-split-group that
12162         spam-split prepares, no need to determine it every time.
12163
12164         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12165         to the nnheader-parse-naked-head call.
12166
12167         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12168
12169         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12170         the nnheader-nov-read-message-id call.
12171
12172 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12175         gnus-activate-group twice.  Suggested by Markus Peter
12176         <warp@spin.de>.
12177
12178 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-art.el (gnus-article-time-format): Exchange the order of
12181         day and month in the default value; fix customization type.
12182         (article-date-ut): Use add-text-properties.
12183         (article-make-date-line): Use message-make-date instead of
12184         current-time-string.
12185
12186         * message.el (message-fetch-field): Don't use set-text-properties.
12187         (message-make-date): Simplify.
12188
12189         * messagexmas.el (message-xmas-make-date): New function.
12190         (message-xmas-redefine): Defalias message-make-date to it.
12191
12192 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12195         (rfc2047-encode-region): Treat text within parentheses as special;
12196         show the original text when error has occurred.
12197
12198         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12199         already-computed method to gnus-activate-group.
12200
12201         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12202         same select-methods identical Lisp objects.
12203
12204         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12205         object when modifying the info.
12206
12207 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12210         gnus-opened-servers since it has never been opened with the new
12211         configuration yet.
12212
12213 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12216         arg to nnheader-generate-fake-message-id.
12217
12218 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12219
12220         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12221         number and build a fake message ID localized to a group and
12222         article number (so it's repeatable from that point on).
12223         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12224         ID format.
12225
12226         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12227         nnheader-generate-fake-message-id with the article number.
12228
12229 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12230
12231         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12232         end-of-buffer.
12233
12234 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12235
12236         * message.el (message-ignored-supersedes-headers): Add Approved.
12237
12238 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12241         goto-char.
12242         (rfc2047-encode): Fold the line before encoding.
12243
12244 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12245
12246         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12247         folding -- not all headers can be folded, and this should be done
12248         by the message composition mode.  Probably.  I think.
12249
12250 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12253         fast.
12254
12255         * gnus-ems.el (gnus-remove-image): Don't use
12256         message-text-with-property; remove only the image found first.
12257
12258         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12259         found first.
12260
12261 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12262
12263         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12264
12265 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * message.el (message-text-with-property): Make it fast and accept
12268         optional arguments.
12269         (message-strip-forbidden-properties): Use it.
12270         (message-fix-before-sending): Follow the m-t-w-p change.
12271
12272         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12273
12274 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-art.el (article-hide-headers): Don't change the buffer
12277         mistakenly when performing mml-preview even if
12278         gnus-single-article-buffer is nil.
12279
12280 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12281
12282         * message.el (message-expand-name-databases): New user option.
12283         (message-expand-name): Use it.
12284
12285 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12286
12287         * spam.el (spam-report-articles-resend)
12288         (spam-report-resend-register-routine): Allow ham reporting.
12289         (spam-report-resend-register-ham-routine): Add wrapper.
12290         (spam-registration-functions): Add ham resending functions.
12291         (spam-list-of-processors): Add ham resend processor.
12292
12293         * gnus.el (ham-resend-to): Add new group parameter.
12294         (spam-process): Add ham resend option.
12295
12296         * spam-report.el (spam-report-resend): Allow reporting ham.
12297         (spam-report-resend-ham): Add wrapper.
12298
12299 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * message.el (message-cite-articles-with-x-no-archive): New
12302         variable.
12303         (message-cite-original): Use it.
12304
12305 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * message.el (message-cite-original): Respect X-No-Archive.
12308
12309 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-art.el (article-hide-headers): Refer to the values for
12312         gnus-ignored-headers and gnus-visible-headers in the summary
12313         buffer since a user may have set them as group parameters.
12314
12315 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * assistant.el (assistant-node-name): Add convenience function.
12318         (assistant-render-text, assistant-render-node): Add error handling,
12319         plus handle multiple next nodes.
12320         (assistant-find-next-node): Comment out for now.
12321         (assistant-find-next-nodes): Add function, returns list of next
12322         nodes.
12323
12324 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * mail-source.el (mail-source-directory): Fix doc-string.
12327
12328 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12329
12330         * assistant.el (assistant-render-text, assistant-eval): Add :set
12331         widget type, which is different because it takes and returns a
12332         list.  Much hilarity ensues.
12333
12334 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12337
12338         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12339         doc-string.
12340
12341         * gnus-start.el (gnus-activate-group): Added doc-string.
12342
12343 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12346
12347 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12348
12349         * assistant.el (assistant-render-text): Try to add a :set
12350         widget, more to come.
12351
12352         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12353         strings.
12354         (spam-report-articles-resend)
12355         (spam-register-routine): Do registration iff any articles warrant
12356         it.
12357         (spam-summary-prepare-exit): Change log message for nil group
12358         destinations.
12359
12360 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12361
12362         * spam.el (spam-report-resend-register-routine): Allow
12363         spam-report-resend-to to be a group parameter or a global value.
12364
12365 2004-05-26  Simon Josefsson  <jas@extundo.com>
12366
12367         * starttls.el: Merge with my GNUTLS based starttls.el.
12368         (starttls-gnutls-program, starttls-use-gnutls)
12369         (starttls-extra-arguments, starttls-process-connection-type)
12370         (starttls-connect, starttls-failure, starttls-success): New
12371         variables.
12372         (starttls-program, starttls-extra-args): Doc fix.
12373         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12374         functions.
12375         (starttls-negotiate, starttls-open-stream): Check
12376         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12377         function if it is set.
12378
12379 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12382         structured fields.
12383
12384 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12387
12388 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12391         variable.
12392         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12393         assigning the spam-mark to new messages.
12394
12395 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12396
12397         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12398
12399 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12402
12403         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12404         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12405         default.
12406
12407 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12408
12409         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12410         correct data.
12411
12412 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12413
12414         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12415         (spam-group-processor-p): Fix function.
12416         (spam-group-processor-multiple-p)
12417         (spam-group-spam-processor-report-gmane-p)
12418         (spam-group-spam-processor-report-resend-p)
12419         (spam-group-spam-processor-bogofilter-p)
12420         (spam-group-spam-processor-blacklist-p)
12421         (spam-group-spam-processor-ifile-p)
12422         (spam-group-ham-processor-ifile-p)
12423         (spam-group-spam-processor-spamoracle-p)
12424         (spam-group-spam-processor-crm114-p)
12425         (spam-group-ham-processor-bogofilter-p)
12426         (spam-group-spam-processor-stat-p)
12427         (spam-group-ham-processor-stat-p)
12428         (spam-group-ham-processor-whitelist-p)
12429         (spam-group-ham-processor-BBDB-p)
12430         (spam-group-ham-processor-spamoracle-p)
12431         (spam-group-ham-processor-copy-p): Remove functions with some
12432         prejudice against unneeded code.
12433         (spam-report-articles-resend)
12434         (spam-report-resend-register-routine): Allow the group/topic
12435         spam-resend-to value to override spam-report-resend-to.
12436         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12437         properly now.
12438
12439         * gnus.el (spam-resend-to): Add group/topic parameter.
12440         (spam-process): Move the OBSOLETE processors to the end of the
12441         choices.
12442
12443 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12444
12445         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12446         with resend-to set to nil, and then ask the user if necessary.
12447         (spam-report-resend): spam-report-resend takes a list of articles, not
12448         separate article numbers.
12449
12450 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12453         addition to emacs-w3m.
12454
12455 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * assistant.el (assistant-authinfo-data): New function.
12458         (assistant-eval): Eval for entire assistant.
12459
12460         * netrc.el (netrc-services-file): New variable.
12461         (netrc-parse-services): New function.
12462         (netrc-find-service-name): New function.
12463         (netrc-find-service-number): New function.
12464         (netrc-port-equal): New function.
12465         (netrc-machine): Use it.
12466
12467         * nnimap.el (nnimap-open-connection): Use netrc.
12468
12469         * gnus-util.el (gnus-netrc-get): Remove aliases.
12470
12471         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12472
12473         * assistant.el (wid-edit): Fix compilation.
12474
12475         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12476
12477 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12478
12479         * gnus-util.el (gnus-set-file-modes): New function.  (small
12480         patch).
12481
12482 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12483
12484         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12485
12486         * assistant.el (assistant-render-node): Fix up rendering and
12487         read-only text.
12488         (assistant-render-node): Reset.
12489         (assistant-make-read-only): Not sticky.
12490
12491 2004-05-20  Danny Siu  <dsiu@adobe.com>
12492
12493         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12494         centered even when gnus-auto-center-summary is t
12495
12496 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * dns.el (dns-get-txt-answer): New function.
12499         (dns-read-txt): Ditto.
12500         (query-dns): Use it.
12501
12502 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12505         active for foreign groups even if the group level is higher than
12506         the specified value.
12507
12508 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12511         non-active groups.
12512
12513         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12514
12515 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12516
12517         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12518
12519 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12520
12521         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12522         (spam-crm114-header, spam-crm114-spam-switch)
12523         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12524         (spam-crm114-positive-spam-header)
12525         (spam-crm114-database-directory, spam-list-of-processors)
12526         (spam-group-spam-processor-crm114-p)
12527         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12528         (spam-generic-score, spam-list-of-checks)
12529         (spam-list-of-statistical-checks, spam-registration-functions)
12530         (spam-check-crm114-headers, spam-crm114-score)
12531         (spam-check-crm114, spam-crm114-register-with-crm114)
12532         (spam-crm114-register-spam-routine)
12533         (spam-crm114-unregister-spam-routine)
12534         (spam-crm114-register-ham-routine)
12535         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12536         asjo@koldfront.dk (Adam Sjøgren).
12537
12538         * gnus.el: Add spam-use-crm114.
12539
12540         * spam.el (spam-list-of-processors, spam-registration-functions):
12541         Add spam-use-resend.
12542         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12543         (spam-report-articles-gmane): Add doc fix.
12544         (spam-report-articles-resend, spam-report-resend-register-routine):
12545         Add wrappers around spam-report-resend-to.
12546
12547         * spam-report.el (spam-report-resend-to, spam-report-resend):
12548         Add support for resending spam.
12549         (spam-report-gmane): Fix line length >80.
12550
12551         * gnus.el (spam-process): Add spam-use-resend.
12552
12553 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12554
12555         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12556         number of processed spam messages.
12557         (spam-ham-copy-or-move-routine): Return the number of processed
12558         ham messages.
12559         (spam-summary-prepare-exit): Use the above values to decide
12560         whether status messages shouled be displayed.
12561
12562 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12565         `rfc2047-encoding-function-alist' in order to avoid conflicting
12566         with the old version.
12567         (rfc2047-encode-region): Concatenate words containing non-ASCII
12568         characters in structured fields; don't encode space-delimited
12569         ASCII words even in unstructured fields; don't break words at
12570         char-category boundaries.
12571         (rfc2047-encode-1): New function.
12572         (rfc2047-encode): Use it; encode text so that it occupies the
12573         maximum width within 76-column; work correctly on Q encoding for
12574         iso-2022-* charsets.
12575         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12576         sure not to break a line just after the header name.
12577         (rfc2047-b-encode-region): Removed.
12578         (rfc2047-b-encode-string): New function.
12579         (rfc2047-q-encode-region): Removed.
12580         (rfc2047-q-encode-string): New function.
12581
12582         * mm-util.el (mm-replace-in-string): New function.
12583
12584 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12587         get it right.
12588         (gnus-inews-make-draft): Really.
12589
12590 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12591
12592         * nnmh.el (nnmh-request-list-1): Don't check the link count
12593         before descending.  (small patch)
12594
12595 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12596
12597         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12598         stuff.
12599
12600         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12601         on real group name.
12602
12603         * gnus-art.el (gnus-signature-limit): Doc fix.
12604
12605         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12606
12607         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12608
12609 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12610
12611         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12612         isn't a string.
12613
12614 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12615
12616         * gnus-draft.el (gnus-draft-send): Bind
12617         rfc2047-encode-encoded-words.
12618
12619         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12620         (rfc2047-encodable-p): Say that =? needs encoding.
12621         (rfc2047-encode-encoded-words): New variable.
12622
12623         * gnus-group.el (gnus-group-select-group): Doc fix.
12624
12625         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12626
12627         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12628         to nil.
12629
12630         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12631
12632         * nnheader.el (nnheader-get-lines-and-char): New function.
12633
12634 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-msg.el (gnus-summary-followup-with-original): Document
12637         yanking of region when active.
12638
12639 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12642         groups if the group level is higher than the specified value.
12643
12644 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12647         (gnus-group-jump-to-group): Added prefix argument using
12648         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12649         non-active group.
12650
12651         * compface.el (uncompface): Be verbose when changing
12652         `uncompface-use-external'.
12653
12654         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12655         handle manual section.
12656
12657 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * gnus-art.el (gnus-button-alist): Revert previous change.
12660
12661 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12664
12665 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12666
12667         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12668         whether backend can accept message.
12669
12670         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12671
12672 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12673
12674         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12675         Avoid creating directory when nntp-marks-is-evil is true.
12676         Reported by Reiner Steib.
12677
12678 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-picon.el (gnus-picon-style): New variable.
12681         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12682         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12683         Jesper Harder <harder@ifa.au.dk>.
12684
12685 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * message.el (message-fill-field): Return point.
12688         (message-generate-headers): Go to end of field.
12689
12690         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12691         stuff for non-living groups.
12692
12693 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12694
12695         * gnus-art.el (gnus-article-followup-with-original)
12696         (gnus-article-reply-with-original): gnus-mark-active-p ->
12697         gnus-region-active-p.
12698
12699 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12702         only when there is spam or ham to be processed.
12703
12704 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * mail-source.el (mail-source-delete-crash-box): Refactor.
12707         (mail-source-fetch): Use it.
12708         (mail-source-fetch-file): Ditto.
12709         (mail-source-fetch-directory): Run postscript in loop.
12710         (mail-source-fetch-pop): Delete.
12711         (mail-source-fetch-maildir): Ditto.
12712         (mail-source-fetch-imap): Ditto.
12713
12714         * imap.el (imap-authenticators): Comment out sasl.
12715
12716         * message.el (message-skip-to-next-address): New function.
12717         (message-fill-header-address): Refactor.
12718         (message-fill-address): Use it.
12719         (message-delete-address): Use it.
12720         (message-fill-header-general): Refactor.
12721         (message-fill-field-address): Rename.
12722         (message-narrow-to-field): Find the start of the header.
12723         (message-header-format-alist): Don't pre-fill.
12724         (message-fill-header): Removed.
12725         (message-insert-header): New function.
12726         (message-shorten-references): Use it.
12727
12728         * rfc2047.el (rfc2047-field-value): Strip props.
12729
12730         * mail-parse.el (mail-header-make-address): New alias.
12731
12732         * ietf-drums.el (ietf-drums-make-address): New function.
12733
12734         * imap.el: Add compiler directives.
12735
12736         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12737
12738         * gnus-art.el (article-decode-idna-rhs): Don't use
12739         message-idna-inside-rhs-p.
12740
12741 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * message.el (message-idna-inside-rhs-p): Removed.
12744         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12745
12746         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12747         false positives.
12748
12749 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12750
12751         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12752
12753 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * nneething.el (nneething-file-name): Don't create spurious
12756         files.
12757
12758         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12759         (gnus-inews-do-gcc): Remove sleep.
12760
12761         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12762         part under point.
12763
12764         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12765         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12766
12767 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * spam.el (spam-summary-prepare-exit): Fixed (length).
12770
12771 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12772
12773         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12774         as expired without moving it" message when there are spam
12775         messages left.
12776
12777 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12778
12779         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12780         header is not nil.
12781
12782 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12783
12784         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12785         nntp-possibly-create-directory, not nntp-possibly-change-group.
12786         (nntp-marks-changed-p): New arg SERVER.
12787         (nntp-request-update-info): Adjust caller.
12788
12789 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12790
12791         * nntp.el (nntp-save-marks): Pass missing arg.
12792
12793 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12794
12795         * nntp.el: Support marks.
12796         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12797         (nntp-marks-modtime, nntp-marks-directory): New variables.
12798         (nntp-request-set-mark, nntp-request-update-info)
12799         (nntp-possibly-create-directory, nntp-marks-changed-p)
12800         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12801         functions.
12802
12803 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12804
12805         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12806         (gnus-xmas-redefine): Rename.
12807
12808         * gnus-score.el (gnus-score-insert-help): Use
12809         gnus-select-lowest-window.
12810
12811         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12812         appt-select-lowest-window and rename to gnus-select-lowest-window.
12813
12814         * gnus.el: do.
12815
12816 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12817
12818         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12819         encodings of MIME-encoded words, in order to improve
12820         interoperability with several broken MUAs.
12821
12822 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12823
12824         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12825         tags, only when charsets are not specified in headers.
12826         (mm-inline-text-html-render-with-w3m): Ditto.
12827
12828         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12829         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12830
12831 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12832
12833         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12834         instead of MIME-decoded from fields when checking
12835         `gnus-article-address-banner-alist'.
12836
12837 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12838
12839         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12840         description rather than subject.
12841
12842 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12843
12844         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12845
12846 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * gnus.el (gnus-version-number): Bump.
12849
12850 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12851
12852         * gnus.el: No Gnus v0.2 is released.
12853
12854 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12855
12856         * gnus-agent.el (gnus-agent-read-agentview): Inline
12857         gnus-uncompress-range.
12858
12859 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12860
12861         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12862         `exec-installed-p'.
12863
12864 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12865
12866         * gnus.el (spam-process, spam-autodetect-methods): Add
12867         bsfilter and bsfilter-headers.
12868
12869         * spam.el (spam-bsfilter): New customize group.
12870         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12871         (spam-bsfilter-header, spam-bsfilter-probability-header)
12872         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12873         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12874         (spam-bsfilter-database-directory): New options.
12875         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12876         (spam-list-of-statistical-checks, spam-registration-functions):
12877         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12878         (spam-bsfilter-score): New command.
12879         (spam-check-bsfilter-headers, spam-check-bsfilter)
12880         (spam-bsfilter-register-with-bsfilter)
12881         (spam-bsfilter-register-spam-routine)
12882         (spam-bsfilter-unregister-spam-routine)
12883         (spam-bsfilter-register-ham-routine)
12884         (spam-bsfilter-unregister-ham-routine): New functions.
12885         (spam-generic-score): Support bsfilter; Accept an optional argument
12886         to recalcurate spam score even if scoring header has already been
12887         added.
12888         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12889         optional argument to recalcurate spam score even if scoring header
12890         has already been added.
12891
12892 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12893
12894         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12895         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12896         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12897         link is missing.
12898
12899 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12900
12901         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12902         (html2text-get-attr): Rewrite.
12903
12904         * message.el (message-setup-1): Remove redundant put-text-property
12905         on mail-header-separator.
12906
12907 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * gnus-registry.el (gnus-registry-cache-whitespace)
12910         (gnus-registry-action, gnus-registry-spool-action)
12911         (gnus-registry-split-fancy-with-parent): Change message levels
12912         from 5 to 3 or 7, as needed.
12913
12914         * spam.el (spam-summary-prepare-exit)
12915         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12916         (spam-split, spam-find-spam, spam-log-undo-registration)
12917         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12918         level from 5 to 6.
12919
12920 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12923         2004-03-04 change).
12924
12925 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12926
12927         * sieve-manage.el (sieve-manage-open):
12928         * nnweb.el (nnweb-insert-html):
12929         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12930         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12931         * nnspool.el (nnspool-request-group):
12932         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12933         * nnml.el (nnml-request-update-info):
12934         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12935         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12936         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12937         (nnimap-request-set-mark):
12938         * nnfolder.el (nnfolder-request-update-info):
12939         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12940         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12941         * gnus-uu.el (gnus-uu-find-articles-matching):
12942         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12943         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12944         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12945         * gnus-nocem.el (gnus-nocem-scan-groups):
12946         * gnus-int.el (gnus-start-news-server):
12947         * gnus-group.el (gnus-group-make-kiboze-group)
12948         (gnus-group-browse-foreign-server):
12949         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12950         Use mapc when appropriate.
12951
12952 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         FIXME: Make separate entries for each person.
12955
12956         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12957         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12958         <shields@msrl.com>:
12959
12960         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12961         may need for spam sorting and scoring.
12962         (spam-user-format-function-S): Add user format function suitable for
12963         general use.
12964         (spam-article-sort-by-spam-status): Add sorting function for summary
12965         sorting.
12966         (spam-extra-header-to-number): Add function to get a score from a
12967         header.
12968         (spam-summary-score): Add function to  get a numeric score from the
12969         headers.
12970         (spam-generic-score): Fix function doc, was in wrong place.
12971         (spam-initialize): Take symbols when it's run, and install the
12972         extra headers that spam-necessary-extra-headers thinks we need.
12973
12974 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12975
12976         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12977         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12978
12979 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12980
12981         * gnus-sum.el (gnus-set-global-variables)
12982         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12983         (gnus-article-get-xrefs, gnus-summary-best-group)
12984         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12985         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12986         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12987         Use with-current-buffer.
12988
12989 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * spam.el (spam-summary-prepare-exit): Simplify logic.
12992         (spam-fetch-article-header): Read the article header if it's not
12993         available.
12994         (spam-list-articles): Simplify logic.
12995         (spam-filelist-register-routine): Fix bug with unregister-list.
12996
12997         * gnus-registry.el: Fix comments at beginning.
12998
12999 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * message.el (message-cater-to-broken-inn): Remove.
13002         (message-shorten-references): Make sure the total folded length of
13003         References is shorter than 998 characters to cater to a bug in INN
13004         2.3.  Also, don't pretend that references aren't folded -- this
13005         hasn't worked for a while.
13006
13007 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13008
13009         * gnus-agent.el (gnus-agentize):
13010         gnus-agent-send-mail-real-function no longer set to current value
13011         of message-send-mail-function but rather a lambda that calls
13012         message-send-mail-function.  The change makes the agent real-time
13013         responsive to user changes to message-send-mail-function.
13014
13015 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13016
13017         * legacy-gnus-agent.el
13018         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13019         help from Florian Weimer <fw@deneb.enyo.de>
13020
13021 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * nnmail.el (nnmail-cache-insert): Revert last change.
13024
13025 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * nnmail.el (nnmail-cache-insert): Always check whether
13028         nnmail-cache-ignore-groups matches a group name.
13029
13030 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13033         (spam-find-spam, spam-log-processing-to-registry)
13034         (spam-log-registered-p, spam-log-unregistration-needed-p)
13035         (spam-log-undo-registration): Use gnus-message instead of
13036         gnus-error, none of these errors are fatal.
13037
13038         * gnus-registry.el (gnus-registry-clean-empty-function)
13039         (gnus-registry-clean-empty): Remove only empty entries without
13040         extra data.
13041
13042 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * spam-stat.el (spam-stat-buffer-change-to-spam)
13045         (spam-stat-buffer-change-to-non-spam): Change (error) to
13046         (gnus-message 8) invocation.
13047
13048 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * nntp.el (nntp-via-netcat-command): New variable.
13051         (nntp-via-netcat-switches): New variable.
13052         (nntp-open-via-rlogin-and-netcat): New function.
13053         (nntp-open-connection-function): Doc fix.
13054         (nntp-telnet-command): Doc fix.
13055         (nntp-end-of-line): Doc fix.
13056         (nntp-via-rlogin-command): Doc fix.
13057         (nntp-via-user-name): Doc fix.
13058         (nntp-via-address): Doc fix.
13059
13060 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13063         error in Emacs 21.1.
13064
13065 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13068
13069 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13070
13071         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13072         (gnus-agent-with-refreshed-group): New macro.
13073         (gnus-agent-rename-group): New function.
13074         (gnus-agent-delete-group): New function.
13075         (gnus-agent-save-group-info): Use gnus-command-method when
13076         `method' parameter is nil.  Don't write nil entries into the
13077         active file.
13078         (gnus-agent-get-group-info): New function.
13079         (gnus-agent-fetch-articles): Use
13080         gnus-agent-update-files-total-fetched-for to increment disk space
13081         used.
13082         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13083         gnus-agent-update-view-total-fetched-for to increment disk space
13084         used.
13085         (gnus-agent-get-local): Added optional parameters to avoid calling
13086         gnus-group-real-name and gnus-find-method-for-group.
13087         (gnus-agent-set-local): Delete stored entry if either min, or max,
13088         are nil.
13089         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13090         quit, use gnus-agent-regenerate-group to record existance of any
13091         articles fetched to disk before the quit occurred.
13092         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13093         gnus-agent-update-view-total-fetched-for, and
13094         gnus-agent-update-files-total-fetched-for to decrement disk space
13095         used.
13096         (gnus-agent-retrieve-headers): Use
13097         gnus-agent-update-view-total-fetched-for to increment disk space
13098         used.
13099         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13100         with gnus-agent-update-files-total-fetched-for to decrement disk
13101         space and fresh group buffer.
13102         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13103         (gnus-agent-need-update-total-fetched-for): New variable.
13104         (gnus-agent-update-files-total-fetched-for): New function.
13105         (gnus-agent-update-view-total-fetched-for): New function.
13106         (gnus-agent-total-fetched-for): New function.
13107
13108         * gnus-cache.el (gnus-cache-save-buffers): Use
13109         gnus-cache-update-overview-total-fetched-for to change disk space
13110         used by this group.
13111         (gnus-cache-possibly-enter-article): Use
13112         gnus-cache-update-file-total-fetched-for to increment disk space
13113         used by this group.
13114         (gnus-cache-possibly-remove-article): Use
13115         gnus-cache-update-file-total-fetched-for to decrement disk space
13116         used by this group.
13117         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13118         (gnus-cache-rename-group): New function.
13119         (gnus-cache-delete-group): New function.
13120         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13121         (gnus-cache-need-update-total-fetched-for): New variable.
13122         (gnus-cache-with-refreshed-group): New macro.
13123         (gnus-cache-update-file-total-fetched-for): New function.
13124         (gnus-cache-update-overview-total-fetched-for): New function.
13125         (gnus-cache-rename-group-total-fetched-for): New function.
13126         (gnus-cache-delete-group-total-fetched-for): New function.
13127         (gnus-cache-total-fetched-for): New function.
13128
13129         * gnus-group.el: Require gnus-sum and autoload functions to
13130         resolve warnings when gnus-group.el compiled alone.
13131         (gnus-group-line-format): Documented new %F
13132         (size of Fetched data) group line format; identifies disk space
13133         used by agent and cache.
13134         (gnus-group-line-format-alist): Defined new F format.
13135         (gnus-total-fetched-for): New function.
13136         (gnus-group-delete-group): No longer update
13137         gnus-cache-active-altered as gnus-request-delete-group now keeps
13138         the cache in sync.
13139         (gnus-group-list-active): Let the agent store a server's active
13140         list if currently plugged.
13141
13142         * gnus-int.el (gnus-request-delete-group):
13143         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13144         local disk in sync with the server.
13145         (gnus-request-rename-group):
13146         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13147         local disk in sync with the server.
13148
13149         * gnus-start.el (gnus-get-unread-articles):
13150         Cosmetic simplification to logic.
13151
13152         * gnus-util.el (gnus-rename-file): New function.
13153
13154 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13155
13156         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13157
13158 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13159
13160         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13161         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13162
13163 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13164
13165         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13166         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13167
13168 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13169
13170         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13171
13172 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * spam.el (spam-set-difference): Add function to replace
13175         gnus-set-difference in spam.el.
13176         (spam-summary-prepare-exit): Use spam-set-difference.
13177
13178 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * gnus-registry.el (gnus-registry-cache-file): Update to use
13181         gnus-dribble-directory OR gnus-home-directory OR ~.
13182         (gnus-registry-split-fancy-with-parent): Fix doc.
13183
13184 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * message.el (message-exchange-point-and-mark): Use
13187         message-mark-active-p.  Suggested by Jesper Harder
13188         <harder@ifa.au.dk>.
13189
13190 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * message.el (message-exchange-point-and-mark): Don't activate
13193         region if it was inactive.  Suggested by Hiroshi Fujishima
13194         <pooh@nature.tsukuba.ac.jp>.
13195
13196 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-art.el (article-display-face): Display Faces in the same
13199         order as X-Faces.
13200
13201 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13204
13205 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13208         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13209         (gnus-article-mime-hierarchy): Remove.
13210         (gnus-article-mime-hierarchy-next): Remove.
13211         (gnus-article-mode): Revert 2004-03-19 change.
13212         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13213         (gnus-insert-mime-button): Revert 2004-03-19 change.
13214         (gnus-mime-accumulate-hierarchy): Remove.
13215         (gnus-mime-enter-multipart): Remove.
13216         (gnus-mime-leave-multipart): Remove.
13217         (gnus-mime-display-part): Revert 2004-03-19 change.
13218         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13219
13220         * mml.el (mml-preview): Revert 2004-03-19 change.
13221
13222 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13223
13224         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13225
13226 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13229         t while entering a file name using the mm-with-multibyte macro.
13230         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13231
13232         * mm-util.el (mm-with-multibyte): New macro.
13233
13234 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13237         user option.
13238         (gnus-mime-multipart-functions): Doc and customization fix.
13239         (gnus-article-mime-hierarchy): New variable.
13240         (gnus-article-mime-hierarchy-next): New variable.
13241         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13242         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13243         gnus-article-mime-hierarchy-next to nil.
13244         (gnus-insert-mime-button): Show hierarchy numbers.
13245         (gnus-mime-accumulate-hierarchy): New function.
13246         (gnus-mime-enter-multipart): New function.
13247         (gnus-mime-leave-multipart): New function.
13248         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13249         (gnus-mime-display-alternative): Show hierarchy numbers.
13250
13251         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13252         gnus-article-mime-hierarchy-next to nil.
13253
13254 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13255
13256         * dns.el: Don't require gnus-xmas.
13257
13258 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13259
13260         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13261         inline PGP.
13262         (mml-menu): Disable mml-quote-region if mark is inactive.
13263
13264 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13267         when the group's active is not available.
13268
13269 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13272         error.
13273
13274 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * imap.el (imap-store-password): New variable.
13277         (imap-interactive-login): Use it.
13278         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13279
13280 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13283         window-start and hscroll to summary window.
13284
13285 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13286
13287         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13288         conversion message to newsrc-dribble when an actual conversion is
13289         performed.
13290
13291 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13292
13293         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13294
13295 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * mm-decode.el (mm-complicated-handles): New function reviving
13298         former definition of mm-multiple-handles.
13299
13300         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13301         (gnus-mime-delete-part): Use it.
13302
13303 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13304
13305         * gnus-agent.el (gnus-agent-read-local): Bind
13306         nnheader-file-coding-system to gnus-agent-file-coding-system to
13307         avoid the implicit assumption that they will always be equal.
13308         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13309         coding-system-for-write, as the with-temp-file macro first prints
13310         to a buffer then saves the buffer.
13311
13312 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * gnus-art.el (gnus-article-edit-part): New function.
13315         (gnus-mime-save-part-and-strip): Use it; do query instead of
13316         signaling an error; don't use mm-multiple-handles.
13317         (gnus-mime-delete-part): Ditto.
13318
13319 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13320
13321         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13322         old file versions.
13323         (gnus-group-prepare-hook): Removed function that converted list
13324         form of gnus-agent-expire-days to group properties.
13325
13326         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13327         (gnus-request-accept-article): Re-indented.
13328
13329         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13330         converters to handle old agent file formats.  Added logic for a
13331         "backup before upgrading warning".
13332         (gnus-convert-mark-converter-prompt): Developers can mark
13333         functions as needing (default), or not needing,
13334         gnus-convert-old-newsrc's "backup before upgrading warning".
13335         (gnus-convert-converter-needs-prompt): Tests whether the user
13336         should be protected from potentially irreversable changes by the
13337         function.
13338
13339         * legacy-gnus-agent.el: New.  Provides converters that are only
13340         loaded when gnus-convert-old-newsrc needs to call them.
13341
13342 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * mail-source.el (mail-source-touch-pop): Doc fix.
13345
13346         * message.el (message-smtpmail-send-it): Doc fix.
13347
13348 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13349
13350         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13351
13352         * nnmail.el (nnmail-split-fancy): do.
13353
13354         * gnus-kill.el (gnus-kill, gnus-execute): do.
13355
13356 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13357
13358         * gnus-sum.el (gnus-widget-reversible-match)
13359         (gnus-widget-reversible-to-internal)
13360         (gnus-widget-reversible-to-external): New functions.
13361         (gnus-widget-reversible): New widget.
13362         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13363
13364 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13365
13366         * gnus-sum.el (gnus-thread-sort-functions)
13367         (gnus-article-sort-functions): Document `(not F)' items.
13368
13369 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * spam.el (spam-use-gmane-xref): Add new backend.
13372         (spam-gmane-xref-spam-group): Add variable to control the name of the
13373         Gmane spam group.
13374         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13375         (spam-regex-headers-spam, spam-regex-headers-ham)
13376         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13377         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13378         backends and checks.
13379         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13380
13381         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13382         an autodetect method.
13383
13384 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13385
13386         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13387         articles are being added to a group.
13388         (gnus-request-replace-article): Inform the agent that articles
13389         need to be uncached as the cached contents are no longer valid.
13390
13391 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * binhex.el: Don't autoload executable-find.
13394
13395         * canlock.el: Don't autoload mail-fetch-field.
13396
13397         * dgnushack.el: Autoload c-mode for XEmacs.
13398
13399         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13400
13401         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13402         rmail-dont-reply-to and rmail-output.
13403
13404         * gnus-score.el: Don't autoload ffap-string-at-point.
13405
13406         * gnus-setup.el: Don't autoload sc-cite-original.
13407
13408         * imap.el: Don't autoload base64-decode-string,
13409         base64-encode-string and md5.
13410
13411         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13412         and rmail-msg-restore-non-pruned-header.
13413
13414         * mm-decode.el: Don't autoload executable-find.
13415
13416         * mm-url.el: Don't autoload executable-find.
13417
13418         * mm-view.el: Don't autoload diff-mode.
13419
13420         * nndb.el: Don't autoload news-reply-mode, news-setup,
13421         cancel-timer and telnet.
13422
13423         * password.el: Don't autoload run-at-time for Emacs.
13424
13425         * sha1-el.el: Don't autoload executable-find.
13426
13427         * sieve-mode.el: Don't autoload c-mode.
13428
13429         * uudecode.el: Don't autoload executable-find.
13430
13431 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13432
13433         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13434         (gnus-agent-possibly-alter-active): Avoid null in numeric
13435         comparison.
13436         (gnus-agent-set-local): Refuse to save null in local object table.
13437         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13438         list of articles that will be marked as unread.
13439
13440 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13443
13444 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13445
13446         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13447         language tags.
13448
13449 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13450
13451         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13452         Don't bind "obarray".
13453
13454         * gnus-sum.el (gnus-thread-sort-functions): Added
13455         `gnus-thread-sort-by-most-recent-number' and
13456         `gnus-thread-sort-by-most-recent-date'.
13457         Reported by Kai Grossjohann <kai@emptydomain.de>.
13458
13459 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13462
13463 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13464
13465         * gnus-cus.el (gnus-agent-customize-category): Removed
13466         ignore-errors macro reference that required cl to be loaded at
13467         run-time.
13468
13469         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13470         single-interval range of the form (min . max).  Previously the
13471         range had to look like ((min . max)).  Likewise, return
13472         (min . max) rather than ((min . max)).
13473         (gnus-range-map): Use gnus-range-normalize to accept
13474         single-interval range.
13475
13476         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13477         the cache, but not the agent, now appear with their usual face.
13478
13479         * dgnushack.el (loaddir): New variable that is bound to the
13480         directory containing the dgnushack.el file. Use loaddir, rather
13481         than srcdir, to update load-path. Change lets dgnushack compile
13482         code in directories other than GNUS/lisp.
13483
13484 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * lpath.el: Don't bind w3m-safe-url-regexp.
13487
13488         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13489         w3m-safe-url-regexp variable buffer-local.
13490
13491         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13492
13493 2004-02-27  Simon Josefsson  <jas@extundo.com>
13494
13495         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13496         gnus-group-real-prefix.
13497         (gnus-summary-move-article): Use it, instead of
13498         gnus-group-real-prefix.
13499
13500 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * lpath.el: Bind w3m-safe-url-regexp.
13503
13504         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13505         w3m-safe-url-regexp variable buffer-local and set it as the value
13506         of mm-w3m-safe-url-regexp.
13507
13508         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13509
13510         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13511         parsing gnus-posting-styles when the message is not for replying.
13512
13513         * dgnushack.el: Autoload sgml-mode for XEmacs.
13514
13515         * nnrss.el (nnrss-opml-export): Use
13516         mm-set-buffer-file-coding-system instead of
13517         set-buffer-file-coding-system.
13518
13519 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13520
13521         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13522         of checkdoc.el).
13523         * nnrss.el: do.
13524         * gnus-mlspl.el: do.
13525         * gnus-ml.el: do.
13526         * gnus-srvr.el: do.
13527
13528         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13529
13530 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13531
13532         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13533         Corrections to custom-manual links.
13534
13535         * gnus-art.el (gnus-article): Ditto.
13536
13537         * mm-decode.el (mime-display, mime-security): Ditto.
13538
13539 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13540
13541         * flow-fill.el: Typo.
13542
13543 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13544
13545         * spam-wash.el: New file.
13546
13547 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13548
13549         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13550
13551 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13552
13553         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13554         to be run with new-articles as LIST1, not LIST2.
13555         (spam-registration-functions): Add spam-use-ham-copy as a nil
13556         registration backend.
13557
13558 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13559
13560         * spam-stat.el (spam-stat-washing-hook): New option.
13561         (spam-stat-buffer-words): Use it.
13562         (spam-stat-process-directory, spam-stat-test-directory): Use
13563         insert-file-contents-literally.
13564         (spam-stat-coding-system): New variable.
13565         (spam-stat-load, spam-stat-save): Use it.
13566
13567 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * spam-report.el (spam-report-plug-agent): Quote
13570         spam-report-url-to-file and spam-report-url-ping-plain.
13571
13572 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13575         / in mailto URLs.
13576
13577 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * spam-report.el (spam-report-process-queue): Fix interactive use.
13580         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13581         (spam-report-unplug-agent): Doc fixes.
13582         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13583         (spam-report-agentize, spam-report-deagentize): Autoload
13584
13585 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13588
13589         * message.el (message-setup-fill-variables): Add mml tags to
13590         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13591         <ajk@iu.edu>.
13592         (message-mode): Don't modify paragraph-separate there.
13593
13594 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * compface.el (uncompface-use-external): Default to undecided.
13597         (uncompface-use-external-threshold): New variable.
13598         (uncompface-float-time): New macro.
13599         (uncompface): Determine whether to use the external decoder if
13600         uncompface-use-external is undecided.
13601
13602 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13603
13604         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13605         after images.
13606
13607         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13608
13609 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13610
13611         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13612
13613         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13614
13615         * gnus-sum.el (gnus-summary-limit-to-age)
13616         (gnus-summary-limit-children): do.
13617
13618         * gnus-int.el (gnus-request-scan): do.
13619
13620         * gnus-group.el (gnus-group-suspend): do.
13621
13622         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13623
13624         * gnus-cite.el (gnus-cite-parse-attributions): do.
13625
13626         * gnus-agent.el (gnus-summary-set-agent-mark)
13627         (gnus-agent-regenerate-group): do.
13628
13629         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13630
13631         * binhex.el (binhex-decode-region-internal): do.
13632
13633 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-fun.el (gnus-face-properties-alist): New user option.
13636         (gnus-display-x-face-in-from): Use it.
13637
13638         * gnus-art.el (article-display-face): Ditto.
13639
13640         * compface.el (uncompface-use-external): Default to nil.
13641
13642 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13643
13644         * nntp.el (nntp-erase-buffer): New function.
13645         (nntp-retrieve-data, nntp-send-command)
13646         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13647         (nntp-possibly-change-group): Use it.
13648
13649         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13650         with-current-buffer.
13651
13652 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13653
13654         * compface.el: Merge the ELisp-based uncompface program.
13655         (compface): New customization group.
13656         (uncompface-use-external): New user option.
13657         (uncompface): Call uncompface-internal if uncompface-use-external
13658         is nil.
13659         (uncompface-internal): New function.  Note that there are also
13660         some other functions and variables added for this function.
13661
13662 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13663
13664         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13665         if necessary.
13666
13667 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13668
13669         * spam-report.el (spam-report-unplug-agent)
13670         (spam-report-plug-agent, spam-report-deagentize)
13671         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13672         Add support for the Agent in spam-report: when unplugged, report to a
13673         file; when plugged, submit all the requests.
13674
13675         * spam.el (spam-register-routine): Fix message about
13676         registration.
13677
13678 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13679
13680         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13681         dependencies.
13682         (rfc2047-encode): Use it.
13683
13684         * gnus-art.el (gnus-button-marker-list): Move before first
13685         reference.
13686
13687         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13688         (imap-parse-body): Fix format string mismatch.
13689
13690         * gnus-score.el (gnus-summary-increase-score): do.
13691
13692         * nnrss.el (nnrss-close): New function.
13693
13694 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13695
13696         * nnrss.el (nnrss-make-filename): New function.
13697         (nnrss-request-delete-group, nnrss-read-server-data)
13698         (nnrss-save-server-data, nnrss-read-group-data)
13699         (nnrss-save-group-data): Use it.
13700         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13701         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13702         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13703
13704 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13705
13706         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13707
13708 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13709
13710         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13711         files.
13712
13713         * message.el (message-generate-headers-first): Don't quote nil
13714         and t in docstrings.
13715
13716         * imap.el (imap-id): do.
13717
13718         * gnus-agent.el (gnus-agent-consider-all-articles)
13719         (gnus-agent-queue-mail): do.
13720
13721 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * spam-report.el (spam-report-process-queue): New function.
13724         Process requests from `spam-report-requests-file'.
13725         (spam-report-process-queue): Doc fix.
13726
13727 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * spam.el (spam-register-routine)
13730         (spam-log-processing-to-registry, spam-log-registered-p)
13731         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13732         Change "check" to "spam-check" for semi-clarity.
13733
13734 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13735
13736         * pop3.el: Require nnheader.
13737
13738         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13739
13740         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13741
13742         * gnus-picon.el: Require cl.
13743
13744         * gnus-fun.el: Require gnus-ems and gnus-util.
13745
13746         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13747
13748         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13749
13750         * gnus-art.el (gnus-article-edit-mode): Define before first
13751         reference.
13752
13753 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13754
13755         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13756         (gnus-uu-post-encoded): Use point-at-bol.
13757
13758         * gnus-topic.el (gnus-group-active-topic-p): do.
13759
13760         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13761
13762         * gnus-group.el (gnus-group-kill-region): do.
13763
13764         * gnus-art.el (article-date-ut): do.
13765
13766         * message.el (message-fetch-field): Remove redundant
13767         case-fold-search binding.
13768         (message-narrow-to-field): Simplify.
13769
13770 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13771
13772         * spam.el (spam-directory): Derive from `gnus-directory'.
13773
13774         * spam-report.el (spam-report-url-to-file)
13775         (spam-report-requests-file): New function and variable for offline
13776         reporting.
13777         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13778         and user defined function.
13779         (spam-report-url-ping-mm-url): Remove doubled slash.
13780
13781 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13782
13783         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13784
13785 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13786
13787         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13788         format string mismatch.
13789
13790         * sieve.el (sieve-deactivate-all): do.
13791
13792         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13793
13794         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13795
13796         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13797
13798         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13799
13800 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13803         the list of checks.
13804
13805 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13806
13807         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13808         padding.
13809
13810 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13811
13812         * mm-view.el (mm-fill-flowed): New variable.
13813         (mm-inline-text): Use it.
13814
13815 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13816
13817         * spam.el (spam-spamassassin-register-ham-routine)
13818         (spam-spamassassin-register-spam-routine): Fix function names.
13819
13820 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus.el (gnus-tmp-grouplens): Remove.
13823         (gnus-summary-line-format): Remove grouplens.
13824
13825         * gnus-group.el (gnus-group-line-format): Ditto.
13826
13827         * gnus-spec.el (gnus-format-specs): Ditto.
13828         (gnus-update-format-specifications): Flush the group format spec
13829         cache if there's the grouplens stuff.
13830         (gnus-parse-simple-format): Replace %l with the empty string.
13831
13832 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13833
13834         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13835         omission.
13836
13837 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13840         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13841
13842 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13843
13844         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13845         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13846         New macros and functions.
13847         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13848         Handle > NLINK_MAX messages.
13849         * nnmaildir.el (nnmaildir-request-set-mark): Use
13850         nnmaildir--emlink-p and nnmaildir--eexist-p.
13851
13852 2004-01-25  Alex Schroeder  <alex@gnu.org>
13853
13854         * spam-stat.el (spam-stat-process-directory-age): New option.
13855         (spam-stat-process-directory): Use it.
13856
13857 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13858
13859         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13860         (spam-stat-save): Accept prefix argument.
13861
13862 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13863
13864         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13865         links" error.
13866
13867 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13870         the rest of the and/or forms.
13871
13872 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13873
13874         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13875         compatibility with old .newsrc.eld files.
13876
13877         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13878
13879         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13880
13881         * gnus-start.el (gnus-1): do.
13882
13883         * gnus-group.el (gnus-group-line-format-alist): do.
13884
13885         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13886
13887         * gnus-gl.el: Remove.
13888
13889 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13890
13891         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13892         marks consisting of a single range {for example, (3 . 5)} rather
13893         than a list of a single range { ((3 . 5)) }.
13894
13895 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13898         with-current-buffer.
13899         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13900         avoid consing a string.
13901
13902         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13903         Remove obsolete entries for big5 and gb2312.
13904
13905 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13906
13907         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13908         uncompressed list.
13909
13910 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13911
13912         * spam-stat.el (spam-stat-strip-xref): New function.
13913         (spam-stat-process-directory): Use it.
13914
13915         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13916         here -- it's done in message-fetch-field.
13917
13918 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13919
13920         * gnus-agent.el (gnus-agent-queue-mail)
13921         (gnus-agent-prompt-send-queue): New variables.
13922         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13923         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13924         "nndraft:queue" along to gnus-draft-send.  Use
13925         gnus-agent-prompt-send-queue.
13926         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13927         is "nndraft:queue".  Suggested by Gaute Strokkenes
13928         <gs234@srcf.ucam.org>
13929
13930         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13931         (agent-enable-undownloaded-faces): Added
13932         (gnus-agent-cat-groups): Use eval-and-compile, not
13933         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13934         method of gnus-agent-cat-groups even when the buffer has been
13935         evaled.
13936         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13937         delete gnus-agent-save-active-1.
13938         (gnus-agent-save-groups): Deleted.  Identical to
13939         gnus-agent-save-active.
13940         (gnus-agent-write-active): No longer adjust agent's copy of active
13941         file as agent's adjustments are now stored in their own
13942         file.  Removed optional parameter.
13943         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13944         servers.  Add use of min/max range limits from server's local
13945         file.
13946         (gnus-agent-save-alist): Removed unused optional argument.
13947         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13948         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13949         (gnus-agent-set-local): A per-server file that keeps min/max range
13950         limits for articles known to the agent.  Provides a fast mechanism
13951         for altering many active ranges.
13952         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13953         active file (local makes it unnecessary).
13954         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13955
13956         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13957         (agent-enable-undownloaded-faces): Added
13958
13959         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13960         disable it when sending to "nndraft:queue".
13961         (gnus-group-send-queue): Add safety check to avoid sending queue
13962         when unplugged.
13963
13964         * gnus-group.el (gnus-group-catchup): Use new
13965         gnus-sequence-of-unread-articles, not
13966         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13967         numbers of articles.  Use gnus-range-map to avoid having to
13968         uncompress the unread list.
13969         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13970         Fixed invalid ange-ftp reference.
13971
13972         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13973         (gnus-sorted-range-intersection): Intersection of two ranges
13974         without requiring that they first be uncompressed.
13975
13976         * gnus-start.el (gnus-activate-group): Unless blocked by the
13977         caller, possibly expand the active range to include both cached
13978         and agentized articles.
13979         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13980         multiple version-dependent converters.
13981         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13982         gnus-agent-save-active.
13983         (gnus-save-newsrc-file): Save dirty agent range limits.
13984
13985         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13986         gnus-agent-possibly-alter-active.
13987         (gnus-adjust-marked-articles): Faster handling of simple lists
13988
13989 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13990
13991         * spam-stat.el (spam-stat-test-directory): New optional argument
13992         displays a list of files detected.  Suggested by Andrew Cohen
13993         <cohen@andy.bu.edu>.
13994         (spam-stat-buffer-words-with-scores): Don't narrow and change
13995         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13996
13997 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13998
13999         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14000         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14001         (spam-spamassassin-arguments)
14002         (spam-spamassassin-spam-flag-header)
14003         (spam-spamassassin-positive-spam-flag-header)
14004         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14005         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14006         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14007         (spam-list-of-processors, spam-list-of-checks)
14008         (spam-list-of-statistical-checks, spam-registration-functions)
14009         (spam-check-spamassassin-headers, spam-check-spamassassin)
14010         (spam-spamassassin-score)
14011         (spam-spamassassin-register-with-sa-learn)
14012         (spam-spamassassin-register-spam-routine)
14013         (spam-spamassassin-register-ham-routine)
14014         (spam-assassin-register-spam-routine)
14015         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14016         (spam-bogofilter-score): Fix to show article before scoring.
14017
14018 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14021         default scoring function.
14022         (spam-generic-score): Call spam-spamassassin-score if
14023         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14024         spam-bogofilter-score otherwise.
14025
14026         * gnus.el (spam-process, spam-autodetect-methods): Add
14027         spamassassin and spamassassin-headers.
14028
14029 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14030
14031         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14032         Suppress unnecessary messages.
14033
14034 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14035
14036         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14037         make-hash-table.
14038
14039 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * canlock.el (base64-encode-string): Don't autoload it.
14042
14043 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * run-at-time.el: Remove useless (require 'itimer),
14046         eval-and-compile and (featurep 'xemacs).
14047
14048 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14049
14050         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14051         GROUP is a virtual group.
14052
14053 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14054
14055         * gnus.el: Autoload `message-y-or-n-p'.
14056
14057 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14058
14059         * pgg-parse.el: Remove unnecessary (require 'custom).
14060
14061         * pgg-def.el: do.
14062
14063         * nnmail.el: do.
14064
14065         * gnus-undo.el: do.
14066
14067         * gnus-picon.el: do.
14068
14069         * gnus-util.el: do.
14070
14071 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14074
14075 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14078         handle, as well as a list.
14079
14080         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14081         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14082         (mm-w3m-cid-retrieve): Simplify.
14083
14084 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14085
14086         * message.el (message-kill-to-signature): Allow prefix arg to
14087         specify number of lines to keep before signature.
14088
14089 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14090
14091         (message-kill-to-signature): Change docstring.
14092
14093 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * canlock.el: Always require sha1-el.
14096         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14097
14098         * message.el: Autoload sha1 only when compiling.
14099
14100         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14101         eudc-expand-inline for XEmacs.
14102
14103 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * message.el (message-canlock-generate): Require sha1-el.
14106
14107 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14108
14109         * message.el (message-expand-name): Silence the byte compiler.
14110
14111         * lpath.el: Add detect-coding-system.
14112
14113         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14114         cus-edit.
14115
14116 2004-01-13  Simon Josefsson  <jas@extundo.com>
14117
14118         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14119         Invoke gnus-score-mode.  Reported by
14120         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14121
14122         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14123         Jim Blandy <jimb@redhat.com> (tiny change).
14124
14125 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14126
14127         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14128
14129 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * spam.el (spam-get-article-as-string): Update to use
14132         gnus-request-article-this-buffer, much simpler.
14133         (spam-get-article-as-buffer): Remove.
14134
14135 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14136
14137         * message.el (message-expand-name): Use EUDC if the user uses that.
14138
14139 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14140
14141         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14142         character for the encoding to avoid consing a string.
14143
14144         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14145         unnecessarily.
14146
14147         * mm-util.el (mm-replace-chars-in-string): Remove.
14148
14149         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14150         of mm-replace-chars-in-string.
14151
14152 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14153
14154         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14155
14156         * mm-util.el (mm-subst-char-in-string): Support inplace.
14157
14158         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14159         a new string in every iteration.  Use shy groups.
14160
14161 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14162
14163         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14164         * gnus-soup.el (gnus-soup-group-brew):
14165         * gnus-msg.el (gnus-put-message):
14166         * gnus-move.el (gnus-group-move-group-to-server):
14167         * gnus-kill.el (gnus-batch-score):
14168         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14169         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14170         (gnus-group-update-group, gnus-group-read-group)
14171         (gnus-group-make-group, gnus-group-make-help-group)
14172         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14173         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14174         (gnus-group-sort-by-unread, gnus-group-catchup)
14175         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14176         (gnus-group-yank-group, gnus-group-set-info)
14177         (gnus-group-list-groups):
14178         * gnus.el (gnus-generate-new-group-name):
14179         * gnus-delay.el (gnus-delay-send-queue):
14180         * nnvirtual.el (nnvirtual-catchup-group):
14181         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14182         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14183         (gnus-group-prepare-topics, gnus-topic-check-topology):
14184         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14185         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14186         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14187         (gnus-group-make-articles-read):
14188         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14189         (gnus-group-change-level, gnus-kill-newsgroup)
14190         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14191         (gnus-get-unread-articles, gnus-make-articles-unread)
14192         (gnus-make-ascending-articles-unread): Use accessor
14193         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14194         to get group information for improved readability.
14195
14196
14197 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14198
14199         * gnus-art.el (article-decode-mime-words, article-babel)
14200         (gnus-article-highlight-signature, gnus-article-add-buttons)
14201         (gnus-signature-toggle): Use gnus-with-article-buffer.
14202
14203         * gnus-art.el (gnus-article-highlight-headers)
14204         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14205
14206         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14207         (gnus-article-set-globals, gnus-request-article-this-buffer)
14208         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14209         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14210         (gnus-mime-display-alternative): Use with-current-buffer.
14211
14212 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14215         also under 80 char limit, and call gnus-error if needed.
14216         (spam-fetch-article-header): Fix - it was a
14217         buffer-local variable (gnus-newsgroup-data).
14218         (spam-find-spam): Use spam-generate-fake-headers, forget about
14219         spam-insert-fake-headers.
14220         (spam-insert-fake-headers): Remove.
14221
14222 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14223
14224         * deuglify.el (gnus-article-outlook-unwrap-lines)
14225         (gnus-outlook-rearrange-article)
14226         (gnus-outlook-repair-attribution-outlook)
14227         (gnus-outlook-repair-attribution-block)
14228         (gnus-outlook-repair-attribution-other): Remove redundant
14229         save-excursion.
14230
14231 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14232
14233         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14234         (spam-fetch-field-subject-fast)
14235         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14236         (spam-fetch-article-header): Add functions to deal with Gnus
14237         internals for fast retrieval of article header data.
14238         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14239
14240 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14241
14242         * pop3.el (pop3-md5): Remove.
14243         (pop3-apop): Replace pop3-md5 with md5.
14244
14245         * mm-bodies.el: base64 is always built-in.
14246
14247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14248         with-current-buffer.
14249
14250 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * canlock.el (canlock-insert-header): Remove excessive grouping in
14253         regexp.
14254
14255         * gnus-sum.el (gnus-summary-read-document): Ditto.
14256
14257         * gnus-uu.el (gnus-uu-part-number): Ditto.
14258
14259         * html2text.el (html2text-remove-tags): Ditto.
14260         (html2text-format-tags): Ditto.
14261         (html2text-format-single-elements): Ditto.
14262
14263         * mml.el (mml-parse-1): Ditto.
14264
14265 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14266
14267         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14268
14269         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14270
14271         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14272
14273         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14274
14275 2003-11-15  Simon Josefsson  <jas@extundo.com>
14276
14277         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14278         (pgg-gpg-lookup-key): Use regexp match instead of
14279         split-string (split-string is different between emacs 21.2 and
14280         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14281
14282 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14283
14284         * gnus-art.el (gnus-mime-view-all-parts)
14285         (gnus-article-part-wrapper, gnus-article-view-part): Use
14286         with-current-buffer.
14287
14288 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * spam.el (spam-disable-spam-split-during-ham-respool)
14291         (spam-spamoracle-database, spam-cache-lookups)
14292         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14293         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14294         (spam-group-ham-marks, spam-group-spam-marks)
14295         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14296         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14297         also add spam-use-blackholes to the statistical checks.
14298         (spam-fetch-field-fast): Add interface to fetching fields, may
14299         become a macro.
14300         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14301         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14302         (spam-insert-fake-headers): Fake an article when needed.
14303         (spam-find-spam): Fake article when possible.
14304         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14305         (spam-check-bogofilter-headers): Use message-fetch-field instead
14306         of nnmail-fetch-field.
14307
14308 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14311
14312 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14313
14314         * spam.el (spam-split): Do not require spam-use-CHECK to be
14315         enabled if that check is passed to spam-split explicitly; also
14316         fix so 'spam doesn't get converted to spam-split-group when
14317         spam-split-symbolic-return is t.
14318         (spam-find-spam): Find registrations of the article and use those
14319         instead of re-running spam-split to find the spam/ham
14320         classification of the article.
14321         (spam-log-processing-to-registry, spam-log-registered-p)
14322         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14323         Use gnus-error instead of gnus-message.
14324         (spam-log-registration-type): Add function to determine the
14325         classification of a message based on registry entries; will
14326         return nil if both 'spam and 'ham are found.
14327         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14328         a reasonably fast local cache without the loading errors.
14329         (spam-cache-lookups): Set to t by default.
14330         (spam-find-spam): Don't try to guess spam-cache-lookups.
14331         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14332         spam-caches entry.
14333         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14334         caching of whitelist/blacklist entries.
14335         (spam-check-whitelist, spam-check-blacklist): Invoke
14336         spam-from-listed-p with a type, not a cache variable.
14337         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14338
14339 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14340
14341         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14342
14343         * nnmail.el (nnmail-split-fancy): do.
14344
14345         * mml.el (mml-parse): do.
14346
14347         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14348         (gnus-score-adaptive): do.
14349
14350 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14353         (gnus-mime-button-map): Don't set keymap parent.
14354         (gnus-button-ctan-directory-regexp): Use shy grouping.
14355         (gnus-prev-page-map): Don't set keymap parent.
14356         (gnus-prev-page-map): Remove duplicated one.
14357         (gnus-next-page-map): Don't set keymap parent.
14358         (gnus-mime-security-button-map): Ditto.
14359
14360         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14361         version number.
14362
14363         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14364
14365 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * canlock.el (canlock-sha1-function): Remove.
14368         (canlock-sha1-function-for-verify): Remove.
14369         (canlock-openssl-program): Remove.
14370         (canlock-openssl-args): Remove.
14371         (canlock-ignore-errors): Remove.
14372         (canlock-sha1-with-openssl): Remove.
14373         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14374         (canlock-verify): Don't use canlock-ignore-errors.
14375
14376         * sha1-el.el (sha1-string-external): Make it can return a string
14377         in binary form.
14378         (sha1-region-external): Ditto.
14379         (sha1-string-internal): Ditto.
14380         (sha1-region-internal): Ditto.
14381         (sha1-region): Ditto.
14382         (sha1-string): Ditto.
14383         (sha1): Ditto.
14384
14385 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14386
14387         * spam.el (spam-report-articles-gmane): New command.
14388
14389 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14392
14393         * run-at-time.el (run-at-time-saved): Remove.
14394         (run-at-time): Doc fix.
14395
14396 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14397
14398         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14399         (gnus-summary-limit-map): Add it.
14400         (gnus-summary-make-menu-bar): do.
14401
14402 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14403
14404         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14405         Make attempt at some caching support (done for BBDB only now).
14406         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14407         addresses to be checked.
14408         (spam-clear-cache-BBDB): Add function, to be invoked by
14409         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14410         (spam-check-BBDB): Check and use the caches, if
14411         spam-cache-lookups is on, remove superfluous (provide).
14412
14413 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14416
14417 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14418
14419         * run-at-time.el (run-at-time-saved): Move to after the definition
14420         of `run-at-time'.
14421
14422         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14423
14424 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14427         mm-w3m-local-map-property.
14428
14429         * mm-view.el (mm-w3m-mode-map): Remove.
14430         (mm-w3m-local-map-property): Remove.
14431         (mm-inline-text-html-render-with-w3m): Don't use
14432         mm-w3m-local-map-property.
14433
14434 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14435
14436         * run-at-time.el: New file.
14437
14438         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14439         under Emacs.
14440
14441         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14442         of gnus-set-text-properties.
14443
14444         * gnus-uu.el (gnus-uu-save-article): Ditto.
14445
14446         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14447
14448         * gnus-cite.el (gnus-cite-parse): Ditto.
14449
14450         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14451         of gnus-.
14452
14453         * gnus-xmas.el (run-at-time): Require run-at-time.
14454
14455         * gnus.el: Changed calls to nnheader-run-at-time and
14456         password-run-at-time throughout to use run-at-time directly.
14457
14458         * password.el: Removed definition of run-at-time.
14459
14460         * nnheaderxm.el: Remove definition of run-at-time.
14461
14462 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14463
14464         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14465         in prompt.
14466
14467 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14468
14469         * messagexmas.el (message-xmas-redefine): Alias
14470         `message-make-caesar-translation-table' to
14471         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14472         version.
14473
14474         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14475         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14476         `gnus-xmas-set-text-properties'.
14477         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14478         `gnus-xmas-completing-read'.
14479         (gnus-xmas-completing-read): Removed.
14480         (gnus-xmas-open-network-stream): Removed.
14481
14482         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14483         XEmacs version.
14484
14485         * dns.el (dns-make-network-process): Use `open-network-stream'
14486         instead of `gnus-xmas-open-network-stream'.
14487
14488         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14489
14490         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14491
14492 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14493
14494         * gnus-art.el (gnus-mime-display-alternative)
14495         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14496         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14497         Don't use gnus-local-map-property.
14498
14499         * gnus-util.el (gnus-local-map-property): Remove.
14500
14501         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14502         gnus-completing-read-maybe-default with completing-read.
14503
14504         * gnus-util.el (gnus-completing-read): do.
14505         (gnus-completing-read-maybe-default): Remove.
14506
14507 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14508
14509         * password.el: Only autoload `run-at-time' if not XEmacs.
14510         Only autoload the itimer functions if XEmacs.
14511
14512 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14515         XEmacsen.
14516
14517         * dgnushack.el: Autoload executable-find for XEmacs.
14518
14519 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14520
14521         * gnus-art.el (gnus-read-string): Remove.
14522         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14523         read-string.
14524
14525 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * netrc.el: Autoload password-read.
14528         (netrc): Add configuration group.
14529         (netrc-encoding-method, netrc-openssl-path): Add
14530         variables for encoding and decoding of files with symmetric
14531         ciphers.
14532         (netrc-encode): Add assistant function to encode a file with
14533         netrc-encoding-method.
14534         (netrc-parse): Add interactive parameter, added optional
14535         decoding if netrc-encoding-method is non-nil but otherwise
14536         behavior is standard.
14537         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14538         Do s/encode/encrypt/ everywhere.
14539
14540         * spam.el: Remove executable-find autoload.
14541
14542 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14543
14544         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14545
14546         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14547
14548 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * gnus-art.el (gnus-treat-ansi-sequences,
14551         (article-treat-ansi-sequences): New variable and function.
14552         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14553
14554         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14555         Use it.
14556
14557 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14558
14559         * mm-util.el (mm-quote-arg): Remove.
14560
14561         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14562         shell-quote-argument.
14563
14564         * gnus-uu.el (gnus-uu-command): do.
14565
14566         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14567
14568         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14569         with make-char.
14570
14571         * mm-util.el (mm-make-char): Remove.
14572
14573         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14574         add-minor-mode.
14575
14576         * gnus-undo.el (gnus-undo-mode): do.
14577
14578         * gnus-topic.el (gnus-topic-mode): do.
14579
14580         * gnus-sum.el (gnus-dead-summary-mode): do.
14581
14582         * gnus-start.el (gnus-slave-mode): do.
14583
14584         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14585
14586         * gnus-ml.el (gnus-mailing-list-mode): do.
14587
14588         * gnus-gl.el (gnus-grouplens-mode): do.
14589
14590         * gnus-draft.el (gnus-draft-mode): do.
14591
14592         * gnus-dired.el (gnus-dired-mode): do.
14593
14594         * gnus-ems.el (gnus-add-minor-mode): Remove.
14595
14596         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14597         Replace gnus-char-width with char-width.
14598
14599         * gnus-ems.el (gnus-char-width): Remove.
14600
14601         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14602         Replace gnus-char-width with char-width.
14603
14604         * gnus-ems.el (gnus-char-width): Remove.
14605
14606         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14607         definition.
14608         Remove Emacs 20 hash table compatibility code.
14609
14610         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14611         20 compatibility code.
14612
14613         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14614
14615         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14616
14617         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14618         with point-at-{eol,bol}.
14619
14620         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14621
14622         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14623
14624         * flow-fill.el (fill-flowed-point-at-bol)
14625         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14626
14627         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14628         Replace with point-at-{eol,bol} throughout all files.
14629
14630 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * ntlm.el (ntlm-string-as-unibyte): New macro.
14633         (ntlm-build-auth-response): Use it.
14634
14635         Remove Emacs 20 stuff:
14636         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14637         (butlast, mapc, remove): Remove the compiler macros.
14638         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14639         of delq and copy-sequence.
14640         * gnus-art.el (popup-menu): Remove the compiler macro.
14641         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14642         Emacs 20.
14643
14644 2004-01-05  Simon Josefsson  <jas@extundo.com>
14645
14646         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14647         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14648         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14649         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14650         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14651         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14652         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14653         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14654         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14655         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14656         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14657         string-xor into ntlm-string-xor.  Suggested by
14658         Jesper Harder <harder@myrealbox.com>.
14659
14660         * ntlm.el: Don't include poem.
14661
14662         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14663         Jesper Harder <harder@myrealbox.com>.
14664
14665         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14666
14667         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14668         probably breaks emacs with DL patch, but do we care? Is anyone
14669         still using the DL stuff?)
14670
14671         * sieve-manage.el: Use the password package.
14672         (sieve-manage-read-passwd): Remove.
14673         (sieve-manage-interactive-login): Use password.  Re-add
14674         condition-case around loop.
14675
14676         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14677         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14678         the password package.
14679
14680 2003-02-19  Simon Josefsson  <jas@extundo.com>
14681
14682         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14683         token.
14684
14685 2002-08-07  Simon Josefsson  <jas@extundo.com>
14686
14687         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14688         (sieve-manage-authenticators):
14689         (sieve-manage-authenticator-alist): Add some SASL mechs.
14690         (sieve-sasl-auth): New function.
14691         (sieve-manage-cram-md5-auth):
14692         (sieve-manage-plain-auth): Rewrite using SASL library.
14693         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14694         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14695         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14696         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14697
14698 2004-01-05  Simon Josefsson  <jas@extundo.com>
14699
14700         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14701         New files.
14702
14703 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * gnus-group.el (gnus-no-groups-message): Update.
14706
14707         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14708
14709 2003-11-09  Simon Josefsson  <jas@extundo.com>
14710
14711         * imap.el: Support for ID IMAP extension (RFC 2971).
14712         (imap-local-variables): Add imap-id.
14713         (imap-id): New variable.
14714         (imap-id): New function.
14715         (imap-parse-response): Parse untagged ID response.
14716         * nnimap.el (nnimap-id): New variable.
14717         (nnimap-open-connection): Use it.
14718
14719 2003-12-28  Simon Josefsson  <jas@extundo.com>
14720
14721         * gnus-score.el (gnus-score-edit-all-score): New.
14722         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14723
14724 2004-01-04  Simon Josefsson  <jas@extundo.com>
14725
14726         * password.el: Add.
14727
14728 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14729
14730         * dns.el (dns-query-types): Fix typo.
14731         (dns-query-types): New function
14732         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14733         PTR and SOA replies, see RFC 1035.
14734
14735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14736
14737         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14738
14739         * Moved to Changelog.2.
14740
14741 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14742
14743         * gnus.el (gnus-version-number): Bump version.
14744
14745 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14746
14747         * gnus.el: No Gnus v0.1 is released.
14748
14749 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14750
14751         * gnus.el: No Gnus v0.0 is released.
14752
14753 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * gnus.el (gnus-version-number): Bump.
14756         (gnus-version): No.
14757
14758 See ChangeLog.2 for earlier changes.
14759
14760     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
14761       Free Software Foundation, Inc.
14762
14763   This file is part of GNU Emacs.
14764
14765   GNU Emacs is free software: you can redistribute it and/or modify
14766   it under the terms of the GNU General Public License as published by
14767   the Free Software Foundation, either version 3 of the License, or
14768   (at your option) any later version.
14769
14770   GNU Emacs is distributed in the hope that it will be useful,
14771   but WITHOUT ANY WARRANTY; without even the implied warranty of
14772   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14773   GNU General Public License for more details.
14774
14775   You should have received a copy of the GNU General Public License
14776   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14777
14778 ;; Local Variables:
14779 ;; coding: utf-8
14780 ;; fill-column: 79
14781 ;; add-log-time-zone-rule: t
14782 ;; End:
14783
14784 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4