(assistant-render-text): Run `widget-setup' and don't
[gnus] / lisp / ChangeLog
1 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4         delete the extra newline.  Otherwise editing of :string and :number
5         types don't work.
6
7 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10         secrets.el dependency.
11         (auth-sources): Add optional user name.  Add secrets.el configuration
12         choice (unused right now).
13
14 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * gnus-sum.el (gnus-summary-make-menu-bar): Let
17         `gnus-registry-install-shortcuts' fill in the functions.
18
19         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
20         warnings.
21         (gnus-registry-misc-menus): Variable to hold registry mark menus.
22         (gnus-registry-install-shortcuts): Populate and use it in a
23         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
24
25 2010-03-20  Martin Stjernholm <mast@lysator.liu.se>
26
27         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
28         In-place substitutions for the group name encoding/decoding.
29         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
30         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
31         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
32         (nnimap-update-unseen, nnimap-request-list)
33         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
34         (nnimap-request-set-mark, nnimap-split-to-groups)
35         (nnimap-split-articles, nnimap-request-newgroups)
36         (nnimap-request-create-group, nnimap-request-accept-article)
37         (nnimap-request-delete-group, nnimap-request-rename-group)
38         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
39         `encoded-mbx' for consistency.
40         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
41         variable `imap-current-mailbox'.
42
43         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
44         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
45
46 2010-03-20  Bojan Petrovic <bpetrovi@f.bg.ac.rs>
47
48         * pop3.el (pop3-display-message-size-flag): Display message size byte
49         counts during POP3 download.
50         (pop3-movemail): Use it.
51         (pop3-list): Implement listing of available messages.
52
53 2010-03-20  Mark Triggs <mst@dishevelled.net> (tiny change)
54
55         * nnir.el (nnir-get-article-nov-override-function): New function to
56         override the normal NOV retrieval.
57         (nnir-retrieve-headers): Use it.
58
59 2010-03-18  Glenn Morris  <rgm@gnu.org>
60
61         * hashcash.el (declare-function): Remove duplicate definition.
62
63 2010-03-17  Kevin Ryde  <user42@zip.com.au>
64
65         * mml.el (mml-read-tag): Unquote values with `read' to reverse
66         prin1 in mml-insert-tag (just stripping the quotes gave wrong
67         value if any backslash escapes).
68
69 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
72         if it is available.  (bug#5647)
73
74         * lpath.el: Suppress compiler warning for coding-system-from-name for
75         Emacs 21 and XEmacs.
76
77 2010-03-14  Juri Linkov  <juri@jurta.org>
78
79         * hmac-def.el:
80         * hmac-md5.el:
81         * netrc.el: Fix keywords.
82
83 2010-02-26  Glenn Morris  <rgm@gnu.org>
84
85         * message.el (message-send-mail-function): Change the default, so that
86         it inherits from a customized send-mail-function.  (Bug#5643)
87
88 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
89
90         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
91         shell-command-to-string signals an error (bug#5299).
92
93 2010-02-24  Glenn Morris  <rgm@gnu.org>
94
95         * message.el (message-smtpmail-send-it)
96         (message-send-mail-with-mailclient): Doc fixes.
97
98 2010-02-16  Glenn Morris  <rgm@gnu.org>
99
100         * message.el (message-default-mail-headers): Change the default value
101         to ease the transition from mail-mode to message-mode.  (Bug#5555)
102
103 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
106         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
107
108 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
109
110         * time-date.el (date-to-time): Doc fix (Bug#5408).
111
112 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
113
114         * message.el (message-mail): Just pass yank-action on to message-setup.
115         (message-setup): Handle (FUN . ARGS) form of yank-action.
116         (message-with-reply-buffer, message-widen-reply)
117         (message-yank-original): Handle non-buffer values of
118         message-reply-buffer (Bug#4080).
119         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
120
121 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
122
123         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
124         Fix typo in docstring.
125
126 2010-01-08  Jason Rumney  <jasonr@gnu.org>
127
128         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
129         response.
130
131 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
134
135         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
136
137         * message.el (message-check-news-header-syntax): Protect against a
138         string that `rfc822-addresses' returns when parsing fails.
139
140 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
143         (gnus-previous-char-property-change): New functions.
144
145         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
146
147 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
148
149         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
150         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
151
152 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
153
154         * message.el (message-exchange-point-and-mark): Rework last change to
155         avoid using optional arg of exchange-point-and-mark, for backward
156         compatibility.
157
158 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
159
160         * message.el (message-exchange-point-and-mark): Call
161         exchange-point-and-mark with an argument rather than setting
162         mark-active by hand (Bug#5175).
163
164 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * nntp.el (nntp-service-to-port): Work for service expressed with
167         numeric string; replace [:digit:] with [0-9] for XEmacs.
168
169 2009-12-17  Glenn Morris  <rgm@gnu.org>
170
171         * gnus-group.el (gnus-bug-group-download-format-alist):
172         Change emacs entry to debbugs.gnu.org.  Bump :version.
173
174 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
175
176         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
177
178 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
179
180         * message.el (message-info): Explain why we use `Info-goto-node'.
181
182 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
185
186 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * message.el (message-completion-in-region): New compatibility function.
189         (message-expand-group): Use it.
190
191 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
194         with no unread article should be listed if the 2nd arg `predicate' is
195         given.
196
197 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
200
201 2009-11-29  Juri Linkov  <juri@jurta.org>
202
203         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
204         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
205         on `gnus-recenter'. (Bug#4698, Bug#4981)
206
207 2009-11-26  Kevin Ryde  <user42@zip.com.au>
208
209         * sha1.el (sha1-string-external): default-directory "/" in case
210         otherwise non-existent.  process-connection-type pipe for touch of
211         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
212
213 2009-11-25  Kevin Ryde  <user42@zip.com.au>
214
215         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
216         it's comms related and sgml-mode.el has "comm" on that basis too.
217
218 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
221         containing tspecial characters if they have been already quoted.
222
223 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
224
225         * dns-mode.el (auto-mode-alist): Purecopy string.
226
227 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
228
229         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
230
231 2009-10-24  Glenn Morris  <rgm@gnu.org>
232
233         * gnus-art.el (help-xref-stack-item): Define for compiler.
234
235 2009-10-21  Kevin Ryde  <user42@zip.com.au>
236
237         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
238
239 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
242
243 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
246         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
247
248 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus.el (gnus-overlay-get): New alias to overlay-get.
251         (gnus-overlays-in): New alias to overlays-in.
252
253         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
254         gnus-overlay-get, and gnus-delete-overlay.
255         (gnus-summary-show-thread): Make it work as well for systems in which
256         next-single-char-property-change is not available.
257         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
258
259         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
260         (gnus-overlay-get): New alias to extent-property.
261         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
262
263         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
264         SXEmacs.
265
266         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
267         SXEmacs.
268
269 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
270
271         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
272
273 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
274
275         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
276         and XEmacs that don't have `remove-overlays'.
277
278 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
279
280         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
281         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
282         selective display.  Use overlays instead.
283
284 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
285
286         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
287
288 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
289
290         * spam-stat.el (spam-stat-load): Fix typo in message.
291
292 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
293
294         * dig.el (dig-invoke): Fix typo in docstring.
295         (query-dig): Reflow docstring.
296
297 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
298
299         * gnus-art.el (gnus-article-encrypt-body):
300         * message.el (message-check-recipients):
301         * mm-util.el (mm-codepage-setup):
302         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
303         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
304
305 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
306
307         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
308         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
309         keys from the menu if mm-{sign,encrypt}-option is 'guided.
310         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
311         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
312
313 2009-09-21  Kevin Ryde  <user42@zip.com.au>
314
315         * dig.el: Add "Keywords: comm", as per net-utils.el.
316
317 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
318
319         * dig.el (dig-mode): Use define-derived-mode.
320
321 2009-09-19  Glenn Morris  <rgm@gnu.org>
322
323         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
324
325 2009-09-18  Glenn Morris  <rgm@gnu.org>
326
327         * gnus-diary.el (gnus-diary-check-message):
328         * message.el (message-insert-formatted-citation-line):
329         * nnbabyl.el (top-level):
330         * nndiary.el (nndiary-schedule):
331         Fix typos in condition-case handlers.
332
333 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus-art.el (gnus-article-edit-part): Work for the buffer
336         configuration that provides the sole article window in a frame;
337         position point correctly after deleting a part.
338
339 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
340
341         * spam.el (spam-unregister-on-reregister): Add boolean variable.
342         (spam-resolve-registrations-routine): Use it to unregister articles
343         that change status.
344
345 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
348         with XEmacs.
349         (parse-time-string-chars): Use it.
350
351 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         * imap.el (imap-interactive-login): Better messages.
354         (imap-open): Fix bug with renamed buffer on reconnect.
355         (imap-authenticate): Add buffer-local imap-last-authenticator variable
356         for easier debugging and cleaner code.  On successful (guessed based on
357         server capabilities) secondary authentication, set imap-state
358         correctly.
359         (imap-last-authenticator): Define imap-last-authenticator as a variable
360         to avoid warnings.
361
362 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * nnrss.el (nnrss-request-article): Remove binding of
365         default-enable-multibyte-characters that has gotten needless by
366         the 2007-07-13 change in rfc2047-encode-message-header.
367
368         * mml.el (mml-insert-multipart): Error on the message header.
369         (mml-insert-part): Error on the message header; position point at
370         the end of a MIME tag.
371
372 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * time-date.el (autoload): Expand define-obsolete-function-alias into
375         defalias and make-obsolete for old Emacsen that Gnus supports.
376         (with-no-warnings): Define it for old Emacsen.
377         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
378         is available.
379         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
380         float-time is available; suppress compile warning for time-to-seconds.
381
382         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
383         (gnus-float-time): Alias to float-time if it exists.
384
385         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
386         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
387         float-time is available; suppress compile warning for time-to-seconds.
388
389         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
390         XEmacs.
391
392 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * imap.el (imap-message-map): Docstring fix.
395
396 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
399         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
400         Add the optional argument `encoding' that overrides the default.
401
402         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
403         mm-encode-buffer.
404
405 2009-09-04  Glenn Morris  <rgm@gnu.org>
406
407         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
408         mm-disable-multibyte, rather than default-enable-multibyte-characters.
409         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
410         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
411         * mm-util.el (mm-with-unibyte-current-buffer)
412         (mm-find-buffer-file-coding-system):
413         * yenc.el (yenc-decode-region): Use default-value rather than
414         default-enable-multibyte-characters.
415
416 2009-09-03  Glenn Morris  <rgm@gnu.org>
417
418         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
419         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
420         than default-enable-multibyte-characters.
421
422 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
423
424         * gnus-art.el (gnus-article-read-summary-keys):
425         Fix gnus-buffer-configuration's value temporarily used.
426
427 2009-09-02  Glenn Morris  <rgm@gnu.org>
428
429         * gnus-util.el (gnus-float-time): New function.
430         * gnus-delay.el (gnus-delay-article):
431         * gnus-sum.el (gnus-thread-latest-date):
432         * gnus-util.el (gnus-user-date): Use gnus-float-time.
433         * nnspool.el (nnspool-request-newgroups):
434         Use gnus-float-time rather than time-to-seconds.
435         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
436
437         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
438         (gnus-header-subject-face, gnus-header-newsgroups-face)
439         (gnus-header-name-face, gnus-header-content-face):
440         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
441         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
442         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
443         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
444         (gnus-cite-face-11):
445         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
446         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
447         (gnus-server-closed-face, gnus-server-denied-face)
448         (gnus-server-offline-face):
449         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
450         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
451         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
452         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
453         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
454         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
455         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
456         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
457         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
458         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
459         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
460         (gnus-summary-selected-face, gnus-summary-cancelled-face)
461         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
462         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
463         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
464         (gnus-summary-high-undownloaded-face)
465         (gnus-summary-low-undownloaded-face)
466         (gnus-summary-normal-undownloaded-face)
467         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
468         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
469         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
470         (gnus-splash-face):
471         * message.el (message-header-to-face, message-header-cc-face)
472         (message-header-subject-face, message-header-newsgroups-face)
473         (message-header-other-face, message-header-name-face)
474         (message-header-xheader-face, message-separator-face)
475         (message-cited-text-face, message-mml-face):
476         * sieve-mode.el (sieve-control-commands-face)
477         (sieve-action-commands-face, sieve-test-commands-face)
478         (sieve-tagged-arguments-face):
479         * spam.el (spam-face):
480         Mark face aliases with "-face" in the name as obsolete.
481
482 2009-09-01  Glenn Morris  <rgm@gnu.org>
483
484         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
485         than goto-line.
486
487 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
490         Don't move point if the command is invoked inside the message header.
491
492 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * imap.el (imap-send-command): Simplify.
495         (imap-wait-for-tag): point-max -> buffer-size.
496
497 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
498
499         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
500         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
501         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
502         * nnir.el (nnir-swish-e-index-file):
503         * gnus-sum.el (gnus-summary-delete-marked-as-read)
504         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
505         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
506         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
507         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
508         (gnus-treat-display-xface): Add Emacs version of obsolescence.
509
510 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
513         Don't save excursion.
514
515 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
516
517         * nnheader.el (nnheader-find-file-noselect):
518         * mm-util.el (mm-insert-file-contents):
519         Use (default-value 'major-mode) instead of default-major-mode.
520
521 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
522
523         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
524
525 2009-08-26  Glenn Morris  <rgm@gnu.org>
526
527         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
528         than placing in files.el.
529
530 2009-08-25  Glenn Morris  <rgm@gnu.org>
531
532         * nnir.el (top-level): Don't require cl at run-time.
533         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
534         Replace cl-function substitute with gnus-replace-in-string.
535         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
536         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
537         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
538         simplified expansions.
539
540 2009-08-25  Kevin Ryde  <user42@zip.com.au>
541
542         * dig.el (dig): Add autoload cookie.
543
544 2009-08-22  Glenn Morris  <rgm@gnu.org>
545
546         * gnus-art.el (gnus-button-patch): Use forward-line rather than
547         goto-line.
548
549 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
550
551         * parse-time.el (parse-time-string-chars): Save match data.
552
553 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
554
555         * parse-time.el (parse-time-string-chars): Compute using character
556         classes, to handle non-ascii characters (Bug#3190).
557
558 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
561
562         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
563         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
564         (gnus-mm-display-part, gnus-mime-display-single)
565         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
566         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
567
568         * gnus-sum.el
569         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
570         (gnus-summary-move-article): Add expirable mark to articles copied or
571         moved to group that has auto-expire turned on if the option is non-nil.
572
573 2009-07-24  Glenn Morris  <rgm@gnu.org>
574
575         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
576         Fix typo.  (Bug#3903)
577
578 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
581         gnus-article-read-summary-keys rather than gnus-summary-edit-article
582         that should not be used for draft articles.
583         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
584         that has no concern in minor mode keys.
585         (gnus-article-summary-command, gnus-article-summary-command-nosave):
586         Abolish.
587
588 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
591         article without making inquiry to a user for unknown encoding.
592
593         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
594         (nnmaildir--scan): Assume i-node and device number that file-attributes
595         returns might be cons-cell.
596
597         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
598
599         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
600
601 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * auth-source.el: Remove docs now in auth.texi.  Don't use
604         `gnus-message' for logging.  Add new variables `auth-source-debug' and
605         `auth-source-hide-passwords' and use them.
606
607 2009-07-15  Glenn Morris  <rgm@gnu.org>
608
609         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
610
611 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
614         excessive whitespace from the default values of title and description.
615
616 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
619         mail-fetch-field to fetch Content-Description header in order to
620         exclude newlines.
621
622 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
623
624         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
625         format used by GnuPG 2.0.11.
626
627 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
630         to deleted part.
631
632 2009-05-30  David Engster  <dengste@eml.cc>
633
634         * nnmairix.el: Remove old documentation in the commentary block.
635         (nnmairix-request-group): Do not update active file for nnml back ends.
636         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
637         end so that overview files are ignored.
638         (nnmairix-update-groups): Make updating the groups more robust by using
639         marks.
640         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
641         with dollar characters in message-id.
642
643 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
644
645         * spam.el: Use dns-query instead of query-dns.  Was renamed on
646         2008-12-25 in dns.el.
647
648 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
649
650         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
651         could happen if the text is only composed of spaces and/or tabs.
652
653 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
654
655         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
656         when sending a queued message to avoid extra mml tags.
657
658 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
661
662 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
665         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
666         rmail-toggle-header for XEmacs;
667         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
668
669 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-dired.el: Remove autoload for gnus-setup-message.
672         (gnus-dired-attach): Fake this-command value to prevent Gnus from
673         displaying Gnus logo; always use compose-mail.
674
675 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
678
679 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
682         (gnus-nocem-issuers): List currently active issuers; fix custom type.
683         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
684         available.
685         (gnus-nocem-epg-verify): New function.
686
687 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
688
689         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
690
691 2009-02-15  Glenn Morris  <rgm@gnu.org>
692
693         * gnus-util.el (rmail-insert-rmail-file-header)
694         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
695         autoloads.
696         (rmail-default-rmail-file): Remove unnecessary declaration.
697         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
698
699 2009-02-14  Glenn Morris  <rgm@gnu.org>
700
701         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
702         variable (only used in gnus-util, which declares it anyway).
703         (rmail-output-to-rmail-file): Remove autoload of deleted function,
704         which was only needed by gnus-art (changed to not use it any more).
705         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
706         only used in gnus-util, which autoloads it itself.
707         (rmail-update-summary): Fix autoload.
708
709         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
710         rather than rmail-output-to-rmail-file.
711
712 2009-02-07  Glenn Morris  <rgm@gnu.org>
713
714         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
715         autoload of function that no longer exists.
716         (rmail-toggle-header): Declare.
717         (message-forward-rmail-make-body): Handle mbox Rmail.
718
719 2009-01-31  Glenn Morris  <rgm@gnu.org>
720
721         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
722         2009-01-09 change.
723
724 2009-01-31  Dave Love  <fx@gnu.org>
725
726         * imap.el (imap-fetch-safe): Bind debug-on-error.
727         (imap-debug): Add imap-fetch-safe.
728
729 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
732         (auth-source-forget-all-cached): New convenience function.
733         (auth-source-user-or-password): Accept list of modes or a single mode.
734
735         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
736         auth-source modes.
737
738         * netrc.el (netrc-machine-user-or-password): Use list of
739         auth-source modes.
740
741         * nnimap.el (nnimap-open-connection): Use list of
742         auth-source modes.
743
744         * nntp.el (nntp-send-authinfo): Use list of
745         auth-source modes.
746
747 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * auth-source.el: Update docs to reflect epa-file-enable is to be used
750         now.
751
752 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
755         coding system in XEmacs; add a workaround for XEmacs.
756
757         * lpath.el: Fbind coding-system-aliasee.
758
759 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * mm-util.el (mm-coding-system-priorities): Protect against nil value
762         of current-language-environment.
763
764 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
765
766         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
767         available at runtime.
768
769 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-art.el (article-date-ut): Fix end point of narrowing.
772
773 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
774
775         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
776         the greatest positive fixnum value doesn't work under an XEmacs with
777         bignum support; use the most-positive-fixnum constant instead,
778         available since Emacs 21.1 with cl and XEmacs 21.1.
779
780 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
783         XEmacs gets not to work.
784
785 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * mm-util.el (mm-coding-system-priorities): Allow the value like
788         "Japanese (UTF-8)" of current-language-environment.
789
790 2009-01-09  Glenn Morris  <rgm@gnu.org>
791
792         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
793         with last-command-event.
794
795 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
798         in the doc string.
799
800         * message.el (message-fix-before-sending): Amend comment.
801
802 2009-01-08  Dave Love  <fx@gnu.org>
803
804         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
805
806 2009-01-07  David Engster  <dengste@eml.cc>
807
808         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
809         simplified server definitions by converting it via
810         gnus-server-to-method.
811
812 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
815         parameter's operands.
816
817 2009-01-06  David Engster  <dengste@eml.cc>
818
819         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
820         primary select method (for gnus-group-mark-article-as-read).
821
822 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
823
824         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
825         `(gnus)Face', not `(gnus)X-Face'.
826
827 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * mm-util.el (mm-ucs-to-char): New function.
830
831         * mm-url.el (mm-url-decode-entities): Use it.
832
833         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
834         unicode-to-char.
835
836 2009-01-05  Dave Love  <fx@gnu.org>
837
838         * time-date.el: Require cl for `declare'.
839
840 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
841
842         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
843         Dave Love.
844
845 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
846
847         * message.el (message-fix-before-sending): Add `eight-bit' to
848         illegible-text check.
849
850 2009-01-03  Michael Olson  <mwolson@gnu.org>
851
852         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
853         `headers' is nil.  This can occur if the IMAP server does not have
854         permissions to read messages from a folder, but can write new messages
855         to the folder.
856         (nnimap-request-article-part): Do not insert `data' if it is nil.
857
858         * imap.el (imap-parse-fetch): Courier can insert spurious blank
859         characters which will confuse `read', so skip past them.
860
861 2009-01-01  Dave Love  <fx@gnu.org>
862
863         * imap.el (imap-string-to-integer): Fix typo.
864         (imap-fetch-safe): New function.
865         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
866
867         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
868
869         * imap.el (imap-process-connection-type, imap-debug, imap-open):
870         (imap-parse-greeting): Fix doc strings.
871         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
872         (imap-parse-flag-list): Make messages unique.
873         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
874
875         * nnimap.el: Fix author email.
876         (nnimap-split-rule): Add FIXME comment.
877         (nnimap-debug): Fix doc string.
878
879 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
880
881         * dns.el (dns-set-servers): Check "Address".  Fix typo.
882
883 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
886         nslookup if resolv.conf isn't available.
887         (dns-query): Rename from query-dns.
888         (dns-query-cached): Rename from query-dns-cached.
889
890 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
893         overlay-arrow-position and overlay-arrow-string buffer-local; no need
894         to check if those variables exist (first appeared in Emacs 18.50).
895
896 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * mm-util.el (mm-line-number-at-pos): New function.
899
900         * spam-report.el (spam-report-process-queue): Use it.
901
902 2008-12-24  David Engster  <dengste@eml.cc>
903
904         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
905         parameters that haven't existed as variables as buffer-local variables.
906
907 2008-12-23  Dave Love  <fx@gnu.org>
908
909         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
910         cadar.
911
912         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
913         imap-starttls-p.
914         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
915
916 2008-12-22  Dave Love  <fx@gnu.org>
917
918         * imap.el: Fix author email.  Doc fixes.
919         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
920         reply.
921
922 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
923
924         * spam-report.el (spam-report-gmane-max-requests): New constant.
925         (spam-report-gmane-wait): New variable.
926         (spam-report-gmane-ham, spam-report-gmane-spam)
927         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
928         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
929         the server.
930
931         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
932         Add explanations.
933
934         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
935         nnheader-accept-process-output and nnheader-read-timeout if available.
936         (pop3-movemail): Use it.
937
938         * message.el (message-check-news-body-syntax): Fix signature check if
939         there's an attachment.
940
941 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mm-util.el: Add comments to the mm- emulating functions.
944
945 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
946
947         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
948         by Stephen Berman <stephen.berman@gmx.net>.
949
950 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * mm-util.el (mm-substring-no-properties): New function.
953         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
954         (mm-special-display-p): Enable those lambda forms to be byte compiled.
955         (mm-string-to-multibyte): Doc fix.
956
957         * mml.el (mml-attach-file): Use mm-substring-no-properties.
958
959 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
960
961         * mml.el (mml-attach-file): Strip text properties from file name.
962         (Bug#1574)
963
964 2008-12-16  Glenn Morris  <rgm@gnu.org>
965
966         * mm-util.el (mm-charset-override-alist): Declare for compiler.
967
968 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
971         knows since the charset specified might be a bogus alias that
972         mm-charset-synonym-alist provides.
973
974 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
975
976         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
977         "ISO_8859-1".
978
979         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
980
981 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * mm-util.el (mm-charset-eval-alist):
984         Define it before mm-charset-to-coding-system.
985         (mm-charset-to-coding-system): Add optional argument `silent';
986         define it before mm-charset-override-alist.
987         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
988         default value if it can be used in Emacs currently running;
989         silence mm-charset-to-coding-system.
990
991 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
994         `allow-override' which says whether to use `mm-charset-override-alist'.
995         (rfc2047-decode-encoded-words): Use it.
996
997         * mm-util.el (mm-charset-override-alist): Fix custom type;
998         add `(gb2312 . gbk)' to choices.
999
1000 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1003         fast.
1004
1005         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1006
1007         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1008
1009 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1010
1011         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1012         on links.
1013
1014         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1015
1016 2008-12-03  Lute Kamstra  <lute@gnu.org>
1017
1018         * sha1.el: Remove leading * from docstrings of defcustoms,
1019         deffaces, defconsts and defuns.
1020
1021 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1024         users' addresses that don't have domain parts.
1025         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1026         rather than message-narrow-to-head since there will be the message
1027         header separator.
1028
1029 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1030
1031         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1032         since the result is inserted in a unibyte buffer anyway.
1033         (nnimap-demule-use-string-to-multibyte): Remove.
1034         (nnimap-demule): Alias it to mm-string-to-multibyte.
1035
1036 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1037
1038         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1039         variable for debugging bug#464 and bug#1174.
1040         (nnimap-demule): Use it.
1041
1042 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1043
1044         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1045         score calculation correctly.
1046
1047 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * message.el (message-send-mail): Just set the buffer to unibyte
1050         rather than use mm-with-unibyte-current-buffer which does a lot more.
1051         (message-send-mail-partially): Don't bother with
1052         mm-with-unibyte-current-buffer since it's already been made unibyte by
1053         message-send-mail.
1054
1055 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1056
1057         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1058
1059 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1060
1061         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1062
1063 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1066         require itself and to remove `with-no-warnings'.
1067
1068 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * starttls.el (starttls-any-program-available): Get the name of the
1071         available TLS layer program.
1072         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1073         well as the host name in the "opening" message.
1074
1075         * auth-source.el (auth-source-cache, auth-source-do-cache)
1076         (auth-source-user-or-password): Cache passwords and logins by default,
1077         allow override with `auth-source-do-cache'.
1078         (auth-source-forget-user-or-password): Allow users to remove cache
1079         entries if needed.
1080
1081 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1082
1083         * md4.el (md4-buffer): Fix typo in docstring.
1084         (md4, md4-64): Doc fixes.
1085         (md4-pack-int32): Reflow docstring.
1086
1087 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1088
1089         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1090         condition-case to only the forward-sexp call.
1091
1092 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1095         quotes contained.  Make it more robust regardless by an extra
1096         condition-case wrapper.
1097
1098 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1101
1102 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * nnml.el (nnml-request-expire-articles): Check if the function set to
1105         `nnmail-expiry-target' returns the symbol `delete'.
1106
1107         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1108
1109         * nnmail.el (nnmail-expiry-target): Fix custom type.
1110
1111 2008-10-02  Glenn Morris  <rgm@gnu.org>
1112
1113         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1114         Silence compiler warning.
1115
1116 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1117
1118         * tls.el (open-tls-stream): Show the actual command being
1119         executed, instead of the format string.
1120
1121 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * lpath.el: Fbind codepage-setup for Emacs 23.
1124
1125 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1126
1127         * mml.el (mml-menu): Don't assume mml2015 is bound.
1128
1129 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1132         exists.
1133
1134 2008-09-27  Glenn Morris  <rgm@gnu.org>
1135
1136         * gnus-util.el (mail-header-remove-comments): Autoload it.
1137
1138 2008-09-27  Andreas Schwab  <schwab@suse.de>
1139
1140         * gnus-util.el (gnus-split-references): Strip comments.
1141         (gnus-parent-id): Likewise.
1142
1143 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * message.el (message-confirm-send): Fix version.
1146
1147 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * message.el (message-idna-to-ascii-rhs-1): Use
1150         mail-extract-address-components rather than mail-header-parse-addresses
1151         that is an alias by default to ietf-drums-parse-addresses that does not
1152         support non-ASCII names in headers' contents.
1153
1154 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * message.el (message-confirm-send): Fixed variable documentation to
1157         avoid the "y/n" wording.
1158
1159 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1160
1161         * message.el (message-set-auto-save-file-name): Save to a different
1162         filename so multiple messages (especially drafts) can be recovered.
1163
1164 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1165
1166         * message.el (message-confirm-send): Add appropriate version.
1167
1168 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1169
1170         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1171         defvar.
1172
1173 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1174
1175         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1176         (mm-pkcs7-enveloped-magic): Ditto.
1177
1178 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1179
1180         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1181         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1182
1183 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1186         default, it's better.
1187
1188 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1189
1190         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1191         summary line gnus-number property and ignore them (with a warning
1192         message).
1193
1194 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1197         macro caddr in the interactive form since it won't be expanded.
1198
1199 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1202         `charset'; fix name of function called recursively.
1203         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1204
1205 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1208         (gnus-mime-set-charset-parameters): New function.
1209         (gnus-mime-view-part-as-charset): Use it to correctly display part
1210         specifying wrong charset.
1211
1212 2008-09-08  David Engster  <dengste@eml.cc>
1213
1214         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1215         in completing-read for back end server.
1216
1217 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * message.el (message-confirm-send): New variable to confirm sending a
1220         message.
1221         (message-send): Use it.
1222
1223 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1226
1227 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1230
1231 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1234         prevent tracking too many groups.
1235         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1236         Use it.
1237
1238 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1239
1240         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1241         moving point to the bottom of the window in order to avoid recentering.
1242
1243 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1246
1247         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1248         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1249         (gnus-article-beginning-of-window): Fix calculation.
1250
1251 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-msg.el (gnus-summary-supersede-article)
1254         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1255         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1256         message header.
1257
1258 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1259
1260         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1261         pending output coming after the status change.
1262
1263 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1264
1265         * message.el:
1266         * gnus-start.el:
1267         * gnus-registry.el: Remove VMS support.
1268
1269 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1272         macro.
1273         (rfc2104-hash): Use it.
1274
1275 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1276
1277         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1278         (gnus-summary-sort-by-most-recent-date): New commands.
1279         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1280         and menu entries.
1281
1282 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1285         don't redisplay article for raw contents; remove plural articles stuff.
1286
1287         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1288         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1289         on gnus-summary-save-article; display results properly.
1290
1291 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * lpath.el: No need to fbind ns-focus-frame.
1294
1295 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1298
1299 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1302         gnus-save-all-headers.
1303
1304 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1305
1306         * gnus-util.el (ns-focus-frame): Remove declaration.
1307         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1308         like x.
1309
1310 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1311
1312         * rfc2104.el (rfc2104-zero): Delete defconst.
1313         (rfc2104-hex-alist): Likewise.
1314         (rfc2104-hex-to-int): Delete func.
1315         (rfc2104-hexstring-to-bitstring): Likewise.
1316         (rfc2104-nybbles): New defconst.
1317         (rfc2104-hash): Rewrite for speed.
1318
1319 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * tls.el (open-tls-stream): Make it work with the 2nd argument
1322         BUFFER that is a string but does not exist as a buffer object, as
1323         mentioned in the doc-string.
1324
1325 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1328         SXEmacs.
1329
1330 2008-07-16  Glenn Morris  <rgm@gnu.org>
1331
1332         * gnus-util.el (ns-focus-frame): Declare for compiler.
1333
1334 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1337         set as a group parameter.
1338         (gnus-summary-save-in-pipe): Work when it is called independently.
1339         (gnus-summary-pipe-to-muttprint): Don't modify
1340         gnus-summary-pipe-output-default-command.
1341
1342 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1343
1344         * message.el (message-send-mail-with-sendmail):
1345         Display the error message.
1346
1347 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (gnus-default-article-saver):
1350         Add gnus-summary-save-in-pipe to choices.
1351         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1352         gnus-summary-pipe-output-default-command as the default command.
1353         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1354         instead of gnus-last-shell-command.
1355
1356         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1357         New user option.
1358         (gnus-summary-muttprint-program): Mention the value will be changed.
1359         (gnus-summary-save-article): Force showing of all headers.
1360         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1361
1362 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1363
1364         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1365
1366 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1367
1368         * nnimap.el (nnimap-id):
1369         * sieve-manage.el (sieve-manage-open): Doc fixes.
1370
1371 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1372
1373         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1374         if available.
1375
1376 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1377
1378         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1379
1380         * nnkiboze.el (nnkiboze-generate-group):
1381         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1382
1383         * nnmairix.el: Require CL.
1384
1385 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * dgnushack.el: Autoload get-display-table and put-display-table for
1388         XEmacs 21.5.
1389
1390         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1391         21.4 and SXEmacs.
1392
1393 2008-06-15  David Engster  <dengste@eml.cc>
1394
1395         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1396
1397 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1398
1399         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1400         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1401         runtime choice under XEmacs.
1402
1403         * gnus-sum.el (gnus-summary-set-display-table):
1404         Use `gnus-put-display-table', `gnus-get-display-table',
1405         `gnus-set-display-table' for the display table, instead of `aset'.
1406
1407         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1408         Use `gnus-put-display-table', `gnus-get-display-table',
1409         `gnus-set-display-table' for the display table.
1410
1411 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * nnmairix.el: Add autoloads.
1414
1415 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1416
1417         * nnmairix.el (nnmairix-delete-recreate-group)
1418         (nnmairix-update-and-clear-marks): Fix error messages.
1419
1420 2008-06-14  David Engster  <dengste@eml.cc>
1421
1422         * nnmairix.el: Upgrade to version 0.6.
1423         (nnmairix-group-toggle-propmarks-this-group)
1424         (nnmairix-group-toggle-readmarks-this-group)
1425         (nnmairix-group-delete-recreate-this-group)
1426         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1427         (nnmairix-remove-tick-mark-original-article): New commands.
1428         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1429         (nnmairix-propagate-marks-to-nnmairix-groups)
1430         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1431         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1432         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1433         functions needed for marks propagation and manipulation of read marks.
1434         (nnmairix-update-groups): New function.
1435         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1436         (nnmairix-determine-original-group-from-registry)
1437         (nnmairix-determine-original-group-from-path)
1438         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1439         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1440         New helper functions.
1441         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1442         keystrokes for new commands.
1443         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1444         (nnmairix-request-group): Check allow-fast group parameter.
1445         (nnmairix-request-create-group): Set allow-fast group parameter if
1446         nnmairix-allowfast-default is set.
1447         (nnmairix-close-group): Propagate marks upon closing if needed.
1448         (nnmairix-group-toggle-threads-this-group): Use new.
1449         nnmairix-group-toggle-parameter helper function.
1450         (nnmairix-search): Better check for empty search result.
1451         (nnmairix-goto-original-article): Use new helper functions for
1452         determining original article.
1453         (nnmairix-show-original-article): Make sure message-id is in brackets.
1454         (nnmairix-call-mairix-binary): Change variable name.
1455         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1456         helper function.
1457         (nnmairix-widget-toggle-activate): Fix doc string.
1458
1459 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nnir.el: Require edmacro when compiling with XEmacs.
1462         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1463         available in Emacs 21.
1464
1465 2008-06-11  Glenn Morris  <rgm@gnu.org>
1466
1467         * gnus-util.el (x-focus-frame):
1468         * gnus.el (image-size):
1469         * mm-decode.el (image-size): Declare.
1470
1471         * gnus-picon.el (declare-function): Add compat definition.
1472         (image-size): Declare.
1473
1474         * gnus-group.el (tool-bar-map):
1475         * gnus-sum.el (tool-bar-map): Define for compiler.
1476
1477         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1478
1479         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1480
1481         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1482         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1483         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1484         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1485         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1486         * sieve-manage.el, spam-report.el, spam.el:
1487         Remove unnecessary eval-and-compile of autoloads.
1488
1489 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1490
1491         * auth-source.el: Precise Tramp doc.
1492
1493 2008-06-07  Glenn Morris  <rgm@gnu.org>
1494
1495         * nnmairix.el: Remove unnecessary eval-when-compile.
1496
1497 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * lpath.el: Fbind propertize for XEmacs 21.4.
1500
1501 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * nnir.el: Move here from ../contrib.
1504
1505 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1506
1507         * gnus-util.el (gnus-read-shell-command): New function.
1508         * mm-decode.el (mm-pipe-part):
1509         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1510
1511 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1514
1515 2008-06-03  Glenn Morris  <rgm@gnu.org>
1516
1517        * pop3.el (nnheader-accept-process-output): Autoload it.
1518
1519 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1522         are not 2-digit hexadecimal characters that follow `%'s.
1523
1524 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1525
1526         * message.el (message-bogus-recipient-p): Fix type in doc string.
1527         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1528         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1529         Improve custom options.
1530         (message-bogus-recipient-p): Adjust accordingly.
1531
1532 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1533
1534         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1535         long-form month and day names.
1536
1537 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * dgnushack.el: Autoload debug, eudc-expand-inline and
1540         pgg-snarf-keys-region for XEmacs.
1541
1542         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1543
1544         * nnmairix.el: Require edmacro when compiling with XEmacs.
1545
1546 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1549         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1550
1551 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         * auth-source.el: Add more docs.
1554
1555         * netrc.el (netrc-machine): Always match if the port is not given.
1556
1557 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1560         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1561         retrieval faster in some cases, but might make CPU usage larger.  If
1562         this has any bad side effects, we might revert this change.
1563
1564         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1565         seems to make mail retrieval much, much faster.
1566         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1567         unconditionally.
1568
1569         * gnus-draft.el (gnus-group-send-queue): Bind
1570         message-send-mail-partially-limit to nil to avoid being prompted.
1571
1572 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1575
1576         * message.el (message-bogus-address-regexp): Fix and improve custom
1577         type.
1578         (message-setup-hook): Add message-check-recipients as custom option.
1579
1580 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1581
1582         * message.el (message-cite-function): Remove bogus autoload which crept
1583         in during merge from v5-10.
1584
1585 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1588
1589         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1590
1591         * auth-source.el: Preliminary Tramp docs.
1592         (auth-sources): Change the default auth-sources to use
1593         EPA .gpg files.
1594
1595 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * nntp.el: Autoload `auth-source-user-or-password'.
1598         (nntp-send-authinfo): Use it.
1599
1600         * nnimap.el: Autoload `auth-source-user-or-password'.
1601         (nnimap-open-connection): Use it.
1602
1603         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1604         for the gnus-message function.
1605         (auth-source-user-or-password): Use it.
1606
1607 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1608
1609         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1610         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1611         (rfc2104-hash): Use it.
1612
1613 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1614
1615         * gnus-art.el (gnus-article-toggle-truncate-lines):
1616         Don't use `iff' in docstring.
1617
1618 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1621
1622         * gnus-util.el (gnus-extract-address-component-name)
1623         (gnus-extract-address-component-email): Convenience functions around
1624         `gnus-extract-address-components'.
1625
1626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1627         Use `gnus-extract-address-component-email' to fix bug of comparing full
1628         sender name to `user-mail-address'.
1629
1630 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1633         catch/throw to optimize.
1634         (gnus-registry-find-keywords): Just use member to find a keyword.
1635
1636 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1637
1638         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1639         is current before calling gnus-server-prepare.
1640         (gnus-server-setup-buffer, gnus-server-update-server)
1641         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1642
1643 2008-05-04  Juri Linkov  <juri@jurta.org>
1644
1645         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1646         (mailcap-file-default-commands): Use mailcap-replace-in-string
1647         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1648         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1649
1650 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1651
1652         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1653
1654 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1655
1656         * gnus.el: Bump version to 0.11
1657
1658 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1659
1660         * gnus.el: No Gnus v0.10 is released.
1661
1662 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1665         hooks.
1666         (gnus-update-read-articles): Speed up non-marks-using users.
1667         (gnus-use-marks): Define gnus-use-marks.
1668         (gnus-propagate-marks): Rename variable to something more sensible.
1669
1670 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1671
1672         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1673         (gmm-image-load-path-for-library): Fix typos in docstrings.
1674         (gmm-message): Reflow docstring.
1675
1676 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1677
1678         * mail-source.el (mail-source-set-1, mail-source-bind):
1679         Move auth-source code out of the macro to clean it up and fix bugs.
1680
1681 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1682
1683         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1684         by sender if it's equal to user-mail-address, it's likely to be
1685         useless.
1686
1687         * mail-source.el (mail-source-bind): Don't use user or password if they
1688         are not bound.  Unintern them if they are nil.  Don't use server unless
1689         it's bound, and default it to empty string otherwise.
1690
1691 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1692
1693         * mail-source.el: Load auth-source.el.
1694         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1695         get user name or password, if auth-sources is set up.
1696
1697         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1698         strategy of splitting with parent.
1699         (gnus-registry-split-fancy-with-parent)
1700         (gnus-registry-post-process-groups): Use it and fix prior
1701         bug (returning a list as the split result).
1702
1703         * auth-source.el (auth-sources): Remove server parameter.
1704         (auth-source-pick, auth-source-user-or-password)
1705         (auth-source-user-or-password-imap)
1706         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1707         (auth-source-user-or-password-sftp)
1708         (auth-source-user-or-password-smtp): Remove server parameter.
1709
1710 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1711
1712         * smime.el (smime-sign-region, smime-encrypt-region)
1713         (smime-decrypt-region):
1714         Remove redundant calls to `generate-new-buffer-name'.
1715
1716 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1717
1718         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1719         Don't use QP for message/rfc822.
1720         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1721
1722 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1723
1724         * sieve-manage.el (sieve-string-bytes): Remove.
1725         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1726         correct byte-length only if the process's coding-system is the same as
1727         the one used internally by Emacs to represent strings.
1728
1729 2008-04-22  Juri Linkov  <juri@jurta.org>
1730
1731         * mailcap.el (mailcap-file-default-commands): New function.
1732
1733 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * message.el (message-signature-separator, message-cite-function):
1736         Change custom version.
1737
1738 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1739
1740         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1741         commands.
1742         (tls-checktrust): Ditto.
1743
1744 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1745
1746         * mm-decode.el (mm-display-external): Make temp file read-only.
1747
1748 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1751         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1752         `C-c C-f d'.
1753
1754 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1755
1756         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1757
1758 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * gnus.el: Bump version to 0.9.
1761
1762 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1763
1764         * gnus.el: No Gnus v0.8 is released.
1765
1766 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1767
1768         * mail-source.el (mail-source-value):
1769         Prefer fboundp to functionp so it works with macros as well.
1770
1771 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1772
1773         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1774         Fix last change in case the element is not even a symbol.
1775
1776 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1777
1778         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1779         Prefer fboundp to functionp so it works with macros as well.
1780
1781 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1782
1783         * auth-source.el: Added docs.
1784         (auth-sources): Modify format to support server.
1785         (auth-source-pick, auth-source-user-or-password)
1786         (auth-source-user-or-password-imap)
1787         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1788         (auth-source-user-or-password-sftp)
1789         (auth-source-user-or-password-smtp): Add server parameter.
1790
1791 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1792
1793         * gnus-registry.el: Initialize the registry when gnus-registry-install
1794         is t.
1795
1796 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * compface.el (uncompface): Make buffer unibyte.
1799
1800 2008-04-05  Glenn Morris  <rgm@gnu.org>
1801
1802         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1803
1804 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1807         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1808
1809         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1810         multibyteness after rather than before erasing it.
1811
1812         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1813         mm-with-multibyte.
1814         (gnus-request-article-this-buffer): Make sure the proper decoding is
1815         used if gnus-original-article-buffer happens to be unibyte.
1816
1817         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1818         default-enable-multibyte-characters.
1819
1820         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1821         default-enable-multibyte-characters.
1822
1823         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1824
1825         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1826
1827 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1828
1829         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1830         (imap-message-copyuid-1): Use it.
1831         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1832         J. Williams in
1833         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1834
1835         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1836         imap-enable-exchange-bug-workaround.
1837         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1838
1839 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1840
1841         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1842         a 100 byte status-checks into a 2-3MB transfer for each group.
1843         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1844         to enable bug workaround or not.
1845         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1846
1847 2008-03-31  Glenn Morris  <rgm@gnu.org>
1848
1849         * message.el (mml2015-use): Declare for compiler.
1850         (message-info): Require mml2015 when appropriate.
1851
1852 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1855         whitespace.
1856
1857 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1860         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1861         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1862         (nntp-service-to-port): New function.
1863         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1864         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1865         (nntp-open-netcat-stream): New function.
1866         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1867
1868 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1869
1870         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1871
1872 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1873
1874         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1875
1876 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1877
1878         * dns.el (dns-write): Use set-buffer-multibyte.
1879
1880 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1881
1882         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1883
1884 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * message.el (message-signature-separator): Change default.
1887         Improve custom type.
1888         (message-cite-function): Change default to
1889         message-cite-original-without-signature.
1890
1891         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1892         toggle.
1893
1894         * message.el (message-check-news-body-syntax): Fix signature check.
1895         (message-setup-1): Mark buffer as unmodified _after_ running
1896         message-setup-hook and handling message-alternative-emails.
1897         (message-shorten-references): Be more strict when building list of
1898         valid references to comply with GNKSA.
1899
1900         * gnus-group.el (gnus-read-ephemeral-bug-group)
1901         (gnus-read-ephemeral-debian-bug-group)
1902         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1903
1904         * message.el (message-info): Don't use booleanp which isn't supported
1905         in Emacs 21 and XEmacs.
1906
1907 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1910         gnus-group-gmane-group-download-format.
1911         (gnus-group-read-ephemeral-gmane-group): Rename from
1912         gnus-group-read-ephemeral-gmane-group.
1913         (gnus-read-ephemeral-gmane-group-url): Rename from
1914         gnus-group-read-ephemeral-gmane-group-url.
1915         (gnus-bug-group-download-format-alist): New variable.
1916         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1917         (gnus-read-ephemeral-emacs-bug-group): New commands.
1918
1919 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1920
1921         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1922         (gnus-visible-headers): Improve custom type.
1923
1924 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * mml.el (mml-menu): Add workarounds for XEmacs.
1927
1928         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1929         X-Boundary header.
1930
1931         * message.el (message-simplify-recipients): Fix previous commit.
1932
1933 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1934
1935         * mm-util.el (mm-set-buffer-multibyte): New function.
1936         * mm-decode.el (mm-copy-to-buffer): Use it.
1937
1938 2008-03-19  Glenn Morris  <rgm@gnu.org>
1939
1940         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1941         Accidentally removed in the sync process with Emacs.
1942
1943 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * message.el (message-alter-recipients-discard-bogus-full-name):
1946         New function.
1947         (message-alter-recipients-function): New variable.
1948         (message-get-reply-headers): Use it.
1949         (message-replace-header): New helper function.
1950         (message-recipients-without-full-name): New variable.
1951         (message-simplify-recipients): New command.
1952
1953         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1954
1955         * message.el (message-info): Handle EasyPG manual.
1956
1957         * mml.el (mml-menu): Add entry for EasyPG.
1958
1959 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1960
1961         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1962         parameter.
1963
1964         * message.el (message-disassociate-draft): Specify drafts group name
1965         fully.
1966
1967 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1968
1969         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1970         unnecessary duplicates from the match list.
1971
1972 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1975
1976         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1977
1978         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1979         args of `how-many' of which the XEmacs version doesn't take; declare
1980         Info-index-next as function.
1981
1982 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1983
1984         * gnus-score.el (gnus-score-headers): Fix handling of
1985         gnus-inhibit-slow-scoring.
1986
1987         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1988         string.
1989         (gnus-button-url-regexp): Improve handling of parenthesis.
1990         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1991         (gnus-button-handle-info-keystrokes): Handle index entries.
1992
1993 2008-03-15  Glenn Morris  <rgm@gnu.org>
1994
1995         * parse-time.el (parse-time-string): Simplify.
1996
1997 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2000         Incoming* files.
2001
2002 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2005         (auth-source-pick): Use it.
2006
2007 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2008
2009         * binhex.el (binhex-decode-region-internal):
2010         * uudecode.el (uudecode-decode-region-internal):
2011         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2012         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2013         setting default-enable-multibyte-characters.
2014
2015 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * auth-source.el (auth-source-protocols)
2018         (auth-source-protocols-customize, auth-source-choices): Added and
2019         modified variable customizations and defaults.
2020         (auth-source-pick, auth-source-user-or-password)
2021         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2022         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2023         (auth-source-user-or-password-sftp)
2024         (auth-source-user-or-password-smtp): Use new variables and provide an
2025         interface to netrc.el.
2026
2027 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2030         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2031         Make sure the nntp port to specify is a string.
2032
2033 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2034
2035         * nntp.el: Use with-current-buffer.
2036         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2037         dubious mm-with-unibyte-current-buffer.
2038         (nntp-with-open-group-function): New function extracted from
2039         nntp-with-open-group macro.
2040         (nntp-with-open-group): Use the function, so it's easier to debug.
2041         Add indentation and debugging info.
2042         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2043         the use of the netcat alternatives.
2044
2045         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2046         Avoid mm-string-as-multibyte as well.
2047
2048         * nnweb.el (nnweb-insert-html):
2049         Remove use of nnheader-string-as-multibyte.
2050
2051         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2052         (nnheader-string-as-multibyte): Remove.
2053
2054         * mm-view.el: Use inhibit-read-only.
2055         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2056         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2057         or unibyte-string.
2058
2059         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2060         (mm-uu-yenc-extract): Use with-current-buffer.
2061
2062         * gnus-soup.el (gnus-soup-send-packet): Don't use
2063         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2064
2065         * nnmh.el: Use with-current-buffer.
2066         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2067         mm-string-as-multibyte on the output of mm-encode-coding-string.
2068
2069         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2070         (nnimap-request-move-article): Use with-current-buffer.
2071
2072         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2073         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2074         conversion uses string-make-unibyte rather than string-as-unibyte.
2075
2076         * gnus-msg.el: Use with-current-buffer.
2077
2078         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2079
2080 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2081
2082         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2083         string for caching if it is 'PIN.
2084
2085 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * lpath.el: Consider the case without Emacs/W3.
2088
2089 2008-03-08  Glenn Morris  <rgm@gnu.org>
2090
2091         * time-date.el (date-to-time, time-subtract, time-add)
2092         (safe-date-to-time): Doc fixes.
2093
2094 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * mail-source.el (mail-source-delete-old-incoming-confirm):
2097         Change default to nil.
2098         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2099
2100 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * lpath.el: Rearrange.
2103
2104         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2105         (gnus-article-goto-prev-page): Work for articles having ^L's.
2106
2107         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2108
2109         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2110
2111 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2112
2113         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2114         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2115         (gnus-bookmark-jump): Adjust some variable names.
2116
2117 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * auth-source.el: New package.
2120         (auth-source-choices): Add customization entry point variable.
2121
2122         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2123         bug.
2124
2125 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2126
2127         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2128         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2129         (gnus-registry-install-shortcuts): Rename from
2130         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2131         the `gnus-registry-mark-map' keymap dynamically from
2132         `gnus-registry-marks'.  The generated functions update the summary line
2133         when a registry mark is added or deleted, and will call
2134         `gnus-registry-install-p' (see the comments in the code).
2135         (gnus-registry-user-format-function-M): Use concat intelligently.
2136
2137         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2138         the registry mark functions.
2139
2140 2008-03-05  Glenn Morris  <rgm@gnu.org>
2141
2142         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2143         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2144         gnus-art.
2145         (top-level): No need to load own source when compiling.
2146
2147 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2150         Suggested by <chris.anderton@zetnet.co.uk>.
2151
2152 2008-03-04  Glenn Morris  <rgm@gnu.org>
2153
2154         * gnus-sum.el (top-level): No need to require gnus when compiling,
2155         since unconditionally required near start of file.
2156         (gnus-summary-display-while-building): Move definition before use.
2157
2158 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2161         formatting function.
2162
2163 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2166         with plists.
2167         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2168         Use new format.
2169
2170 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2173         `where-is-internal' that returns a range of key sequences.
2174
2175 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2178
2179         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2180         (gnus-summary-jump-to-group): Consider windows on other displayed
2181         frames as well.  Similar changes might be needed elsewhere, but that's
2182         the one I've bumped into during my use.
2183
2184         * nndoc.el (nndoc-oe-dbx-type-p):
2185         * gnus-msg.el (gnus-debug):
2186         * gnus-group.el (gnus-update-group-mark-positions):
2187         Use mm-string-to-multibyte.
2188
2189 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2192         doesn't handle NotDashEscaped.
2193
2194         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2195         (mml-dnd-attach-options): Fix typo in custom choice.
2196
2197         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2198         nndoc-article-type to mbox.
2199         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2200
2201         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2202         to nil, instead of html2text.
2203
2204         * imap.el (imap-debug): Add `imap-ping-server'.
2205
2206         * gnus-bookmark.el: Add FIXMEs.
2207
2208         * message.el (message-form-letter-separator)
2209         (message-send-form-letter-delay): New variables.
2210         (message-send-form-letter): Use them.  New command to send form
2211         letters.  Requested by Uwe Siart.
2212         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2213
2214 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * Update copyright years.
2217
2218 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2219
2220         Sync from EMACS_22_BASE.
2221
2222         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2223
2224 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2225
2226         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2227         empty author.
2228
2229 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * gnus-registry.el (gnus-registry-marks): Add variable for
2232         customization of marks and their appearance.
2233         (gnus-registry-read-mark): Use it.
2234         (gnus-registry-do-marks): Add utility function to loop through
2235         `gnus-registry-marks'.
2236         (gnus-registry-install-shortcuts-and-menus): Add function to install
2237         shortcuts and menus.
2238         (gnus-registry-initialize): Use it.
2239         (gnus-registry-default-mark): Clarify documentation.
2240
2241 2008-02-29  Glenn Morris  <rgm@gnu.org>
2242
2243         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2244         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2245         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2246         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2247         Change defcustom :version from 23.0 to 23.1.
2248
2249 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * gnus-registry.el (gnus-registry-follow-group-p)
2252         (gnus-registry-post-process-groups): Add functions to aid registry
2253         splitting and improve logging.  Clarify behavior in function
2254         documentation.
2255         (gnus-registry-split-fancy-with-parent): Use them.
2256
2257 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2258
2259         * gnus-art.el: Use with-current-buffer.
2260
2261 2008-02-27  David Engster  <dengste@eml.cc>
2262
2263         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2264         Express real group name in the response.
2265
2266 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2269         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2270         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2271         autoload gnus-registry-fetch-group when compiling.
2272         (nnmairix-request-group-with-article-number-correction): Remove
2273         unreferenced argument passed to nnmairix-call-backend.
2274
2275 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2276
2277         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2278         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2279         Wilde.
2280
2281 2008-02-27  Glenn Morris  <rgm@gnu.org>
2282
2283         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2284         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2285         variables to defconsts.  Convert comments to doc-strings.
2286         (nnmairix-last-server, nnmairix-current-server): Convert from free
2287         variables to defvars.  Convert comments to doc-strings.
2288         (gnus-registry-fetch-group): Autoload.
2289         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2290         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2291         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2292         caddr.
2293         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2294         nnmairix-request-group-with-article-number-correction call.
2295         (nnmairix-fast, nnmairix-group): New, less general names, for free
2296         variables passed from nnmairix-request-group to
2297         nnmairix-request-group-with-article-number-correction.  Declare.
2298         (nnmairix-request-group-with-article-number-correction):
2299         Use nnmairix-fast, nnmairix-group rather than fast, group.
2300
2301 2008-02-26  David Engster  <dengste@eml.cc>
2302
2303         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2304         version 0.5.
2305
2306 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2309         instead of making an extra function call.  Don't add the current group
2310         to articles only when they have the group.  Use
2311         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2312         Reported by David <de_bb@arcor.de>.
2313
2314 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2317         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2318
2319 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2320
2321         * mail-source.el (mail-source-delete-incoming): Change default.
2322         Supplement doc string.
2323
2324         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2325
2326 2008-02-14  Glenn Morris  <rgm@gnu.org>
2327
2328         * time-date.el (format-seconds): New function.
2329
2330 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2331
2332         * nnmail.el (nnmail-message-id-cache-file): Derive from
2333         `gnus-home-directory'.
2334
2335 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2338         Document negative prefix.
2339
2340         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2341
2342 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * message.el (message-unsent-separator): Add the Exim bounce
2345         separator.
2346
2347 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2348
2349         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2350         list.
2351         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2352         recipient/signer list.
2353
2354 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * Makefile.in (datarootdir): Define.
2357         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2358         name that might contain whitespace.
2359
2360 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2363         fbound (Emacs 23 unicode), signal an error.
2364
2365 2008-02-08  Glenn Morris  <rgm@gnu.org>
2366
2367         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2368
2369 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2370
2371         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2372         ports to the calls to `netrc-machine-user-or-password' in addition to
2373         "imap" and "imaps".
2374
2375 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2376
2377         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2378
2379         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2380
2381 2008-02-01  Kenichi Handa  <handa@m17n.org>
2382
2383         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2384         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2385         (rfc2104-hash): Convert the result of concat to unibyte string.
2386
2387 2008-02-01  Dave Love  <fx@gnu.org>
2388
2389         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2390         coding-system-for-read.
2391         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2392
2393 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2394
2395         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2396         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2397         <hanche@math.ntnu.no>.
2398
2399 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2402
2403         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2404
2405 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2406
2407         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2408         * message.el (message-beginning-of-line): Use featurep instead of bound
2409         tests in order to resolve conditionals at compile time.
2410
2411 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2412
2413         * mail-source.el (mail-sources): Add `group' choice.
2414
2415         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2416         parameter `in-group' to control into which group the articles go.
2417         Add treatment of `group' mail-source.
2418
2419 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2422
2423         * mm-decode.el (mm-dissect-buffer): Decode description.
2424
2425         * mml.el (mml-to-mime): Encode message header first.
2426
2427 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2430         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2431
2432         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2433         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2434
2435 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2436
2437         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2438
2439 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2442         prefix keys.
2443         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2444         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2445         gnus-xmas.el.
2446
2447         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2448         (gnus-xmas-article-describe-bindings): New function.
2449         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2450         gnus-xmas-article-describe-bindings.
2451
2452         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2453
2454 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2455
2456         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2457         Add new variables for article mark management.
2458         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2459         list of extra data entries which, when present, will indicate that the
2460         article ID should not be trimmed from the registry.
2461         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2462         functions.
2463         (gnus-registry-read-mark): New function to read a mark name from the
2464         user.
2465         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2466         (gnus-registry-set-article-mark-internal): New functions to add and
2467         remove marks.
2468         (gnus-registry-get-article-marks): New function to show the marks for
2469         an article, or retrieve them for further use.
2470
2471 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2474         keys when no argument is given.
2475
2476 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2477
2478         * imap.el (imap-ping-server): New variable.
2479         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2480         (imap-ping-server): Minor doc string fixes.
2481
2482 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2483
2484         * imap.el (imap-ping-server): New function.
2485         (imap-opened): Call imap-ping-server.
2486
2487 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * gnus-sum.el (gnus-article-sort-by-random)
2490         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2491         jidanni@jidanni.org.
2492
2493 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-art.el (gnus-article-describe-bindings): New function.
2496         (gnus-article-read-summary-keys): Use it.
2497         (gnus-article-mode-map): Bind `C-h b' to it.
2498
2499 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2502         XEmacs.
2503         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2504         against non-character events.
2505
2506         * lpath.el: Fbind map-keymap for Emacs 21.
2507
2508 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2509
2510         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2511         command.
2512         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2513         instead of END.  Change name of the temp file.
2514         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2515         customizable.
2516
2517 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2520         bind `S W' to gnus-article-wide-reply-with-original; set default
2521         binding to gnus-article-read-summary-send-keys.
2522         (gnus-article-read-summary-keys): Fix the order of keys; display
2523         continuation keys correctly in the echo area; describe bindings
2524         correctly when keys end with `C-h'.
2525         (gnus-article-read-summary-send-keys): New function.
2526         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2527         for gnus-article-read-summary-send-keys; display continuation keys
2528         correctly in the echo area.
2529         (gnus-article-reply-with-original): Ignore prefix argument.
2530         (gnus-article-wide-reply-with-original): New function.
2531
2532         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2533         Emacs 21.
2534
2535 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2538         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2539
2540 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2543         (gnus-group-read-ephemeral-gmane-group): New command.
2544
2545 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2546
2547         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2548
2549 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * message.el (message-send-mail-function): Increase custom version.
2552
2553         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2554         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2555
2556 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2557
2558         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2559         for the cases where imap-authenticate is called with a nil buffer
2560         parameter.
2561
2562 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2565         html parts correctly; support forwarded messages.
2566         (gnus-article-browse-html-article): Remove work buffers.
2567
2568         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2569         compiling.
2570         (netrc-bound-and-true-p): New macro.
2571         (netrc-parse): Use it instead of bound-and-true-p that is not available
2572         in XEmacs 21.4.
2573
2574 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * gnus-registry.el (gnus-registry-mark-article)
2577         (gnus-registry-article-marks): Add functionality to mark articles
2578         through the Gnus registry.
2579
2580         * encrypt.el: Clarify documentation for the new pgg method.
2581         (encrypt-file-alist): Add PGG option.
2582         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2583         functionality.  Abstract password key and messaging to external
2584         functions.
2585         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2586         (encrypt-message-method-and-cipher): Add new convenience external
2587         functions.
2588         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2589         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2590
2591         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2592         (netrc-parse): Use encrypt-file-alist to determine if
2593         encrypt-find-model or encrypt-insert-file-contents should be used.
2594
2595         * encrypt.el: Clarify documentation.  Load password-cache or
2596         password, whichever one is found first, instead of autoloading.
2597
2598 2007-12-19  Glenn Morris  <rgm@gnu.org>
2599
2600         * mml.el (message-options-set, message-narrow-to-head)
2601         (message-in-body-p, message-mail-p, message-encode-message-body):
2602         Autoload.
2603         (message-remove-header, message-narrow-to-headers-or-head)
2604         (message-subscribed-p, message-make-mail-followup-to)
2605         (message-position-on-field, message-news-p)
2606         (message-options-set-recipient, message-generate-headers)
2607         (message-sort-headers): Declare as functions.
2608
2609 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2610
2611         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2612         convention in doc string.
2613
2614 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2617         title to html parts.
2618         (gnus-article-browse-html-article): Pass message header to it.
2619
2620         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2621
2622 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2625         or password compatible with XEmacs.
2626
2627 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2628
2629         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2630         format document.
2631         (gnus-mime-delete-part): Don't write description line if empty.
2632         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2633
2634 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2635
2636         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2637         (gnus-summary-mark-read-and-unread-as-read)
2638         (gnus-summary-mark-current-read-and-unread-as-read)
2639         (gnus-summary-mark-unread-as-ticked): Doc fix.
2640         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2641
2642 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2645         Christoph Conrad <christoph.conrad@gmx.de>.
2646
2647 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2650         yes-or-no-p.
2651
2652 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * mm-decode.el (mm-add-meta-html-tag): New function.
2655         (mm-save-part-to-file, mm-pipe-part): Use it.
2656
2657         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2658         gnus-y-or-n-p instead of y-or-n-p.
2659         (gnus-article-browse-html-parts): Work with message/external-body; use
2660         mm-add-meta-html-tag.
2661
2662 2007-12-11  Glenn Morris  <rgm@gnu.org>
2663
2664         * gnus-cache.el: Require gnus-sum not just when compiling.
2665
2666         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2667
2668         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2669         definitions before use.
2670
2671         * mm-decode.el: Require gnus-util.
2672         (mm-remove-part): Only call delete-annotation on XEmacs.
2673
2674         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2675
2676         * nnmail.el: Require gnus-int.
2677
2678         * spam.el: Move `require's before `eval-when-compile's.
2679
2680         * gnus-ems.el (gnus-alive-p):
2681         * gnus-fun.el (message-goto-eoh):
2682         * gnus-util.el (gnus-group-name-decode):
2683         * mail-source.el (gnus-compress-sequence):
2684         * message.el (Info-goto-node, format-spec):
2685         * mm-bodies.el (message-options-get):
2686         * mm-decode.el (mm-view-pkcs7):
2687         * mm-util.el (gmm-write-region):
2688         * mml-smime.el (mml-compute-boundary)
2689         (gnus-completing-read-with-default):
2690         * mml.el (widget-button-press, gnus-make-hashtable):
2691         * mml1991.el (mm-decode-content-transfer-encoding)
2692         (mm-encode-content-transfer-encoding)
2693         (message-options-get, message-options-set):
2694         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2695         * nnfolder.el (gnus-request-group):
2696         * nnheader.el (ietf-drums-unfold-fws):
2697         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2698         * smime.el (gnus-run-mode-hooks):
2699         * spam-stat.el (gnus-message): Autoload.
2700
2701         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2702         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2703         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2704         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2705         Add declare-function compatibility definition.
2706
2707         * gnus-cache.el (nnvirtual-find-group-art):
2708         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2709         (gnus-add-image, gnus-add-wash-type):
2710         * gnus-group.el (nnkiboze-score-file):
2711         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2712         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2713         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2714         (message-tokenize-header, gnus-get-buffer-create)
2715         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2716         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2717         * gnus.el (gnus-group-decoded-name):
2718         * mail-source.el (imap-capability):
2719         * mm-bodies.el (message-options-set):
2720         * mm-decode.el (gnus-configure-windows):
2721         * mm-extern.el (message-goto-body):
2722         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2723         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2724         (epg-sub-key-validity, message-options-set):
2725         * mml.el (widget-event-point, gnus-configure-windows):
2726         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2727         * mml2015.el (epg-check-configuration, epg-configuration)
2728         (message-options-set):
2729         * nndb.el (nndb-request-article):
2730         * nnfolder.el (gnus-request-create-group):
2731         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2732         * nnmaildir.el (gnus-group-mark-article-read):
2733         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2734         * rfc1843.el (message-fetch-field):
2735         * spam.el (gnus-extract-address-components):
2736         Declare as functions.
2737
2738 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2741
2742         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2743
2744         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2745         bind show-trailing-whitespace for XEmacs.
2746
2747 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2750         new no-op macro for backward compatibility.
2751
2752         * imap.el (imap-string-to-integer): New function.
2753
2754 2007-12-09  Glenn Morris  <rgm@gnu.org>
2755
2756         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2757
2758         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2759         * message.el, mm-view.el, sieve-manage.el, smime.el:
2760         Add declare-function compatibility definition.
2761
2762         * gnus-art.el (w3-region, w3m-region, Info-menu):
2763         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2764         * gnus-sum.el (gnus-get-predicate):
2765         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2766         * message.el (mail-abbrev-in-expansion-header-p):
2767         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2768         (w3m-detect-meta-charset, w3m-region):
2769         * sieve-manage.el (password-read, password-cache-add)
2770         (password-cache-remove):
2771         * smime.el (password-read-and-add): Declare as functions.
2772
2773 2007-12-08  David Kastrup  <dak@gnu.org>
2774
2775         * gnus-sum.el (gnus-summary-simplify-subject-query):
2776         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2777         `message'.
2778
2779 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2782         it to bind idna-program, installation-directory, defined-colors, and
2783         face-attribute for XEmacs of the version that compiles defcustom forms.
2784
2785 2007-12-07  Glenn Morris  <rgm@gnu.org>
2786
2787         * gnus-art.el (article-make-date-line): Revert previous change.
2788
2789 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2792
2793 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2794
2795         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2796         Call gnus-add-to-range ranges only once with a prepared article-list.
2797
2798 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2799
2800         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2801         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2802         group names with backslashes.  Reported by Tassilo Horn
2803         <tassilo@member.fsf.org>.
2804
2805 2007-12-06  Deepak Goel  <deego3@gmail.com>
2806
2807         * gnus-art.el (article-make-date-line):
2808         * gnus-start.el (gnus-load):
2809         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2810
2811 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-art.el (gnus-use-idna)
2814         * gnus-start.el (gnus-site-init-file)
2815         * message.el (message-use-idna)
2816         * mm-uu.el (mm-uu-hide-markers)
2817         * smiley.el (smiley-style): Revert changes that suppress warnings.
2818
2819 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2822         specify charset to html source.  Reported by Christoph Conrad
2823         <christoph.conrad@gmx.de>.
2824
2825 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2828         idna-program in order to suppress byte compile warning issued by XEmacs
2829         that came to byte compile the default value section of defcustom forms
2830         recently.
2831
2832         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2833         value of installation-directory.
2834
2835         * message.el (message-use-idna): Don't directly refer to the value of
2836         idna-program.
2837
2838         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2839
2840         * smiley.el (smiley-style): Don't directly call face-attribute.
2841
2842 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2845
2846         * gnus-dired.el: Reduce Gnus dependencies.
2847         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2848         require.  Use autoloads instead.
2849         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2850         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2851         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2852         (gnus-dired-mode): Adjust doc string.
2853         (gnus-dired-mail-mode): New variable.
2854         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2855         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2856         (gnus-dired-mail-buffers): New function.  Return mail or message
2857         composition buffers.
2858         (gnus-dired-attach): Use it.
2859         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2860         NO-DECODE.
2861         (gnus-dired-print): Use `gnus-print-buffer' depending on
2862         `gnus-dired-mail-mode'.
2863
2864 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * rfc2047.el (rfc2047-encoded-word-regexp)
2867         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2868         explaining what regexp patterns are for.
2869
2870 2007-12-04  Glenn Morris  <rgm@gnu.org>
2871
2872         * password.el: Move to password-cache.el.
2873
2874         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2875         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2876         * mml-smime.el (password-read, password-cache-add)
2877         (password-cache-remove):
2878         No need to autoload, since mml-sec requires password.
2879
2880         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2881         * message.el (gnus-extract-address-components):
2882         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2883
2884         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2885         password.
2886
2887 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * mailcap.el: Reduce dependencies.
2890         (mail-header-parse-content-type): Autoload.
2891         (mailcap-delete-duplicates): New alias.
2892         (mailcap-mime-info): Add optional argument NO-DECODE.
2893         (mailcap-mime-types): Use mailcap-delete-duplicates.
2894
2895         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2896
2897 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2898
2899         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2900         (imap-parse-status): Upcase status-att for servers that sends them
2901         lower-case (e.g., MS Exchange 2007).
2902
2903 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2906         function.
2907
2908         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2909         (gnus-uu-yenc-article): New function.
2910
2911         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2912
2913         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2914         buffer.
2915
2916 2007-12-02  Glenn Morris  <rgm@gnu.org>
2917
2918         * binhex.el (binhex): New custom group.
2919         (binhex-decoder-program, binhex-decoder-switches)
2920         (binhex-use-external): Move to the binhex custom group.
2921
2922         * uudecode.el (uudecode): New custom group.
2923         (uudecode-decoder-program, uudecode-decoder-switches)
2924         (uudecode-use-external): Move to the uudecode custom group.
2925
2926         * netrc.el (top-level): Don't load `encrypt' features.
2927         (netrc-parse): Don't use encrypt.
2928         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2929
2930         * encrypt.el: Remove file.
2931
2932 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2935         matches on patches.
2936
2937         * gnus-art.el (gnus-article-browse-html-article): Mention
2938         `mm-text-html-renderer' in the doc string.
2939
2940         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2941         string.  Add comments.
2942
2943         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2944         if rhs is ASCII.
2945
2946 2007-12-01  Glenn Morris  <rgm@gnu.org>
2947
2948         * mail-source.el (top-level): Require format-spec before
2949         eval-when-compile.
2950
2951 2007-11-30  Glenn Morris  <rgm@gnu.org>
2952
2953         * encrypt.el: Require password, rather than autoloading password-read.
2954
2955 2007-11-29  Glenn Morris  <rgm@gnu.org>
2956
2957         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2958         (sasl-make-client, sasl-next-step, sasl-step-data)
2959         (sasl-step-set-data): Declare as functions.
2960
2961 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2964
2965 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2966
2967         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2968         certs should be verified and what is to be done in the event of a
2969         verification failure.
2970
2971         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2972         caller can indicate whether the cache should be disregarded for this
2973         call.  This way the result of the call is reproducible at all times and
2974         can be considered a canonical server name for the supplied method.
2975         (gnus-agent-method-p): Canonicalize server names by pushing their
2976         method through `gnus-method-to-server' using the no-cache argument.
2977
2978         * gnus-srvr.el (gnus-server-insert-server-line): Call
2979         `gnus-method-to-server' with `no-cache' argument.
2980
2981         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2982         gnus-agent-possibly-synchronize-flags as this should be called when the
2983         server is actually being opened.
2984         (gnus-agent-possibly-synchronize-flags)
2985         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2986         flags file of an agentized server to the latter function.
2987
2988         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2989         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2990         after a connection has been established successfully.
2991
2992 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-art.el (article-display-face): Force to display face if called
2995         interactively; check if gnus-article-x-face-too-ugly matches author.
2996         (article-display-x-face): Display face even if From header is missing
2997         as article-display-face does.
2998
2999 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3000
3001         * hashcash.el (message-narrow-to-headers-or-head)
3002         (message-fetch-field, message-goto-eoh)
3003         (message-narrow-to-headers): Declare as functions.
3004
3005 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * mail-source.el (mail-sources): Default to fetch from file for
3008         compatibility with default of nnmail-spool-file.
3009
3010 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3013         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3014         to look for encoded word that should be encoded again.
3015         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3016         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3017         encoding pattern.
3018         (rfc2047-decode-region): Switch strict regexp and loose one according
3019         to rfc2047-allow-irregular-q-encoded-words.
3020
3021 2007-11-25  Romain Francoise  <romain@orebokech.com>
3022
3023         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3024
3025 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * tls.el (tls-program): Provide more custom choices from
3028         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3029         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3030
3031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3034         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3035
3036         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3037         `nnmail-spool-file'.
3038
3039         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3040         `nnmail-spool-file'.
3041
3042         * gnus-move.el (gnus-change-server): Ditto.
3043
3044         * gnus-kill.el (gnus-batch-score): Ditto.
3045
3046         * gnus-cache.el (gnus-jog-cache): Ditto.
3047
3048         * gnus-msg.el (gnus-summary-reply):
3049         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3050
3051 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3054         version.  Minor improvement to doc strings.
3055         (tls-program): Add comment.
3056
3057 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3058
3059         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3060         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3061         mismatch between the hostname provided in the certificate and the name
3062         of the host connnecting to.
3063         (open-tls-stream): Use them.  Check certificates against trusted root
3064         certificates.
3065
3066 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus-cache.el (gnus-cache-generate-nov-databases):
3069         Use nnml-generate-nov-databases-directory instead of
3070         nnml-generate-nov-databases-1.
3071
3072 2007-11-24  Glenn Morris  <rgm@gnu.org>
3073
3074         * message.el (message-tool-bar-retro): Update for rename
3075         mail_send.xpm->mail-send.xpm.
3076
3077 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3080         `smime-ldap-search' for Emacs 22 and up.
3081
3082 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3083
3084         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3085
3086         * message.el (message-send-mail-function): Fix error convention.
3087         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3088         (message-widen-reply, message-send-mail, message-talkative-question)
3089         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3090         (message-clone-locals, message-send-news): Use with-current-buffer.
3091         (message-insert-or-toggle-importance): Remove unused var `valid'.
3092         (message-make-references): Remove unused var `new-references'.
3093         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3094
3095 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3096
3097         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3098         (spam-split-symbolic-return-positive): Reflow docstring.
3099         (spam-backends, spam-summary-exit-behavior)
3100         (spam-mark-ham-unread-before-move-from-spam-group)
3101         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3102         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3103         (spam-clear-cache, spam-backend-check, spam-install-backend)
3104         (spam-install-statistical-backend, spam-list-of-processors)
3105         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3106         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3107         (spam-check-crm114, spam-initialize, spam-unload-hook):
3108         Fix typos in docstrings.
3109
3110 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3113         been checked if they have never been read and those group levels are
3114         higher than the one that a user specified.
3115
3116 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3119         foreign groups unless a group level is specified by a user.
3120         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3121
3122 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * message.el (message-send-mail-function): Require sendmail.
3125
3126 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * message.el (message-send-mail-function): Check for smtpmail too.
3129
3130         * utf7.el (utf7-encode, utf7-decode): Use coding system
3131         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3132
3133         * message.el (message-send-mail-function): New function.
3134         (message-send-mail-function): Set default using
3135         message-send-mail-function.  Adjust doc string.
3136         (message-send-mail-with-mailclient): New function.
3137
3138 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3139
3140         * smime.el (from):
3141         * rfc2047.el (message-posting-charset):
3142         * qp.el (mm-use-ultra-safe-encoding):
3143         * pop3.el (parse-time-months):
3144         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3145         * nnml.el (files):
3146         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3147         (jka-compr-compression-info-list, ange-ftp-path-format)
3148         (efs-path-regexp):
3149         * nndiary.el (files):
3150         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3151         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3152         (epg-digest-algorithm-alist, inhibit-redisplay)
3153         (password-cache-expiry):
3154         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3155         (pgg-output-buffer, password-cache-expiry):
3156         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3157         (efs-path-regexp):
3158         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3159         (inhibit-redisplay):
3160         * mm-uu.el (file-name, start-point, end-point, entry)
3161         (gnus-newsgroup-name, gnus-newsgroup-charset):
3162         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3163         (latin-unity-ucs-list):
3164         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3165         (mm-uu-binhex-decode-function):
3166         * message.el (gnus-message-group-art, gnus-list-identifiers)
3167         (rmail-enable-mime-composing, gnus-local-organization)
3168         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3169         (gnus-read-active-file, facemenu-add-face-function)
3170         (facemenu-remove-face-function, gnus-article-decoded-p)
3171         (tool-bar-mode):
3172         * mail-source.el (display-time-mail-function):
3173         * gnus-util.el (nnmail-pathname-coding-system)
3174         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3175         (gnus-original-article-buffer, gnus-user-agent)
3176         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3177         (xemacs-codename, sxemacs-codename, emacs-program-version):
3178         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3179         * gnus-start.el (gnus-agent-covered-methods)
3180         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3181         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3182         (gnus-newsgroup-headers, gnus-group-list-mode)
3183         (gnus-group-mark-positions, gnus-newsgroup-data)
3184         (gnus-newsgroup-unreads, nnoo-state-alist)
3185         (gnus-current-select-method, mail-sources)
3186         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3187         (nnmail-spool-file, gnus-cache-active-hashtb):
3188         * gnus-mh.el (mh-lib-progs):
3189         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3190         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3191         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3192         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3193         (gnus-group-buffer):
3194         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3195         (font-lock-set-defaults):
3196         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3197         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3198         (gnus-summary-post-menu, total-parts, type, condition, length):
3199         * gnus-agent.el (gnus-agent-read-agentview):
3200         * flow-fill.el (show-trailing-whitespace):
3201         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3202         eval-and-compile wrappers for byte compiler pacifiers.
3203
3204         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3205         (mm-display-inline-fontify): Check for featurep 'xemacs not
3206         extent-list.
3207
3208         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3209         itimer-list.
3210         (mm-create-image-xemacs): Only do something for XEmacs.
3211         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3212
3213         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3214
3215         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3216         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3217
3218 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3219
3220         * nnimap.el (nnimap-split-download-body):
3221         * gnus-demon.el (gnus-demon):
3222         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3223
3224 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3227         macros.
3228         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3229         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3230         copy data from unibyte buffer to multibyte current buffer.
3231         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3232         to copy data from unibyte current buffer to multibyte buffer.
3233         (nntp-make-process-buffer): Make process buffer unibyte.
3234
3235         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3236
3237 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3238
3239         * pop3.el (pop3-open-server): Accept and process data more robustly at
3240         connexion start to avoid spurious "POP SSL connexion failed" errors.
3241
3242 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3245         read group names.
3246
3247 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3250
3251 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3254         (nnmail-save-active): Use a unibyte buffer when saving active file,
3255         which may contain non-ASCII group names.
3256
3257         * nnml.el (nnml-request-group): Decode group names in messages.
3258
3259 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * message.el (message-citation-line-function)
3262         (message-insert-formatted-citation-line): Fix spelling of
3263         `message-insert-formated-citation-line'.
3264
3265 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3268
3269 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3272         nnmail-pathname-coding-system.
3273
3274         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3275         that a user enters; decode group names in messages.
3276
3277         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3278
3279 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3282
3283         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3284
3285         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3286         risky local variable.
3287
3288         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3289
3290 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * encrypt.el: Improve documentation to fix function name typo.
3293         Reported by Daiki Ueno <ueno@unixuser.org>.
3294
3295 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3298         even if the point is not in the last page of an article.
3299         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3300         back to the previous page.
3301
3302 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3305
3306 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3309
3310 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * message.el (message-check-news-body-syntax): Avoid
3313         mm-string-as-multibyte.
3314         (message-hide-headers): Don't assume (point-min)==1.
3315
3316 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * message.el (message-remove-blank-cited-lines): Fix if remove is
3319         given.
3320         (message-bogus-address-regexp): New variable.
3321         (message-bogus-recipient-p): New function.
3322         (message-check-recipients): New command.
3323         (message-syntax-checks): Add `bogus-recipient'.
3324         (message-fix-before-sending): Add `bogus-recipient'.
3325
3326         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3327         (gnus-treat-body-boundary): Don't test window-system.
3328
3329 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3330
3331         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3332
3333 2007-10-28  Miles Bader  <miles@gnu.org>
3334
3335         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3336         at compile-time too.
3337
3338 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * gnus-msg.el (gnus-message-setup-hook): Add
3341         `message-remove-blank-cited-lines' to options.
3342
3343 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * message.el (message-remove-blank-cited-lines): New function.
3346         Suggested by Karl Plästerer.
3347
3348 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3351         mapc.
3352
3353         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3354         (top-level): Use mapc to set functions to be traced for debugging.
3355
3356         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3357         called for effect with while loop.
3358
3359         * message.el (message-talkative-question): Replace mapcar called for
3360         effect with mapc.
3361
3362         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3363         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3364         called for effect with dolist.
3365
3366         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3367
3368         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3369         gnus-extra-headers and nnmail-extra-headers.
3370
3371         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3372         called for effect with dolist.
3373         (top-level): Use mapc to set functions to be traced for debugging.
3374
3375         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3376         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3377         dolist.
3378
3379         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3380         Replace mapcar called for effect with mapc.
3381         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3382         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3383         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3384         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3385
3386         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3387         remove-if that's a cl function.
3388
3389         * webmail.el (webmail-debug): Replace mapcar called for effect with
3390         dolist.
3391
3392         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3393         with mapc.
3394
3395 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3398         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3399         with while loop.
3400
3401         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3402         functions from article-* functions.
3403         (gnus-multi-decode-header): Replace mapcar called for effect with
3404         dolist.
3405
3406         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3407         (gnus-bookmark-show-details): Replace mapcar called for effect with
3408         while loop.
3409
3410         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3411         called for effect with while loop.
3412
3413         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3414         with dolist.
3415
3416         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3417         mapcar called for effect with dolist.
3418
3419         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3420
3421         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3422         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3423         Replace mapcar called for effect with dolist.
3424         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3425         mapc.
3426
3427         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3428         Replace mapcar called for effect with dolist.
3429         (gnus-topic-list): Replace mapcar called for effect with mapc.
3430
3431         * gnus.el: Use mapc instead of mapcar to add autoloads.
3432
3433 2007-10-23  Richard Stallman  <rms@gnu.org>
3434
3435         * gnus-group.el (gnus-group-highlight): Mark as risky.
3436
3437 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus.el (gnus-server-to-method): Return method found first in
3440         gnus-newsrc-alist.
3441
3442         * gnus-art.el (gnus-article-highlight-signature)
3443         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3444         button overlay without the front stickiness.
3445
3446 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3447
3448         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3449         overview buffer needed a catch to receive its throw.
3450         (gnus-agent-flush-cache): Declared as interactive to make this function
3451         easier to use.
3452
3453 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3456         `next-line'.
3457
3458 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3461         exclude address matching message-dont-reply-to-names.
3462
3463 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gnus-util.el (gnus-string<): New function.
3466
3467         * gnus-sum.el (gnus-article-sort-by-author)
3468         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3469
3470 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3473         the frame-focus tag is set in gnus-buffer-configuration.
3474
3475 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3478         the front stickiness.
3479
3480 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3483         url pattern; remove duplicate one.
3484         (gnus-article-extend-url-button): New function.
3485         (gnus-article-add-buttons): Use it.
3486         (gnus-button-push): Use concatenated url that it makes.
3487
3488 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3489
3490         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3491
3492 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3493
3494         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3495         Don't hardcode point-min==1.
3496
3497 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3498
3499         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3500         Fix comment about "iso8859-1".
3501
3502 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3503
3504         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3505         ones returned from the verify-function.
3506
3507         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3508         mml2015-extract-cleartext-signature if extraction failed.
3509
3510 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3511
3512         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3513         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3514         failed.
3515
3516 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3519
3520 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3523         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3524         recommends to use EasyPG instead of PGG.
3525
3526         * pgg.el: Revert to revision 6.23.2.16
3527
3528         * pgg-def.el: Revert to revision 6.6.2.14.
3529
3530         * pgg-gpg.el: Revert to revision 6.23.2.34.
3531
3532 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3535         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3536         thread for both the null and zero (kill/expire thread) universal prefix
3537         cases.
3538         (gnus-summary-expire-thread): Add new function to expire a thread,
3539         using gnus-summary-kill-thread.
3540         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3541         shortcuts for gnus-summary-expire-thread.
3542         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3543         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3544
3545 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3548         extras value, so an extras entry can be deleted.
3549         (gnus-registry-delete-extra-entry): Use it.
3550         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3551         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3552         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3553         storage through the gnus-registry, and provide an appropriate API for
3554         it.
3555
3556 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3559         Suggested by Leo <sdl.web@gmail.com>.
3560
3561         * gnus.el: Do.
3562
3563 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3566         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3567
3568         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3569
3570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3572
3573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3576         newline.
3577         (nnmbox-request-accept-article): Don't change article in source buffer;
3578         narrow to header to use message-fetch-field rather than
3579         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3580         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3581         as delimiters; make sure article ends with newline.
3582         (nnmbox-delete-mail): Correct last position of article to be deleted;
3583         ignore X-Gnus-Newsgroup header in article body.
3584         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3585         positions; make sure article ends with newline.
3586
3587         * message.el (message-display-abbrev): Don't infloop when a user
3588         inserts SPC in the beginning of header.
3589
3590         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3591         coding-system-for-read and coding-system-for-write for XEmacs having no
3592         file-coding feature.
3593
3594         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3595
3596 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3599         list of groups not followed by default.  Fix type to be regexp.
3600         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3601
3602 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3603
3604         * hmac-def.el (define-hmac-function): Switch from old-style to
3605         new-style backquotes.
3606
3607         * md4.el (md4-make-step): Likewise.
3608
3609 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3612         raw-text coding system when saving .newsrc file, which may contain
3613         non-ASCII group names.
3614
3615 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-cus.el (gnus-score-extra): New widget.
3618         (gnus-score-extra-convert): New function.
3619         (gnus-score-customize): Use it for Extra.
3620
3621 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3622
3623         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3624         (mml2015-mailcrypt-clear-verify): Use it.
3625         (mml2015-gpg-clear-verify): Use it.
3626         (mml2015-pgg-clear-verify): Use it.
3627         (mml2015-epg-clear-verify): Replace the current part with the output
3628         from GnuPG; don't extract the plaintext by itself.
3629
3630         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3631         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3632         mml2015-clear-verify-function; don't touch the armor headers or
3633         dash-escaped text here.
3634
3635 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3638         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3639         parts, or application/octet-stream as a last resort.
3640         (gnus-mime-view-part-as-type): Don't toggle display.
3641         (gnus-mime-view-part-as-charset): Don't turn off display before
3642         querying charset.
3643
3644         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3645         stuff to undisplayer function in Emacs.
3646         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3647
3648         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3649         text/calendar parts.
3650
3651 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3654         decoding text/calendar parts.
3655
3656         * message.el (message-forward-make-body-mime): Always mark body as
3657         having no illegible text; remove signed-or-encrypted argument.
3658         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3659
3660         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3661         (mml-generate-mime-1): Don't encode body if it is specified to be in
3662         raw form; don't make buffer be unibyte when inserting multibyte string.
3663
3664 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3665
3666         * sha1.el: Fix up comment style.
3667         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3668         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3669
3670         * hex-util.el: Fix up comment style.
3671         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3672
3673         * gnus-salt.el: Use with-current-buffer.
3674         (gnus-pick-setup-message): Fix long-standing typo.
3675
3676 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * imap.el (imap-logout-timeout): New variable.
3679         (imap-logout, imap-logout-wait): New functions.
3680         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3681
3682         * nnimap.el (nnimap-logout-timeout): New server variable.
3683         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3684         nnimap-logout-timeout.
3685
3686         * gnus-art.el (gnus-article-summary-command-nosave)
3687         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3688
3689 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus.el (gnus-maximum-newsgroup): New variable.
3692
3693         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3694         according to gnus-maximum-newsgroup.
3695
3696         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3697         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3698         Limit the range of articles according to gnus-maximum-newsgroup.
3699
3700 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3701
3702         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3703         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3704         Don't perform gnus-configure-windows here; reuse existing sticky
3705         article buffer.
3706
3707         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3708         it doesn't exist in gnus-article-mode.
3709
3710 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3713         (gnus-agent-decoded-group-name): New function.
3714         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3715         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3716
3717 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3718
3719         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3720         Add binding for gnus-sticky-article.
3721         (gnus-summary-exit): Don't kill sticky article buffers.
3722
3723         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3724         article buffer.
3725         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3726         (gnus-kill-sticky-article-buffers): New commands.
3727
3728 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * nntp.el (nntp-xref-number-is-evil): New server variable.
3731         (nntp-find-group-and-number): If it is non-nil, don't trust article
3732         numbers in the Xref header.
3733
3734 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-agent.el (gnus-agent-read-group): New function.
3737         (gnus-agent-flush-group, gnus-agent-expire-group)
3738         (gnus-agent-regenerate-group): Use it.
3739         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3740         nnmail-pathname-coding-system.
3741
3742 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3745
3746         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3747         that are unread as unread, and also as selected so that information of
3748         marks having been changed by a user may be updated when exiting group.
3749
3750 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3753         calculated ignoring signature parts to gnus-treat-article.
3754
3755 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3758         a point here in order to keep the window start.
3759         (gnus-insert-mime-security-button): Make a button overlay without the
3760         front stickiness.
3761         (gnus-mime-display-security): Goto the end of a button.
3762
3763         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3764
3765 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3768         group-name-at-point.
3769         (gnus-group-completing-read): New function that offers decoded
3770         non-ASCII group names for completion.
3771         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3772         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3773         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3774         (gnus-group-fetch-control): Use it.
3775         (gnus-fetch-group): Use group-name-at-point for the initial value
3776         rather than the default value; use gnus-alive-p.
3777
3778         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3779         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3780         (gnus-summary-post-news): Use gnus-group-completing-read.
3781
3782         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3783         (gnus-read-move-group-name): Decode group name for completion.
3784
3785 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3788         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3789         Yamaoka slightly modified the code).
3790
3791 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3794         (nnmail-split-incoming): Bind it.
3795
3796         * nnml.el (nnml-group-name-charset): New function.
3797         (nnml-decoded-group-name): Use it; don't decode group name if
3798         nnmail-group-names-not-encoded-p is non-nil.
3799         (nnml-encoded-group-name): New function.
3800         (nnml-group-pathname): Inline nnml-decoded-group-name.
3801         (nnml-request-expire-articles): Decode group name in message.
3802         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3803         nnmail-pathname-coding-system.
3804         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3805         not decoded ones according to nnmail-group-names-not-encoded-p.
3806         (nnml-generate-active-info): Use nnml-encoded-group-name.
3807
3808 2007-08-08  Glenn Morris  <rgm@gnu.org>
3809
3810         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3811         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3812         doc-strings and comments.
3813
3814 2007-07-25  Glenn Morris  <rgm@gnu.org>
3815
3816         * Relicense all FSF files to GPLv3 or later.
3817
3818 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * gnus-sum.el (gnus-summary-move-article): Make
3821         gnus-summary-respool-article work.
3822
3823 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3826         string.
3827
3828 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3829
3830         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3831         that should be ignored when comparing distant RSS articles with local
3832         ones.
3833         (nnrss-make-hash-index): New function.  Create a hash index according
3834         to the ignored fields.
3835         (nnrss-check-group): Use it.
3836
3837 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3840
3841         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3842
3843         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3844         the new optional argument ENCODED is non-nil.
3845         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3846         coding system for encoding group name.
3847         (gnus-group-make-rss-group): Pass un-encoded group name to
3848         gnus-group-make-group.
3849         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3850         encoded.
3851
3852         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3853         Encode group name to which articles are moved or copied.
3854         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3855         coding system for encoding Newsgroup, Followup-To and Xref headers.
3856
3857         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3858         marks; use nnheader-file-coding-system to write a file.
3859         (nnagent-retrieve-headers): Bind file-name-coding-system to
3860         nnmail-pathname-coding-system.
3861
3862         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3863
3864         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3865         (nnml-request-article, nnml-request-create-group)
3866         (nnml-request-rename-group, nnml-find-id)
3867         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3868         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3869         (nnml-save-marks): Use nnml-group-pathname instead of
3870         nnmail-group-pathname.
3871
3872         (nnml-request-create-group, nnml-request-expire-articles)
3873         (nnml-request-move-article, nnml-request-delete-group)
3874         (nnml-deletable-article-p, nnml-possibly-create-directory)
3875         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3876         (nnml-open-marks): Bind file-name-coding-system to
3877         nnmail-pathname-coding-system.
3878
3879         (nnml-request-article): Pass server argument to nnml-find-group-number.
3880         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3881         server argument to nnml-possibly-create-directory.
3882         (nnml-request-accept-article): Pass server argument to
3883         nnml-active-number and nnml-save-mail.
3884         (nnml-find-group-number): Pass server argument to nnml-find-id.
3885         (nnml-request-update-info): Pass server argument to
3886         nnml-marks-changed-p.
3887
3888         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3889         (nnml-save-mail, nnml-active-number): Add server argument.
3890
3891         (nnml-request-delete-group): Warn if group is missing.
3892         (nnml-get-nov-buffer): Decode group name.
3893         (nnml-generate-active-info): Encode group name.
3894         (nnml-open-marks): Decode group name in messages.
3895
3896 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3899         if it is not specified.
3900         (gnus-article-pipe-part, gnus-article-save-part)
3901         (gnus-article-interactively-view-part, gnus-article-copy-part)
3902         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3903         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3904         (gnus-article-replace-part, gnus-article-delete-part)
3905         (gnus-article-view-part-as-type): Pass raw prefix argument to
3906         gnus-article-part-wrapper.
3907
3908 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-agent.el (gnus-agent-save-active): Bind
3911         nnheader-file-coding-system to gnus-agent-file-coding-system.
3912
3913         * gnus-cache.el (gnus-cache-save-buffers)
3914         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3915         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3916         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3917         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3918         (gnus-cache-generate-active, gnus-cache-rename-group)
3919         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3920         (gnus-cache-update-overview-total-fetched-for): Bind
3921         file-name-coding-system to nnmail-pathname-coding-system.
3922         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3923         variables.
3924         (gnus-cache-decoded-group-name): New function.
3925         (gnus-cache-file-name): Use it.
3926         (gnus-cache-generate-active): Use non-decoded group name for active.
3927
3928         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3929         right place.
3930         (gnus-write-active-file): Don't break non-ASCII group names.
3931
3932         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3933         nnmail-pathname-coding-system.
3934
3935         * lpath.el: Bind default-file-name-coding-system,
3936         file-name-coding-system and language-info-alist for XEmacs.
3937
3938         * gnus-uu.el (gnus-uu-decode-save): Typo.
3939
3940 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3943
3944 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3947         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3948         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3949         (gnus-agent-flush-group, gnus-agent-flush-cache)
3950         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3951         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3952         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3953         (gnus-agent-regenerate-group)
3954         (gnus-agent-update-files-total-fetched-for)
3955         (gnus-agent-update-view-total-fetched-for): Bind
3956         file-name-coding-system to nnmail-pathname-coding-system.
3957         (gnus-agent-group-pathname): Don't encode file names by
3958         nnmail-pathname-coding-system.
3959         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3960         coding-system-for-write instead of buffer-file-coding-system to
3961         gnus-agent-file-coding-system.
3962
3963         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3964         Decode group name.
3965
3966         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3967
3968         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3969         (gnus-read-newsrc-el-file): Make group names unibyte.
3970
3971         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3972         nnmail-pathname-coding-system.
3973
3974         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3975         (nnrss-request-delete-group): Bind file-name-coding-system to
3976         nnmail-pathname-coding-system.
3977         (nnrss-read-server-data, nnrss-read-group-data): Bind
3978         file-name-coding-system correctly.
3979         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3980
3981         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3982         (nntp-server-to-method-cache): New variable.
3983         (nntp-group-pathname): New function that decodes non-ASCII group names.
3984         (nntp-possibly-create-directory, nntp-marks-changed-p)
3985         (nntp-save-marks, nntp-open-marks): Use it.
3986         (nntp-possibly-create-directory, nntp-open-marks):
3987         Bind file-name-coding-system to nnmail-pathname-coding-system.
3988         (nntp-open-marks): Decode group names when bootstrapping marks.
3989
3990         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3991         Newsgroups and Folowup-To headers.
3992
3993 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3996         (gnus-server-closed-face, gnus-server-denied-face)
3997         (gnus-server-offline-face): Remove variable.
3998         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3999
4000         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4001         of modifying message-stack directly for XEmacs.
4002
4003         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4004         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4005         if the coding-system argument is nil for XEmacs.
4006
4007         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4008         mm-charset-override-alist.
4009
4010         * rfc2047.el: Don't require base64; require rfc2045 for the function
4011         rfc2045-encode-string.
4012         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4013         to quote the parameter value.
4014
4015 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4018         form in gnus-group-name-charset-method-alist.
4019
4020         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4021         overrides the default layout edit-form.
4022
4023         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4024
4025         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4026
4027 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4030         as unfetched articles.
4031
4032 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4035
4036 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4039         original back end that keeps marks in the local system.
4040
4041 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4044         arg of pop-to-buffer for XEmacs.
4045         (gnus-article-read-summary-keys): Ditto; don't restore window
4046         configuration if summary command ends up with neither article buffer
4047         nor summary buffer; describe bindings if summary keys end with C-h.
4048
4049 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * message.el (message-fix-before-sending): Skip raw message part to be
4052         forwarded while checking illegible text.
4053         (message-forward-make-body-mime, message-forward-make-body): Mark
4054         signed or encrypted raw message as having no illegible text.
4055
4056 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4059         (gnus-message-with-timestamp-1): New macro.
4060         (gnus-message-with-timestamp): New function.
4061         (gnus-message): Use them.
4062
4063         * nnheader.el (nnheader-message): Use them.
4064
4065 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4066
4067         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4068         .newsrc.eld file.
4069
4070 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-agent.el (gnus-agent-fetch-headers)
4073         (gnus-agent-retrieve-headers): Bind
4074         gnus-decode-encoded-address-function to identity.
4075
4076         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4077         available also when the server returns simply a dot.
4078
4079         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4080
4081 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4084
4085 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-ems.el (gnus-x-splash): Make it work.
4088
4089         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4090         from being used.
4091
4092         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4093
4094 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4097         4th and the 5th arguments.
4098
4099         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4100         the front stickiness.
4101         (gnus-article-summary-command-nosave): Correct the order of the
4102         arguments passed to pop-to-buffer.
4103         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4104         summary command ends up with the article buffer.
4105
4106         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4107         the same faces.
4108
4109 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4110
4111         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4112
4113 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4114
4115         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4116         * gnus-sum.el (gnus-summary-highlight):
4117         * pgg.el (pgg-sign-region, pgg-sign):
4118         * mail-source.el (mail-source-delete-old-incoming-confirm):
4119         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4120
4121 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-art.el (gnus-mime-view-part-externally)
4124         (gnus-mime-view-part-internally): Fix predicate function passed to
4125         completing-read.
4126
4127         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4128
4129         * gnus.el (gnus-update-message-archive-method): Add :version.
4130
4131 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus.el (gnus-update-message-archive-method): New variable.
4134
4135         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4136         according to gnus-message-archive-method if
4137         gnus-update-message-archive-method is non-nil.
4138
4139 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4142         by Loic Dachary <loic@dachary.org>.
4143         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4144
4145 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * message.el (message-pop-to-buffer): Add switch-function argument.
4148         (message-mail): Pass switch-function argument to it.
4149
4150 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4153         Improve doc string.
4154
4155 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4158         (gnus-header-content)
4159         * gnus-cite.el (gnus-cite-10)
4160         * gnus-srvr.el (gnus-server-closed)
4161         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4162         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4163         (gnus-group-mail-3-empty, gnus-group-mail-low)
4164         (gnus-group-mail-low-empty, gnus-splash)
4165         * message.el (message-header-to, message-header-cc)
4166         (message-header-subject, message-header-other, message-header-name)
4167         (message-header-xheader, message-separator, message-cited-text)
4168         (message-mml): Lighten colors of faces used for dark background.
4169
4170 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4171
4172         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4173         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4174
4175 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * message.el (message-narrow-to-headers-or-head):
4178         Ignore mail-header-separator in the body.
4179
4180 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4183         same as window size.
4184
4185 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4186
4187         * message.el (message-font-lock-keywords): Use message-header-xheader
4188         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4189         ahead of the anything pattern, to get it recognised.
4190
4191 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4194         spam.el loads uses it in the compiled defadvice form.
4195
4196 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4197
4198         * gnus-sum.el (gnus-articles-to-read)
4199         (gnus-summary-insert-old-articles): Don't truncate group name for
4200         `read-string'.
4201
4202         * gnus-util.el (gnus-limit-string): Delete this function.
4203
4204         * gnus-sum.el (gnus-simplify-subject-fully): Use
4205         `truncate-string-to-width' instead.
4206
4207 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4208
4209         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4210         if, on summary exit, the next group has to be selected.
4211         (gnus-summary-exit): Use it.
4212
4213 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4216         non-break space.
4217
4218 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4221         Check if group is not a directory.
4222         (nnfolder-request-expire-articles): Don't delete articles if the target
4223         group is not available.
4224
4225         * nnml.el (nnml-request-create-group): Properly check if group is not a
4226         file.
4227         (nnml-request-expire-articles): Don't delete articles if the target
4228         group is not available.
4229
4230         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4231         Don't quote characters that are within parentheses.
4232
4233 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4236         (gnus-handle-ephemeral-exit): Select article according to it.
4237
4238 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * message.el (message-insert-formated-citation-line): Remove newline.
4241         (message-citation-line-format): Add final \n here so that the user can
4242         avoid a blank line.
4243
4244 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4245
4246         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4247         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4248         Update lanl/arXiv support.
4249
4250 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * gnus.el: Bump version number.
4253
4254 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * gnus.el (gnus-version-number): Bump version.
4257
4258 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4259
4260         * gnus.el: No Gnus v0.6 is released.
4261
4262 2007-04-27  Didier Verna  <didier@xemacs.org>
4263
4264         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4265         * gmm-utils.el (gmm-regexp-concat): here.
4266         * message.el: Don't require 'gnus-util.
4267         (message-dont-reply-to-names): Handle name change above.
4268         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4269
4270 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4273         since the initial value varies according to the system.
4274
4275 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4278
4279 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4280
4281         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4282
4283 2007-04-24  Didier Verna  <didier@xemacs.org>
4284
4285         Improve the type of gnus-ignored-from-addresses.
4286         * gnus-util.el (gnus-orify-regexp): New function.
4287         * message.el (gnus-util): Require it.
4288         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4289         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4290         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4291
4292 2007-04-24  Didier Verna  <didier@xemacs.org>
4293
4294         * gnus-sum.el:
4295         * gnus-utils.el: Fix some trailing whitespaces.
4296
4297 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4300         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4301         article's Message-ID; refer parent article in summary buffer.
4302
4303         * message.el (message-bounce): Call mime-to-mml.
4304
4305         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4306         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4307         optimize and/or forms properly.
4308
4309 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4312         URL.
4313
4314 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4317
4318 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4321         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4322         displayed of multipart/alternative part if it is invoked from summary
4323         buffer.
4324
4325         * mm-view.el (mm-inline-text-html-render-with-w3m)
4326         (mm-inline-text-html-render-with-w3m-standalone)
4327         (mm-inline-render-with-function): Use mail-parse-charset by default.
4328
4329 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4330
4331         * parse-time.el (parse-time-string-chars): Check if CHAR
4332         is less than the length of parse-time-syntax.
4333
4334 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4337         from gnus-newsgroup-processable.
4338
4339 2007-04-16  Didier Verna  <didier@xemacs.org>
4340
4341         * gnus-msg.el (gnus-configure-posting-styles): Handle
4342         message-signature-directory properly with :file syntax.  Reported by
4343         "Leo".
4344
4345 2007-04-11  Didier Verna  <didier@xemacs.org>
4346
4347         New user option: message-signature-directory.
4348         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4349         * message.el (message-insert-signature): Ditto.
4350         * message.el (message-signature-file): Doc update.
4351         * message.el (message-signature-directory): New.
4352
4353 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * gnus-msg.el (gnus-inews-yank-articles): Use
4356         message-exchange-point-and-mark instead of exchange-point-and-mark.
4357
4358 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * message.el (message-yank-original): Make sure cited text ends with
4361         newline; don't exchange point and mark.
4362
4363 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4364
4365         * tls.el (open-tls-stream): Properly handle case where there
4366         is no associated buffer.
4367
4368 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4369
4370         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4371         message-yank-original, make sure (< mark TEXT point).
4372
4373 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * message.el (message-fill-column): New variable.
4376         (message-mode): Use it.  Add comment on a possible new hook.
4377
4378         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4379         (nnmail-get-new-mail): Reformat.
4380
4381         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4382
4383         * gmm-utils.el: Fix Commentary.
4384         (gmm-tool-bar-from-list): Fix typo in doc string.
4385
4386 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4387
4388         * message.el (message-yank-original): Don't switch point and mark
4389         unnecessarily to put point and mark as documented.
4390
4391 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4394         from the message heads.
4395
4396 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4397
4398         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4399         article buffer does not have a window.  This may not be the best
4400         solution but is certainly better than setting the start of the null,
4401         that is the current, window.
4402
4403 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4404
4405         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4406         (gnus-draft-setup): Run it.
4407
4408         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4409         gnus-score-fast-scoring.  Allow regexp.
4410         (gnus-score-headers): Use it.
4411
4412         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4413         XEmacs.
4414
4415         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4416         string.
4417         (gnus-button-alist): Also catch `<f1> k ...'.
4418         (gnus-treat-display-x-face): Fix doc string.
4419
4420 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4421
4422         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4423         evaluation of gnus-extended-version to ensure correct generation of the
4424         User-Agent header when message-generate-headers-first is used.
4425
4426 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4427
4428         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4429         hashcash-path is nil.  Don't call callback with incorrect number of
4430         parameters if val is 0.
4431
4432 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4433
4434         * message.el (message-required-news-headers):
4435         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4436
4437 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4438
4439         * tls.el (open-tls-stream): In handshake-waiting loop,
4440         don't wait more if there is output available to process.
4441
4442 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4443
4444         * tls.el (tls-program): Doc fix.
4445
4446 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * message.el (message-generate-new-buffers): Change the meaning of the
4449         nil value; add `standard' to the choices; treat t as `unique'; improve
4450         doc string.
4451         (gnus-select-frame-set-input-focus): Autoload.
4452         (message-buffer-name): Search for the existing message buffer if
4453         message-generate-new-buffers is nil or `standard'; treat the value t of
4454         message-generate-new-buffers as `unique'.
4455         (message-pop-to-buffer): Raise the frame already displaying the message
4456         buffer; clear the echo area after querying.
4457         (message-setup): Pass the `continue' argument to compose-mail.
4458         (message-mail): Prefer `switch-function' if it is given; search for the
4459         existing message buffer if the `continue' argument is non-nil; pass
4460         continue and switch-function arguments to compose-mail by way of
4461         message-setup.
4462         (message-mail-other-window): Adjust argument of message-setup.
4463         (message-mail-other-frame): Ditto.
4464
4465 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4468         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4469         to turn font-lock on when turning gnus-message-citation-mode on.
4470
4471 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4472
4473         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4474         (mml-smime-function-alist): New variable; add epg as the backend.
4475         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4476         mml-smime- functions instead.
4477         * mm-view.el: Require smime.
4478
4479 2007-03-05  Didier Verna  <didier@xemacs.org>
4480
4481         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4482         instead of just inheritance for posting styles.
4483         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4484
4485 2007-02-24  Chris Moore  <dooglus@gmail.com>
4486
4487         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4488         * pgg-pgp.el (pgg-pgp-encrypt-region):
4489         * pgg-gpg.el (pgg-gpg-encrypt-region):
4490         Check pgg-encrypt-for-me if no other recipients.
4491
4492 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4493
4494         * tls.el (tls-certtool-program): Fix custom type.
4495
4496 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4499         and point-at-eol instead of line-(beginning|end)-position.
4500
4501         * assistant.el (assistant-parse-buffer): Ditto.
4502
4503         * netrc.el (netrc-parse-services): Ditto.
4504
4505 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4506
4507         * mml2015.el (mml2015-epg-find-usable-key): New function.
4508         (mml2015-epg-sign): Use it.
4509         (mml2015-epg-encrypt): Use it.
4510
4511 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * message.el (message-make-in-reply-to): Quote name containing
4514         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4515         if there are special characters.  Reported by NAKAJI Hiroyuki
4516         <nakaji@jp.freebsd.org>.
4517
4518 2007-02-27  Didier Verna  <didier@xemacs.org>
4519
4520         Include the group parameters as well as the topic ones in the
4521         inheritance filter process.
4522         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4523         argument GROUP-PARAMS-LIST.
4524         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4525
4526 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * nntp.el (nntp-never-echoes-commands)
4529         (nntp-open-connection-functions-never-echo-commands): New variables.
4530         (nntp-send-command): Use them.
4531
4532 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4533
4534         * mml2015.el (mml2015-epg-verify): Simplified.
4535
4536 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * mml.el (mml-content-disposition-alist): New user option.
4539         (mml-content-disposition): New function.
4540         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4541         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4542
4543 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4544
4545         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4546         verification.
4547
4548 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4549
4550         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4551         articles posted in the last 24 hours.
4552
4553 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4554
4555         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4556
4557 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4558
4559         * nntp.el (nntp-send-command): Don't wait for echoes when
4560         nntp-open-ssl-stream is used.
4561
4562 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4565         (gnus-message-add-citation-keywords)
4566         (gnus-message-remove-citation-keywords): Remove.
4567         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4568         directly, make the variables in font-lock-defaults buffer-local, add
4569         gnus-message-citation-keywords to them and then update the value of
4570         font-lock-keywords.
4571
4572 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * message.el (message-cite-original-1): Don't call
4575         gnus-article-highlight-citation.
4576
4577         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4578         citations; fix line count.
4579
4580 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4583         (gnus-message-add-citation-keywords)
4584         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4585         versions of font-lock-add-keywords and font-lock-remove-keywords to
4586         work with XEmacs correctly.
4587
4588 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-cite.el (gnus-cite-face-list): Set the values of
4591         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4592         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4593         (gnus-message-cite-prefix-regexp): New variable.
4594         (gnus-message-search-citation-line): Use it; protect against long
4595         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4596         the 0th match data for Emacs.
4597         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4598         (gnus-message-add-citation-keywords): Append keywords rather than
4599         prepending; emulate font-lock-add-keywords if it is not available.
4600         (gnus-message-remove-citation-keywords): Emulate
4601         font-lock-remove-keywords if it is not available.
4602
4603         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4604
4605         * message.el (message-cite-prefix-regexp): Set the value of
4606         gnus-message-cite-prefix-regexp.
4607
4608 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4609
4610         * nnweb.el (nnweb-google-parse-1): Update parser.
4611
4612 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4613
4614         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4615
4616 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4617
4618         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4619         regexp.
4620
4621 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4624         string-to-multibyte.
4625         (uudecode-decode-region-internal): Use it.
4626
4627         * lpath.el: Fbind string-as-multibyte for XEmacs.
4628
4629 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4632         custom choice.
4633
4634         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4635
4636 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4637
4638         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4639
4640         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4641         `write-region' to respect `mm-inhibit-file-name-handlers'.
4642
4643 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4644
4645         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4646         Use gnus-home-directory instead of "~/" or "$HOME".
4647
4648 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4651         to mention filename.
4652         Add comments at beginning regarding usage.
4653         (encrypt-write-file-contents): Change interactive so a string is
4654         acceptable.  If the file has no associated model, show an error instead
4655         of a nonsense prompt.
4656
4657 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4658
4659         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4660         Thanks to Yoshihiko Yamada for kind notification of this typo.
4661
4662 2007-01-12  Kenichi Handa  <handa@m17n.org>
4663
4664         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4665         multibyte buffer.
4666
4667 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * gnus-score.el (gnus-score-fast-scoring): New variable.
4670         (gnus-score-headers): Use it.
4671
4672         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4673
4674         * message.el (message-cite-original-1): Call
4675         gnus-article-highlight-citation if requested.
4676         (message-make-from): Allow name and address as optional arguments.
4677
4678         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4679
4680         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4681         bugs to doc string.
4682         (gnus-button-alist): Add mid\\|message-id.
4683         (gnus-button-fetch-group): Extend for use in
4684         `browse-url-browser-function'.
4685         (gnus-button-url-regexp): Try to catch paired parentheses like in
4686         Wikipedia URLs.
4687
4688         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4689         Suggested by Simon Krahnke <overlord@gmx.li>.
4690
4691 2007-01-13  Romain Francoise  <romain@orebokech.com>
4692
4693         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4694         Update copyright.
4695
4696 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4697
4698         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4699
4700 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * gnus-registry.el (gnus-registry-unfollowed-groups)
4703         (gnus-registry-split-fancy-with-parent): Fix documentation.
4704
4705 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4708         from nnweb groups.
4709
4710 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4713         Xref urls.  Erase buffer before requesting head.
4714
4715 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4718         customizable.
4719
4720 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4721
4722         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4723         no signing key is found.
4724         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4725         no encrypting and/or signing key is found.
4726
4727 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4730
4731 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4732
4733         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4734         headers read from disk with the ones newly found in the current search.
4735         This should no longer cause problems, because the article numbers in
4736         Gmane's `nov.php' output are ignored since the previous change.
4737
4738 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4739
4740         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4741
4742 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4745         replace-regexp-in-string; bind url-version; fbind display-images-p and
4746         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4747         find-face and set-itimer-function for Emacs; bind itimer-list for
4748         Emacs.
4749
4750         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4751
4752 2007-01-01  Romain Francoise  <romain@orebokech.com>
4753
4754         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4755
4756 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4757
4758         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4759         `define-minor-mode' macro definition expanded properly.
4760         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4761         exclude it there.
4762
4763         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4764         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4765         `fboundp' test.
4766         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4767         This is OK to autoload in (S)XEmacs now.
4768
4769 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4772         keystroke.
4773         (gnus-summary-limit-to-singletons): Fix typo.
4774
4775         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4776         else fails.
4777
4778 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4779
4780         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4781         docstring.
4782
4783         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4784         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4785         (gnus-summary-insert-dormant-articles): Fix typo in message.
4786
4787 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4790         nil for XEmacs.
4791         (gnus-message-citation-mode): Don't autoload in XEmacs.
4792
4793         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4794
4795 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4796
4797         * nnimap.el (nnimap-expunge-search-string): Mention
4798         nnimap-search-uids-not-since-is-evil in docstring.
4799
4800 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4801
4802         * spam.el: Revert to make-obsolete-variable because
4803         define-obsolete-variable-alias is not supported in Emacs 21.
4804
4805         * spam.el (spam-ifile-path, spam-ifile-database-path)
4806         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4807         make-obsolete-variable.
4808         (spam-bsfilter-path, spam-bsfilter-program)
4809         (spam-spamassassin-path, spam-spamassassin-program)
4810         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4811         use "path" inappropriately.
4812         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4813         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4814         variable names.
4815
4816 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4817
4818         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4819         summary buffer.
4820
4821         * password.el (password-cache-remove): Use clear-string to burn
4822         password, if available.
4823
4824 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4827
4828         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4829
4830         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4831         (gnus-message-highlight-citation): Move defcustom here from
4832         gnus-cite.el.
4833         (gnus-message-citation-mode): Autoload.
4834
4835         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4836         checks to make it compile with XEmacs.
4837         (gnus-message-citation-mode): New minor mode.
4838         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4839         (gnus-message-highlight-citation): New variables.
4840         (gnus-message-search-citation-line)
4841         (gnus-message-add-citation-keywords)
4842         (gnus-message-remove-citation-keywords)
4843         (turn-on-gnus-message-citation-mode)
4844         (turn-off-gnus-message-citation-mode): New functions.
4845
4846 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4847
4848         * gnus-cite.el: Enable highlighting of different citation levels in
4849         message-mode.
4850
4851 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * message.el (message-make-fqdn): Fix comment.
4854         (message-bogus-system-names): Add ".local".
4855
4856         * spam.el (spam-ifile-path, spam-ifile-program)
4857         (spam-ifile-database-path, spam-ifile-database)
4858         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4859         Don't use "path" inappropriately.
4860         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4861         strings.
4862         (spam-check-ifile, spam-ifile-register-with-ifile)
4863         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4864         new variable names.
4865
4866         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4867         (gnus-treat-display-smileys): Simplify using
4868         gnus-image-type-available-p.
4869
4870         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4871         available.
4872
4873         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4874         `display-images-p' if available.
4875
4876 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4879         one after turning on the buffer's multibyteness instead of decoding
4880         them directly in the unibyte buffer that causes unexpected conversion
4881         in Emacs 23 (unicode).
4882
4883 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4884
4885         * message.el (message-generate-hashcash): Fix custom type.
4886
4887 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4890
4891 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4894         disconnect icons.  Add help text.
4895
4896 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4899         negated to be consistent with the others we handle.
4900
4901 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4904         version of gnus-summary-buffer to something, so that we can use two
4905         article buffers at the same time.
4906
4907 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4910         trigger all the extra headers.
4911         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4912         sorting.
4913
4914 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4915
4916         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4917         solid groups.
4918
4919 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4920
4921         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4922
4923 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * legacy-gnus-agent.el: Add Copyright notice.
4926
4927 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4928
4929         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4930
4931 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4934
4935         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4936         to make it work reliably in CVS Emacs.
4937         (gnus-summary-limit-strange-charsets-predicate)
4938         (gnus-summary-limit-to-predicate): New functions.
4939
4940 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4941
4942         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4943         specifying array size.
4944         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4945         array if it is too small.
4946         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4947         (gnus-sort-threads-loop): New function.
4948
4949 2006-12-06  Chris Moore  <dooglus@gmail.com>
4950
4951         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4952         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4953
4954 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4955
4956         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4957         options.
4958
4959 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4962         DOS-ing the recipient.
4963
4964         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4965         the headers when creating the mapping to avoid mismappings.
4966         (nnweb-gmane-create-mapping): Always nix out old mapping.
4967
4968 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4971         and mm-verify-option to never.
4972
4973 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * message.el (message-signed-or-encrypted-p): New function.
4976         (message-forward-make-body): Use it.
4977
4978         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4979         Replace encode-coding-string with mm-encode-coding-string.
4980
4981 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * nneething.el (nneething-decode-file-name): Replace
4984         decode-coding-string with mm-decode-coding-string.
4985
4986         * gnus-int.el (gnus-open-server): Say failed server's name.
4987
4988 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4989
4990         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4991         strings to a single string.  Quote `errors-file-name'.
4992         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4993         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4994         Adjust calls.  Use `shell-quote-argument'.
4995
4996 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4997
4998         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4999         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5000
5001         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5002         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5003         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5004         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5005         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5006         (gnus-subscribe-newsgroup, gnus-1):
5007         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5008         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5009         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5010         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5011
5012 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5015         keystroke.
5016         (gnus-summary-limit-to-bodies): Implement headersp.
5017
5018 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5021
5022 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5025
5026 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * message.el (message-generate-hashcash): Expand range of values to
5029         include `opportunistic'.
5030         (message-send-mail): Use it.
5031
5032 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5033
5034         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5035         and comment it.
5036
5037         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5038
5039 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * gnus-util.el (gnus-extract-address-components): Improve comment.
5042
5043 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-util.el (gnus-extract-address-components): Work with address in
5046         which the name portion contains @.
5047
5048         * lpath.el: Fbind custom-autoload.
5049
5050 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * gnus.el (gnus-start): Move custom group up.
5053         (gnus-select-method): Don't autoload, but make it available for
5054         `customize-variable'.
5055         (gnus-getenv-nntpserver): Don't autoload.
5056
5057 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5060
5061 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * message.el (message-sendmail-extra-arguments): New variable.
5064         (message-send-mail-with-sendmail): Use it.
5065
5066 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5069         mm-with-unibyte-current-buffer to make string unibyte.
5070
5071         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5072         mm-string-as-multibyte.
5073
5074 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5075
5076         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5077         Reported by Werner Koch <wk@gnupg.org>.
5078
5079 2006-11-14  Daiki Ueno  <ueno@p360>
5080
5081         * mml2015.el: Autoload epa-select-keys when compiling.
5082
5083 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5084
5085         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5086         message-options.
5087         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5088
5089 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5090
5091         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5092         EasyPG (< 0.0.6).
5093         (mml2015-always-trust): New user option.
5094         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5095         prompt.
5096
5097 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * nntp.el (nntp-authinfo-force): New variable.
5100         (nntp-send-authinfo): Use it.
5101
5102 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5105         decode encoded words.  Improve prompt.  Add comment about forwarding.
5106         (message-replacement-char): Move up.
5107
5108 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5109
5110         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5111         instead of gnus-intersection because arguments of gnus-sorted-nunion
5112         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5113
5114 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5117         (message-simplify-subject-functions): Enable
5118         message-strip-subject-encoded-words by default.
5119
5120 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * message.el (message-strip-subject-encoded-words): New function
5123         (message-simplify-subject-functions): New variable.
5124         (message-simplify-subject): Use it.  Fix typo in doc string.
5125         Support message-strip-subject-encoded-words.
5126
5127 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5128
5129         * gnus-diary.el (gnus-diary-delay-format-function):
5130         * nndiary.el (nndiary-reminders):
5131         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5132
5133 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * gnus-art.el (article-hide-boring-headers): Fetch date from
5136         gnus-original-article-buffer to avoid problems with localized date
5137         strings.
5138
5139 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5142
5143 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5146         New variables.
5147         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5148         (mm-charset-synonym-alist): Move some entries to
5149         mm-codepage-iso-8859-list.
5150         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5151         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5152
5153 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5156
5157 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5160         with Emacs 21 and XEmacs.
5161
5162 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5163
5164         * spam.el (spam-parse-address): New function for better parsing,
5165         catching errors, etc.
5166         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5167
5168 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * mm-view.el: Add interactive arg to html2text autoload.
5171
5172 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5175
5176 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5179         variables.
5180         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5181         (mm-charset-synonym-alist): Move some entries to
5182         mm-codepage-iso-8859-list.
5183
5184         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5185
5186 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * message.el (message-citation-line-format)
5189         (message-insert-formated-citation-line): Fix implementation of %E, %N
5190         and %n according to the doc string.
5191
5192 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5195         car-safe to avoid bad parses.
5196
5197 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5200         names.
5201
5202         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5203
5204 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5207         header.
5208
5209         * message.el (message-draft-headers): Add Date.
5210         (message-headers-to-generate): Fix typo in docstring.
5211
5212         * nndraft.el (nndraft-required-headers): New variable.
5213         (nndraft-generate-headers): Use it.
5214
5215         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5216
5217 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * gnus-registry.el (gnus-registry-wash-for-keywords)
5220         (gnus-registry-find-keywords): New functions to allow easy searching of
5221         articles that are in the registry.
5222
5223 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5226         ietf-drums-parse-address instead of gnus-extract-address-components.
5227         Reported by Damien Elmes <damien@repose.cx>.
5228
5229 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * gnus.el (gnus-mime): Remove unused custom group.
5232
5233 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5234
5235         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5236         "blank line" when searching for end of armor headers.
5237
5238 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gmm-utils.el (gmm-write-region): Fix variable name.
5241
5242 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * gmm-utils.el (gmm-write-region): New function based on compatibility
5245         code from `mm-make-temp-file'.
5246
5247         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5248
5249         * nnmaildir.el (nnmaildir--update-nov)
5250         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5251         Use `gmm-write-region'.
5252
5253 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5256         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5257
5258         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5259
5260         * message.el (message-replacement-char): New variable.
5261         (message-fix-before-sending): Use it.
5262         (message-simplify-subject): New function to remove duplicate code.
5263         (message-reply, message-followup): Use it.
5264
5265         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5266         gnus-summary-limit-to-articles.
5267
5268 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-util.el (gnus-with-local-quit): New macro.
5271
5272         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5273
5274 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5277         ignore non-string data.
5278
5279 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5280
5281         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5282         non-string data (needs to be done in the registry too).
5283
5284 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5287         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5288         (gnus-registry-split-fancy-with-parent)
5289         (gnus-registry-fetch-simplified-message-subject-fast)
5290         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5291         Remove text properties on ingress into the registry and when it's saved.
5292         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5293         registry from entries with no groups.
5294
5295 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5298         function to remove string properties.
5299
5300 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * gmm-utils.el (gmm): Adjust custom version.
5303
5304         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5305         custom version.
5306
5307         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5308
5309 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-art.el (gnus-insert-prev-page-button)
5312         (gnus-insert-next-page-button): Simplify.  Reformat.
5313
5314 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5315
5316         * gnus-art.el (gnus-insert-prev-page-button)
5317         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5318
5319 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5320
5321         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5322
5323 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5324
5325         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5326         gnus-article-button-face to MIME and security buttons.
5327
5328 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5331         readable.
5332
5333 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5336
5337 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5338
5339         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5340         `browse-url-of-file' instead of `browse-url'.
5341
5342 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5343
5344         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5345         regexp.  Articles containing quotation were cut prematurely.
5346
5347 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * message.el (message-cite-original-1): Use nobody by default for the
5350         value of From header.
5351         (message-reply): Ditto.
5352
5353 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5354
5355         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5356         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5357         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5358
5359 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5362         mails in the doc string.  Add some URLs in comment.
5363         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5364
5365 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5368         backslashes handling and the way to find boundaries of quoted strings.
5369
5370 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5371
5372         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5373         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5374         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5375         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5376
5377 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5380         doc string.
5381         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5382
5383 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * lpath.el: Fbind epg-check-configuration.
5386
5387 2006-09-06  Simon Josefsson  <jas@extundo.com>
5388
5389         * mml2015.el (mml2015-use): Doc fix, mention epg.
5390
5391 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * mml2015.el (mml2015-use): Default to epg, if available.
5394
5395 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5396
5397         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5398         message-sender.
5399         (mml1991-epg-encrypt): Ditto.
5400         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5401         message-sender.
5402         (mml2015-epg-encrypt): Ditto.
5403
5404 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5405
5406         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5407         several common directories.
5408
5409 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5410
5411         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5412         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5413
5414 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (article-decode-encoded-words): Make it fast.
5417
5418 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5421
5422         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5423         in quoted string into `\'.
5424
5425 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5428         Use standard-syntax-table.
5429
5430 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-art.el (gnus-decode-address-function): New variable.
5433         (article-decode-encoded-words): Use it to decode headers which are
5434         assumed to contain addresses.
5435         (gnus-mime-delete-part): Remove useless `or'.
5436
5437         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5438         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5439         (gnus-nov-parse-line): Use it to decode From header.
5440         (gnus-get-newsgroup-headers): Ditto.
5441         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5442
5443         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5444         (mail-decode-encoded-address-string): New alias.
5445
5446         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5447         New function.
5448         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5449         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5450         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5451         (rfc2047-decode-string): Ditto.
5452         (rfc2047-decode-address-region): New function.
5453         (rfc2047-decode-address-string): New function.
5454
5455 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * message.el (message-caesar-buffer-body): Allow rotating headers.
5458
5459         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5460
5461         * message.el (message-insert-formated-citation-line): Fix %f.
5462         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5463
5464 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5467         (gnus-bookmark-mouse-available-p): New macro.
5468         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5469         (gnus-bookmark-bmenu-show-infos): Use it.
5470         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5471         (gnus-bookmark-bmenu-hide-infos): Ditto.
5472         (gnus-bookmark-remove-properties): New function.
5473         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5474         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5475         (gnus-bookmark-write-file): Bind coding-system-for-write.
5476         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5477         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5478         group before selecting it.
5479         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5480         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5481         quit-window if it is not available; use gnus-mouse-2 and bind it to
5482         gnus-bookmark-bmenu-select-by-mouse.
5483         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5484         (gnus-bookmark-bmenu-select-by-mouse): New function.
5485
5486 2006-08-13  Romain Francoise  <romain@orebokech.com>
5487
5488         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5489         space.
5490
5491 2006-08-10  Romain Francoise  <romain@orebokech.com>
5492
5493         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5494         (dns-mode-soa-auto-increment-serial): New user option.
5495         (dns-mode-soa-maybe-increment-serial): New function.
5496         (dns-mode): Add the latter to `write-contents-functions'.
5497
5498 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * compface.el (uncompface): Use binary rather than raw-text-unix.
5501
5502 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * compface.el (uncompface): Make sure the eol conversion doesn't take
5505         place when communicating with the external programs.  Reported by
5506         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5507
5508 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5511
5512 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5513
5514         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5515         Make it more robust by parsing author and date independently.
5516
5517 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5520
5521 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5522
5523         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5524         first matching secret key.
5525         (mml2015-epg-encrypt): Ditto.
5526
5527         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5528         first matching secret key.
5529         (mml1991-epg-encrypt): Ditto.
5530
5531         * mml2015.el (mml2015-encrypt-to-self): New user option.
5532         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5533         mml2015-epg-encrypt-to-self is set.
5534
5535         * mml1991.el (mml1991-encrypt-to-self): New variable.
5536         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5537         mml1991-epg-encrypt-to-self is set.
5538
5539         * mml2015.el (mml2015-signers): New user option.
5540         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5541         (mml2015-epg-encrypt): Allow to select signing keys.
5542
5543         * mml1991.el (mml1991-signers): New variable.
5544         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5545         (mml1991-epg-encrypt): Allow to select signing keys.
5546
5547 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * nnheader.el (nnheader-insert-head): Make it work even if the file
5550         uses CRLF for the line-break code.
5551
5552 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5553
5554         * mml2015.el: Require mml-sec instead of password.
5555         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5556         (mml2015-cache-passphrase): Inherit the default value from
5557         mml-secure-cache-passphrase.
5558         (mml2015-passphrase-cache-expiry): Inherit the default value from
5559         mml-secure-passphrase-cache-expiry.
5560
5561         * mml1991.el: Require mml-sec instead of password.
5562         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5563         (mml1991-cache-passphrase): Inherit the default value from
5564         mml-secure-cache-passphrase.
5565         (mml1991-passphrase-cache-expiry): Inherit the default value from
5566         mml-secure-passphrase-cache-expiry.
5567
5568         * mml-sec.el: Require password.
5569         (mml-secure-verbose): New user option.
5570         (mml-secure-cache-passphrase): New user option.
5571         (mml-secure-passphrase-cache-expiry): New user option.
5572
5573 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5574
5575         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5576         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5577         andreas@altroot.de (Andreas Vögele).
5578
5579         FIXME: Use `tiny change'?
5580
5581 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5582
5583         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5584         workaround for the url package included with Emacs.
5585
5586         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5587
5588 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5591         correctly.  This fixes a bug caused by the 2006-05-12 change.
5592
5593 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5594
5595         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5596         some information about the error when saying that the `bogus' mail
5597         group will be used.
5598
5599 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5602         string.
5603
5604 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5605
5606         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5607
5608 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5609
5610         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5611
5612 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5613
5614         * mml1991.el (mml1991-function-alist): Add epg.
5615         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5616         (mml1991-epg-encrypt): New functions.
5617
5618 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5619
5620         * mml2015.el (mml2015-verbose): New variable.
5621         (mml2015-cache-passphrase): Ditto.
5622         (mml2015-passphrase-cache-expiry): Ditto.
5623         (mml2015-function-alist): Add epg.
5624         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5625         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5626         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5627         functions.
5628
5629 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5630
5631         * message.el (message-cite-original-1): Preserve region when removing
5632         quoted text due to X-No-Archive in order to avoid bogus attribution
5633         when citing multiple messages.
5634
5635 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5636
5637         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5638         Kenneth Jacker <khj@be.cs.appstate.edu>.
5639
5640 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * gnus-diary.el (gnus-user-format-function-d)
5643         (gnus-user-format-function-D): Autoload.
5644
5645         * imap.el (Commentary): Fix typo.
5646
5647         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5648         2006-04-22 contribution.
5649
5650 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5651
5652         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5653         It didn't really fix the bogosity I'm seeing with solid web groups.
5654
5655 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5656
5657         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5658         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5659         created using server names.  If we use the feature without declaring
5660         it, Gnus does not properly manage server and group state.
5661
5662         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5663         bound.
5664
5665 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5666
5667         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5668         looking up the method using GROUP's prefix before inventing a new one.
5669         It is used on killed/unknown groups in various places where returning
5670         an all-new method isn't expected by the caller.
5671
5672         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5673         and match semantics of gnus-group-real-prefix.
5674
5675 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * nnmail.el (nnmail-broken-references-mailers): New variable.
5678         (nnmail-ignore-broken-references): New function generalizing
5679         nnmail-fix-eudora-headers.
5680         (nnmail-fix-eudora-headers): Now obsolete.
5681
5682         * gnus-art.el (gnus-button-handle-custom): Support
5683         `customize-apropos*'.
5684
5685 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5688
5689         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5690         articles.
5691
5692 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * message.el (message-cite-reply-above): New variable.
5695         (message-yank-original): Use it.
5696
5697 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5700
5701 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5704         as read.
5705
5706         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5707
5708 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5711         (gnus-bookmark-default-file): Use gnus-directory.
5712         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5713         Remove "*" in doc string.
5714         (gnus-bookmark-write-file): Simplify.
5715         (gnus-bookmark-maybe-sort-alist): Use `when'.
5716         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5717         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5718         FIXME about Emacs 21 and XEmacs compatibility.
5719         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5720         compatibility.
5721         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5722         compatibility.
5723         (gnus-bookmark-menu-heading): Fix version.
5724
5725 2006-06-19  Bastien Guerry  <bzg@altern.org>
5726
5727         * gnus-bookmark.el: New file.
5728
5729 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * message.el (message-syntax-checks): Doc fix.
5732
5733 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5734
5735         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5736         unsubscribed groups as if they were killed ones.  It causes duplicate
5737         entries in gnus-newsrc-alist.
5738
5739 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * message.el (message-syntax-checks): Doc fix.
5742         (message-send-mail): Add check for continuation headers.
5743         (message-check-news-header-syntax): Fix regexp used to check for
5744         continuation headers.
5745
5746 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5749
5750 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5753
5754 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5757         default-truncate-lines.
5758
5759 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5762         to fill the utf-8 entry.
5763
5764         * lpath.el: Fbind unicode-precedence-list.
5765
5766 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5767
5768         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5769
5770 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5771
5772         * gnus-agent.el (directory-files-and-attributes): Move all the way
5773         forward (the third and final move).
5774         (gnus-agent-read-agentview): Trap reconstruction errors due to
5775         nonexistant directory.  Handle by returning nil.
5776
5777 2006-05-30  Didier Verna  <didier@xemacs.org>
5778
5779         * message.el (message-dont-reply-to-names): Update the custom type.
5780         * message.el (message-dont-reply-to-names): New defsubst: potentially
5781         convert a list of regexps into a single one.
5782         * message.el (message-get-reply-headers): Use it.
5783         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5784
5785 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-agent.el (directory-files-and-attributes): Move forward.
5788
5789 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-ml.el (gnus-mailing-list-subscribe)
5792         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5793         (gnus-mailing-list-message): Fix doc strings.
5794
5795 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5796
5797         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5798         of doing it manually.
5799
5800 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5803         comment.
5804
5805 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5806
5807         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5808         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5809         (gnus-agent-read-local): All symbols allocated in my-obarray
5810         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5811         (gnus-agent-regenerate-group): Check numeric names to see if they are
5812         messages or groups.
5813         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5814         better way of do this...)
5815
5816         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5817         'dummy.group' (there should be a better way of do this...)
5818
5819 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5822         (gnus-saved-headers): Ditto.
5823         (gnus-default-article-saver): Mention functions may have properties.
5824         (gnus-article-save): Override gnus-save-all-headers and
5825         gnus-saved-headers by :headers property which saver function may have.
5826         (gnus-summary-save-in-file): Add :headers property.
5827         (gnus-summary-write-to-file): Ditto.
5828
5829         * gnus-sum.el (gnus-summary-save-article): Bind
5830         gnus-prompt-before-saving to t when saving many articles in a file;
5831         always show all headers.
5832
5833         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5834
5835 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5838         marks.
5839
5840         * message.el (message-indent-citation): Add optional arguments to allow
5841         using it outside of message buffers.
5842
5843         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5844         (gnus-article-treat-unfold-headers): Use it.
5845         (gnus-article-truncate-lines): New variable.
5846         (gnus-article-mode): Use it.
5847         (gnus-article-toggle-truncate-lines): New function.
5848
5849         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5850         gnus-article-toggle-truncate-lines.
5851
5852         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5853         coding system in XEmacs, use binary.
5854
5855 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5858         after-load-alist.
5859
5860         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5861         this function should save decoded articles.
5862         (gnus-summary-write-to-file): Use property to specify this function
5863         should save decoded articles and specify gnus-summary-save-in-file
5864         should be used to save articles other than the first one when saving
5865         many articles.
5866         (gnus-summary-save-body-in-file): Use property to specify this
5867         function should save decoded articles.
5868         (gnus-summary-write-body-to-file): Use property to specify this
5869         function should save decoded articles and specify
5870         gnus-summary-save-body-in-file should be used to save articles other
5871         than the first one when saving many articles.
5872
5873         * gnus-sum.el (gnus-summary-save-article): Simplify.
5874
5875 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (gnus-default-article-saver): Add
5878         gnus-summary-write-body-to-file.
5879         (gnus-article-save-coding-system): Don't use coding system object
5880         in XEmacs.
5881         (gnus-read-save-file-name): Add optional `dir-var' argument which
5882         specifies directory in which files are saved; work even if optional
5883         `variable' argument is not specified.
5884         (gnus-summary-write-to-file): Read file name.
5885         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5886         (gnus-summary-write-body-to-file): New function.
5887
5888         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5889         (gnus-summary-local-variables): Add it.
5890         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5891         (gnus-summary-save-article): Remove optional `decode' argument;
5892         determine whether to decode articles by the value of
5893         gnus-default-article-saver; when saving many files using
5894         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5895         it first and use gnus-summary-save-in-file or
5896         gnus-summary-save-body-in-file thereafter unless
5897         gnus-prompt-before-saving is always; move point to article which
5898         will be saved.
5899         (gnus-summary-save-article-file): Revert.
5900         (gnus-summary-write-article-file): Revert.
5901         (gnus-summary-save-article-body-file): Revert.
5902         (gnus-summary-write-article-body-file): New function.
5903
5904 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * gnus-art.el (gnus-default-article-saver): Doc fix.
5907         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5908         from gnus-summary-save-article-coding-system, and default to a
5909         certain coding system.
5910         (gnus-output-to-file): Add coding cookie and encode text according
5911         to gnus-article-save-coding-system; don't use mm-append-to-file.
5912
5913         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5914         gnus-art.el and rename to gnus-article-save-coding-system.
5915         (gnus-summary-save-article): Require gnus-art; don't show all
5916         headers if it decodes articles; don't add coding cookie here;
5917         don't bind mm-text-coding-system-for-write.
5918         (gnus-summary-save-article-file): Save decoded articles.
5919         (gnus-summary-write-article-file): When saving many files, use
5920         gnus-summary-write-to-file first and gnus-summary-save-in-file
5921         thereafter unless gnus-prompt-before-saving is always.
5922         (gnus-summary-save-article-body-file): Save decoded articles.
5923
5924         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5925
5926 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * nnrss.el (nnrss-check-group): Bind hash-index.
5929
5930 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5931
5932         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5933         its hash index.  Store this hash in `nnrss-group-data'.
5934         (nnrss-read-group-data): Update accordingly.
5935
5936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5939         entry.
5940
5941         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5942         gnus-article-browse-html-article.
5943
5944 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5945
5946         * gnus-sum.el (gnus-summary-mime-map): Add
5947         gnus-article-browse-html-article.
5948
5949         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5950
5951 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5954         suitable coding systems in customize.
5955
5956 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * mail-source.el (mail-sources): Fix custom type.
5959
5960 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5963         (gnus-summary-expire-articles-now): Shorten prompt.
5964
5965         * gmm-utils.el (wid-edit): Require.
5966         (defun-gmm): Renamed from `gmm-defun-compat'.
5967         (gmm-image-search-load-path): Use it.
5968         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5969
5970 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5973         variable.
5974         (gnus-summary-save-article): Add optional `decode' argument.  If
5975         it is set and gnus-summary-save-article-coding-system is non-nil,
5976         save decoded article.
5977         (gnus-summary-write-article-file): Save decoded article if
5978         gnus-summary-save-article-coding-system is non-nil.
5979
5980         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5981         type.
5982
5983 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5986
5987 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5990         first to test gnus-single-article-buffer which may be buffer-local.
5991
5992         * gnus-sum.el (gnus-summary-setup-buffer): Make
5993         gnus-single-article-buffer buffer-local and nil in ephemeral
5994         group; make gnus-article-buffer, gnus-article-current, and
5995         gnus-original-article-buffer always buffer-local.
5996         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5997         group.
5998         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5999
6000 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * nnml.el (nnml-request-compact-group): Compressed files might not
6003         have .gz extension.
6004
6005 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6006
6007         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6008         (mm-copy-to-buffer): Use with-current-buffer.
6009         (mm-display-part): Simplify.
6010         (mm-inlinable-p): Add optional arg `type'.
6011
6012 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6015         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6016         Try harder to show the attachment internally or externally using
6017         gnus-mime-view-part-as-type.
6018
6019 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * message.el (message-from-style, message-signature-separator)
6022         (message-user-organization-file, message-send-mail-function)
6023         (message-citation-line-function, message-yank-prefix)
6024         (message-indent-citation-function, message-signature)
6025         (message-signature-file, message-signature-insert-empty-line):
6026         Remove autoloads.
6027
6028         * gnus-art.el (gnus-buttonized-mime-types): Remove
6029         "multipart/signed".  Revert 2006-04-26 change.
6030
6031 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * gnus.el (gnus-version-number): Bump version.
6034
6035 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6036
6037         * gnus.el: No Gnus v0.5 is released.
6038
6039 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6040
6041         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6042         fetching articles by message-id.
6043
6044 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * message.el (hashcash): Require hashcash as normal.
6047
6048         * ecomplete.el (ecomplete-highlight-match-line): Use
6049         point-at-eol.
6050         (ecomplete-highlight-match-line): Use `highlight', because that
6051         face exists in both Emacs and XEmacs.
6052
6053         * message.el (message-display-abbrev): Use point-at-bol.
6054
6055         * mail-source.el: Don't require timer/timer-funcs.
6056
6057         * gnus-async.el: Ditto.
6058
6059         * password.el: Ditto.
6060
6061         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6062
6063         * mm-url.el: Ditto.
6064
6065         * gnus-xmas.el: Don't require timer-funcs.
6066
6067         * mm-util.el: Require timer/timer-funcs.
6068
6069 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6070
6071         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6072         Close.
6073
6074 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6077         unibyte after clear-decrypt function runs.
6078
6079         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6080         returns as a unibyte string.
6081
6082 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * lpath.el: Revert.
6085
6086         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6087         (pgg-gpg-process-sentinel): Revert.
6088
6089         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6090         (pgg-pgp-lookup-key): Revert.
6091
6092         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6093         (pgg-pgp5-lookup-key): Revert.
6094
6095         * pgg.el (pgg-fetch-key): Revert.
6096
6097 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * lpath.el: Fbind string-as-multibyte for XEmacs.
6100
6101         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6102         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6103         (mml1991-pgg-encrypt): Ditto.
6104
6105         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6106         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6107         a multibyte buffer.
6108
6109         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6110         (pgg-pgp-lookup-key): Ditto.
6111
6112         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6113         (pgg-pgp5-lookup-key): Ditto.
6114
6115         * pgg.el (pgg-fetch-key): Ditto.
6116
6117 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6118
6119         * message.el (message-user-organization-file): Check several
6120         locations of the organization file.
6121
6122         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6123         Add gnus-article-view-part-as-type.
6124
6125         * gnus-art.el (gnus-article-view-part-as-type): New function.
6126
6127         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6128         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6129
6130         * mml.el: Simplify autoload.
6131         (mml-mode): defvar dnd-protocol-alist instead of using
6132         symbol-value.
6133         (mml-default-directory): New variable.
6134         (mml-minibuffer-read-file): Use it.
6135         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6136
6137         * message.el (message-citation-line-format): New variable.
6138         (message-insert-formated-citation-line): New function.
6139         (message-citation-line-function): Add
6140         `message-insert-formated-citation-line' to custom type.
6141
6142         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6143         to doc string.
6144
6145         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6146         depending on mm-verify-option.
6147
6148 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6151         binding pgg-* variables; reimplement the section which prevents
6152         MIME header from being signed.
6153         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6154         pgg-text-mode; remove a blank line at the top of body.
6155
6156         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6157         lines at the top of body; use gnus-newsgroup-charset if there's no
6158         Charset header.
6159
6160 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * message.el (message-self-insert-commands): Doc fix.
6163
6164         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6165         (mm-uu-pgp-encrypted-test): Ditto.
6166         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6167         between header and body; return application/pgp-encrypted handle
6168         if decryption failed; decode decrypted body by charset.
6169
6170         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6171         element match to application/pgp-*.
6172
6173 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6174
6175         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6176         HTML.
6177
6178 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * mail-source.el (mail-source-call-script): Message the error
6181         string.
6182
6183 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * gnus-util.el (gnus-byte-compile): Use it.
6186
6187 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6188
6189         * gnus-util.el (kill-empty-logs): New function.
6190
6191 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * message.el (message-mail-alias-type): Doc fix.
6194         (message-mail-alias-type-p): New function.
6195         (message-send): Use it.
6196         (message-mode): Ditto.
6197         (message-strip-forbidden-properties): Ditto.
6198
6199         * ecomplete.el (ecomplete-database-file-coding-system): New
6200         variable.
6201         (ecomplete-save): Use it.
6202         (ecomplete-setup): Use it.
6203
6204 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * message.el (message-self-insert-commands): New variable.
6207         (message-strip-forbidden-properties): Use it.
6208
6209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210
6211         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6212         that doesn't make XEmacs choke.
6213
6214 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-util.el (gnus-replace-in-string):
6217         Prefer replace-regexp-in-string over of replace-in-string.
6218
6219 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-util.el (gnus-select-frame-set-input-focus):
6222         Use select-frame-set-input-focus if it is available in XEmacs; use
6223         definition defined in Emacs 22 for old Emacsen.
6224
6225         * dgnushack.el: Autoload unmorse-region for XEmacs.
6226
6227         * lpath.el: Bind cursor-in-non-selected-windows and
6228         select-frame-set-input-focus for XEmacs.
6229
6230 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6233
6234 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * gnus-registry.el (gnus-registry-cache-save): Remove text
6237         properties when saving via the temp buffer.
6238
6239 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * message.el (message-generate-hashcash): Honor custom type.
6242
6243 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * message.el (message-generate-hashcash): Default to non-nil when
6246         hashcash is found.
6247
6248         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6249         (gnus-refer-thread-limit): Increase default to 500.
6250
6251         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6252
6253         * flow-fill.el (fill-flowed): Allow delete-space.
6254
6255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6258         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6259         Remove autoloads.
6260
6261 2006-04-18  Simon Josefsson  <jas@extundo.com>
6262
6263         * message.el (message-generate-hashcash): Default to.
6264
6265 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6268         concatenating segments rather than before concatenating them.
6269
6270 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6273
6274 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6277
6278         * message.el (message-forward-make-body-plain): Allow
6279         message-forward-ignored-headers to be a list.
6280         (message-remove-ignored-headers): Factor out into function.
6281         (message-forward-make-body-mml): Use it.
6282
6283         * imap.el (imap-quote-specials): New function.
6284         (imap-login-auth): Quote specials.
6285
6286         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6287         (rfc2231-parse-string): Allow concatanation of parameters that
6288         aren't contiguous.  The test case is
6289           (mail-header-parse-content-type "message/external-body;
6290             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6291             access-type=LOCAL-FILE;
6292             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6293
6294 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6295
6296         * nntp.el (nntp-accept-process-output): Return the value of
6297         `nnheader-accept-process-output'.
6298
6299 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6302         (gnus-button-alist): Recognize more diff formats.
6303         (gnus-button-patch): Strip directory.
6304
6305 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6308         Emacs 22 when setting focus.
6309
6310 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus-art.el (gnus-article-treat-types): Do treatment of
6313         text/x-verbatim parts.
6314         (gnus-button-patch): New command.
6315
6316         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6317         addresses that contain invalid characters.
6318
6319 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * message.el (message-put-addresses-in-ecomplete): Use
6322         gnus-replace-in-string.
6323         (message-is-yours-p): Use the more correct
6324         mail-header-parse-address instead of
6325         mail-extract-address-components.
6326         (message-put-addresses-in-ecomplete): Fix typo.
6327
6328         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6329         keystroke.
6330
6331         * gnus-art.el (gnus-treatment-function-alist): Change order of
6332         newsgroups/generic header folding to avoid double-folding.
6333
6334         * message.el (message-hidden-headers): Add X-Draft-From.
6335
6336         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6337         command.
6338         (gnus-summary-repeat-search-article-backward): New command.
6339
6340         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6341         groups in the parent topic.
6342
6343 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6344
6345         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6346         (spam-extra-header-to-number): Return the CRM114 number as a
6347         number instead of a string.
6348
6349 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-art.el (gnus-face-properties-alist): Moved here from
6352         gnus-fun.
6353
6354         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6355
6356 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * message.el (message-strip-forbidden-properties): Only display on
6359         self-insert-command.
6360
6361         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6362         reindent.
6363         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6364
6365 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6366
6367         * smiley.el (smiley-style): Fix typo.
6368
6369 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * hashcash.el (hashcash-insert-payment-async-2): Use
6372         message-goto-eoh instead of doing it manually.
6373         (mail-add-payment): Use message-narrow-to-header instead of trying
6374         to do the same itself.
6375
6376         * message.el (message-hidden-headers): Add Face.
6377
6378         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6379         reparenting code.
6380         (gnus-summary-reparent-children): Refactored out code.
6381         (gnus-summary-thread-map): New keystroke.
6382         (gnus-summary-reparent-children): Make into command.
6383
6384         * smiley.el (smiley-style): Default to `medium' if using a large
6385         font.
6386
6387         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6388         does it itself.
6389
6390         * message.el (message-point-in-header-p): Simplify definition.
6391
6392 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * nnagent.el (nnagent-request-set-mark): Silence log file
6395         writing.
6396         (nnagent-request-set-mark): Use write-region instead of
6397         append-to-file.
6398
6399         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6400         strange select method.
6401
6402         * ecomplete.el (ecomplete-display-matches): Get highlightling
6403         right.
6404         (ecomplete-display-matches): Use literals.
6405         (ecomplete-display-matches): Disable message logging.
6406
6407         * message.el (message-display-abbrev): Small optimization.
6408
6409         * ecomplete.el (ecomplete-display-matches): Allow automatic
6410         display.
6411
6412         * message.el (message-strip-forbidden-properties): Display
6413         abbrevs.
6414         (message-display-abbrev): Get automatic display right.
6415
6416         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6417         keystrokes.
6418
6419 2006-04-13  Romain Francoise  <romain@orebokech.com>
6420
6421         TODO: Backport to v5-10!
6422
6423         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6424         Moved here (and renamed) from gnus-registry.el.
6425
6426         * gnus-registry.el: Require gnus-util.
6427         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6428
6429 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * gnus-group.el (gnus-group-catchup-current): Change
6432         if-then-else-if-then-else into cond.
6433         (gnus-group-catchup): Indent.
6434         (group-name-at-point): New function.
6435         (gnus-fetch-group): Provide default from thing at point.
6436
6437 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * message.el (message-display-abbrev): Fix regexp.
6440
6441         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6442         choosing.
6443         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6444         dead variables.
6445
6446         * message.el (message-newline-and-indent): Remove debugging.
6447         (message-display-abbrev): Use new implementation.
6448
6449 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * gnus-art.el (gnus-article-mode): Set
6452         cursor-in-non-selected-windows to nil.
6453
6454         * smiley.el: Revert previous change.
6455         (smiley-data-directory): defvar it before using it in the
6456         defcustom of `smiley-style'.
6457
6458 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * message.el (message-newline-and-indent): New function.
6461
6462         * ecomplete.el: Implement more bits.
6463
6464         * message.el (message-put-addresses-in-ecomplete): Clean up the
6465         string.
6466
6467         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6468
6469         * gnus-sum.el (gnus-summary-save-parts): Bind
6470         gnus-summary-save-parts-counter and use it to make unique file
6471         names.
6472
6473         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6474
6475         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6476         parameter to say whether to actually parse the individual
6477         addresses.
6478
6479         * message.el (message-put-addresses-in-ecomplete): New function.
6480         (ecomplete): Require.
6481         (message-mail-alias-type): Add ecomplete as an option.
6482
6483 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6484
6485         * flow-fill.el (fill-flowed): Remove trailing space from blank
6486         quoted lines.
6487
6488 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * smiley.el (smiley-style): Move definition later to avoid a
6491         compilation warning.
6492
6493 2006-04-12  Kenichi Handa  <handa@m17n.org>
6494
6495         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6496         buffer and then decode the buffer text if necessary.
6497         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6498         first, and after mm-encode-body, change the buffer to unibyte.
6499         Use mm-disable-multibyte instead of set-buffer-multibyte.
6500
6501 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6504         Content-Type header instead of Content-Disposition header.
6505         (gnus-mime-inline-part): Ditto.
6506         (gnus-mime-view-part-as-charset): Ignore charset that the part
6507         specifies.
6508
6509         * mm-decode.el (mm-display-part): Work with external parts and
6510         usual parts similarly.
6511
6512         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6513         instead of gnus-display-mime.
6514
6515         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6516         instead of with-temp-buffer.
6517
6518         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6519         tag to summarized topics part in order to encode non-ASCII text.
6520
6521 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * smiley.el (smiley-style): New variable.
6524         (smiley-directory): New function.
6525         (smiley-data-directory): Derive from `smiley-style' using
6526         `smiley-directory'.
6527         (smiley-regexp-alist): Add new entries.
6528
6529         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6530         (gnus-article-browse-delete-temp): Add :version.
6531
6532 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6533
6534         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6535         the sieve region.
6536
6537 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * gnus.el (gnus-version-number): Bump version.
6540
6541 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus.el: No Gnus v0.4 is released.
6544
6545 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6548         layout.
6549
6550         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6551         unknown charset.
6552
6553         * message.el (message-header-synonyms): Add Original-To to the
6554         default.
6555
6556         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6557         optional parameter.
6558
6559 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gnus-fun.el (gnus): Require it for gnus-directory.
6562
6563 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6566
6567 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6568
6569         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6570
6571 2006-04-05  Simon Josefsson  <jas@extundo.com>
6572
6573         * password.el (password-reset): New function.
6574
6575 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6576
6577         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6578         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6579
6580 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6581
6582         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6583         Some whitespace was matched into the url, which broke browsing hits
6584         > 100 when mm-url-use-external was nil.
6585
6586 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6589         gnus-extra-headers for 'Newsgroups.
6590
6591         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6592         bound.
6593
6594 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * pgg-gpg.el: Clean up process buffers every time gpg processes
6597         complete.
6598
6599 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6602         doc string.
6603
6604 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6605
6606         * pgg-gpg.el (pgg-gpg-process-filter)
6607         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6608
6609         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6610         lines, temporary fix.
6611
6612 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6615
6616 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6617
6618         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6619         default-enable-multibyte-characters.  This reverts the change from
6620         revision 6.17 which is no longer necessary because the passphrase
6621         is sent separately now.  GnuPG messages are unreadable under
6622         multibyte locales with default-enable-multibyte-characters set to
6623         nil.
6624
6625 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * message.el (message-tool-bar-gnome): Move "spell".
6628
6629 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6632         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6633         instead.
6634
6635 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6636
6637         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6638         newsgroups handling for NNTP overviews which don't include
6639         Newsgroups.
6640
6641 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6642
6643         * message.el (message-resend): Bind message-generate-hashcash to nil.
6644
6645 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6646
6647         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6648         when searching for already-paid recipients.
6649
6650 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6651
6652         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6653         passphrases when it is not needed.
6654         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6655         passphrase stuff from gpg, should only be necessary when you use
6656         gpg with a smartcard.
6657
6658 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * mml.el (mml-insert-mime): Ignore cached contents of
6661         message/external-body part.
6662
6663         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6664         (mm-insert-part): Ditto.
6665
6666 2006-03-23  Simon Josefsson  <jas@extundo.com>
6667
6668         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6669         Reiner.
6670         (pgg-gpg-use-agent-p): Use it again.
6671
6672 2006-03-23  Simon Josefsson  <jas@extundo.com>
6673
6674         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6675         older emacsen.
6676         (pgg-gpg-use-agent-p): Don't use it.
6677
6678 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6681         if we can.
6682
6683 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6684
6685         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6686         (pgg-gpg-update-agent): New function.
6687         (pgg-gpg-use-agent-p): New function.
6688         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6689         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6690         (pgg-gpg-sign-region): Use it.
6691
6692 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6695         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6696
6697 2006-03-21  Simon Josefsson  <jas@extundo.com>
6698
6699         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6700         <wilde@sha-bang.de>.
6701         (pgg-gpg-use-agent): New variable.
6702         (pgg-gpg-process-region): Use it.
6703         (pgg-gpg-encrypt-region): Likewise.
6704         (pgg-gpg-encrypt-symmetric-region): Likewise.
6705         (pgg-gpg-decrypt-region): Likewise.
6706         (pgg-gpg-sign-region): Likewise.
6707         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6708
6709 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6712
6713         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6714         Add comment on version.
6715
6716 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * smiley.el: Add missing test smiley.
6719
6720 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * mm-decode.el (mm-with-part): New macro.
6723         (mm-get-part): Use it; work with message/external-body as well.
6724         (mm-save-part): Treat name and filename equally.
6725
6726         * mm-extern.el (mm-extern-cache-contents): New function.
6727         (mm-inline-external-body): Use it; force the part to be displayed;
6728         move undisplayer added to the cached handle to the parent.
6729
6730         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6731         (gnus-mime-view-part-as-type): Work with message/external-body.
6732
6733         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6734
6735 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6738         images in image-load-path.  [Sync with image.el, revision 1.60, in
6739         Emacs.]
6740
6741 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6744         path rather than symbol.  Always return list of directories.
6745         Guarantee that image directory comes first.  [Sync with image.el,
6746         revision 1.59, in Emacs.]
6747
6748         * message.el (message-make-tool-bar): Adjust to new API of
6749         `gmm-image-load-path-for-library'.
6750
6751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6752
6753         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6754
6755 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6756
6757         * gnus-art.el (gnus-article-only-boring-p):
6758         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6759         intangible text.
6760         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6761
6762 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6765         `defun' instead of `gmm-defun-compat'.
6766
6767 2006-03-14  Simon Josefsson  <jas@extundo.com>
6768
6769         * message.el (message-unique-id): Don't use message-number-base36
6770         if (user-uid) is a float.
6771         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6772
6773 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6776
6777         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6778         empty line between a part and a message part.
6779
6780 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * smiley.el: Add more test smileys.
6783         (smiley-data-directory, smiley-regexp-alist)
6784         (gnus-smiley-file-types): Fix doc strings.
6785         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6786         adding new elements.
6787         (smiley-mouse-map): Unused code.  Make it a comment.
6788
6789 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6792         scan latest NoCeM messages instead of old ones.
6793         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6794         delimiters that are recently used.
6795         (gnus-nocem-load-cache): Add autoload cookie.
6796
6797         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6798
6799         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6800         level which is larger than gnus-use-nocem is specified.
6801
6802         * gnus-group.el (gnus-group-get-new-news): Ditto.
6803
6804 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gnus-util.el (gnus-tool-bar-update): New function.
6807
6808         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6809         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6810
6811         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6812
6813         * gnus-group.el (gnus-group-redraw-when-idle)
6814         (gnus-group-redraw-check): Remove.
6815         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6816
6817 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6820         if optional last element is specified in splits (FIELD VALUE...).
6821
6822 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6825         to gmm-image-load-path-for-library.  Call with no-error argument.
6826         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6827
6828         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6829
6830         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6831
6832         * gmm-utils.el (gmm-image-load-path): Remove alias.
6833
6834 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * gmm-utils.el (gmm-image-load-path): Add alias.
6837
6838         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6839         nnml-generate-nov-databases-1.
6840         (nnml-generate-nov-databases): Use it.
6841         (nnml-generate-nov-databases-directory): Document no-active
6842         argument.
6843
6844         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6845         directory if path is t.  Add no-error.
6846
6847         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6848         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6849
6850         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6851         resetting gnus-article-browse-html-temp-list.
6852
6853         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6854         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6855         Add example to docstring.  Rename local variables.  Move error
6856         checks to default case in cond and simplify.
6857
6858 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6861         handle is multipart when calling it recursively.
6862         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6863
6864 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6865
6866         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6867         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6868
6869 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6872         is loaded.
6873
6874         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6875         loaded.
6876
6877 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6880         to "Emacs 23 (unicode)" in doc string.
6881
6882         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6883         "Emacs 23 (unicode)" in comment.
6884
6885 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6888
6889         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6890         characters 160 through 255 in Emacs 23.
6891
6892 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6895         gnus-article-browse-html-temp.
6896         (gnus-article-browse-delete-temp): Make it customizable.  Add
6897         `file'.  Adjust doc string.
6898         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6899         query for each file.  Adjust doc string.
6900         (gnus-article-browse-html-parts): Add
6901         `gnus-article-browse-delete-temp-files' to
6902         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6903
6904 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6905
6906         * gnus-art.el (gnus-article-browse-html-temp)
6907         (gnus-article-browse-delete-temp): New variables.
6908         (gnus-article-browse-delete-temp-files): New function.
6909         (gnus-article-browse-html-parts): Use it.
6910
6911 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6914
6915         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6916         string.
6917
6918         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6919         gnus-summary-insert-new-articles when unplugged.  Remove
6920         gnus-summary-search-article-forward.
6921
6922         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6923         display-visual-class instead of display-color-cells.
6924
6925 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * dgnushack.el: Autoload customize-group for XEmacs.
6928
6929         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6930         message/* containing non-ASCII text properly.
6931
6932 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * message.el: Require gmm-utils, remove autoloads.
6935         (message-tool-bar): Set default based on
6936         gmm-tool-bar-style.
6937         (message-tool-bar-gnome): Add gmm-customize-mode.
6938
6939         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6940         gmm-tool-bar-style.
6941         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6942
6943         * gnus-group.el (gnus-group-tool-bar): Set default based on
6944         gmm-tool-bar-style.
6945         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6946
6947         * gmm-utils.el (gmm-image-directory): Rename variable from
6948         gmm-image-load-path.
6949         (gmm-image-load-path): Use gmm-image-directory.
6950         (gmm-customize-mode): New function.
6951         (gmm-tool-bar-style): New variable.
6952
6953         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6954         gnus-group-redraw-line-number.
6955         (gnus-group-redraw-check): Simplify.
6956         (gnus-group-tool-bar-update): Remove redraw check.
6957         (gnus-group-make-tool-bar): Add redraw check.
6958
6959 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6960
6961         * gnus-art.el (gnus-button): Add missing parentheses.
6962
6963 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * lpath.el: Fbind line-number-at-pos.
6966
6967 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6970
6971 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * gnus-art.el (gnus-button): New face.
6974         (gnus-article-button-face): Use it.
6975
6976         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6977         gnus-summary-next-page.  Re-order.
6978
6979         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6980         next-node are now included.
6981         (gnus-group-redraw-line-number): New internal variable.
6982         (gnus-group-redraw-check): Helper function for updating the tool
6983         bar.
6984         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6985
6986         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6987
6988         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6989         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6990         Use it to match format of Spamassassin 3.0 and later.  Reported by
6991         IRIE Tetsuya <irie@t.email.ne.jp>.
6992         (spam-check-bogofilter)
6993         (spam-bogofilter-register-with-bogofilter): Fix args of
6994         `gnus-error' calls.
6995
6996 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6999         unnecessary interaction when sending queued mails.  Reported by
7000         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7001
7002 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7005         first or last are nil.
7006
7007 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7008
7009         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7010
7011 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7014
7015 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * dns.el (query-dns): Protect more against buggy tcp output.
7018
7019 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7022         nov.php.
7023
7024 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7025
7026         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7027         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7028         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7029         output on the server side.
7030         (nnweb-google-create-mapping): Update regexps and add some
7031         progress indication.
7032
7033 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7036         gnus-agent-toggle-plugged.  Re-order icons.
7037         (gnus-group-tool-bar-gnome): Add
7038         gnus-group-{prev,next}-unread-group.
7039         (gnus-group-tool-bar-gnome): Re-order icons.
7040
7041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7042         gnus-summary-insert-new-articles.
7043
7044         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7045         comments.
7046
7047         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7048         also available in Emacs 21.3.
7049
7050         * message.el (message-fix-before-sending): Change "Emacs 22" to
7051         "Emacs 23 (unicode)" in comment.
7052
7053         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7054         "Emacs 23 (unicode)" in comment.
7055
7056         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7057         comment.
7058         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7059
7060         * mm-view.el (mm-fill-flowed): Add :version.
7061
7062 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7065         and load-path.
7066
7067 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * message.el: Autoload gmm-image-load-path.
7070         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7071         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7072         consitency.
7073
7074         * gmm-utils.el (gmm-image-load-path): Also search in
7075         "../etc/images".  Don't set gmm-image-load-path if we don't find
7076         the image.
7077
7078 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gmm-utils.el (gmm-image-load-path): Don't make
7081         `gmm-image-load-path' include subdirectories which the second arg
7082         `image' might specify.
7083
7084         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7085         subdirectory to icon file names.
7086
7087         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7088
7089 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7092         gmm-image-load-path calls.
7093
7094         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7095
7096         * message.el (message-make-tool-bar): Ditto.
7097
7098         * mml.el (mml-preview): Added comment concerning tool bar icons.
7099
7100         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7101         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7102
7103         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7104         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7105
7106         * message.el (message-tool-bar-gnome): Use new icon names.
7107         (message-make-tool-bar): Use `gmm-image-load-path'.
7108
7109         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7110         functions from MH-E.
7111         (gmm-image-load-path): New variable from MH-E.
7112         (gmm-image-load-path): New function from MH-E.  Added arguments
7113         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7114         *-image-load-path-called-flag.
7115
7116 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7117
7118         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7119
7120 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7121
7122         * nnimap.el (nnimap-request-move-article): Change folder back to
7123         source group before deleting.
7124
7125 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7128
7129         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7130         mm-url.
7131
7132         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7133
7134 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7137         coding system which mm-charset-to-coding-system returns for a
7138         given charset is valid.
7139
7140 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7141
7142         * html2text.el (html2text-remove-tag-list):
7143         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7144
7145 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * gnus-cus.el: Revert 2005-10-17 change.
7148
7149 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (article-strip-banner): Call
7152         article-really-strip-banner only when the regexp match is made.
7153
7154 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-art.el (article-strip-banner): Use
7157         gnus-extract-address-components instead of
7158         mail-header-parse-addresses to make it work with non-ASCII text;
7159         remove mail-encode-encoded-word-string.
7160
7161         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7162         values which are surrounded with \"...\"; make it never cause a
7163         Lisp error; give up parsing of parameters if it failed in
7164         extracting type.
7165
7166 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7167
7168         * smime.el (smime-cert-by-ldap-1): Fix bug where
7169         `smime-ldap-search' returns results without userCertificates.
7170
7171 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7174
7175 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * spam.el (spam-check-spamassassin-headers): Adapt format for
7178         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7179         <ari@mbf.ocn.ne.jp>.
7180         (spam-list-of-processors): Add spam-use-gmane.
7181
7182 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7185         make-temp-file; make it work with XEmacs as well.
7186
7187         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7188         mm-make-temp-file.
7189
7190         * mm-decode.el (mm-display-external): Use the 3rd arg of
7191         mm-make-temp-file.
7192         (mm-create-image-xemacs): Ditto.
7193
7194 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7197         with message-narrow-to-headers.
7198         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7199         (gnus-draft-check-draft-articles): New function.
7200         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7201
7202 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-art.el (gnus-article-browse-html-parts):
7205         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7206         Don't use suffix argument for mm-make-temp-file for Emacs 21
7207         compatibility.  Remove useless `format'.
7208
7209 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7210
7211         * nnweb.el (nnweb-google-wash-article): Update regexps.
7212         (nnweb-group-alist): Use defvoo instead of defvar.
7213
7214 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7217         re-loading nn* modules.
7218
7219 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7222         for `tool-bar-mode' and don't check it's default-value.
7223
7224         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7225
7226         * message.el (message-make-tool-bar): Ditto.
7227
7228         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7229         `substring'.  Shorten tmp-file name.
7230
7231         * gnus.el: Remove bogus comment.
7232
7233 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7234
7235         * gnus-art.el (gnus-article-browse-html-parts): New function.
7236         (gnus-article-browse-html-article): New function for viewing html
7237         articles with a browser.
7238
7239 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7242         in elisp.
7243         (pgg-gpg-encrypt-symmetric-region): Ditto.
7244         (pgg-gpg-sign-region): Ditto.
7245
7246         * pgg-def.el (pgg-text-mode): New variable.
7247
7248         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7249         (mml2015-pgg-encrypt): Ditto.
7250
7251         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7252         (mml1991-pgg-encrypt): Ditto.
7253
7254 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7257         message-make-date instead of current-time-string.
7258
7259         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7260         to gnus-decoded which mm-uu might set.
7261
7262 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7265         don't decode quoted parameters; remove misimported Emacs code.
7266         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7267         (rfc2231-decode-encoded-string): Don't use split-string which
7268         behaves differently according to Emacs version; use
7269         mm-decode-coding-region to convert charset to coding-system.
7270         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7271         (rfc2231-encode-string): Remove misimported Emacs code.
7272
7273 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7276         when calling mail-header-parse-content-type.
7277         (article-de-quoted-unreadable): Ditto.
7278         (article-de-base64-unreadable): Ditto.
7279         (article-wash-html): Ditto.
7280
7281         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7282         calling mail-header-parse-content-type and
7283         mail-header-parse-content-disposition.
7284         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7285         mail-header-parse-content-type.
7286
7287         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7288         insert charset and format parameters; encode description after
7289         inserting it to buffer.
7290         (mml-insert-parameter): Fold lines properly even if a parameter is
7291         segmented into two or more lines; change the max column to 76.
7292
7293         * rfc1843.el (rfc1843-decode-article-body): Don't use
7294         ignore-errors when calling mail-header-parse-content-type.
7295
7296         * rfc2231.el (rfc2231-parse-string): Return at least type if
7297         possible; don't cause an error even if it fails in parsing of
7298         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7299         (rfc2231-encode-string): Don't break lines at the beginning, leave
7300         it to mml-insert-parameter.
7301
7302         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7303         calling mail-header-parse-content-type.
7304
7305 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * spam-report.el (spam-report-gmane-use-article-number):
7308         Improve doc string.
7309         (spam-report-gmane-internal): Check if a suitable header was found
7310         in the article.
7311
7312 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7315         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7316
7317 2006-02-05  Romain Francoise  <romain@orebokech.com>
7318
7319         Update copyright notices of all files in the gnus directory.
7320
7321 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7322
7323         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7324
7325 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7328         segmented lines of parameter value to cope with Thunderbird 1.5
7329         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7331         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7332
7333 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7334
7335         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7336         parts.
7337
7338 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7339
7340         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7341         there's only one active file for all servers.
7342         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7343         solid groups.  Gnus might have used a FAST request to select the group.
7344         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7345         and nnweb-search redundantly in the active file.
7346         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7347         (nnweb-request-create-group): Don't use ARGS.
7348         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7349         initialisations.  Let nnoo do the work.
7350
7351 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7354         Say the part has been decoded.
7355
7356         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7357
7358 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7359
7360         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7361         mailcap-viewer-test-cache when there's no 'test clause, since that
7362         will invert the meaning of a "nil" test previously determined by
7363         mailcap-mailcap-entry-passes-test.
7364
7365 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7368         compiling.
7369
7370         * gnus-sum.el: Ditto.
7371
7372         * message.el: Don't bind tool-bar-map when compiling.
7373
7374 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7377
7378 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7379
7380         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7381         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7382         current Google Groups.
7383
7384 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7387         and tool-bar-mode.
7388
7389         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7390         and tool-bar-mode.
7391
7392         * message.el (message-tool-bar-update): Simplify.
7393         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7394
7395         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7396         gnus-summary-buffer.
7397         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7398         gnus-summary-reply.
7399
7400         * gmm-utils.el (gmm): Add :version.
7401
7402 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * Makefile.in (clean): New rule.
7405         (distclean): Use it.
7406
7407 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7408
7409         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7410         autoload.
7411
7412 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gmm-utils.el (gmm-verbose): Add :group.
7415
7416 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * message.el: Change some comments WRT tool-bars.
7419
7420         * gnus-sum.el (gnus-summary-tool-bar)
7421         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7422         (gnus-summary-tool-bar-zap-list): New variables.
7423         (gnus-summary-make-tool-bar): Complete rewrite using
7424         `gmm-tool-bar-from-list'.
7425
7426         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7427         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7428         variables.
7429         (gnus-group-make-tool-bar): Complete rewrite using
7430         `gmm-tool-bar-from-list'.
7431         (gnus-group-tool-bar-update): New function.
7432
7433         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7434
7435 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7438         is dissected into a single part of which the type is the same as
7439         the given one; decode charset.
7440
7441 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7442
7443         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7444         into alists as symbol not string, since that's what
7445         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7446         look for.
7447
7448 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7451         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7452
7453         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7454
7455 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7458         (gnus-xmas-mime-security-button-menu): New function.
7459
7460         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7461         (gnus-mime-security-button-menu): New definition.
7462         (gnus-mime-security-button-map): Use them.
7463         (gnus-mime-security-button-menu): New function.
7464         (gnus-insert-mime-security-button): Addition to help echo.
7465         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7466         (gnus-mime-security-pipe-part): New functions.
7467
7468         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7469         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7470
7471         * mm-decode.el (mm-handle-set-disposition): Remove.
7472         (mm-handle-set-description): Remove.
7473
7474 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7477         (mm-w3m-standalone-supports-m17n-p): New function.
7478         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7479         w3m usage.
7480
7481         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7482         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7483
7484 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * message.el (message-tool-bar-zap-list): Use
7487         gmm-tool-bar-zap-list as custom type.
7488         (message-tool-bar-update): New function.
7489         (message-tool-bar, message-tool-bar-gnome)
7490         (message-tool-bar-retro): Add message-tool-bar-update.
7491         (message-tool-bar-gnome): Add flyspell-buffer.
7492
7493         * gnus-util.el (gnus-error): Describe `args'.
7494
7495         * gmm-utils.el (gmm-error): Describe `args'.
7496         (gmm-tool-bar-zap-list): New widget.
7497         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7498
7499 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7502         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7503         the number of recursive calls.
7504
7505         * mm-decode.el (mm-handle-set-disposition): New macro.
7506         (mm-handle-set-description): New macro.
7507
7508 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7511         encoding.
7512
7513 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * message.el (message-tool-bar-zap-list, message-tool-bar)
7516         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7517         (message-tool-bar-local-item-from-menu): Remove.
7518         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7519         (message-make-tool-bar): New function.
7520         (message-mode): Use `message-make-tool-bar'.
7521
7522         * gmm-utils.el: New file.
7523         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7524         (gmm-lazy): New widget copied from `nnmail.el'.
7525         (gmm-tool-bar-from-list): New function for creating customizable
7526         tool bars.
7527         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7528         output.
7529         (gmm): Add :prefix to defgroup.
7530
7531 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7532
7533         * gmm-utils.el (gmm-widget-p): New function.
7534
7535 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * mml.el (mml-attach-file): Describe `description' in doc string.
7538         (mml-menu): Add Emacs MIME manual and PGG manual.
7539
7540 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7541
7542         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7543
7544 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7545
7546         * nntp.el (nntp-end-of-line): Doc fix.
7547
7548 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7549
7550         * imap.el (imap-open): Handle case where buffer is a buffer
7551         object.
7552
7553 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7554
7555         * gnus-delay.el (gnus-delay): Don't autoload.
7556         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7557         to be re-loaded when customizing the `gnus-delay' group.
7558
7559 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7560
7561         * message.el (message-insert-citation-line): Use newlines.
7562
7563 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7564
7565         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7566         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7567         these routines, so the passphrase can be managed externally and
7568         passed in to the system.
7569         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7570         pgg-add-passphrase-to-cache function.
7571
7572         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7573         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7574         these routines, so the passphrase can be managed externally and
7575         passed in to the system.
7576         (pgg-pgp5-sign-region): Use new name of
7577         pgg-add-passphrase-to-cache function.
7578
7579 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7580
7581         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7582         part of the decoded armor to find the key-identifier.
7583         (pgg-gpg-lookup-key-owner): New function to return the
7584         human-readable identifier of a key owner.
7585         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7586         itself.
7587         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7588         the key value) if we have a key and can match it against a secret
7589         key.  Also, added a note pointing out fact that the prompt only
7590         indicates the first matching key.
7591
7592         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7593         pgg-decrypt-region.
7594         (pgg-add-passphrase-to-cache): Rename from
7595         `pgg-add-passphrase-cache' to reduce confusion (all callers
7596         changed).
7597         (pgg-remove-passphrase-from-cache): Rename from
7598         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7599         changed).
7600         (pgg-read-passphrase, pgg-add-passphrase-cache)
7601         (pgg-remove-passphrase-cache): Add informative docstrings.
7602         (pgg-decrypt): Convey provided passphrase in subordinate call to
7603         pgg-decrypt-region.
7604
7605 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7606
7607         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7608         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7609         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7610         'passphrase' argument, so the passphrase can be managed externally
7611         and then passed in to the system.
7612
7613         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7614         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7615         so the passphrase cache can be used reliably with identifiers
7616         besides a pgp packet's key id.
7617
7618         * pgg-gpg.el (pgg-gpg-encrypt-region)
7619         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7620         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7621         these routines, so the passphrase can be managed externally and
7622         passed in to the system.
7623
7624         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7625         'notruncate' argument, so the passphrase cache can be used
7626         reliably with identifiers besides a pgp packet's key id.
7627
7628 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7629
7630         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7631         symmetric encryption.
7632         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7633         encrypted session key.
7634         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7635         message ask for the passphrase in a proper way.
7636
7637         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7638         New user commands for symmetric encryption.
7639
7640 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7643
7644         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7645
7646 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7647
7648         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7649
7650 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * mm-decode.el (mm-inlined-types): Add application/pgp.
7653         (mm-automatic-display): Ditto.
7654
7655         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7656         part as text.
7657
7658 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnrss.el: Update copyright.
7661         (nnrss-opml-import): Query whether to subscribe to each entry.
7662
7663         * gnus-art.el:
7664         * gnus-sum.el:
7665         * gnus-xmas.el:
7666         * messagexmas.el:
7667         * mm-uu.el:
7668         * mm-view.el: Update copyright.
7669
7670 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * message.el (message-info): New function.
7673         (message-mode-menu): Add it.
7674         Update copyright.
7675
7676         * ChangeLog: Fix and update copyright.
7677
7678 2006-01-13  Romain Francoise  <romain@orebokech.com>
7679
7680         * message.el (message-forward-subject-name-subject): Prefer the
7681         address to 'nowhere' if the sender has no name.
7682         Fix typo.  Update copyright year.
7683
7684 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-art.el (article-wash-html): Use
7687         gnus-summary-show-article-charset-alist if a numeric arg is given.
7688         (gnus-article-wash-html-with-w3m-standalone): New function.
7689
7690         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7691         mm-inline-text-html-render-with-w3m-standalone.
7692         (mm-text-html-washer-alist): Map w3m-standalone to
7693         gnus-article-wash-html-with-w3m-standalone.
7694         (mm-inline-text-html-render-with-w3m-standalone): New function.
7695
7696 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7699         Improve LaTeX.
7700
7701 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7704         (nnrss-request-article): Render text/plain parts as HTML.
7705
7706         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7707         the buffer.
7708
7709 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7712         custom definition of `gnus-posting-styles'.
7713
7714         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7715         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7716
7717 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7720         Use nntp for bug archive.
7721
7722 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7725         parts.
7726         (nnrss-normalize-date): New function converts ISO 8601 date into
7727         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7728         (nnrss-check-group): Use it.
7729
7730 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7733
7734         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7735         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7736         (nnrss-insert-w3): Ditto.
7737
7738 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7741         the articles to be forwarded including the case where neither a
7742         number of articles nor a region is specified.
7743
7744 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * nnrss.el (nnrss-request-article): Fix last change; fill
7747         text/plain parts.
7748
7749 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7752         in text/plain part.
7753         (nnrss-check-group): Don't add excessive newline to dc:subject.
7754
7755 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7756
7757         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7758         article.
7759
7760 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7763         (nnml-use-compressed-files, nnml-save-mail): Support other
7764         comression programs such as bzip2.
7765
7766 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * dns.el (query-dns): Make sure we check the buffer size before
7769         removing tcp headers.
7770
7771 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7774         remove MIME buttons associated with multipart/alternative parts.
7775         (gnus-mime-display-alternative): Tag buttons using `article-type'
7776         text property.
7777
7778         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7779         associated with multipart/alternative parts.
7780
7781         * gnus-art.el (gnus-signature-separator): Fix custom type.
7782
7783         * mm-decode.el (mm-inlined-types): Fix custom type.
7784         (mm-keep-viewer-alive-types): Ditto.
7785         (mm-automatic-display): Ditto.
7786         (mm-attachment-override-types): Ditto.
7787         (mm-inline-override-types): Ditto.
7788         (mm-automatic-external-display): Ditto.
7789
7790 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * spam-report.el (spam-report-user-mail-address)
7793         (spam-report-user-agent): New variables.
7794         (spam-report-url-ping-plain): Use spam-report-user-agent.
7795
7796 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7797
7798         * gnus-art.el (gnus-button-handle-custom): Do not just use
7799         `customize-apropos' for any "M-x customize-*" button but the
7800         function called for.  Accept both the function name and its
7801         argument in order to achieve this.
7802         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7803         function name to `gnus-button-handle-custom' in case of "M-x
7804         customize-*" buttons.
7805
7806 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7809         multipart/alternative and add xref to mm-discouraged-alternatives
7810         in doc string.
7811
7812         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7813         gnus-buttonized-mime-types in doc string.
7814
7815 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7818         Suggest image/.* in the doc string.
7819
7820 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7823         message-marks (Debian bug #342521).
7824
7825 2005-12-12  Simon Josefsson  <jas@extundo.com>
7826
7827         * password.el (password-read-from-cache): Add.
7828         (password-read): Use it.
7829
7830 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7833         us-ascii as a MIME charset.
7834
7835         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7836         against the case where the 2nd arg TYPE is nil.
7837
7838 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * pop3.el (pop3-stream-type): Fix custom version.
7841
7842         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7843
7844 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7845
7846         * mm-decode.el (mm-display-external): Add missing cdr.
7847
7848 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7851         RFC1524) if it is in mailcap or add a suffix according to
7852         mailcap-mime-extensions when generating a temp filename; postpone
7853         deleting a temp file for 2 seconds for some wrappers, shell
7854         scripts, and so on, which might exit right after having started a
7855         viewer command as a background job.
7856
7857 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * nntp.el (nntp-marks-directory): Fix custom group.
7860
7861         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7862         steps when < 10.
7863
7864         * gnus-start.el (gnus-no-server-1): Mention
7865         `gnus-level-default-subscribed' in doc string.
7866
7867 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7868
7869         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7870         parens.
7871
7872 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-xmas.el (gnus-use-toolbar): Revert.
7875         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7876         gnus-use-toolbar is default.
7877
7878         * messagexmas.el (message-use-toolbar): Revert.
7879         (message-setup-toolbar): Use global default-toolbar if
7880         message-use-toolbar is default.
7881
7882 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7885         according to default-toolbar-visible-p.
7886
7887         * messagexmas.el (message-use-toolbar): Ditto.
7888
7889 2005-11-26  Dave Love  <fx@gnu.org>
7890
7891         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7892         (tls-program, tls-success): Provide openssl alternative.
7893
7894         * starttls.el: Doc fixes.
7895         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7896         SERVICE to PORT.
7897
7898         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7899         port null or service name.
7900         (starttls-negotiate): Autoload.
7901
7902 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * message.el (message-kill-to-signature): Fix interactive spec.
7905
7906 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * pop3.el (pop3-open-server): Recognize a string as a service name.
7909
7910 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7911
7912         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7913
7914 2005-11-23  Dave Love  <fx@gnu.org>
7915
7916         Add pop3s, pop3/starttls.
7917
7918         * pop3.el (pop3-authentication-scheme): Clarify doc.
7919         (open-tls-stream, starttls-open-stream): Autoload.
7920         (pop3-stream-type): New.
7921         (pop3-open-server): Use it.
7922
7923         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7924         for POP.
7925         (mail-source-keyword-map): Add :stream for POP.
7926         (mail-source-fetch-pop): Use pop3-stream-type.
7927
7928 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7931         of current-time-string.
7932
7933 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7934
7935         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7936         date header.
7937
7938 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7939
7940         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7941         it can seriously impact performance as it bypasses the agent's
7942         local caches.
7943
7944 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7945
7946         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7947         must be explicitly online rather than "not explicitly offline" for
7948         its flags to be synchronized.
7949
7950         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7951         that gnus-uu-unmark-thread will function correctly.
7952
7953         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7954         1024K is instead displayed as 1M.
7955
7956 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7959
7960 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7961
7962         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7963
7964 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7965
7966         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7967         error message to display actual error condition.
7968         (gnus-agent-save-local): Avoid saving symbols that are bound to
7969         nil as they simply result in a warning message in
7970         gnus-agent-read-local.
7971
7972 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7975         rather than make-variable-buffer-local for file-precious-flag.
7976
7977 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7978
7979         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7980         for duplicates which are removed.  The invalid sort check then
7981         triggers a rescan after the sort as sorting may have moved
7982         duplicate entries such that they can be cheaply detected.
7983
7984 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7987
7988 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7989
7990         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7991         internal variable to a custom variable.  Changed default value
7992         from compressed(2) to uncompressed(1).
7993         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7994         support for uncompressed agentview files.  Taken together, reading
7995         the agentview file should now be 6-7 times faster.
7996
7997 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7998
7999         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8000         as a buffer-local variable.  This avoids creating truncated
8001         dribble files as a result of a hang up, eg.
8002
8003 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8004
8005         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8006         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8007         XEmacs.
8008
8009 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * gnus-start.el (gnus-start-draft-setup): Enforce
8012         `gnus-draft-mode' for nndraft:drafts at startup.
8013
8014         * gnus.el (gnus-splash): Change custom group.
8015         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8016         allow-list argument.
8017
8018         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8019         string.
8020
8021 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-art.el (gnus-default-article-saver): Add user-defined
8024         `function' to custom type.
8025
8026 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8027
8028         * imap.el (imap-open): Handle case where buffer is a buffer
8029         object.
8030
8031 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8034         long lines.
8035         (gnus-cache-delete-group): Wrap doc strings.
8036
8037         * gnus-agent.el (gnus-agent-rename-group)
8038         (gnus-agent-delete-group): Wrap doc strings.
8039
8040 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * messagexmas.el (message-use-toolbar): Change the valid values
8043         into default, top, bottom, left, and right.
8044         (message-toolbar-thickness): New variable.
8045         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8046         well.
8047         (message-setup-toolbar): Make it work.
8048
8049         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8050         (gnus-use-toolbar): Change the valid values into default, top,
8051         bottom, left, and right.
8052         (gnus-toolbar-thickness): New variable.
8053         (gnus-xmas-setup-toolbar): New function.
8054         (gnus-xmas-setup-group-toolbar): Use it.
8055         (gnus-xmas-setup-summary-toolbar): Use it.
8056
8057 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * gnus-start.el (gnus-1): Add "native" to
8060         gnus-predefined-server-alist.
8061
8062         * gnus.el (gnus-method-to-server): Don't add "native" to the
8063         lists here, because that leads to problems when
8064         gnus-select-method is bound.
8065
8066 2005-11-09  Simon Josefsson  <jas@extundo.com>
8067
8068         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8069         use (not sort-by-date) instead.
8070
8071 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8072
8073         * gnus-delay.el (gnus-delay-group): Don't autoload.
8074         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8075         to be re-loaded when customizing the `gnus-delay' group.
8076
8077 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8078
8079         * message.el: Revert last changes.
8080         (message-insert-citation-line): Use newlines.
8081
8082 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8083
8084         * message.el (message-courtesy-message)
8085         (message-mark-insert-begin, message-mark-insert-end)
8086         (message-elide-ellipsis, message-cancel-message)
8087         (message-add-header, message-change-subject)
8088         (message-cross-post-followup-to-header)
8089         (message-cross-post-insert-note, message-reduce-to-to-cc)
8090         (message-widen-reply, message-delete-not-region)
8091         (message-kill-to-signature, message-insert-signature)
8092         (message-insert-importance-high, message-insert-importance-low)
8093         (message-insert-or-toggle-importance)
8094         (message-insert-disposition-notification-to)
8095         (message-indent-citation, message-yank-original)
8096         (message-cite-original-without-signature, message-cite-original)
8097         (message-insert-citation-line, message-position-on-field)
8098         (message-fix-before-sending, message-send-mail-partially)
8099         (message-send-mail, message-send-mail-with-sendmail)
8100         (message-send-mail-with-qmail, message-send-news)
8101         (message-check-news-header-syntax, message-generate-headers)
8102         (message-insert-courtesy-copy, message-fill-address)
8103         (message-fill-header, message-shorten-references)
8104         (message-setup-1, message-cancel-news)
8105         (message-forward-make-body-plain, message-forward-make-body-mime)
8106         (message-forward-make-body-mml, message-encode-message-body)
8107         (message-forward-make-body-digest-plain)
8108         (message-forward-make-body-digest-mime)
8109         (message-use-alternative-email-as-from): Insert `hard-newline'
8110         instead of ordinary newlines.
8111
8112 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * message.el (message-generate-headers): Downcase the argument
8115         given to message-check-element.
8116
8117 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8118
8119         * nntp.el (nntp-authinfo-rejected): New error condition.
8120         (nntp-wait-for): Use new error condition to signal authentication
8121         error.
8122         (nntp-retrieve-data): Rethrow new error condition to break out of
8123         recursive call to nntp-send-authinfo.
8124
8125 2005-11-08  Romain Francoise  <romain@orebokech.com>
8126
8127         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8128         (gnus-summary-exit-map): Bind to `Z p'.
8129         (gnus-summary-make-menu-bar): Add menu item.
8130
8131 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8134         (gnus-treat-*): Add `first' in all doc strings.
8135
8136         * gnus-group.el (gnus-group-compact-group): Fix typo.
8137
8138 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus.el (gnus-parameters-case-fold-search): New variable.
8141         (gnus-parameters-get-parameter): Use it.
8142
8143         * gnus-score.el (gnus-home-score-file): Doc fix.
8144
8145 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8146
8147         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8148
8149 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * mm-util.el (mm-special-display-p): New function.
8152
8153         * mml.el (mml-preview): Use it; doc fix.
8154
8155 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8156
8157         * imap.el (imap-open): Handle case where buffer is a buffer object.
8158
8159 2005-10-29  Romain Francoise  <romain@orebokech.com>
8160
8161         * message.el (message-fix-before-sending): Fix comment.
8162
8163 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8164
8165         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8166
8167 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8168
8169         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8170         Used in gnus-score.el.
8171
8172 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8175
8176 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8179         whitespace removed in revision 7.8.  Use concatenated string to
8180         protect trailing whitespace.
8181
8182 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8183
8184         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8185         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8186         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8187         Courier IMAP ("some version from 2004").  Mostly based on similar
8188         code in the same function.
8189
8190 2005-10-26  Didier Verna  <didier@xemacs.org>
8191
8192         * gnus-group.el (gnus-group-compact-group): Invalidate original
8193         article buffer.
8194         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8195         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8196         NOV database and in article itself.
8197         Invalidate article backlog.
8198
8199 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8202
8203 2005-10-26  Simon Josefsson  <jas@extundo.com>
8204
8205         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8206         part of 2004-07-25 change.
8207
8208 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * message.el (message-display-completion-list): New function.
8211         (message-expand-group): Use it; make sure the Completions buffer
8212         is modifiable.
8213 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8214
8215         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8216         user-mail-name is an empty string.
8217
8218 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8221         depending on gnus-score-decay-constant.
8222
8223         * encrypt.el (encrypt-insert-file-contents)
8224         (encrypt-write-file-contents): Don't use `gnus-message'.
8225
8226         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8227         arguments.
8228         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8229         arguments to mm-uu-verbatim-marks-extract.
8230         (mm-uu-hide-markers): New variable.
8231         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8232
8233         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8234         (gnus-convert-image-to-face-command): Use "convert" by default to
8235         allow other input image formats.
8236         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8237         accordingly.
8238
8239 2005-10-23  Simon Josefsson  <jas@extundo.com>
8240
8241         * imap.el (imap-gssapi-program): Align command line parameters
8242         with latest GNU SASL.
8243         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8244
8245 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8248         HTML.
8249         (nnslashdot-request-article): Ditto.
8250
8251         * lpath.el (featurep): Add nobreak-char-display.
8252
8253 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8254
8255         * mail-source.el (mail-source-fetch-pop): Require pop3.
8256         (mail-source-check-pop): Ditto.
8257
8258 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8261         errors.
8262
8263 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8266         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8267
8268         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8269
8270         * mm-bodies.el (mm-decode-string): Call
8271         `mm-charset-to-coding-system' with allow-override argument.
8272
8273 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8276         (rfc2047-charset-to-coding-system): New function.
8277         (rfc2047-decode-encoded-words): New function.
8278         (rfc2047-decode-region): Use them.
8279         (rfc2047-decode-cte): Remove.
8280         (rfc2047-parse-and-decode): Remove.
8281         (rfc2047-decode): Remove.
8282
8283 2005-10-15  Kenichi Handa  <handa@m17n.org>
8284
8285         * rfc2047.el (rfc2047-decode-cte): New function.
8286         (rfc2047-decode-region): Change the way to decode successive
8287         encoded-words: decode B- or Q-encoding in each encoded-word,
8288         concatenate them, and decode it as charset.
8289
8290 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * lpath.el: Fbind codepage-setup for XEmacs.
8293
8294 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8295
8296         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8297         widget-move-and-invoke.
8298         (gnus-custom-mode): Use gnus-custom-map.
8299
8300 2005-10-15  Bill Wohler  <wohler@newt.com>
8301
8302         * message.el (message-tool-bar-map): Renamed image file from
8303         mail_send to mail/send.
8304
8305 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8306
8307         * message.el (message-expand-group): Pass the common
8308         prefix substring of completion to `display-completion-list'.
8309
8310 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * mml-sec.el (mml-secure-method): New internal variable.
8313         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8314         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8315         functions using mml-secure-method.
8316
8317         * mml.el (mml-mode-map): Add key bindings for those functions.
8318         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8319         Harder <harder@myrealbox.com>.
8320         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8321         end of message if point is the headers of the message.
8322
8323         * message.el (message-in-body-p): New function.
8324
8325         * assistant.el: Autoload gnus-util and netrc.
8326
8327         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8328         Use `mm-charset-override-alist' only when decoding.
8329
8330         * mm-bodies.el (mm-decode-body): Call
8331         `mm-charset-to-coding-system' with allow-override argument.
8332
8333         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8334         `filename' from Content-Disposition if Content-Type doesn't
8335         provide `name'.
8336         (gnus-mime-view-part-as-type): Set default instead of
8337         initial-input.
8338
8339 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8340
8341         * format-spec.el (format-spec): Propagate text properties of % spec.
8342
8343 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-art.el (gnus-treat-predicate): Add `first'.
8346
8347 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8350         (mm-charset-override-alist): New variable.
8351         (mm-charset-to-coding-system): Use it.
8352         (mm-codepage-setup): New helper function.
8353         (mm-charset-eval-alist): New variable.
8354         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8355         about unknown charsets.
8356
8357         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8358
8359 2005-10-04  David Hansen  <david.hansen@gmx.net>
8360
8361         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8362         (nnrss-check-group): Ditto.
8363
8364 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8367         Rename x-gnus-verbatim to x-verbatim.
8368         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8369
8370         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8371         x-verbatim.
8372
8373         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8374
8375         * gnus-util.el (gnus-remove-duplicates): Remove.
8376
8377         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8378         instead of gnus-remove-duplicates.
8379
8380         * message.el (message-remove-duplicates): Remove.
8381         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8382         message-remove-duplicates.
8383
8384         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8385         available, else use implementation from `delete-dups'.
8386
8387         * message.el (message-insert-expires): New function.
8388         (message-mode-map): Add key binding.
8389         (message-mode-field-menu): Add menu entry.
8390         (message-mode): Document it.
8391         (message-make-expires-date): Use `message-make-date'.
8392
8393 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8394
8395         * message.el (message-make-expires-date): New function.
8396
8397 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * Makefile.in (list-installed-shadows): New entry.
8400         (install): Use it.
8401         (remove-installed-shadows): New entry.
8402
8403         * dgnushack.el (dgnushack-default-load-path): New variable.
8404         (dgnushack-find-lisp-shadows): New function.
8405         (dgnushack-remove-lisp-shadows): New function.
8406
8407 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * Makefile.in (install-el-elc): New entry.
8410         (install): Use it so that .el files are necessarily installed.
8411
8412 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8415
8416 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8417
8418         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8419         function rather than the diff-mode.el package.
8420         (mm-display-external): Use with-current-buffer.
8421         (mm-viewer-completion-map, mm-viewer-completion-map):
8422         Move initialization inside declaration.
8423
8424 2005-09-29  Simon Josefsson  <jas@extundo.com>
8425
8426         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8427         autoload mail-check-payment.
8428         (spam-check-hashcash): Define unconditionally, since hashcash.el
8429         is part of Gnus now.  Ignore errors from payment checking.
8430
8431 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * message.el (message-bold-region, message-unbold-region): Rename
8434         from `bold-region' and `unbold-region'.
8435
8436         * message.el: Remove useless autoloads.
8437
8438 2005-09-28  Simon Josefsson  <jas@extundo.com>
8439
8440         * message.el (message-use-idna): Default to t.
8441         (message-use-idna): Test whether encoding works too.  Doc fix.
8442
8443 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nntp.el (nntp-warn-about-losing-connection): Remove.
8446
8447 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8450         customizable.  Change default value.
8451         (mm-uu-diff-groups-regexp): Change default value.
8452         (mm-uu-type-alist): Add doc string.
8453         (mm-uu-configure): Add doc string.  Make it interactive.
8454         (mm-uu-tex-groups-regexp): New variable.
8455         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8456         (mm-uu-type-alist): Add LaTeX documents.
8457         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8458         of "text/verbatim".
8459         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8460
8461         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8462         instead of "text/verbatim".
8463
8464         * message.el (message-mark-inserted-region)
8465         (message-mark-insert-file): Use slrn style marks when called with
8466         prefix argument.
8467
8468 2005-09-27  Simon Josefsson  <jas@extundo.com>
8469
8470         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8471
8472 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8473
8474         * message.el (message-remove-duplicates): New function.
8475         Implementation borrowed from `gnus-remove-duplicates'.
8476         (message-idna-to-ascii-rhs): Also encode idna addresses in
8477         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8478         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8479         only ask about the same idna domain once per header and also tell
8480         in what header to replace the idna domain.
8481
8482         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8483         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8484         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8485         a header is decoded and not just the last one.
8486
8487 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8490         has been decoded.
8491
8492         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8493         (mm-insert-part): Don't modify text if it has been decoded.
8494
8495         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8496         decoded.
8497
8498         * mm-view.el (mm-inline-text): Don't strip text props unless
8499         decoding enriched or richtext parts.
8500
8501 2005-09-25  Romain Francoise  <romain@orebokech.com>
8502
8503         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8504         * gnus-start.el (gnus-subscribe-interactively):
8505         * gnus-uu.el (gnus-uu-grab-articles):
8506         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8507         space.
8508
8509 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8510
8511         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8512         * mm-view.el (mm-view-pkcs7-decrypt):
8513         * gnus-sum.el (gnus-summary-limit-to-extra)
8514         (gnus-summary-respool-article, gnus-read-move-group-name):
8515         * gnus-score.el (gnus-summary-increase-score):
8516         * gnus-util.el (gnus-completing-read-with-default):
8517         * gnus-art.el (gnus-read-save-file-name)
8518         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8519         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8520         * message.el (message-check-news-header-syntax):
8521         Follow convention for reading with the minibuffer.
8522
8523 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * spam-report.el (spam-report-url-ping-plain):
8526         Use gnus-extended-version as User-Agent.
8527
8528         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8529         default value is nil.
8530
8531         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8532         (mm-uu-verbatim-marks-extract): New function.
8533         (mm-uu-extract): New face.
8534         (mm-uu-copy-to-buffer): Use it.
8535
8536         * spam-report.el (spam-report-gmane-ham): Renamed from
8537         `spam-report-gmane-unspam'.
8538         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8539         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8540
8541         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8542         Autoload.
8543         (spam-report-gmane-unregister-routine): Renamed
8544         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8545
8546 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8547
8548         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8549         (spam-report-gmane-unregister-routine): Add support for gmane
8550         unregistration.
8551
8552         * spam-report.el (spam-report-gmane-unspam)
8553         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8554         (spam-report-gmane): Change to take a single article and do unspam
8555         registration.
8556
8557 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mm-url.el (mm-url-decode-entities): Fix regexp.
8560
8561 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8564         default to nil, to be able to use Gnus at all.  If the default
8565         switches to something else, then the function should be fixed not
8566         be exceedingly slow.
8567
8568 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8571         fail hard.
8572
8573         * spam-report.el: Add better Keywords line.
8574
8575         * spam.el: Add Maintainer and better Keywords line.
8576
8577 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-art.el (gnus-article-replace-part)
8580         (gnus-mime-replace-part): New functions.
8581         (gnus-mime-action-alist, gnus-mime-button-commands)
8582         (gnus-mime-save-part-and-strip): Added file argument.
8583         (gnus-article-part-wrapper): Added interactive argument.
8584
8585         * gnus-sum.el (gnus-summary-mime-map): Add
8586         `gnus-article-replace-part'.
8587
8588 2005-09-19  Didier Verna  <didier@xemacs.org>
8589
8590         The nnml compaction feature:
8591         * nnml.el (nnml-request-compact-group): New function.
8592         * nnml.el (nnml-request-compact): New function.
8593         * gnus-int.el (gnus-request-compact-group): New function.
8594         * gnus-int.el (gnus-request-compact): New function.
8595         * gnus-group.el (gnus-group-compact-group): New function.
8596         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8597         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8598         * gnus-srvr.el (gnus-server-compact-server): New function.
8599         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8600         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8601
8602 2005-09-18  Deepak Goel  <deego@gnufans.org>
8603
8604         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8605         format spec.
8606
8607 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8610
8611 2005-09-15  Romain Francoise  <romain@orebokech.com>
8612
8613         * message.el (message-fill-paragraph): Clarify docstring.
8614
8615 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-mime-display-part): Protect against broken
8618         MIME messages.
8619
8620 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8623         before parsing header.
8624
8625 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8626
8627         * html2text.el (html2text-replace-list): Add new entities.
8628
8629 2005-09-11  Romain Francoise  <romain@orebokech.com>
8630
8631         * message.el (message-alternative-emails): Improve docstring.
8632         (message-setup-1): Call `message-use-alternative-email-as-from'
8633         after `message-setup-hook' to give it precedence over posting
8634         styles, etc.
8635         (message-use-alternative-email-as-from): Add docstring.  Remove
8636         the original From header if present.
8637
8638         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8639         (nnml-save-mail): Use it.
8640
8641         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8642         articles.  Add new argument `silent'.
8643         (gnus-uu-mark-all): Report the total number of marked articles.
8644
8645 2005-09-10  Romain Francoise  <romain@orebokech.com>
8646
8647         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8648         (gnus-uu-mark-series): Likewise.
8649
8650 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * spam-report.el (spam-report-gmane): Fix generation of spam
8653         report URL.
8654
8655 2005-09-10  Simon Josefsson  <jas@extundo.com>
8656
8657         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8658         t, based on discussion on the ding list with Robert Epprecht
8659         <epprecht@solnet.ch>.
8660
8661 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * spam-report.el (spam-report-gmane): Make it work without
8664         X-Report-Spam header.  Gmane now only provides Archived-At.
8665         This is only used if `spam-report-gmane-use-article-number' is nil.
8666         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8667
8668         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8669         make `gnus-summary-sort-by-recipient' work with threading.
8670
8671         * nnweb.el (nnweb-google-wash-article): Print a message if article
8672         is not available.
8673
8674 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8675
8676         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8677         change.  Decode text/* parts content before displaying.
8678
8679 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8682
8683 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8686
8687         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8688         url-package-name, url-package-version,
8689         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8690         w3m-display-inline-images, and w3m-minor-mode-map.
8691
8692 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * message.el (message-tab-body-function): Fix mismatched custom type.
8695
8696         * gnus.el (gnus-group-change-level-function): Ditto.
8697
8698         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8699
8700         * gnus-art.el (gnus-signature-limit)
8701         (gnus-article-mime-part-function): Ditto.
8702
8703 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * mml.el (mml-mode): Silence the byte compiler.
8706
8707         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8708         using `(sit-for 0)' before moving the point to the specified part;
8709         skip unbuttonized parts.
8710         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8711         return to the summary window if gnus-auto-select-part is non-nil.
8712
8713 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8716         variables.
8717         (mml-dnd-attach-file, mml-mode): Use them.
8718
8719         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8720         Make fetching article by MID work again for Google Groups.  Added
8721         FIXME concerning gnus-group-make-web-group.
8722
8723         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8724         Don't depend on Gnus by using mail-extract-address-components if
8725         gnus-extract-address-components is not bound.
8726
8727 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * gnus-art.el (gnus-mime-display-security): Don't display the
8730         signature, but only the signed part.
8731
8732 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8735
8736         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8737         list, not listp.
8738
8739 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8740
8741         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8742         when encoding.
8743
8744         * mm-bodies.el (mm-decode-content-transfer-encoding):
8745         De-canonicalize CRLF for all text content types, not just
8746         text/plain.
8747
8748 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8751         valid article; point arrow and cursor at the MIME button.
8752
8753 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8756         Suggested by Dan Christensen <jdc@uwo.ca>.
8757
8758         * mm-decode.el (mm-save-part): Enable change of prompt.
8759
8760 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8761
8762         * gnus-msg.el (gnus-inews-add-send-actions): Made
8763         `message-post-method' lambda parameter ARG `&optional'.
8764
8765 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * gnus-sum.el (gnus-summary-mime-map): Added
8768         gnus-article-save-part-and-strip, gnus-article-delete-part and
8769         gnus-article-jump-to-part.
8770
8771         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8772         (gnus-article-edit-part): Use it.
8773         (gnus-article-part-wrapper): Added no-handle argument.
8774         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8775         functions.
8776
8777 2005-08-29  Romain Francoise  <romain@orebokech.com>
8778
8779         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8780         docstring.
8781         (gnus-face-from-file): Likewise.
8782
8783 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8786         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8787         non-nil.
8788         (gnus-auto-select-part): New variable.
8789         (gnus-article-jump-to-part): New function.
8790         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8791         (gnus-mime-delete-part): Allow selecting specified part after
8792         deleting or stripping parts.
8793         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8794         part if argument is bogus.
8795
8796 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8797
8798         * gnus-art.el (w3m-minor-mode-map):
8799         * gnus-spec.el (gnus-newsrc-file-version):
8800         * gnus-util.el (nnmail-active-file-coding-system)
8801         (gnus-original-article-buffer, gnus-user-agent):
8802         * gnus.el (gnus-ham-process-destinations)
8803         (gnus-parameter-ham-marks-alist)
8804         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8805         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8806         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8807         * mm-decode.el (gnus-current-window-configuration):
8808         * mm-extern.el (gnus-article-mime-handles):
8809         * mm-url.el (url-current-object, url-package-name)
8810         (url-package-version):
8811         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8812         (smime-keys, w3m-cid-retrieve-function-alist)
8813         (w3m-current-buffer, w3m-display-inline-images)
8814         (w3m-minor-mode-map):
8815         * mml-smime.el (gnus-extract-address-components):
8816         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8817         (gnus-newsrc-hashtb, message-default-charset)
8818         (message-deletable-headers, message-options)
8819         (message-posting-charset, message-required-mail-headers)
8820         (message-required-news-headers):
8821         * mml1991.el (mc-pgp-always-sign):
8822         * mml2015.el (mc-pgp-always-sign):
8823         * nnheader.el (nnmail-extra-headers):
8824         * rfc1843.el (gnus-decode-encoded-word-function)
8825         (gnus-decode-header-function, gnus-newsgroup-name):
8826         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8827
8828 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8829
8830         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8831         the end of the date treatments.
8832
8833 2005-08-15  Simon Josefsson  <jas@extundo.com>
8834
8835         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8836         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8837         Capello and Romain Francoise.
8838         (pgg-fetch-key-function): Removed, not used?
8839         (pgg-insert-url-with-w3): Require url, to get
8840         url-insert-file-contents regardless of where it is defined.
8841
8842 2005-08-13  Romain Francoise  <romain@orebokech.com>
8843
8844         * message.el (message-cite-original-1): New function.
8845         (message-cite-original): Use it.
8846         (message-cite-original-without-signature): Ditto.
8847
8848 2005-08-08  Romain Francoise  <romain@orebokech.com>
8849
8850         * message.el (message-yank-empty-prefix): New variable.
8851         (message-indent-citation): Use it.
8852         (message-cite-original-without-signature): Respect X-No-Archive.
8853
8854 2005-08-08  Simon Josefsson  <jas@extundo.com>
8855
8856         * pgg.el: Autoload url-insert-file-contents instead of loading
8857         w3/url.
8858         (pgg-insert-url-with-w3): Don't load url here.
8859
8860 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8861
8862         * message.el (message-kill-to-signature): Don't insert newline at
8863         bol.
8864         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8865
8866 2005-08-06  Romain Francoise  <romain@orebokech.com>
8867
8868         * message.el (message-user-fqdn): Fix typo in docstring.
8869
8870 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8871
8872         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8873
8874         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8875
8876 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * mm-bodies.el (mm-encode-body): Use coding system rather than
8879         charset to encode text.
8880
8881         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8882         number of charsets if utf-8 is available (XEmacs).
8883
8884 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8887         taken from `gnus-button-mid-or-mail-regexp'.
8888         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8889         (gnus-button-alist): Improve regexp for domain part of the MIDs
8890         for news:localpart@domain buttons.
8891         (gnus-button-ctan-directory-regexp): Update.
8892
8893 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * sieve-manage.el (sieve-manage-interactive-login): Use
8896         make-local-variable rather than make-variable-buffer-local.
8897         (sieve-manage-open): Ditto.
8898         (sieve-manage-authenticate): Ditto.
8899
8900         * mml.el (mml-generate-mime-1): Make the content type default to
8901         text/plain if the filename is not specified.
8902
8903 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8906         instead of insert-buffer.
8907
8908         * message.el (message-yank-original): Ditto; set the mark at the
8909         end of the yanked message.
8910
8911 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8914         lines to scroll rather than to stop it.
8915
8916         * mml.el (mml-generate-default-type): Add doc string.
8917         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8918         default to application/octet-stream when determining the content
8919         type if it is not specified for the part or the mml contents; add
8920         a comment about mml-generate-default-type.
8921
8922 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8925         make it default to application/octet-stream when determining the
8926         content type if it is not specified for the external contents.
8927
8928 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8931         segmented parameter but also other parameters might be there.
8932
8933 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mm-decode.el (mm-display-external): Delete temp file, directory
8936         and buffer immediately if the external process is exited.
8937
8938 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8941         fewer lines than that of scroll-margin.
8942         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8943
8944 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-art.el (gnus-article-next-page): Revert.
8947         (gnus-article-beginning-of-window): New macro.
8948         (gnus-article-next-page-1): Use it.
8949         (gnus-article-prev-page): Ditto.
8950         (gnus-article-edit-part): Use insert-buffer-substring instead of
8951         insert-buffer.
8952         (gnus-article-edit-exit): Ditto.
8953
8954         * gnus-util.el (gnus-beginning-of-window): Remove.
8955         (gnus-end-of-window): Remove.
8956
8957         * lpath.el: Don't bind header-line-format and scroll-margin.
8958
8959 2005-07-25  Simon Josefsson  <jas@extundo.com>
8960
8961         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8962         to have the url package without w3.  Reported by Daiki Ueno
8963         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8964
8965 2005-07-20  Didier Verna  <didier@xemacs.org>
8966
8967         * gnus-diary.el: Remove the description comment (nndiary is now
8968         properly documented in the Gnus manual).
8969         Fix the spelling of "Back End".
8970         * nndiary.el: Ditto.
8971         Fix the copyright notice.
8972
8973 2005-07-18  Romain Francoise  <romain@orebokech.com>
8974
8975         * gnus-sum.el (gnus-summary-to-prefix)
8976         (gnus-summary-newsgroup-prefix): New variables.
8977         (gnus-summary-from-or-to-or-newsgroups): Use them.
8978
8979 2005-07-17  Romain Francoise  <romain@orebokech.com>
8980
8981         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8982         space as it's generally not especially interesting to the user.
8983
8984 2005-07-16  Romain Francoise  <romain@orebokech.com>
8985
8986         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8987         nil to avoid prompting and file modification if one of the
8988         messages at the top of the nnfolder file contains a copyright
8989         notice.
8990         Update copyright notice.
8991
8992         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8993         instead of `current-time-string' as the latter creates a time
8994         string that is not RFC 2822 compliant (it lacks the zone).
8995         Update copyright notice.
8996
8997 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8998
8999         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9000         for text/rtf.  Display default in prompt.  Pass default for M-n.
9001
9002         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9003
9004 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-msg.el (gnus-button-mailto): Remove
9007         save-selected-window-window hackery because it relies on
9008         save-selected-window internals.
9009
9010 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9013         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9014         (gnus-article-prev-page): Ditto.
9015
9016         * gnus-util.el (gnus-beginning-of-window): New function.
9017         (gnus-end-of-window): New function.
9018
9019         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9020
9021 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9022
9023         * gnus-score.el (gnus-score-edit-all-score): Set
9024         gnus-score-edit-exit-function to gnus-score-edit-done and call
9025         gnus-message.
9026
9027 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-msg.el (gnus-button-mailto): Remove
9030         save-selected-window-window hackery because it relies on
9031         save-selected-window internals.
9032
9033 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9036         add-minor-mode.
9037         (gnus-binary-mode): Ditto.
9038
9039         * gnus-topic.el (gnus-topic-mode): Ditto.
9040
9041 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9042
9043         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9044         (gnus-article-prev-page): Take scroll-margin into consideration.
9045
9046 2005-07-04  Lute Kamstra  <lute@gnu.org>
9047
9048         Update FSF's address in GPL notices.
9049
9050 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9051
9052         * gnus.el (gnus-exit):
9053         * gnus-group.el (gnus-group-icons):
9054         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9055
9056         * gnus-nocem.el (gnus-nocem):
9057         * message.el (message-various, message-buffers, message-sending)
9058         (message-interface, message-forwarding, message-insertion)
9059         (message-headers, message-news, message-mail):
9060         * pgg-gpg.el (pgg-gpg):
9061         * pgg-parse.el (pgg-parse):
9062         * pgg-pgp.el (pgg-pgp):
9063         * pgg-pgp5.el (pgg-pgp5):
9064         * pop3.el (pop3): Finish `defgroup' description with period.
9065
9066 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (article-display-face): Improve the efficiency.
9069         (article-display-x-face): Ditto; remove grey x-face stuff.
9070
9071 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (article-display-face): Correct the position in
9074         which Faces are inserted.
9075
9076 2005-06-29  Didier Verna  <didier@xemacs.org>
9077
9078         * gnus-art.el (article-display-face): Display faces in correct
9079         order.
9080
9081 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9084         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9085         (gnus-nocem-check-article): Fetch the Type header.
9086         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9087         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9088         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9089         make sure gnus-nocem-hashtb is initialized.
9090         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9091         (gnus-nocem-unwanted-article-p): Ditto.
9092
9093         * pgg.el (pgg-verify): Return the verification result.
9094
9095 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9098         is ascii.
9099
9100 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9101
9102         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9103         `show-nonbreak-escape'.
9104
9105 2005-06-23  Lute Kamstra  <lute@gnu.org>
9106
9107         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9108
9109         * dig.el (dig-mode):
9110         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9111
9112 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9113
9114         * nnimap.el (nnimap-split-download-body): Fix spellings.
9115
9116 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9117
9118         * gnus-art.el (gnus-article-encrypt-body):
9119         * gnus-cus.el (gnus-score-customize):
9120         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9121         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9122
9123 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9124
9125         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9126         header by looking for magic "MII" at the beginnig.
9127
9128 2005-06-16  Miles Bader  <miles@gnu.org>
9129
9130         * gnus-xmas.el (gnus-xmas-group-startup-message):
9131         Use renamed gnus-splash face.
9132
9133         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9134         (assistant-field-face): New backward-compatibility alias for renamed
9135         face.
9136         (assistant-render-text): Use renamed assistant-field face.
9137
9138         * spam.el (spam): Remove "-face" suffix from face name.
9139         (spam-face): New backward-compatibility alias for renamed face.
9140         (spam-face, spam-initialize): Use renamed spam face.
9141
9142         * message.el (message-header-to, message-header-cc)
9143         (message-header-subject, message-header-newsgroups)
9144         (message-header-other, message-header-name)
9145         (message-header-xheader, message-separator, message-cited-text)
9146         (message-mml): Remove "-face" suffix from face names.
9147         (message-header-to-face, message-header-cc-face)
9148         (message-header-subject-face, message-header-newsgroups-face)
9149         (message-header-other-face, message-header-name-face)
9150         (message-header-xheader-face, message-separator-face)
9151         (message-cited-text-face, message-mml-face):
9152         New backward-compatibility aliases for renamed faces.
9153         (message-font-lock-keywords): Use renamed message faces.
9154
9155         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9156         (sieve-test-commands, sieve-tagged-arguments):
9157         Remove "-face" suffix from face names.
9158         (sieve-control-commands-face, sieve-action-commands-face)
9159         (sieve-test-commands-face, sieve-tagged-arguments-face):
9160         New backward-compatibility aliases for renamed faces.
9161         (sieve-control-commands-face, sieve-action-commands-face)
9162         (sieve-test-commands-face, sieve-tagged-arguments-face):
9163         Use renamed sieve faces.
9164
9165         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9166         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9167         (gnus-group-news-3-empty, gnus-group-news-4)
9168         (gnus-group-news-4-empty, gnus-group-news-5)
9169         (gnus-group-news-5-empty, gnus-group-news-6)
9170         (gnus-group-news-6-empty, gnus-group-news-low)
9171         (gnus-group-news-low-empty, gnus-group-mail-1)
9172         (gnus-group-mail-1-empty, gnus-group-mail-2)
9173         (gnus-group-mail-2-empty, gnus-group-mail-3)
9174         (gnus-group-mail-3-empty, gnus-group-mail-low)
9175         (gnus-group-mail-low-empty, gnus-summary-selected)
9176         (gnus-summary-cancelled, gnus-summary-high-ticked)
9177         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9178         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9179         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9180         (gnus-summary-low-undownloaded)
9181         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9182         (gnus-summary-low-unread, gnus-summary-normal-unread)
9183         (gnus-summary-high-read, gnus-summary-low-read)
9184         (gnus-summary-normal-read, gnus-splash):
9185         Remove "-face" suffix from face names.
9186         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9187         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9188         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9189         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9190         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9191         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9192         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9193         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9194         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9195         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9196         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9197         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9198         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9199         (gnus-summary-normal-ticked-face)
9200         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9201         (gnus-summary-normal-ancient-face)
9202         (gnus-summary-high-undownloaded-face)
9203         (gnus-summary-low-undownloaded-face)
9204         (gnus-summary-normal-undownloaded-face)
9205         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9206         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9207         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9208         (gnus-splash-face):
9209         New backward-compatibility aliases for renamed faces.
9210         (gnus-group-startup-message): Use renamed gnus faces.
9211
9212         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9213         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9214         (gnus-server-agent): Remove "-face" suffix from face names.
9215         (gnus-server-agent-face, gnus-server-opened-face)
9216         (gnus-server-closed-face, gnus-server-denied-face)
9217         (gnus-server-offline-face):
9218         New backward-compatibility aliases for renamed faces.
9219         (gnus-server-agent-face, gnus-server-opened-face)
9220         (gnus-server-closed-face, gnus-server-denied-face)
9221         (gnus-server-offline-face): Use renamed gnus faces.
9222
9223         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9224         Remove "-face" suffix from face names.
9225         (gnus-picon-xbm-face, gnus-picon-face):
9226         New backward-compatibility aliases for renamed faces.
9227
9228         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9229         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9230         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9231         (gnus-cite-11): Remove "-face" suffix from face names.
9232         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9233         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9234         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9235         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9236         New backward-compatibility aliases for renamed faces.
9237         (gnus-cite-attribution-face, gnus-cite-face-list)
9238         (gnus-article-boring-faces): Use renamed gnus faces.
9239
9240         * gnus-art.el (gnus-signature, gnus-header-from)
9241         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9242         (gnus-header-content): Remove "-face" suffix from face names.
9243         (gnus-signature-face, gnus-header-from-face)
9244         (gnus-header-subject-face, gnus-header-newsgroups-face)
9245         (gnus-header-name-face, gnus-header-content-face):
9246         New backward-compatibility aliases for renamed faces.
9247         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9248
9249         * gnus-sum.el (gnus-summary-selected-face)
9250         (gnus-summary-highlight): Use renamed gnus faces.
9251         * gnus-group.el (gnus-group-highlight): Likewise.
9252
9253 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9254
9255         * gnus-sieve.el (gnus-sieve-article-add-rule):
9256         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9257         * spam-stat.el (spam-stat-buffer-change-to-spam)
9258         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9259
9260         * message.el (message-is-yours-p):
9261         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9262
9263 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * mm-view.el (mm-inline-text): Withdraw the last change.
9266
9267 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9270         executing enriched-decode.
9271
9272 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9275         charset of tar files.
9276
9277 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9278
9279         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9280
9281 2005-06-04  Lute Kamstra  <lute@gnu.org>
9282
9283         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9284         information is never recorded.
9285
9286 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9287
9288         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9289
9290 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * pop3.el (pop3-apop): Run md5 in the binary mode.
9293
9294         * starttls.el (starttls-set-process-query-on-exit-flag):
9295         Use eval-and-compile.
9296
9297 2005-05-31  Simon Josefsson  <jas@extundo.com>
9298
9299         * smime.el (smime-replace-in-string): Define.
9300         (smime-cert-by-ldap-1): Use it.
9301
9302 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (article-display-x-face): Replace
9305         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9306
9307         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9308         set-process-query-on-exit-flag or process-kill-without-query.
9309
9310         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9311         loop instead of replace-regexp.
9312
9313         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9314         instead of process-kill-without-query if it is available.
9315
9316         * lpath.el: Fbind ldap-search-entries.
9317
9318         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9319         instead of find-file-hooks if it is available.
9320
9321         * mml1991.el: Bind pgg-default-user-id when compiling.
9322
9323         * mml2015.el: Bind pgg-default-user-id when compiling.
9324
9325         * nndraft.el (nndraft-request-associate-buffer):
9326         Use write-contents-functions instead of write-contents-hooks if it is
9327         available.
9328
9329         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9330         instead of find-file-hooks if it is available.
9331
9332         * nntp.el (nntp-open-connection): Replace
9333         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9334         (nntp-open-ssl-stream): Ditto.
9335         (nntp-open-tls-stream): Ditto.
9336
9337         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9338         set-process-query-on-exit-flag or process-kill-without-query.
9339         (starttls-open-stream-gnutls): Use it instead of
9340         process-kill-without-query.
9341         (starttls-open-stream): Ditto.
9342
9343 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9344
9345         * smime.el (smime-cert-by-ldap-1): Don't use
9346         replace-regexp-in-string.
9347
9348 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9349
9350         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9351
9352         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9353         in PEM format.  Adjust to the XEmacs compability.
9354
9355 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9358         by `string-to-number'.
9359         * gnus-agent.el (gnus-agent-regenerate-group)
9360         (gnus-agent-fetch-articles): Ditto.
9361         * gnus-art.el (gnus-button-fetch-group): Ditto.
9362         * gnus-cache.el (gnus-cache-generate-active)
9363         (gnus-cache-articles-in-group): Ditto.
9364         * gnus-group.el (gnus-group-set-current-level)
9365         (gnus-group-insert-group-line): Ditto.
9366         * gnus-score.el (gnus-score-set-expunge-below)
9367         (gnus-score-set-mark-below, gnus-summary-score-effect)
9368         (gnus-summary-score-entry): Ditto.
9369         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9370         (gnus-soup-pack): Ditto.
9371         * gnus-spec.el (gnus-xmas-format): Ditto.
9372         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9373         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9374         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9375         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9376         * nndb.el (nndb-get-remote-expire-response): Ditto.
9377         * nndiary.el (nndiary-parse-schedule-value)
9378         (nndiary-string-to-number, nndiary-request-replace-article)
9379         (nndiary-request-article): Ditto.
9380         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9381         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9382         * nneething.el (nneething-make-head): Ditto.
9383         * nnfolder.el (nnfolder-request-article)
9384         (nnfolder-retrieve-headers): Ditto.
9385         * nnheader.el (nnheader-file-to-number): Ditto.
9386         * nnkiboze.el (nnkiboze-request-article): Ditto.
9387         * nnmail.el (nnmail-process-unix-mail-format)
9388         (nnmail-process-babyl-mail-format): Ditto.
9389         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9390         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9391         (nnmh-request-create-group, nnmh-request-list-1)
9392         (nnmh-request-group, nnmh-request-article): Ditto.
9393         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9394         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9395         * nnsoup.el (nnsoup-make-active): Ditto.
9396         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9397         * nntp.el (nntp-find-group-and-number)
9398         (nntp-retrieve-headers-with-xover): Ditto.
9399         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9400         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9401         (pgg-format-key-identifier): Ditto.
9402         * pop3.el (pop3-last, pop3-stat): Ditto.
9403         * qp.el (quoted-printable-decode-region): Ditto.
9404
9405         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9406         of concat.
9407
9408 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9411
9412         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9413
9414         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9415
9416         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9417
9418         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9419
9420         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9421
9422         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9423         (gnus-carpal-mode): Ditto.
9424
9425         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9426         (gnus-browse-mode): Ditto.
9427
9428         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9429
9430         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9431
9432 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9433
9434         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9435
9436 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-util.el (gnus-run-mode-hooks): New function.
9439
9440         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9441
9442         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9443         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9444
9445 2005-05-27  Lute Kamstra  <lute@gnu.org>
9446
9447         * dns-mode.el (dns-mode): Specify customization group.
9448
9449 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9450
9451         * gnus-agent.el (gnus-agent-make-mode-line-string):
9452         Use mode-line-highlight as mouse-face.
9453
9454 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * canlock.el (canlock): Change the parent group to news.
9457
9458         * deuglify.el (gnus-outlook-deuglify): Add :group.
9459
9460         * dig.el (dig): Add :group.
9461
9462         * dns-mode.el (dns-mode): Add :group.
9463
9464         * encrypt.el (encrypt): Add :group.
9465
9466         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9467         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9468         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9469         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9470         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9471
9472         * gnus-diary.el (gnus-diary): Add :group.
9473
9474         * gnus.el (gnus-group-news-1-face): Add :group.
9475         (gnus-group-news-1-empty-face): Ditto.
9476         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9477         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9478         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9479         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9480         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9481         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9482         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9483         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9484         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9485         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9486         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9487         (gnus-summary-high-ticked-face): Ditto.
9488         (gnus-summary-low-ticked-face): Ditto.
9489         (gnus-summary-normal-ticked-face): Ditto.
9490         (gnus-summary-high-ancient-face): Ditto.
9491         (gnus-summary-low-ancient-face): Ditto.
9492         (gnus-summary-normal-ancient-face): Ditto.
9493         (gnus-summary-high-undownloaded-face): Ditto.
9494         (gnus-summary-low-undownloaded-face): Ditto.
9495         (gnus-summary-normal-undownloaded-face): Ditto.
9496         (gnus-summary-high-unread-face): Ditto.
9497         (gnus-summary-low-unread-face): Ditto.
9498         (gnus-summary-normal-unread-face): Ditto.
9499         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9500         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9501
9502         * hashcash.el (hashcash): New custom group.
9503         (hashcash-default-payment): Add :group.
9504         (hashcash-payment-alist): Ditto.
9505         (hashcash-default-accept-payment): Ditto.
9506         (hashcash-accept-resources): Ditto.
9507         (hashcash-path): Ditto.
9508         (hashcash-extra-generate-parameters): Ditto.
9509         (hashcash-double-spend-database): Ditto.
9510         (hashcash-in-news): Ditto.
9511
9512         * message.el (message-minibuffer-local-map): Add :group.
9513
9514         * netrc.el (netrc): Add :group.
9515
9516         * sieve-manage.el (sieve-manage-log): Add :group.
9517         (sieve-manage-default-user): Diito.
9518         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9519         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9520         (sieve-manage-authenticators): Ditto.
9521         (sieve-manage-authenticator-alist): Ditto.
9522         (sieve-manage-default-port): Ditto.
9523
9524         * sieve-mode.el (sieve-control-commands-face): Add :group.
9525         (sieve-action-commands-face): Ditto.
9526         (sieve-test-commands-face): Ditto.
9527         (sieve-tagged-arguments-face): Ditto.
9528
9529         * smime.el (smime): Add :group.
9530
9531         * spam-report.el (spam-report): Add :group.
9532
9533         * spam.el (spam, spam-face): Add :group.
9534
9535 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9538         return \n.\n.\n at the end of articles.  Protect against that.
9539         (nntp-with-open-group): Allow debugging.
9540
9541         * nnheader.el (mail-header-set-extra): Make into a function
9542         because I just could't understand how to quote the list properly.
9543
9544         * dns.el (query-dns-cached): New function.
9545
9546 2005-05-26  Lute Kamstra  <lute@gnu.org>
9547
9548         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9549
9550 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9553
9554         * gnus-art.el: Don't autoload mail-extract-address-components.
9555
9556         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9557         eval-and-compile to evaluate it.
9558
9559         * hashcash.el: Don't autoload executable-find.
9560
9561         * nndb.el: Don't declare the nndb back end two or more times; don't
9562         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9563
9564         * nntp.el: Autoload format-spec instead of format; use
9565         eval-and-compile to evaluate autoload forms.
9566
9567 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9568
9569         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9570
9571 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus.el (gnus-version-number): Bump version.
9574
9575 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9576
9577         * gnus.el: No Gnus v0.3 is released.
9578
9579 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * lpath.el (featurep): Bind show-nonbreak-escape.
9582
9583 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (gnus-article-edit-part): Disable undo.
9586
9587 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9590         gnus-article-date-lapsed-new-header is t if date timer is active;
9591         skip headers in which the original date value is empty.
9592         (gnus-article-save-original-date): Redefine it as a macro.
9593         (gnus-display-mime): Use it.
9594
9595 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-art.el (article-date-ut): Support converting date in
9598         forwarded parts as well.
9599         (gnus-article-save-original-date): New function.
9600         (gnus-display-mime): Use it.
9601
9602 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9603
9604         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9605         enclosure element of <item>.
9606
9607 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * message.el (message-kill-buffer-query): Renamed from
9610         `message-kill-buffer-query-if-modified'.  Added :version.
9611
9612 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9615         window layout.
9616
9617 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * mml.el: Autoload dnd when compiling.
9620
9621 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9624         x-dnd-*.
9625
9626 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * qp.el (quoted-printable-encode-region): Save excursion.
9629
9630 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9631
9632         * message.el (message-kill-buffer-query-if-modified): Add new variable
9633         so the user can kill a modified message buffer quickly.
9634         (message-kill-buffer): Use it.
9635
9636 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * lpath.el: Fbind display-time-event-handler; don't fbind
9639         string-to-multibyte.
9640
9641         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9642
9643 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9646         contained in text because xml.el decodes entities) with LFs.
9647
9648 2005-04-11  Lute Kamstra  <lute@gnu.org>
9649
9650         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9651         differently.
9652
9653 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         * mm-util.el (mm-detect-coding-region): Typo.
9656
9657 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9660
9661 2005-04-06  Deepak Goel  <deego@gnufans.org>
9662
9663         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9664         user-function allow user modifications of the scores.
9665         (spam-stat-score-buffer-user): New function, to allow
9666         user-computed modifications to the score.
9667         (spam-stat-score-buffer-user-functions): List of additional
9668         scoring functions.
9669         (spam-stat-error-holder): Global temporary error holder.
9670         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9671         variable.
9672
9673 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * gnus-registry.el (gnus-registry-clean-empty-function)
9676         (gnus-registry-trim, gnus-registry-fetch-groups)
9677         (gnus-registry-delete-group): Groups that match
9678         `gnus-registry-ignored-groups' are removed from the registry
9679         entries, not just ignored for splitting.  This helps clean up the
9680         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9681         to get all the groups a message ID is in.
9682
9683         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9684         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9685         (spam-stat-score-buffer-user-functions): Add :number custom type.
9686
9687 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9690         argument in XEmacs.
9691
9692         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9693         (nnrss-request-group): Decode group name first.
9694         (nnrss-request-article): Make a text/plain article if mml-to-mime
9695         failed.
9696         (nnrss-get-encoding): Return a compatible encoding according to
9697         nnrss-compatible-encoding-alist.
9698         (nnrss-find-el): Use consp instead of listp.
9699         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9700
9701 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9704         which Emacs 20 doesn't support.
9705         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9706
9707 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9710         silence the byte compiler inside the defun.
9711
9712         * gnus-demon.el (parse-time-string): Add autoload.
9713
9714         * gnus-delay.el (parse-time-string): Add autoload.
9715
9716         * gnus-art.el (parse-time-string): Add autoload.
9717
9718         * nnultimate.el (parse-time): Require for `parse-time-string'.
9719
9720 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9723
9724         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9725
9726         * smime.el (smime-ldap-host-list): Add :version.
9727
9728 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9731         pass it to `gnus-browse-read-group'.
9732         (gnus-browse-read-group): Add NUMBER argument and pass it to
9733         `gnus-group-read-ephemeral-group'.
9734
9735         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9736         argument and pass it to `gnus-group-read-group'.
9737
9738 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9739
9740         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9741         mm-xemacs-find-mime-charset-1 if we have the mule feature
9742         available at runtime.
9743
9744 2005-03-25  Werner Lemberg  <wl@gnu.org>
9745
9746         * nnmaildir.el: Replace `illegal' with `invalid'.
9747
9748 2005-03-23  Lute Kamstra  <lute@gnu.org>
9749
9750         * time-date.el: Add comment on time value formats.
9751         Don't require parse-time.
9752         (with-decoded-time-value): New macro.
9753         (encode-time-value): New function.
9754         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9755         (days-to-time): Return a valid time value when arg is huge.
9756         (time-since): Use time-subtract.
9757         (time-to-number-of-days): Use time-to-seconds.
9758
9759 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9760
9761         * gnus-start.el (gnus-display-time-event-handler):
9762         Check display-time-timer at runtime rather than only at load time
9763         in case display-time-mode is turned off in the mean time.
9764
9765 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9768         used.
9769
9770         * nneething.el (nneething-map-file-directory): Derive from
9771         `gnus-directory'.
9772
9773         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9774         the To/Cc button.
9775
9776 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * nnmaildir.el (nnmaildir-request-accept-article):
9779         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9780
9781 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9782
9783         * gnus-async.el: Require timer-funcs at compile time when in
9784         XEmacs for `run-with-idle-timer'.
9785
9786 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9787
9788         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9789         autoloaded function.
9790
9791 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9792
9793         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9794
9795 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9796
9797         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9798
9799 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9802         gnus-expert-user to default.
9803
9804 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9805
9806         * nnimap.el (nnimap-open-server): Ditto.
9807
9808         * imap.el (imap-authenticate): Fix typo.
9809
9810 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9811
9812         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9813         buffer (since IMAP server might return FETCH response out of
9814         order, and the nntp buffer must be sorted).
9815
9816 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9817
9818         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9819         comparison on string.
9820
9821         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9822         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9823         (gnus-agent-summary-fetch-series): Modified to protect against
9824         gnus-agent-summary-fetch-group clearing processable flags.
9825         (gnus-agent-synchronize-group-flags): Update live group buffer as
9826         synchronization may occur due to the user toggle the plugged
9827         status.
9828         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9829         successfully downloaded.
9830         (gnus-agent-expire-group-1): Avoid using markers when the overview
9831         is in ascending order; greatly improves performance.
9832         (gnus-agent-regenerate-group): Use
9833         gnus-agent-synchronize-group-flags to reset read status in both
9834         gnus and server.
9835         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9836
9837 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * message.el: Don't autoload former message-utils variables.
9840         (message-strip-subject-trailing-was): Change doc string.
9841
9842         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9843         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9844         (nnweb-google-search): Add "hl=en" here.
9845         (nnweb-google-parse-1, nnweb-google-create-mapping):
9846         Don't hardcode URL.
9847
9848 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * message.el (message-get-reply-headers, message-followup):
9851         Mention related variables `message-use-followup-to' and
9852         `message-use-mail-followup-to', in the information buffer.
9853
9854         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9855         of broken groups(-beta).google.com.
9856
9857 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9858
9859         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9860         parameter to invoked gnus-request-move-article; remove the
9861         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9862         all at once instead of once per article.
9863         (gnus-summary-remove-process-mark): Accept a list of articles as
9864         well as a single article for processing.
9865
9866         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9867         parameter.
9868
9869         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9870
9871         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9872
9873         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9874         parameter.
9875
9876         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9877         parameter.
9878
9879         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9880         parameter and remove the gnus-sum-hint-move-is-internal variable.
9881
9882         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9883         parameter.
9884
9885         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9886         parameter.
9887
9888         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9889         parameter.
9890
9891         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9892
9893         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9894         parameter.
9895
9896         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9897         parameter.
9898
9899 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9900
9901         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9902         a more conservative way.
9903
9904 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9905
9906         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9907         buffer, so it moves the window's cursor.
9908
9909 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9910
9911         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9912         `mm-dissect-multipart' and receive the from field as an (optional)
9913         argument from `mm-dissect-multipart'.
9914         (mm-dissect-multipart): Receive the from field as an argument and
9915         pass it on when we call `mm-dissect-buffer' on MIME parts.
9916         Fixes verification/decryption of signed/encrypted MIME parts.
9917
9918 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9919
9920         * gnus-sum.el (gnus-summary-move-article): Set
9921         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9922         whatever it calls (right now, only nnimap-request-move article
9923         respects it).
9924
9925         * nnimap.el (nnimap-request-move-article): When
9926         gnus-sum-hint-move-is-internal is set, don't do the extra
9927         nnimap-request-article.
9928
9929 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9932
9933         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9934         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9935
9936         * gnus-sum.el (gnus-summary-caesar-message):
9937         Apply `gnus-treat-article' after rotation.
9938
9939         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9940         doc string.
9941
9942 2005-02-22  Simon Josefsson  <jas@extundo.com>
9943
9944         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9945         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9946         <arne@arnested.dk>.
9947         (encrypt): Add password-cache and password-cache-expiry as group
9948         members.
9949
9950 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9951
9952         * smime.el (smime-ldap-host-list): Doc fix.
9953         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9954         cache) password.
9955         (smime-sign-region): Use it.
9956         (smime-decrypt-region): Use it.
9957         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9958         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9959         fails.
9960         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9961         certificate from DER to PEM format rather than calling openssl.
9962
9963         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9964
9965         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9966         for signing/encryption.
9967
9968         * mml.el (mml-parse-1): Use them.
9969
9970 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9971
9972         * nnrss.el (nnrss-verbose): Removed.
9973         (nnrss-request-group): Use `nnheader-message' instead.
9974
9975 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9976
9977         * nnrss.el (nnrss-verbose): New variable.
9978         (nnrss-request-group): Make it say nnrss is requesting a group.
9979
9980 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9983         Handle news URL with given port correctly.
9984
9985 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9988         containing special characters.
9989
9990         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9991
9992         * mml.el (mime-to-mml): Ditto.
9993
9994         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9995         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9996         (rfc2047-decode-region): Quote decoded words containing special
9997         characters when rfc2047-quote-decoded-words-containing-tspecials
9998         is non-nil.
9999
10000 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10001
10002         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10003
10004         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10005
10006 2005-02-15  Simon Josefsson  <jas@extundo.com>
10007
10008         * nnimap.el (nnimap-debug): Doc fix.
10009
10010         * imap.el (imap-debug): Doc fix.
10011
10012 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10015
10016 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10017
10018         * gnus.el (spam-contents): Improve docs for spam-contents
10019         parameter in its variable incarnation.
10020
10021 2005-02-14  Simon Josefsson  <jas@extundo.com>
10022
10023         * smime-ldap.el: Use require instead of load-library for ldap.
10024         (smime-ldap-search): Indent.
10025         (smime-ldap-search-internal): Shorten line.
10026
10027         * smime.el (smime-cert-by-dns): Add doc-string.
10028         (smime-cert-by-ldap-1): Indent.
10029
10030         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10031         mml-smime-get-dns-ldap.
10032         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10033
10034 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10035
10036         * smime.el: Require smime-ldap.
10037         (smime-ldap-host-list): New variable.
10038         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10039
10040         * mml-smime.el (mml-smime-encrypt-query): New function.
10041         (mml-smime-encrypt-query): Use it.
10042
10043         * smime-ldap.el: New file.
10044
10045 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10048
10049 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10052         argument in doc string.  Make query for type more clear.
10053
10054 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus.el (gnus-group-startup-message): Search for gnus images in
10057         etc/images/gnus.
10058         * mm-util.el (mm-image-load-path): Likewise.
10059         * smiley.el (smiley-data-directory): Search for smilies in
10060         etc/images/smilies.
10061
10062 2005-02-09  Kim F. Storm  <storm@cua.dk>
10063
10064         Change Emacs release version from 21.4 to 22.1 throughout.
10065         Change Emacs development version from 21.3.50 to 22.0.50.
10066
10067 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10070
10071         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10072         non-Mule XEmacs as well.
10073         (mm-decompress-buffer): Signal an error intentionally if it does
10074         not decompress compressed data because auto-compression-mode is
10075         disabled.
10076
10077 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10078
10079         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10080         an ID in the registry even if it has no groups.
10081
10082 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10085         merge it into mm-decompress-buffer.
10086         (gnus-mime-copy-part): Use the MIME part charset, the value which
10087         a user specified or gnus-newsgroup-charset for decoding, like
10088         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10089         save-buffer what was used.  Suggested by Kevin Ryde
10090         <user42@zip.com.au>.
10091         (gnus-mime-inline-part): Allow the name parameter as well as the
10092         filename parameter; force decompressing of compressed data; always
10093         display contents being not decoded as unibyte.
10094
10095         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10096         as well as the filename parameter.
10097
10098         * mm-util.el (mm-decompress-buffer): Merge
10099         gnus-mime-jka-compr-maybe-uncompress.
10100         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10101         of compressed data.
10102
10103 2005-02-08  Simon Josefsson  <jas@extundo.com>
10104
10105         * imap.el (imap-log): Doc fix.
10106
10107 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10110         the coding cookies; decompress compressed parts.
10111
10112         * mml.el (mml-generate-mime-1): Add the charset parameter according
10113         to the value which a user specified manually or the coding cookie.
10114
10115         * mm-util.el (mm-string-to-multibyte): New function.
10116         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10117         (mm-coding-system-to-mime-charset): New function.
10118         (mm-decompress-buffer): New function.
10119         (mm-find-buffer-file-coding-system): New function.
10120
10121         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10122         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10123         parts.
10124
10125 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10126
10127         * mm-view.el (mm-display-inline-fontify): Decode a part according
10128         to the charset parameter.
10129
10130 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10133         prefix arg is neither nil nor a number, as info specifies.
10134
10135 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10138         timestamps.
10139
10140 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10141
10142         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10143         groups error checking and notify user.
10144
10145 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10146
10147         * message.el (message-send-mail-function): Check existence of
10148         sendmail-program first before using default value
10149         `message-send-mail-with-sendmail'.  Otherwise use more generic
10150         `smtpmail-send-it'.
10151
10152 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * nntp.el (nntp-request-update-info): Always return nil.
10155
10156 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10157
10158         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10159
10160 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10161
10162         * message.el (message-beginning-of-line): Change the behavior when
10163         invoked between BOL and : so that it first moves backward.
10164
10165 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10168         article buffer when editing of the article is discarded.
10169         (gnus-article-prepare): Revert.
10170
10171 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-art.el (gnus-article-prepare):
10174         Remove message-strip-forbidden-properties from the local hook.
10175
10176 2005-01-27  Simon Josefsson  <jas@extundo.com>
10177
10178         * password.el (password-cache-add): Only start one timer per key.
10179         Reported by Derek Atkins <warlord@MIT.EDU>.
10180
10181 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10182
10183         * run-at-time.el: Removed.  It is no longer needed as
10184         timer-funcs.el in the xemacs-base package has a working version of
10185         `run-at-time'.
10186
10187         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10188
10189         * password.el: Require timer-funcs instead of run-at-time in
10190         XEmacs.
10191         Remove `password-run-at-time' macro.
10192         (password-cache-add): Use `run-at-time' instead of
10193         `password-run-at-time'.
10194
10195         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10196         Remove `nnheader-cancel-function-timers' alias,
10197         `cancel-function-timers' exists in XEmacs in timer-funcs.
10198
10199         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10200         for `run-with-idle-timer'.
10201
10202         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10203         for `run-at-time'.
10204
10205         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10206         for `with-timeout'.
10207
10208         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10209         the same as for XEmacs 21.4.
10210         No need to ignore `run-with-idle-timer', this function exists in
10211         XEmacs now in timer-funcs.el in the xemacs-base package.
10212         (dgnushack-compile): No need to delete
10213         run-at-time.el from the list of files to compile because it
10214         doesn't exist anymore.
10215
10216 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10219         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10220
10221 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10222
10223         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10224         sensitively.
10225
10226 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10227
10228         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10229
10230 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10233         which will be inserted according to the multibyteness of a buffer
10234         rather than the type of contents.  Suggested by ARISAWA Akihiro
10235         <ari@mbf.ocn.ne.jp>.
10236
10237         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10238         of string which old xml.el may return rather than a string.
10239
10240 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10243
10244 2005-01-16  Simon Josefsson  <jas@extundo.com>
10245
10246         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10247         idn/idna.el isn't available.
10248         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10249         <michael@waxrat.com>.
10250
10251         * hashcash.el: Remove non-FSF copyright header.
10252
10253         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10254         (hashcash-generate-payment): Use it.
10255         (hashcash-generate-payment-async): Use it.
10256
10257 2005-01-15  Simon Josefsson  <jas@extundo.com>
10258
10259         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10260         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10261
10262         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10263         gnus-summary-idna-message.
10264         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10265         (gnus-summary-idna-message): New function.
10266
10267 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10270         gnus-novice-user.
10271
10272 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * nnrss.el (nnrss-request-delete-group): Delete entries in
10275         nnrss-group-alist as well.
10276         (nnrss-save-server-data): Insert newline.
10277
10278 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * gnus.el (gnus-user-agent): Use list of symbols instead of
10281         symbols.  Display full version number for (S)XEmacs.  Optionally
10282         display (S)XEmacs codename.
10283
10284         * gnus-util.el (gnus-emacs-version): Update for new
10285         `gnus-user-agent'.
10286
10287         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10288         Gnus version.
10289
10290 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10293         which is unreadable in some setups.
10294
10295 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-spec.el (gnus-update-format-specifications): Flush the
10298         group format spec cache if it doesn't support decoded group names.
10299
10300 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10303         Allow to apply decay on score files matching a regexp.
10304
10305 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10308         compatibility in %g and %c.
10309
10310 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10313         name for only %g and %c.
10314         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10315         of gnus-tmp-group to decoded group name.
10316         (gnus-group-make-rss-group): Exclude `/'s from group names.
10317
10318 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * nnrss.el (nnrss-get-encoding): Fix regexp.
10321
10322 2004-12-27  Simon Josefsson  <jas@extundo.com>
10323
10324         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10325         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10326         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10327
10328 2004-12-17  Kim F. Storm  <storm@cua.dk>
10329
10330         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10331
10332         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10333
10334 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10335
10336         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10337
10338 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * nnrss.el: Require rfc2047 and mml.
10341         (nnrss-file-coding-system): New variable.
10342         (nnrss-format-string): Redefine it as an inline function.
10343         (nnrss-decode-group-name): New function.
10344         (nnrss-string-as-multibyte): Remove.
10345         (nnrss-retrieve-headers): Decode group name; don't use
10346         nnrss-format-string.
10347         (nnrss-request-group): Decode group name.
10348         (nnrss-request-article): Decode group name; allow a Message-ID as
10349         well as an article number; don't use nnrss-format-string; encode a
10350         Message-ID string which may contain non-ASCII characters; use
10351         mml-to-mime to compose a MIME article.
10352         (nnrss-request-expire-articles): Decode group name.
10353         (nnrss-request-delete-group): Decode group name.
10354         (nnrss-fetch): Clarify error message.
10355         (nnrss-read-server-data): Use insert-file-contents instead of load;
10356         bind file-name-coding-system; use multibyte buffer.
10357         (nnrss-save-server-data): Bind coding-system-for-write to the
10358         value of nnrss-file-coding-system; bind file-name-coding-system;
10359         add coding cookie.
10360         (nnrss-read-group-data): Use insert-file-contents instead of load;
10361         bind file-name-coding-system; use multibyte buffer.
10362         (nnrss-save-group-data): Bind coding-system-for-write to the
10363         value of nnrss-file-coding-system; bind file-name-coding-system.
10364         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10365         make it work with non-ASCII text.
10366         (nnrss-find-el): Make it work with old xml.el as well.
10367
10368 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10369
10370         * nnrss.el (nnrss-get-encoding): New function.
10371         (nnrss-fetch): Use unibyte buffer initially; bind
10372         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10373         decode contents according to the encoding attribute.
10374         (nnrss-save-group-data): Add coding cookie.
10375         (nnrss-mime-encode-string): New function.
10376         (nnrss-check-group): Use it to encode subject and author.
10377
10378 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10379
10380         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10381         imaginary variable.
10382
10383 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10386         correctly even if there are wide characters.
10387
10388 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10389
10390         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10391         downcased symbol names; make a new cache instead of reusing
10392         bbdb-hashtable.
10393
10394 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10397         concatenating segments rather than before concatenating them.
10398         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10399
10400         * message.el (message-get-reply-headers): Bind `extra'.
10401
10402 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * message.el (message-extra-wide-headers): New variable.
10405         (message-get-reply-headers): Use it.
10406
10407 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10410         (gnus-agent-group-pathname): Ditto.
10411
10412         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10413
10414         * gnus-group.el (gnus-group-make-group): Decode group name.
10415         (gnus-group-make-rss-group): Register the group data after opening
10416         the nnrss group.
10417
10418 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10419
10420         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10421         by expiry now get marked as read.
10422
10423 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10426
10427 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10428
10429         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10430         unify Latin characters in XEmacs.
10431         (mm-find-mime-charset-region): Use it.
10432
10433 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-util.el (gnus-delete-directory): New function.
10436
10437         * gnus-agent.el (gnus-agent-delete-group): Use it.
10438
10439         * gnus-cache.el (gnus-cache-delete-group): Use it.
10440
10441 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10444         names.
10445
10446 2004-12-16  Simon Josefsson  <jas@extundo.com>
10447
10448         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10449
10450 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10453
10454         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10455         (gnus-group-set-current-level): Decode group name.
10456
10457 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10458
10459         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10460         failed.
10461
10462 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-group.el (gnus-group-delete-group): Decode group name.
10465         (gnus-group-make-rss-group): Encode group name.
10466         (gnus-group-catchup-current): Decode group name.
10467         (gnus-group-kill-group): Decode group name.
10468
10469 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10470
10471         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10472
10473 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-group.el (gnus-group-make-rss-group):
10476         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10477
10478         * gnus-start.el (gnus-setup-news): Honor user's setting to
10479         gnus-message-archive-method.  Suggested by Lute Kamstra
10480         <lute@gnu.org>.
10481
10482 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10483
10484         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10485         global counterparts of the buffer-local variables.
10486
10487 2004-11-16  Romain Francoise  <romain@orebokech.com>
10488
10489         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10490         counterparts of the buffer-local variables.
10491
10492 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * message.el (message-forbidden-properties): Fixed typo in doc
10495         string.
10496
10497 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * gnus-util.el (gnus-replace-in-string): Added doc string.
10500
10501         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10502         to avoid problems when splitting mails with many recipients.
10503
10504 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10505
10506         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10507         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10508
10509 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10510
10511         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10512         if there is no hashtable in memory or file modification time is
10513         newer than cached timestamp.
10514
10515 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10518         not-matching option.
10519
10520 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10523         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10524         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10525         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10526         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10527         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10528
10529 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * message.el (message-forward-make-body-mml): Remove headers
10532         according to message-forward-ignored-headers if a message is decoded.
10533
10534 2004-12-02  Romain Francoise  <romain@orebokech.com>
10535
10536         * message.el (message-forward-make-body-plain): Always remove
10537         headers according to message-forward-ignored-headers.
10538
10539 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10540
10541         * spam.el (spam-summary-prepare-exit): Remove the
10542         gnus-summary-limit pop for now, it has problems with ham marks for
10543         me.
10544
10545 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10546
10547         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10548         correctly.
10549
10550 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10551
10552         * format-spec.el (format-spec): Message the char.
10553
10554 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10555
10556         * gnus-art.el (gnus-split-methods): Reformat comments.
10557
10558         * spam.el (spam-summary-prepare-exit): Remove article limits
10559         before exiting the summary buffer.
10560
10561 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10564         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10565
10566         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10567         order to silence the byte compiler.
10568
10569         * spam.el: Fix the way to silence the byte compiler, which
10570         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10571         bbdb-search-simple, spam-BBDB-register-routine,
10572         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10573         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10574         spam-stat-buffer-is-spam, spam-stat-load,
10575         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10576         spam-stat-save and spam-stat-split-fancy.
10577
10578 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10581         which may confuse users.
10582         (canlock-password-for-verify): Ditto.
10583
10584         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10585
10586         * gnus-art.el (gnus-emphasis-alist): Ditto.
10587
10588         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10589
10590         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10591
10592         * gnus-start.el (gnus-save-killed-list): Ditto.
10593
10594         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10595         (gnus-sum-thread-tree-root): Ditto.
10596         (gnus-sum-thread-tree-false-root): Ditto.
10597         (gnus-sum-thread-tree-single-indent): Ditto.
10598
10599         * message.el (message-courtesy-message): Ditto.
10600         (message-archive-note): Ditto.
10601         (message-subscribed-address-file): Ditto.
10602         (message-user-fqdn): Ditto.
10603
10604         * spam-report.el (spam-report-gmane-regex): Ditto.
10605
10606         * spam.el (spam-blackhole-good-server-regex): Ditto.
10607
10608 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * mml.el (mml-preview): Widen the message buffer before copying
10611         the contents to the preview buffer; sort headers before previewing.
10612
10613         * message.el (message-hidden-headers): Fix the way to avoid a bug
10614         in the `repeat' widget in Emacs 21.3 or earlier.
10615
10616 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * message.el (message-hidden-headers): Default to "^References:".
10619         Improve customization type.  Suggested by Reiner Steib
10620         <Reiner.Steib@gmx.de>.
10621
10622 2004-11-25  Romain Francoise  <romain@orebokech.com>
10623
10624         * message.el (message-strip-forbidden-properties): Remove check for
10625         obsolete `message-hidden' text property, hidden headers are not
10626         accessible in the buffer anymore.
10627
10628 2004-11-22  Romain Francoise  <romain@orebokech.com>
10629
10630         * message.el (message-header-format-alist): Add `From' in list
10631         so that it can be sorted.
10632         (message-fix-before-sending): Widen and sort headers before
10633         sending.
10634         (message-hide-headers): Use narrowing to hide headers by moving
10635         them to the top of the buffer and narrowing to the region
10636         underneath.
10637
10638 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * message.el (message-strip-forbidden-properties): Bind
10641         buffer-read-only (etc) to nil.
10642
10643 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10646         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10647
10648 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10649
10650         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10651
10652 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * dns.el (query-dns): Use sit-for to time instead of
10655         accept-process-output, since that doesn't seem to work on udp
10656         sockets.
10657
10658 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10661
10662 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10663
10664         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10665         doc string.  Improve doc string.
10666
10667 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * nntp.el (nntp-request-update-info): Return nil if
10670         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10671         may not call gnus-activate-group which uselessly issues the GROUP
10672         commands for all nntp groups and wastes time.  Reported by Romain
10673         Francoise <romain@orebokech.com>.
10674
10675         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10676
10677 2004-11-15  Simon Josefsson  <jas@extundo.com>
10678
10679         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10680         headers separately.
10681         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10682         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10683
10684 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-start.el (gnus-convert-old-newsrc):
10687         Assign legacy-gnus-agent to 5.10.7.
10688
10689 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10692         start of the lines.
10693
10694 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10695
10696         * hashcash.el (hashcash-default-payment): Change default to 20
10697         (hashcash-default-accept-payment): Change default to 20
10698         (hashcash-process-alist): New variable
10699         (hashcash-generate-payment-async): Add
10700         (hashcash-already-paid-p): Add
10701         (hashcash-insert-payment): Don't generate payments twice
10702         (hashcash-insert-payment-async): Add
10703         (hashcash-insert-payment-async-2): Add
10704         (hashcash-cancel-async): Add
10705         (hashcash-wait-async): Add
10706         (hashcash-processes-running-p): Add
10707         (hashcash-wait-or-cancel): Add
10708         (mail-add-payment): New optional argument.  Conditionally start
10709         asynchronous calculation.
10710         (mail-add-payment-async): Add
10711
10712         * message.el (message-send-mail): Wait for asynchronous hashcash
10713         results.  Don't clobber existing X-Hashcash headers.
10714         (message-setup-1): Call mail-add-payment-async when
10715         message-generate-hashcash is non-nil.
10716
10717 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10718
10719         * message.el (message-use-alternative-email-as-from): Examine the
10720         From header as well; use message-make-from in order to include a
10721         user's full name.
10722
10723 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10726         default; improve customization type.
10727         (gnus-emphasis-custom-with-format): New macro.
10728         (gnus-emphasis-custom-value-to-external): New function.
10729         (gnus-emphasis-custom-value-to-internal): New function.
10730
10731 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * dns.el (query-dns): Resolve reverse addresses.
10734
10735 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-group.el (gnus-group-get-new-news): Use it.
10738
10739         * gnus-start.el (gnus-check-reasonable-setup): New function.
10740
10741 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10744         "Args out of range" error.  Reported by Arnaud Giersch
10745         <arnaud.giersch@free.fr>.
10746
10747 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10748
10749         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10750
10751 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10752
10753         * spam.el (spam group): Add :version.
10754
10755         * pgg-def.el (pgg group): Add :version.
10756
10757 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-article-edit-article): Don't associate the
10760         article buffer with a draft file.  This is a temporary measure
10761         against the 2004-08-22 change to gnus-article-edit-mode.
10762
10763 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10766         (html2text-format-tags): Remove unused variable `attr'.
10767
10768 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10771
10772         * tls.el (tls-process-connection-type, tls-success)
10773         (tls-certtool-program): Add :version.
10774
10775         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10776         (starttls-extra-arguments, starttls-process-connection-type)
10777         (starttls-connect, starttls-failure, starttls-success): Add :version.
10778
10779         * spam-stat.el (spam-stat): Add :version.
10780
10781         * sieve.el (sieve): Add :version.
10782
10783         * sha1.el (sha1): Add :version.
10784         (sha1-use-external): Remove redundant version.
10785
10786         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10787         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10788         (nnmail-split-fancy-match-partial-words)
10789         (nnmail-split-lowercase-expanded): Add :version.
10790
10791         * nndiary.el (nndiary): Add :version.
10792
10793         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10794
10795         * mml-sec.el (mml-default-sign-method)
10796         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10797         Add :version.
10798
10799         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10800
10801         * mm-url.el (mm-url-use-external, mm-url-program)
10802         (mm-url-arguments): Add :version.
10803
10804         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10805         (mm-attachment-file-modes, mm-decrypt-option)
10806         (mm-w3m-safe-url-regexp): Add :version.
10807
10808         * message.el (message-cite-prefix-regexp)
10809         (message-sendmail-envelope-from, message-minibuffer-local-map)
10810         (message-user-fqdn, message-completion-alist): Add :version.
10811
10812         * gnus-win.el (gnus-configure-windows-hook)
10813         (gnus-use-frames-on-any-display): Add :version.
10814
10815         * gnus-art.el (gnus-article-address-banner-alist)
10816         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10817         (gnus-treat-from-picon, gnus-treat-mail-picon)
10818         (gnus-treat-x-pgp-sig): Add :version.
10819
10820         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10821         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10822         (gnus-summary-article-delete-hook)
10823         (gnus-summary-display-while-building): Add :version.
10824
10825         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10826         (gnus-get-top-new-news-hook): Add :version.
10827
10828         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10829         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10830
10831         * gnus-registry.el (gnus-registry): Add :version.
10832
10833         * gnus-spec.el (gnus-use-correct-string-widths)
10834         (gnus-make-format-preserve-properties): Add :version.
10835
10836         * gnus.el (gnus-group-charter-alist)
10837         (gnus-group-fetch-control-use-browse-url)
10838         (gnus-install-group-spam-parameters): Add :version.
10839
10840         * gnus-diary.el (gnus-diary): Add :version.
10841
10842         * gnus-delay.el (gnus-delay): Add :version.
10843
10844         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10845         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10846         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10847         Add :version.
10848
10849         * gnus-agent.el (gnus-agent-max-fetch-size)
10850         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10851         (gnus-agent-prompt-send-queue): Add :version.
10852
10853         * deuglify.el (gnus-outlook-deuglify): Add :version.
10854
10855         * html2text.el: Beautify code.  Improve doc strings.  Some
10856         checkdoc cleanup.
10857         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10858
10859 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10860
10861         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10862
10863 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10866         when package is loaded.
10867
10868         * spam.el (spam-summary-score-preferred-header): Add global preference
10869         for people who want to override the default SpamAssassin over
10870         Bogofilter preference (when both are set).
10871         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10872         (spam-user-format-function-S): Check
10873         spam-summary-score-preferred-header.
10874         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10875         (spam-user-format-function-S): Format the score correctly.
10876
10877 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10880         signature file.  Suggested by Manoj Srivastava
10881         <srivasta@golden-gryphon.com>.
10882
10883         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10884         iso-2022-jp even in the Japanese language environment.
10885         Suggested by Jason Rumney <jasonr@gnu.org>.
10886
10887 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10890         use the same characters as the dummy marks; make it free from
10891         getting affected by the language environment.
10892         (gnus-summary-read-group-1): Update mark positions only when the
10893         format spec is updated.
10894
10895         * gnus-spec.el (gnus-update-format-specifications): Return a list
10896         of updated types.
10897
10898 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10901         of boundp to check if display-warning is available.
10902
10903 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10906
10907 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * nnspool.el (nnspool-spool-directory): Use news-path if the
10910         news-directory variable is not bound.
10911
10912         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10913         function instead of display-warning if it is not available.
10914
10915 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10918         v5-10: Use `point-at-bol'.
10919
10920 2004-10-26  Simon Josefsson  <jas@extundo.com>
10921
10922         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10923         <chenggao@gmail.com>.
10924
10925 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10928         instead.
10929
10930 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10931
10932         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10933         to remove a server from the nnimap-server-buffer-alist.
10934         (nnimap-open-connection, nnimap-close-server): Use it.
10935
10936         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10937
10938 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10941         running the major-mode function.
10942
10943 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10946         dummy marks in the right way.
10947
10948 2004-10-18  David Edmondson  <dme@dme.org>
10949
10950         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10951         excessively.
10952
10953 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10954
10955         * gnus-util.el (gnus-split-references): Accept a nil references
10956         string and go on blissfully.
10957
10958         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10959         cases where the references string is non-nil but has no references.
10960
10961         * encrypt.el: Add autoload tags.
10962
10963         * spam.el (spam-resolve-registrations-routine): Remove article
10964         from unregistration list too.  Reported by David Hanak
10965         <dhanak@isis.vanderbilt.edu>
10966
10967 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10970         nil.  Changed custom type.
10971
10972 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10975
10976         * gnus-sum.el (gnus-summary-move-article): Use it.
10977
10978 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10979
10980         * encrypt.el: Add autoload cookies.
10981
10982         * spam.el (spam-backend-article-list-property)
10983         (spam-backend-get-article-todo-list)
10984         (spam-backend-put-article-todo-list)
10985         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10986         Resolve registrations separately.
10987         (spam-register-routine): Format comments.
10988         (spam-unregister-routine, spam-register-routine): Always call with
10989         specific-articles, no default list.
10990         (spam-summary-prepare-exit): Use the spam-classifications function.
10991
10992         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10993         gnus-encrypt.el.
10994
10995         * encrypt.el: Copied from gnus-encrypt.el.
10996
10997         * gnus-encrypt.el: Commented that it's obsolete.
10998
10999 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11002         (gnus-score-save): Use it.
11003
11004         * message.el (message-bury): Use `window-dedicated-p'.
11005
11006 2004-10-15  Simon Josefsson  <jas@extundo.com>
11007
11008         * pop3.el (top-level): Don't require nnheader.
11009         (pop3-read-timeout): Add.
11010         (pop3-accept-process-output): Add.
11011         (pop3-read-response, pop3-retr): Use it.
11012
11013 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11014
11015         * spam.el (spam-register-routine): Move comment.
11016         (spam-verify-bogofilter): Use 'unknown for the initial
11017         spam-bogofilter-valid state, not 'never.
11018
11019         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11020         for netrc-machine.
11021
11022         * nnimap.el (nnimap-open-connection): Use
11023         netrc-machine-user-or-password.
11024
11025 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11026
11027         * gnus-registry.el (gnus-registry-unload-hook):
11028         Set as a variable with add-hook.
11029
11030         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11031         of news-path.
11032
11033         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11034
11035         * spam.el: Delete duplicate `provide'.
11036         (spam-unload-hook): Set as a variable with add-hook.
11037
11038 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11041         in the doc string.
11042
11043         * message.el (message-ignored-news-headers)
11044         (message-ignored-supersedes-headers)
11045         (message-ignored-resent-headers)
11046         (message-forward-ignored-headers): Improve custom type.
11047
11048 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * message.el (message-tokenize-header): Fix 2004-09-06 change
11051         which used point-min in the wrong place.
11052
11053 2004-10-12  Simon Josefsson  <jas@extundo.com>
11054
11055         * tls.el (tls-certtool-program): New variable.
11056         (tls-certificate-information): New function, based on
11057         ssl-certificate-information.
11058
11059 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * compface.el: Move the version of ELisp-based uncompface program
11062         to the contrib directory because of the copyright problem.
11063
11064 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * message.el (message-kill-buffer): Raise the current frame.
11067
11068 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11071
11072         * gnus.el (message-y-or-n-p): Autoload.
11073
11074         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11075         (pop3-password-required, pop3-authentication-scheme)
11076         (pop3-leave-mail-on-server): Made customizable.
11077         (pop3): New custom group.
11078         (pop3-retr): Remove `sleep-for' statements.
11079         Suggested by Dave Love <fx@gnu.org>.
11080
11081         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11082         Windows/DOS.
11083
11084         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11085         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11086         Dave Love <fx@gnu.org>.
11087
11088         * mml.el (mml-minibuffer-read-disposition): Require match.
11089         Suggested by Dave Love <fx@gnu.org>.
11090
11091 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11094         doc string.
11095
11096 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11099
11100 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11101
11102         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11103         instead of calling `mm-insert-inline', to decode text/* parts
11104         before displaying them.
11105
11106 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * mm-uu.el (mm-uu-text-plain-type): New variable.
11109         (mm-uu-pgp-signed-extract-1): Use it.
11110         (mm-uu-pgp-encrypted-extract-1): Use it.
11111         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11112         bind mm-uu-text-plain-type with that value.
11113         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11114         mm-uu-dissect.
11115
11116 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-group.el (gnus-update-group-mark-positions):
11119         * gnus-sum.el (gnus-update-summary-mark-positions):
11120         * message.el (message-check-news-body-syntax):
11121         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11122         of string-as-multibyte.
11123
11124 2004-10-05  Juri Linkov  <juri@jurta.org>
11125
11126         * gnus-group.el (gnus-update-group-mark-positions):
11127         * gnus-sum.el (gnus-update-summary-mark-positions):
11128         * message.el (message-check-news-body-syntax):
11129         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11130         8-bit unibyte values to a multibyte string for search functions.
11131
11132 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11135         (mm-uu-dissect-text-parts): New function.
11136
11137         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11138         dissect text parts.
11139
11140         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11141         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11142
11143         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11144
11145         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11146         gnus-current-topics instead of gnus-current-topic.
11147
11148 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11149
11150         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11151
11152 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11153
11154         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11155         where approriate.
11156
11157         * nnml.el (nnml-generate-active-info): do.
11158
11159         * nndiary.el (nndiary-generate-active-info): do.
11160
11161         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11162         (gnus-topic-move): do.
11163
11164         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11165         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11166
11167         * gnus-srvr.el (gnus-server-prepare)
11168         (gnus-server-open-all-servers): do.
11169
11170         * gnus-msg.el (gnus-summary-cancel-article)
11171         (gnus-summary-resend-message)
11172         (gnus-summary-mail-crosspost-complaint): do.
11173
11174         * gnus-move.el (gnus-change-server): do.
11175
11176         * gnus-group.el (gnus-group-unmark-all-groups)
11177         (gnus-group-set-current-level): do.
11178
11179 2004-10-04  Simon Josefsson  <jas@extundo.com>
11180
11181         * message.el (message-generate-hashcash): Doc fix.
11182
11183 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11184
11185         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11186         avoid infinite recursion via gnus-get-function.
11187
11188 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11189
11190         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11191
11192         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11193
11194         * nnmail.el (nnmail-split-history): do.
11195
11196         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11197         (nnml-request-delete-group): do.
11198
11199         * nnslashdot.el (nnslashdot-read-groups): do.
11200
11201         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11202         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11203
11204         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11205         (nnspool-sift-nov-with-sed): Use last
11206         (nnspool-retrieve-headers-with-nov): Use mapc.
11207         (nnspool-request-newgroups): Use dolist.
11208         (nnspool-request-group): Use last.
11209
11210         * nntp.el (nntp-read-server-type): Use dolist.
11211
11212         * nnvirtual.el (nnvirtual-create-mapping)
11213         (nnvirtual-update-read-and-marked): Use dolist.
11214         (nnvirtual-convert-headers): Simplify.
11215
11216 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11217
11218         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11219         support for sync'ing tick marks.
11220
11221 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11224         there's no visible header.
11225
11226 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11227
11228         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11229         necessary, pass full group name to gnus-request-set-marks.
11230
11231 2004-10-01  Simon Josefsson  <jas@extundo.com>
11232
11233         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11234         acroread.
11235
11236 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * spam-report.el (spam-report-gmane): Fix interactive.
11239
11240         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11241
11242         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11243         when writing file.
11244         (gnus-agent-synchronize-flags): Don't default to being
11245         interactive.
11246
11247 2004-09-30  Simon Josefsson  <jas@extundo.com>
11248
11249         * message.el (message-generate-hashcash): Add.
11250         (message-send-mail): Use it, call mail-add-payment.
11251
11252 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11253
11254         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11255
11256 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11257
11258         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11259         gnus-requst-update-info with explicit code to sync the in-memory
11260         info read flags with the marks being sync'd to the backend.
11261
11262         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11263
11264 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11265
11266         * spam.el (spam-verify-bogofilter): Add new function.
11267         (spam-check-bogofilter)
11268         (spam-bogofilter-register-with-bogofilter): Use it.
11269         (spam-verify-bogofilter): Add small fixes.
11270
11271 2004-09-28  Simon Josefsson  <jas@extundo.com>
11272
11273         * hashcash.el (hashcash-generate-payment): Revert.
11274
11275 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11276
11277         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11278         gnus-extract-references instead of gnus-split-references.
11279
11280         * gnus-util.el (gnus-extract-references): Add new function, analogous
11281         to gnus-split-references but extracts only the message-ID without
11282         anything extra.
11283
11284         * hashcash.el (hashcash-generate-payment)
11285         (hashcash-check-payment): Do the right thing if hashcash-path is
11286         nil (because the hashcash program could not be found).
11287
11288         * spam.el (spam-use-hashcash): Remove comment.
11289
11290 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11291
11292         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11293         (gnus-cache-enter-article, gnus-cache-remove-article)
11294         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11295
11296         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11297
11298         * gnus-art.el (article-hide-boring-headers)
11299         (article-translate-strings, article-display-face)
11300         (gnus-article-mime-match-handle-first)
11301         (gnus-article-highlight-headers)
11302         (gnus-article-add-buttons-to-head): do.
11303
11304 2004-09-27  Simon Josefsson  <jas@extundo.com>
11305
11306         * hashcash.el: New version, from
11307         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11308         ../contrib/.
11309
11310 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11313
11314 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11315
11316         * gnus-dup.el (gnus-dup-open): Use mapc.
11317         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11318
11319         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11320         Reported by Stefan Wiens <s.wi@gmx.net>.
11321
11322         * gnus.el (gnus-shutdown): Use dolist.
11323
11324         * gnus-undo.el (gnus-undo): Use mapc.
11325
11326         * nnrss.el (nnrss-generate-active): do.
11327
11328         * message.el (message-cite-original-without-signature)
11329         (message-cite-original): Use mapc.
11330         (message-do-actions, message-make-forward-subject): Use dolist.
11331
11332 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11333
11334         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11335         deletion to remove entire duplicate line.  Fixes merged article
11336         number bug.
11337
11338 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11339
11340         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11341         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11342         first ask if you want to open a server and then, even when you
11343         responded with no, asking if you want to synchronize the server's
11344         flags.
11345         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11346         multi-line expressions.
11347         (gnus-agent-synchronize-group-flags): New internal function.
11348         Updates marks in memory (in the info structure) AND in the
11349         backend.
11350
11351         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11352
11353         * nnagent.el (nnagent-request-set-mark): Use
11354         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11355         method, to ensure that synchronization updates marks in the
11356         backend and in the info (in memory) structure.
11357
11358 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11361         convention fully; don't miss the root article of a thread; make
11362         the X-Draft-From header with correct article numbers.
11363
11364 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11365
11366         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11367         unless plugged.  Disable the agent so that an open failure causes
11368         an error.
11369
11370         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11371         Reverted 2004-09-21 change.  The backend must be opened while
11372         synchronizing flags even when the backend stores the flags
11373         locally.
11374
11375 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11378         in `header' match.  Reported by Svend Tollak Munkejord.
11379
11380         * message.el (message-cite-original): Fix use of
11381         `message-cite-articles-with-x-no-archive'.
11382
11383 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11386         (gnus-window-to-buffer): Ditto.
11387
11388         * mml.el (mml-preview-buffer): New variable.
11389         (mml-preview): Manage window layout with gnus-buffer-configuration.
11390
11391         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11392         X-Draft-From header even if those articles aren't quoted.
11393
11394 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11395
11396         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11397         (gnus-request-set-mark, gnus-request-update-mark): Use new
11398         g-s-t-u-l-m to decide to use backend even when unplugged.
11399
11400 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11403         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11404
11405 2004-09-20  Simon Josefsson  <jas@extundo.com>
11406
11407         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11408         "utf-16-le".
11409
11410 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11411
11412         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11413
11414 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * uudecode.el (uudecode-use-external): Add :version.
11417
11418         * smime.el (smime-CA-file, smime-encrypt-cipher)
11419         (smime-dns-server): Add :version.
11420
11421         * smiley.el (gnus-smiley-file-types): Add :version.
11422
11423         * sha1.el (sha1-use-external): Add :version.
11424
11425         * pgg-def.el (pgg-query-keyserver): Add :version.
11426
11427         * nnmail.el (nnmail-fancy-expiry-targets)
11428         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11429         Add :version.
11430
11431         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11432         (nnimap-retrieve-groups-asynchronous): Add :version.
11433         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11434
11435         * mml.el (mml-content-disposition-parameters)
11436         (mml-insert-mime-headers-always): Add :version.
11437
11438         * mm-util.el (mm-coding-system-priorities): Add :version.
11439
11440         * mm-decode.el (mm-inline-text-html-with-images)
11441         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11442         (mm-verify-option): Add :version.
11443         (mm-text-html-renderer): Change :version.
11444
11445         * message.el (message-fcc-externalize-attachments)
11446         (message-required-headers, message-draft-headers)
11447         (message-subject-trailing-was-query)
11448         (message-subject-trailing-was-ask-regexp)
11449         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11450         (message-mark-insert-end, message-archive-header)
11451         (message-archive-note, message-cross-post-default)
11452         (message-cross-post-note, message-followup-to-note)
11453         (message-cross-post-note-function, message-use-mail-followup-to)
11454         (message-subscribed-address-functions)
11455         (message-subscribed-address-file, message-subscribed-addresses)
11456         (message-subscribed-regexps, message-allow-no-recipients)
11457         (message-yank-cited-prefix, message-signature-insert-empty-line)
11458         (message-hidden-headers, message-hierarchical-addresses)
11459         (message-mail-user-agent, message-use-idna)
11460         (message-valid-fqdn-regexp)
11461         (message-strip-special-text-properties, message-header-synonyms)
11462         (message-beginning-of-line, message-tab-body-function): Add :version.
11463         (message-insert-canlock, message-wide-reply-confirm-recipients):
11464         Change :version.
11465
11466         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11467         and :version.
11468         (mail-source-delete-old-incoming-confirm)
11469         (mail-source-movemail-program): Add :version.
11470
11471         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11472         (gnus-agent-cache, gnus-agent): Change :version.
11473
11474         * gnus-util.el (gnus-use-byte-compile): Change :version.
11475
11476         * gnus-sum.el (gnus-summary-make-false-root-always)
11477         (gnus-summary-default-high-score)
11478         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11479         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11480         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11481         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11482         (gnus-sum-thread-tree-single-indent)
11483         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11484         (gnus-sum-thread-tree-leaf-with-other)
11485         (gnus-sum-thread-tree-single-leaf): Add :version.
11486         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11487         (gnus-article-loose-mime): Change :version.
11488
11489         * gnus-start.el (gnus-backup-startup-file)
11490         (gnus-save-startup-file-via-temp-buffer): Add :version.
11491
11492         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11493         (gnus-server-offline-face): Add :version.
11494
11495         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11496
11497         * gnus-msg.el (gnus-gcc-externalize-attachments)
11498         (gnus-debug-files, gnus-debug-exclude-variables)
11499         (gnus-discouraged-post-methods): Change :version.
11500         (gnus-confirm-mail-reply-to-news)
11501         (gnus-confirm-treat-mail-like-news): Add :version.
11502
11503         * gnus-int.el (gnus-server-unopen-status): Add :version.
11504
11505         * gnus-group.el (gnus-group-jump-to-group-prompt)
11506         (gnus-large-ephemeral-newsgroup)
11507         (gnus-fetch-old-ephemeral-headers): Add :version.
11508
11509         * gnus-fun.el (gnus-x-face-directory)
11510         (gnus-convert-pbm-to-x-face-command)
11511         (gnus-convert-image-to-x-face-command)
11512         (gnus-convert-image-to-face-command): Add :version.
11513
11514         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11515
11516         * gnus-cite.el (gnus-cite-blank-line-after-header)
11517         (gnus-article-boring-faces): Add :version.
11518
11519         * gnus-art.el (gnus-buttonized-mime-types)
11520         (gnus-inhibit-mime-unbuttonizing)
11521         (gnus-treat-display-face)
11522         (gnus-treat-body-boundary): Change :version.
11523         (gnus-body-boundary-delimiter, gnus-picon-databases)
11524         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11525         (gnus-treat-date-english, gnus-treat-fold-headers)
11526         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11527         (gnus-treat-mail-picon, gnus-treat-wash-html)
11528         (gnus-article-encrypt-protocol)
11529         (gnus-use-idna, gnus-article-over-scroll)
11530         (gnus-mime-display-multipart-alternative-as-mixed)
11531         (gnus-mime-display-multipart-related-as-mixed)
11532         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11533         (gnus-ctan-url, gnus-button-ctan-handler)
11534         (gnus-button-handle-ctan-bogus-regexp)
11535         (gnus-button-ctan-directory-regexp)
11536         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11537         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11538         (gnus-button-man-level, gnus-button-emacs-level)
11539         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11540
11541         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11542         (gnus-agent-go-online): Change :version.
11543         (gnus-agent-expire-unagentized-dirs)
11544         (gnus-agent-auto-agentize-methods): Add :version.
11545
11546         * flow-fill.el (fill-flowed-display-column)
11547         (fill-flowed-encode-column): Add :version.
11548
11549         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11550         (gnus-outlook-deuglify-unwrap-max)
11551         (gnus-outlook-deuglify-cite-marks)
11552         (gnus-outlook-deuglify-unwrap-stop-chars)
11553         (gnus-outlook-deuglify-no-wrap-chars)
11554         (gnus-outlook-deuglify-attrib-cut-regexp)
11555         (gnus-outlook-deuglify-attrib-verb-regexp)
11556         (gnus-outlook-deuglify-attrib-end-regexp)
11557         (gnus-outlook-display-hook): Add :version.
11558
11559         * binhex.el (binhex-use-external): Add :version.
11560
11561 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11564         and `invisible'.
11565
11566 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11569         in gnus-registry-trim.
11570
11571 2004-09-13  Simon Josefsson  <jas@extundo.com>
11572
11573         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11574
11575         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11576
11577         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11578         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11579         <yamaoka@jpl.org>.
11580         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11581         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11582         <yamaoka@jpl.org>.
11583
11584         * sieve.el (sieve-manage-mode): Ditto.
11585
11586 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11589
11590 2004-09-11  Simon Josefsson  <jas@extundo.com>
11591
11592         * dns-mode.el: Add.
11593
11594         * mm-view.el (mm-display-dns-inline): Add.
11595
11596         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11597         (mm-automatic-display): Ditto.
11598
11599         * mailcap.el (mailcap-mime-data): Add text/dns.
11600         (mailcap-mime-extensions): Map .soa to text/dns.
11601
11602 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11603
11604         * gnus-art.el (article-decode-mime-words, article-babel)
11605         (gnus-article-highlight-signature, gnus-article-add-buttons)
11606         (gnus-signature-toggle): Remove unnecessary bindings of
11607         `inhibit-read-only' inherited from v5.10 merge.
11608
11609 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * nntp.el (nntp): New customization group.
11612         (nntp-authinfo-file): Add customization group.
11613
11614         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11615
11616         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11617
11618         * gnus.el (to-address, to-list, subscribed)
11619         (large-newsgroup-initial): Ditto.
11620
11621         * flow-fill.el (fill-flowed-display-column)
11622         (fill-flowed-encode-column): Ditto.
11623
11624 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11625
11626         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11627         Use point-min rather than 1.
11628         (message-send-mail): Use buffer-size rather than point-max.
11629
11630         * gnus-sum.el (gnus-summary-search-article-forward):
11631         Signal a specific `search-failed' rather than a generic `error'.
11632
11633         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11634         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11635         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11636
11637 2004-09-10  Simon Josefsson  <jas@extundo.com>
11638
11639         * nndb.el (require): Remove tcp and duplicate cl.
11640
11641 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-agent.el (directory-files-and-attributes): Move forward.
11644
11645 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11646
11647         * gnus-agent.el (directory-files-and-attributes): Optionally
11648         defined to support XEmacs.
11649
11650 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11651
11652         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11653         to avoid run-time CL dependencies.
11654         (gnus-agent-unfetch-articles): New function.
11655         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11656         article numbers even when local .overview file is missing.
11657         (gnus-agent-read-article-number): New function.  Only accepts
11658         27-bit article numbers.
11659         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11660         gnus-agent-read-article-number.
11661         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11662         from backend while recognizing that article numbers in .overview
11663         must be valid.
11664         (gnus-agent-update-files-total-fetched-for): Use
11665         directory-files-and-attributes to improve performance.
11666         * gnus-int.el (gnus-request-move-article): Use
11667         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11668         improve performance.
11669
11670         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11671         some users confused by references to .newsrc when they only have a
11672         .newsrc.eld file.
11673         (gnus-convert-mark-converter-prompt)
11674         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11675         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11676         New function.  Used internally to only display 'gnus converting
11677         files' message when actually necessary.
11678
11679         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11680         methods now autoloaded.
11681
11682 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11685         identifiers.
11686
11687 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * gnus-picon.el: Fix indentation and closing parenthesis.
11690
11691 2004-09-01  Simon Josefsson  <jas@extundo.com>
11692
11693         * message.el (message-canlock-generate): Require sha1, not
11694         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11695         to require within a function.  Sadly, if sha1.el isn't loaded, the
11696         let binding in m-c-g will hide the defcustom definition, which is
11697         bad.)
11698
11699         * canlock.el: Require sha1, not sha1-el.
11700
11701         * message.el: Don't autoload sha1 (there is a autoload cookie in
11702         sha1.el).
11703
11704         * sha1-el.el: Renamed to sha1.el.
11705
11706 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11707
11708         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11709
11710 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11711
11712         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11713
11714 2004-08-30  Kim F. Storm  <storm@cua.dk>
11715
11716         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11717
11718         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11719         Add :group 'nnimap.
11720
11721 2004-08-30  Andreas Schwab  <schwab@suse.de>
11722
11723         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11724         ?* and ?\;.
11725
11726         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11727         and ?\' to symbol instead of whitespace.
11728
11729 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11732
11733         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11734         instead of re-search-forward.
11735
11736         * gnus-uu.el (gnus-uu-save-article): Ditto.
11737         (gnus-uu-post-encode-uuencode): Ditto.
11738
11739         * html2text.el (html2text-clean-list-items): Ditto.
11740         (html2text-clean-dtdd): Ditto.
11741         (html2text-format-tags): Ditto.
11742
11743         * message.el (message-send-mail-with-sendmail): Fix regexp.
11744         (message-fill-field-general): Use search-forward instead of
11745         re-search-forward.
11746         (unbold-region): Ditto.
11747
11748         * nnrss.el (nnrss-request-article): Ditto.
11749
11750         * nnslashdot.el (nnslashdot-request-article): Ditto.
11751
11752         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11753
11754         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11755         "Unrecognized menu descriptor" error in XEmacs.
11756
11757 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11758
11759         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11760         parent article of a sparse article in the thread hashtb.
11761
11762 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11763
11764         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11765         (nnmail-expand-newtext): Lowercase expanded entries if
11766         nnmail-split-lowercase-expanded is non-nil.
11767
11768 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11771
11772         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11773         of gnus-tmp-news-method into string under XEmacs.  It will be
11774         passed to gnus-correct-length which takes only a string argument.
11775
11776 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-util.el (gnus-bind-print-variables): New macro.
11779         (gnus-prin1): Use it.
11780         (gnus-prin1-to-string): Use it.
11781         (gnus-pp): New function.
11782         (gnus-pp-to-string): New function.
11783
11784         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11785         Replace pp-to-string with gnus-pp-to-string.
11786         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11787         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11788         * gnus-msg.el (gnus-debug): Ditto.
11789         * gnus-score.el (gnus-score-save): Ditto.
11790         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11791         gnus-pp-to-string.
11792         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11793         with gnus-pp.
11794         * score-mode.el (gnus-score-pretty-print): Ditto.
11795         * webmail.el (webmail-debug): Ditto.
11796
11797 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-art.el (article-display-face, article-display-x-face):
11800         Use buffer-read-only.
11801
11802 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-art.el (article-hide-list-identifiers):
11805         Bind inhibit-read-only as t.
11806
11807 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11810
11811 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11814         (gnus-narrow-to-page): Don't assume point-min == 1.
11815         (gnus-article-edit-mode): Derive from message-mode.
11816
11817         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11818         point-min == 1.
11819
11820         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11821         Disable incorrect use of `assert'.
11822
11823         * message.el (message-mode): Set comment-start-skip.
11824
11825
11826 2004-08-22  Sam Steingold  <sds@gnu.org>
11827
11828         * pop3.el (pop3-leave-mail-on-server): New user variable.
11829         (pop3-movemail): Delete mail only when it is nil.
11830
11831 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11834
11835         * mml.el (mml-preview): Use `pop-to-buffer'.
11836
11837         * message.el (message-goto-mail-followup-to): Insert after "To".
11838         (message-carefully-insert-headers): Add comment.
11839
11840         * gnus.el: Remove unused variable `gnus-article-check-size'.
11841
11842         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11843
11844         * gnus-art.el (gnus-button-alist): Improve
11845         `gnus-button-handle-library' entry.
11846
11847 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11848
11849         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11850         downcase, since XEmacs capitalizes error messages differently.
11851
11852 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11853
11854         * nntp.el: Add (require 'gnus) due to reference to
11855         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11856
11857 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11858
11859         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11860         `mm-fill-flowed'.
11861
11862         * mm-decode.el (mm-dissect-singlepart): Check it.
11863
11864 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11867         'imap' for netrc parsing.
11868
11869 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * mailcap.el (mailcap-mime-data): Mark as risky.
11872
11873 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11876         may be included in the encoded word.
11877         (rfc2047-encode): Don't append a space if the encoded word
11878         includes close parenthesis.
11879
11880 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11883         of text within parentheses.
11884
11885 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11886
11887         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11888         (gnus-encrypt-write-file-contents): Make the password key the file
11889         name PLUS the cipher, not just the cipher.  Also remove failed
11890         passwords from the cache.
11891
11892 2004-08-06  Simon Josefsson  <jas@extundo.com>
11893
11894         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11895         fix.
11896
11897 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11900         LWSP.
11901
11902 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11903
11904         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11905         to append in-reply-to: data to the references: header.
11906
11907         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11908         (netrc-parse): Use gnus-encrypt.el functions.
11909
11910         * gnus-encrypt.el: Add new file for encryption support; currently
11911         does only a few GPG ciphers and an internal XOR cipher.
11912
11913         * password.el: Add comments on using password-read-and-add.
11914         (password-read-and-add): Add function to read and add the
11915         password to the cache at once.
11916
11917 2004-07-28  Simon Josefsson  <jas@extundo.com>
11918
11919         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11920         parameter (but don't use it, for now).
11921
11922         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11923         instead of hard coding to nil.
11924
11925 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11928         as mm-inline-image-xemacs does.
11929
11930 2004-07-26  Simon Josefsson  <jas@extundo.com>
11931
11932         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11933         Revert part of 2004-07-17 change below.
11934
11935 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11938         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11939
11940 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11943         quotes that actually start with ">" at the beginning of the
11944         lines.
11945
11946 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * rfc2047.el (rfc2047-encode-region): Fix last change.
11949         (rfc2047-encode-parameter): Remove useless concat.
11950
11951 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11954         encode special characters; fix some kind of misconfigured headers;
11955         signal a real error if debug-on-quit or debug-on-error is non-nil.
11956         (rfc2047-encode-max-chars): New variable.
11957         (rfc2047-encode-1): Use it.
11958         (rfc2047-encode-parameter): New function.
11959
11960         * mml.el (mml-insert-parameter): Remove an excessive space.
11961
11962 2004-07-17  Simon Josefsson  <jas@extundo.com>
11963
11964         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11965         Kai Grossjohann <kai@emptydomain.de>.
11966         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11967         (gnus-group-make-menu-bar): Ditto.
11968
11969         * gnus-util.el (gnus-group-server): Add.
11970
11971 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11972
11973         * message.el (message-clone-locals): Clone sendmail and smtp
11974         variables.
11975
11976 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * rfc2047.el (rfc2047-encode-region): Fix last change.
11979
11980 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11983         characters as non-special.
11984
11985 2004-07-09  Simon Josefsson  <jas@extundo.com>
11986
11987         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11988         Users will lose all flag changes made while unplugged with
11989         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11990         good default.  See numerous reports on ding mailing list.
11991
11992 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11995         add generate-head-function and generate-article-function to the
11996         rfc822-forward entry.
11997         (nndoc-rfc822-forward-generate-article): New function.
11998         (nndoc-rfc822-forward-generate-head): New function.
11999
12000         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12001
12002 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12003
12004         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12005         respect display group parameter and gnus-summary-expunge-below.
12006         (gnus-articles-to-read): Remove unused reference to display group
12007         parameter.
12008
12009 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * nnheader.el (nnheader-uniquify-message-id): New experimental
12012         variable.
12013         (nnheader-nov-read-message-id): Use it.
12014
12015         * spam-report.el (spam-report-gmane): Add interactive.
12016
12017 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12020         qp-or-base64 for the application/* types.
12021
12022 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12023
12024         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12025
12026 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12029         trim value.
12030
12031 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12032
12033         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12034         New macro and function.
12035         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12036
12037 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12040         after-load-alist.
12041
12042 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043
12044         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12045         update info that isn't there.
12046
12047 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12048
12049         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12050         entry.
12051
12052 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mm-view.el (mm-inline-render-with-function): Use multibyte
12055         buffer; decode html source by charset.
12056
12057         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12058
12059         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12060         Mule-UCS is loaded under XEmacs.
12061         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12062
12063 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12064
12065         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12066
12067 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * mm-util.el (mm-coding-system-p): Return a coding-system.
12070         (mm-mime-mule-charset-alist): Use shift_jis instead of
12071         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12072         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12073         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12074         instead of japanese-shift-jis and iso-latin-1 respectively in
12075         order to share the default value with both Emacs and XEmacs-mule.
12076         (mm-mule-charset-to-mime-charset): Make
12077         mm-coding-system-priorities effective.
12078         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12079         while predicating of candidates upon the priorities.
12080
12081 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12082
12083         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12084         gnus-uu-invert-processable.
12085
12086         * gnus.el: Autoload gnus-uu-invert-processable.
12087
12088 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mm-util.el (mm-with-multibyte-buffer): New macro.
12091
12092         * rfc2047.el (rfc2047-encode-string): Use it.
12093         (rfc2047-encode-region): Move point to the end of the region after
12094         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12095
12096 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12099         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12100
12101 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12104         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12105         Karl Chen <quarl@nospam.quarl.org>.
12106
12107 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12108
12109         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12110         invalid addresses.
12111
12112 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * spam.el: Change section markers, revise TODO list.
12115         (spam-backends): Make new master list of all installed backends.
12116         (spam-summary-exit-behavior): Add new variable to determine how
12117         messages moves are done at summary exit.
12118         (spam-move-spam-nonspam-groups-only)
12119         (spam-process-ham-in-nonham-groups)
12120         (spam-process-ham-in-spam-groups): Remove variables, the
12121         spam-summary-exit-behavior variable should be used to manage this
12122         behavior.
12123         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12124         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12125         and spam-old-spam-articles.
12126         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12127         Add empty variables, placeholders for the backends they represent.
12128         (spam-set-difference): Move, unchanged.
12129         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12130         unless the user has a processor variable.
12131         (spam-classifications, spam-classification-valid-p)
12132         (spam-backend-properties, spam-backend-property-valid-p)
12133         (spam-backend-function-type-valid-p)
12134         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12135         (spam-report-articles-gmane, spam-report-articles-resend):
12136         Remove functions, they are not needed.
12137         (spam-install-backend-super, spam-backend-list)
12138         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12139         (spam-backend-function, spam-backend-ham-registration-function)
12140         (spam-backend-spam-registration-function)
12141         (spam-backend-ham-unregistration-function)
12142         (spam-backend-spam-unregistration-function)
12143         (spam-backend-statistical-p, spam-backend-mover-p)
12144         (spam-install-backend-alias, spam-install-checkonly-backend)
12145         (spam-install-mover-backend, spam-install-nocheck-backend)
12146         (spam-install-backend, spam-install-statistical-backend)
12147         (spam-install-statistical-checkonly-backend): Add backend installation
12148         support.
12149         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12150         (spam-group-processor-p): Use the new backend code and respect the
12151         summary exit behavior.
12152         (spam-mark-spam-as-expired-and-move-routine): Remove.
12153         (spam-summary-prepare): Change to use the new spam-old-articles
12154         variable.
12155         (spam-copy-or-move-routine, spam-copy-spam-routine)
12156         (spam-move-spam-routine, spam-copy-ham-routine)
12157         (spam-move-ham-routine): Add code to copy/move ham or spam.
12158         (spam-fetch-field-fast): Improve doc and code, plus allow the
12159         'number request.
12160         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12161         variables.
12162         (spam-split, spam-find-spam): Use the new backend code.
12163         (spam-registration-functions): Remove variable.
12164         (spam-unregister-routine): Add convenience wrapper.
12165         (spam-log-undo-registration, spam-register-routine)
12166         (spam-log-processing-to-registry)
12167         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12168         where possible.
12169         (spam-check-gmane-xref, spam-check-regex-headers)
12170         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12171         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12172         (spam-check-bogofilter-headers, spam-check-spamoracle)
12173         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12174         (spam-check-crm114-headers): Use the spam-split-group that
12175         spam-split prepares, no need to determine it every time.
12176
12177         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12178         to the nnheader-parse-naked-head call.
12179
12180         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12181
12182         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12183         the nnheader-nov-read-message-id call.
12184
12185 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12188         gnus-activate-group twice.  Suggested by Markus Peter
12189         <warp@spin.de>.
12190
12191 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-art.el (gnus-article-time-format): Exchange the order of
12194         day and month in the default value; fix customization type.
12195         (article-date-ut): Use add-text-properties.
12196         (article-make-date-line): Use message-make-date instead of
12197         current-time-string.
12198
12199         * message.el (message-fetch-field): Don't use set-text-properties.
12200         (message-make-date): Simplify.
12201
12202         * messagexmas.el (message-xmas-make-date): New function.
12203         (message-xmas-redefine): Defalias message-make-date to it.
12204
12205 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12208         (rfc2047-encode-region): Treat text within parentheses as special;
12209         show the original text when error has occurred.
12210
12211         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12212         already-computed method to gnus-activate-group.
12213
12214         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12215         same select-methods identical Lisp objects.
12216
12217         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12218         object when modifying the info.
12219
12220 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12223         gnus-opened-servers since it has never been opened with the new
12224         configuration yet.
12225
12226 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12229         arg to nnheader-generate-fake-message-id.
12230
12231 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12234         number and build a fake message ID localized to a group and
12235         article number (so it's repeatable from that point on).
12236         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12237         ID format.
12238
12239         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12240         nnheader-generate-fake-message-id with the article number.
12241
12242 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12243
12244         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12245         end-of-buffer.
12246
12247 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * message.el (message-ignored-supersedes-headers): Add Approved.
12250
12251 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12254         goto-char.
12255         (rfc2047-encode): Fold the line before encoding.
12256
12257 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12260         folding -- not all headers can be folded, and this should be done
12261         by the message composition mode.  Probably.  I think.
12262
12263 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12266         fast.
12267
12268         * gnus-ems.el (gnus-remove-image): Don't use
12269         message-text-with-property; remove only the image found first.
12270
12271         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12272         found first.
12273
12274 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12275
12276         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12277
12278 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * message.el (message-text-with-property): Make it fast and accept
12281         optional arguments.
12282         (message-strip-forbidden-properties): Use it.
12283         (message-fix-before-sending): Follow the m-t-w-p change.
12284
12285         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12286
12287 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (article-hide-headers): Don't change the buffer
12290         mistakenly when performing mml-preview even if
12291         gnus-single-article-buffer is nil.
12292
12293 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12294
12295         * message.el (message-expand-name-databases): New user option.
12296         (message-expand-name): Use it.
12297
12298 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         * spam.el (spam-report-articles-resend)
12301         (spam-report-resend-register-routine): Allow ham reporting.
12302         (spam-report-resend-register-ham-routine): Add wrapper.
12303         (spam-registration-functions): Add ham resending functions.
12304         (spam-list-of-processors): Add ham resend processor.
12305
12306         * gnus.el (ham-resend-to): Add new group parameter.
12307         (spam-process): Add ham resend option.
12308
12309         * spam-report.el (spam-report-resend): Allow reporting ham.
12310         (spam-report-resend-ham): Add wrapper.
12311
12312 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * message.el (message-cite-articles-with-x-no-archive): New
12315         variable.
12316         (message-cite-original): Use it.
12317
12318 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * message.el (message-cite-original): Respect X-No-Archive.
12321
12322 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-art.el (article-hide-headers): Refer to the values for
12325         gnus-ignored-headers and gnus-visible-headers in the summary
12326         buffer since a user may have set them as group parameters.
12327
12328 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12329
12330         * assistant.el (assistant-node-name): Add convenience function.
12331         (assistant-render-text, assistant-render-node): Add error handling,
12332         plus handle multiple next nodes.
12333         (assistant-find-next-node): Comment out for now.
12334         (assistant-find-next-nodes): Add function, returns list of next
12335         nodes.
12336
12337 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * mail-source.el (mail-source-directory): Fix doc-string.
12340
12341 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12342
12343         * assistant.el (assistant-render-text, assistant-eval): Add :set
12344         widget type, which is different because it takes and returns a
12345         list.  Much hilarity ensues.
12346
12347 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12350
12351         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12352         doc-string.
12353
12354         * gnus-start.el (gnus-activate-group): Added doc-string.
12355
12356 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12359
12360 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * assistant.el (assistant-render-text): Try to add a :set
12363         widget, more to come.
12364
12365         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12366         strings.
12367         (spam-report-articles-resend)
12368         (spam-register-routine): Do registration iff any articles warrant
12369         it.
12370         (spam-summary-prepare-exit): Change log message for nil group
12371         destinations.
12372
12373 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12374
12375         * spam.el (spam-report-resend-register-routine): Allow
12376         spam-report-resend-to to be a group parameter or a global value.
12377
12378 2004-05-26  Simon Josefsson  <jas@extundo.com>
12379
12380         * starttls.el: Merge with my GNUTLS based starttls.el.
12381         (starttls-gnutls-program, starttls-use-gnutls)
12382         (starttls-extra-arguments, starttls-process-connection-type)
12383         (starttls-connect, starttls-failure, starttls-success): New
12384         variables.
12385         (starttls-program, starttls-extra-args): Doc fix.
12386         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12387         functions.
12388         (starttls-negotiate, starttls-open-stream): Check
12389         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12390         function if it is set.
12391
12392 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12395         structured fields.
12396
12397 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12400
12401 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12402
12403         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12404         variable.
12405         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12406         assigning the spam-mark to new messages.
12407
12408 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12409
12410         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12411
12412 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12415
12416         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12417         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12418         default.
12419
12420 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12421
12422         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12423         correct data.
12424
12425 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12426
12427         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12428         (spam-group-processor-p): Fix function.
12429         (spam-group-processor-multiple-p)
12430         (spam-group-spam-processor-report-gmane-p)
12431         (spam-group-spam-processor-report-resend-p)
12432         (spam-group-spam-processor-bogofilter-p)
12433         (spam-group-spam-processor-blacklist-p)
12434         (spam-group-spam-processor-ifile-p)
12435         (spam-group-ham-processor-ifile-p)
12436         (spam-group-spam-processor-spamoracle-p)
12437         (spam-group-spam-processor-crm114-p)
12438         (spam-group-ham-processor-bogofilter-p)
12439         (spam-group-spam-processor-stat-p)
12440         (spam-group-ham-processor-stat-p)
12441         (spam-group-ham-processor-whitelist-p)
12442         (spam-group-ham-processor-BBDB-p)
12443         (spam-group-ham-processor-spamoracle-p)
12444         (spam-group-ham-processor-copy-p): Remove functions with some
12445         prejudice against unneeded code.
12446         (spam-report-articles-resend)
12447         (spam-report-resend-register-routine): Allow the group/topic
12448         spam-resend-to value to override spam-report-resend-to.
12449         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12450         properly now.
12451
12452         * gnus.el (spam-resend-to): Add group/topic parameter.
12453         (spam-process): Move the OBSOLETE processors to the end of the
12454         choices.
12455
12456 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12457
12458         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12459         with resend-to set to nil, and then ask the user if necessary.
12460         (spam-report-resend): spam-report-resend takes a list of articles, not
12461         separate article numbers.
12462
12463 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12466         addition to emacs-w3m.
12467
12468 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * assistant.el (assistant-authinfo-data): New function.
12471         (assistant-eval): Eval for entire assistant.
12472
12473         * netrc.el (netrc-services-file): New variable.
12474         (netrc-parse-services): New function.
12475         (netrc-find-service-name): New function.
12476         (netrc-find-service-number): New function.
12477         (netrc-port-equal): New function.
12478         (netrc-machine): Use it.
12479
12480         * nnimap.el (nnimap-open-connection): Use netrc.
12481
12482         * gnus-util.el (gnus-netrc-get): Remove aliases.
12483
12484         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12485
12486         * assistant.el (wid-edit): Fix compilation.
12487
12488         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12489
12490 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12491
12492         * gnus-util.el (gnus-set-file-modes): New function.  (small
12493         patch).
12494
12495 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12498
12499         * assistant.el (assistant-render-node): Fix up rendering and
12500         read-only text.
12501         (assistant-render-node): Reset.
12502         (assistant-make-read-only): Not sticky.
12503
12504 2004-05-20  Danny Siu  <dsiu@adobe.com>
12505
12506         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12507         centered even when gnus-auto-center-summary is t
12508
12509 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * dns.el (dns-get-txt-answer): New function.
12512         (dns-read-txt): Ditto.
12513         (query-dns): Use it.
12514
12515 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12518         active for foreign groups even if the group level is higher than
12519         the specified value.
12520
12521 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12522
12523         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12524         non-active groups.
12525
12526         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12527
12528 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12529
12530         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12531
12532 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12535         (spam-crm114-header, spam-crm114-spam-switch)
12536         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12537         (spam-crm114-positive-spam-header)
12538         (spam-crm114-database-directory, spam-list-of-processors)
12539         (spam-group-spam-processor-crm114-p)
12540         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12541         (spam-generic-score, spam-list-of-checks)
12542         (spam-list-of-statistical-checks, spam-registration-functions)
12543         (spam-check-crm114-headers, spam-crm114-score)
12544         (spam-check-crm114, spam-crm114-register-with-crm114)
12545         (spam-crm114-register-spam-routine)
12546         (spam-crm114-unregister-spam-routine)
12547         (spam-crm114-register-ham-routine)
12548         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12549         asjo@koldfront.dk (Adam Sjøgren).
12550
12551         * gnus.el: Add spam-use-crm114.
12552
12553         * spam.el (spam-list-of-processors, spam-registration-functions):
12554         Add spam-use-resend.
12555         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12556         (spam-report-articles-gmane): Add doc fix.
12557         (spam-report-articles-resend, spam-report-resend-register-routine):
12558         Add wrappers around spam-report-resend-to.
12559
12560         * spam-report.el (spam-report-resend-to, spam-report-resend):
12561         Add support for resending spam.
12562         (spam-report-gmane): Fix line length >80.
12563
12564         * gnus.el (spam-process): Add spam-use-resend.
12565
12566 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12567
12568         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12569         number of processed spam messages.
12570         (spam-ham-copy-or-move-routine): Return the number of processed
12571         ham messages.
12572         (spam-summary-prepare-exit): Use the above values to decide
12573         whether status messages shouled be displayed.
12574
12575 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12578         `rfc2047-encoding-function-alist' in order to avoid conflicting
12579         with the old version.
12580         (rfc2047-encode-region): Concatenate words containing non-ASCII
12581         characters in structured fields; don't encode space-delimited
12582         ASCII words even in unstructured fields; don't break words at
12583         char-category boundaries.
12584         (rfc2047-encode-1): New function.
12585         (rfc2047-encode): Use it; encode text so that it occupies the
12586         maximum width within 76-column; work correctly on Q encoding for
12587         iso-2022-* charsets.
12588         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12589         sure not to break a line just after the header name.
12590         (rfc2047-b-encode-region): Removed.
12591         (rfc2047-b-encode-string): New function.
12592         (rfc2047-q-encode-region): Removed.
12593         (rfc2047-q-encode-string): New function.
12594
12595         * mm-util.el (mm-replace-in-string): New function.
12596
12597 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12600         get it right.
12601         (gnus-inews-make-draft): Really.
12602
12603 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12604
12605         * nnmh.el (nnmh-request-list-1): Don't check the link count
12606         before descending.  (small patch)
12607
12608 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12609
12610         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12611         stuff.
12612
12613         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12614         on real group name.
12615
12616         * gnus-art.el (gnus-signature-limit): Doc fix.
12617
12618         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12619
12620         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12621
12622 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12623
12624         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12625         isn't a string.
12626
12627 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12628
12629         * gnus-draft.el (gnus-draft-send): Bind
12630         rfc2047-encode-encoded-words.
12631
12632         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12633         (rfc2047-encodable-p): Say that =? needs encoding.
12634         (rfc2047-encode-encoded-words): New variable.
12635
12636         * gnus-group.el (gnus-group-select-group): Doc fix.
12637
12638         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12639
12640         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12641         to nil.
12642
12643         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12644
12645         * nnheader.el (nnheader-get-lines-and-char): New function.
12646
12647 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-msg.el (gnus-summary-followup-with-original): Document
12650         yanking of region when active.
12651
12652 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12655         groups if the group level is higher than the specified value.
12656
12657 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12660         (gnus-group-jump-to-group): Added prefix argument using
12661         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12662         non-active group.
12663
12664         * compface.el (uncompface): Be verbose when changing
12665         `uncompface-use-external'.
12666
12667         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12668         handle manual section.
12669
12670 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-art.el (gnus-button-alist): Revert previous change.
12673
12674 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12677
12678 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12679
12680         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12681         whether backend can accept message.
12682
12683         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12684
12685 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12686
12687         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12688         Avoid creating directory when nntp-marks-is-evil is true.
12689         Reported by Reiner Steib.
12690
12691 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * gnus-picon.el (gnus-picon-style): New variable.
12694         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12695         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12696         Jesper Harder <harder@ifa.au.dk>.
12697
12698 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * message.el (message-fill-field): Return point.
12701         (message-generate-headers): Go to end of field.
12702
12703         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12704         stuff for non-living groups.
12705
12706 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12707
12708         * gnus-art.el (gnus-article-followup-with-original)
12709         (gnus-article-reply-with-original): gnus-mark-active-p ->
12710         gnus-region-active-p.
12711
12712 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12713
12714         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12715         only when there is spam or ham to be processed.
12716
12717 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * mail-source.el (mail-source-delete-crash-box): Refactor.
12720         (mail-source-fetch): Use it.
12721         (mail-source-fetch-file): Ditto.
12722         (mail-source-fetch-directory): Run postscript in loop.
12723         (mail-source-fetch-pop): Delete.
12724         (mail-source-fetch-maildir): Ditto.
12725         (mail-source-fetch-imap): Ditto.
12726
12727         * imap.el (imap-authenticators): Comment out sasl.
12728
12729         * message.el (message-skip-to-next-address): New function.
12730         (message-fill-header-address): Refactor.
12731         (message-fill-address): Use it.
12732         (message-delete-address): Use it.
12733         (message-fill-header-general): Refactor.
12734         (message-fill-field-address): Rename.
12735         (message-narrow-to-field): Find the start of the header.
12736         (message-header-format-alist): Don't pre-fill.
12737         (message-fill-header): Removed.
12738         (message-insert-header): New function.
12739         (message-shorten-references): Use it.
12740
12741         * rfc2047.el (rfc2047-field-value): Strip props.
12742
12743         * mail-parse.el (mail-header-make-address): New alias.
12744
12745         * ietf-drums.el (ietf-drums-make-address): New function.
12746
12747         * imap.el: Add compiler directives.
12748
12749         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12750
12751         * gnus-art.el (article-decode-idna-rhs): Don't use
12752         message-idna-inside-rhs-p.
12753
12754 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * message.el (message-idna-inside-rhs-p): Removed.
12757         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12758
12759         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12760         false positives.
12761
12762 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12763
12764         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12765
12766 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * nneething.el (nneething-file-name): Don't create spurious
12769         files.
12770
12771         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12772         (gnus-inews-do-gcc): Remove sleep.
12773
12774         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12775         part under point.
12776
12777         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12778         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12779
12780 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * spam.el (spam-summary-prepare-exit): Fixed (length).
12783
12784 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12785
12786         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12787         as expired without moving it" message when there are spam
12788         messages left.
12789
12790 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12791
12792         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12793         header is not nil.
12794
12795 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12796
12797         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12798         nntp-possibly-create-directory, not nntp-possibly-change-group.
12799         (nntp-marks-changed-p): New arg SERVER.
12800         (nntp-request-update-info): Adjust caller.
12801
12802 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12803
12804         * nntp.el (nntp-save-marks): Pass missing arg.
12805
12806 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12807
12808         * nntp.el: Support marks.
12809         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12810         (nntp-marks-modtime, nntp-marks-directory): New variables.
12811         (nntp-request-set-mark, nntp-request-update-info)
12812         (nntp-possibly-create-directory, nntp-marks-changed-p)
12813         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12814         functions.
12815
12816 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12817
12818         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12819         (gnus-xmas-redefine): Rename.
12820
12821         * gnus-score.el (gnus-score-insert-help): Use
12822         gnus-select-lowest-window.
12823
12824         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12825         appt-select-lowest-window and rename to gnus-select-lowest-window.
12826
12827         * gnus.el: do.
12828
12829 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12830
12831         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12832         encodings of MIME-encoded words, in order to improve
12833         interoperability with several broken MUAs.
12834
12835 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12836
12837         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12838         tags, only when charsets are not specified in headers.
12839         (mm-inline-text-html-render-with-w3m): Ditto.
12840
12841         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12842         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12843
12844 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12845
12846         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12847         instead of MIME-decoded from fields when checking
12848         `gnus-article-address-banner-alist'.
12849
12850 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12851
12852         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12853         description rather than subject.
12854
12855 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12856
12857         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12858
12859 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860
12861         * gnus.el (gnus-version-number): Bump.
12862
12863 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12864
12865         * gnus.el: No Gnus v0.2 is released.
12866
12867 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * gnus-agent.el (gnus-agent-read-agentview): Inline
12870         gnus-uncompress-range.
12871
12872 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12873
12874         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12875         `exec-installed-p'.
12876
12877 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12878
12879         * gnus.el (spam-process, spam-autodetect-methods): Add
12880         bsfilter and bsfilter-headers.
12881
12882         * spam.el (spam-bsfilter): New customize group.
12883         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12884         (spam-bsfilter-header, spam-bsfilter-probability-header)
12885         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12886         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12887         (spam-bsfilter-database-directory): New options.
12888         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12889         (spam-list-of-statistical-checks, spam-registration-functions):
12890         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12891         (spam-bsfilter-score): New command.
12892         (spam-check-bsfilter-headers, spam-check-bsfilter)
12893         (spam-bsfilter-register-with-bsfilter)
12894         (spam-bsfilter-register-spam-routine)
12895         (spam-bsfilter-unregister-spam-routine)
12896         (spam-bsfilter-register-ham-routine)
12897         (spam-bsfilter-unregister-ham-routine): New functions.
12898         (spam-generic-score): Support bsfilter; Accept an optional argument
12899         to recalcurate spam score even if scoring header has already been
12900         added.
12901         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12902         optional argument to recalcurate spam score even if scoring header
12903         has already been added.
12904
12905 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12906
12907         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12908         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12909         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12910         link is missing.
12911
12912 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12913
12914         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12915         (html2text-get-attr): Rewrite.
12916
12917         * message.el (message-setup-1): Remove redundant put-text-property
12918         on mail-header-separator.
12919
12920 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12921
12922         * gnus-registry.el (gnus-registry-cache-whitespace)
12923         (gnus-registry-action, gnus-registry-spool-action)
12924         (gnus-registry-split-fancy-with-parent): Change message levels
12925         from 5 to 3 or 7, as needed.
12926
12927         * spam.el (spam-summary-prepare-exit)
12928         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12929         (spam-split, spam-find-spam, spam-log-undo-registration)
12930         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12931         level from 5 to 6.
12932
12933 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12936         2004-03-04 change).
12937
12938 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12939
12940         * sieve-manage.el (sieve-manage-open):
12941         * nnweb.el (nnweb-insert-html):
12942         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12943         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12944         * nnspool.el (nnspool-request-group):
12945         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12946         * nnml.el (nnml-request-update-info):
12947         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12948         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12949         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12950         (nnimap-request-set-mark):
12951         * nnfolder.el (nnfolder-request-update-info):
12952         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12953         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12954         * gnus-uu.el (gnus-uu-find-articles-matching):
12955         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12956         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12957         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12958         * gnus-nocem.el (gnus-nocem-scan-groups):
12959         * gnus-int.el (gnus-start-news-server):
12960         * gnus-group.el (gnus-group-make-kiboze-group)
12961         (gnus-group-browse-foreign-server):
12962         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12963         Use mapc when appropriate.
12964
12965 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12966
12967         FIXME: Make separate entries for each person.
12968
12969         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12970         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12971         <shields@msrl.com>:
12972
12973         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12974         may need for spam sorting and scoring.
12975         (spam-user-format-function-S): Add user format function suitable for
12976         general use.
12977         (spam-article-sort-by-spam-status): Add sorting function for summary
12978         sorting.
12979         (spam-extra-header-to-number): Add function to get a score from a
12980         header.
12981         (spam-summary-score): Add function to  get a numeric score from the
12982         headers.
12983         (spam-generic-score): Fix function doc, was in wrong place.
12984         (spam-initialize): Take symbols when it's run, and install the
12985         extra headers that spam-necessary-extra-headers thinks we need.
12986
12987 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12988
12989         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12990         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12991
12992 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12993
12994         * gnus-sum.el (gnus-set-global-variables)
12995         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12996         (gnus-article-get-xrefs, gnus-summary-best-group)
12997         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12998         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12999         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13000         Use with-current-buffer.
13001
13002 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13003
13004         * spam.el (spam-summary-prepare-exit): Simplify logic.
13005         (spam-fetch-article-header): Read the article header if it's not
13006         available.
13007         (spam-list-articles): Simplify logic.
13008         (spam-filelist-register-routine): Fix bug with unregister-list.
13009
13010         * gnus-registry.el: Fix comments at beginning.
13011
13012 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13013
13014         * message.el (message-cater-to-broken-inn): Remove.
13015         (message-shorten-references): Make sure the total folded length of
13016         References is shorter than 998 characters to cater to a bug in INN
13017         2.3.  Also, don't pretend that references aren't folded -- this
13018         hasn't worked for a while.
13019
13020 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13021
13022         * gnus-agent.el (gnus-agentize):
13023         gnus-agent-send-mail-real-function no longer set to current value
13024         of message-send-mail-function but rather a lambda that calls
13025         message-send-mail-function.  The change makes the agent real-time
13026         responsive to user changes to message-send-mail-function.
13027
13028 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13029
13030         * legacy-gnus-agent.el
13031         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13032         help from Florian Weimer <fw@deneb.enyo.de>
13033
13034 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * nnmail.el (nnmail-cache-insert): Revert last change.
13037
13038 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * nnmail.el (nnmail-cache-insert): Always check whether
13041         nnmail-cache-ignore-groups matches a group name.
13042
13043 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13044
13045         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13046         (spam-find-spam, spam-log-processing-to-registry)
13047         (spam-log-registered-p, spam-log-unregistration-needed-p)
13048         (spam-log-undo-registration): Use gnus-message instead of
13049         gnus-error, none of these errors are fatal.
13050
13051         * gnus-registry.el (gnus-registry-clean-empty-function)
13052         (gnus-registry-clean-empty): Remove only empty entries without
13053         extra data.
13054
13055 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * spam-stat.el (spam-stat-buffer-change-to-spam)
13058         (spam-stat-buffer-change-to-non-spam): Change (error) to
13059         (gnus-message 8) invocation.
13060
13061 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * nntp.el (nntp-via-netcat-command): New variable.
13064         (nntp-via-netcat-switches): New variable.
13065         (nntp-open-via-rlogin-and-netcat): New function.
13066         (nntp-open-connection-function): Doc fix.
13067         (nntp-telnet-command): Doc fix.
13068         (nntp-end-of-line): Doc fix.
13069         (nntp-via-rlogin-command): Doc fix.
13070         (nntp-via-user-name): Doc fix.
13071         (nntp-via-address): Doc fix.
13072
13073 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13076         error in Emacs 21.1.
13077
13078 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13081
13082 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13083
13084         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13085         (gnus-agent-with-refreshed-group): New macro.
13086         (gnus-agent-rename-group): New function.
13087         (gnus-agent-delete-group): New function.
13088         (gnus-agent-save-group-info): Use gnus-command-method when
13089         `method' parameter is nil.  Don't write nil entries into the
13090         active file.
13091         (gnus-agent-get-group-info): New function.
13092         (gnus-agent-fetch-articles): Use
13093         gnus-agent-update-files-total-fetched-for to increment disk space
13094         used.
13095         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13096         gnus-agent-update-view-total-fetched-for to increment disk space
13097         used.
13098         (gnus-agent-get-local): Added optional parameters to avoid calling
13099         gnus-group-real-name and gnus-find-method-for-group.
13100         (gnus-agent-set-local): Delete stored entry if either min, or max,
13101         are nil.
13102         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13103         quit, use gnus-agent-regenerate-group to record existance of any
13104         articles fetched to disk before the quit occurred.
13105         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13106         gnus-agent-update-view-total-fetched-for, and
13107         gnus-agent-update-files-total-fetched-for to decrement disk space
13108         used.
13109         (gnus-agent-retrieve-headers): Use
13110         gnus-agent-update-view-total-fetched-for to increment disk space
13111         used.
13112         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13113         with gnus-agent-update-files-total-fetched-for to decrement disk
13114         space and fresh group buffer.
13115         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13116         (gnus-agent-need-update-total-fetched-for): New variable.
13117         (gnus-agent-update-files-total-fetched-for): New function.
13118         (gnus-agent-update-view-total-fetched-for): New function.
13119         (gnus-agent-total-fetched-for): New function.
13120
13121         * gnus-cache.el (gnus-cache-save-buffers): Use
13122         gnus-cache-update-overview-total-fetched-for to change disk space
13123         used by this group.
13124         (gnus-cache-possibly-enter-article): Use
13125         gnus-cache-update-file-total-fetched-for to increment disk space
13126         used by this group.
13127         (gnus-cache-possibly-remove-article): Use
13128         gnus-cache-update-file-total-fetched-for to decrement disk space
13129         used by this group.
13130         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13131         (gnus-cache-rename-group): New function.
13132         (gnus-cache-delete-group): New function.
13133         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13134         (gnus-cache-need-update-total-fetched-for): New variable.
13135         (gnus-cache-with-refreshed-group): New macro.
13136         (gnus-cache-update-file-total-fetched-for): New function.
13137         (gnus-cache-update-overview-total-fetched-for): New function.
13138         (gnus-cache-rename-group-total-fetched-for): New function.
13139         (gnus-cache-delete-group-total-fetched-for): New function.
13140         (gnus-cache-total-fetched-for): New function.
13141
13142         * gnus-group.el: Require gnus-sum and autoload functions to
13143         resolve warnings when gnus-group.el compiled alone.
13144         (gnus-group-line-format): Documented new %F
13145         (size of Fetched data) group line format; identifies disk space
13146         used by agent and cache.
13147         (gnus-group-line-format-alist): Defined new F format.
13148         (gnus-total-fetched-for): New function.
13149         (gnus-group-delete-group): No longer update
13150         gnus-cache-active-altered as gnus-request-delete-group now keeps
13151         the cache in sync.
13152         (gnus-group-list-active): Let the agent store a server's active
13153         list if currently plugged.
13154
13155         * gnus-int.el (gnus-request-delete-group):
13156         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13157         local disk in sync with the server.
13158         (gnus-request-rename-group):
13159         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13160         local disk in sync with the server.
13161
13162         * gnus-start.el (gnus-get-unread-articles):
13163         Cosmetic simplification to logic.
13164
13165         * gnus-util.el (gnus-rename-file): New function.
13166
13167 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13168
13169         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13170
13171 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13172
13173         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13174         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13175
13176 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13177
13178         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13179         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13180
13181 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13182
13183         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13184
13185 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13186
13187         * spam.el (spam-set-difference): Add function to replace
13188         gnus-set-difference in spam.el.
13189         (spam-summary-prepare-exit): Use spam-set-difference.
13190
13191 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13192
13193         * gnus-registry.el (gnus-registry-cache-file): Update to use
13194         gnus-dribble-directory OR gnus-home-directory OR ~.
13195         (gnus-registry-split-fancy-with-parent): Fix doc.
13196
13197 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * message.el (message-exchange-point-and-mark): Use
13200         message-mark-active-p.  Suggested by Jesper Harder
13201         <harder@ifa.au.dk>.
13202
13203 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * message.el (message-exchange-point-and-mark): Don't activate
13206         region if it was inactive.  Suggested by Hiroshi Fujishima
13207         <pooh@nature.tsukuba.ac.jp>.
13208
13209 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-art.el (article-display-face): Display Faces in the same
13212         order as X-Faces.
13213
13214 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13217
13218 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13221         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13222         (gnus-article-mime-hierarchy): Remove.
13223         (gnus-article-mime-hierarchy-next): Remove.
13224         (gnus-article-mode): Revert 2004-03-19 change.
13225         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13226         (gnus-insert-mime-button): Revert 2004-03-19 change.
13227         (gnus-mime-accumulate-hierarchy): Remove.
13228         (gnus-mime-enter-multipart): Remove.
13229         (gnus-mime-leave-multipart): Remove.
13230         (gnus-mime-display-part): Revert 2004-03-19 change.
13231         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13232
13233         * mml.el (mml-preview): Revert 2004-03-19 change.
13234
13235 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13236
13237         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13238
13239 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13242         t while entering a file name using the mm-with-multibyte macro.
13243         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13244
13245         * mm-util.el (mm-with-multibyte): New macro.
13246
13247 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13250         user option.
13251         (gnus-mime-multipart-functions): Doc and customization fix.
13252         (gnus-article-mime-hierarchy): New variable.
13253         (gnus-article-mime-hierarchy-next): New variable.
13254         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13255         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13256         gnus-article-mime-hierarchy-next to nil.
13257         (gnus-insert-mime-button): Show hierarchy numbers.
13258         (gnus-mime-accumulate-hierarchy): New function.
13259         (gnus-mime-enter-multipart): New function.
13260         (gnus-mime-leave-multipart): New function.
13261         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13262         (gnus-mime-display-alternative): Show hierarchy numbers.
13263
13264         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13265         gnus-article-mime-hierarchy-next to nil.
13266
13267 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13268
13269         * dns.el: Don't require gnus-xmas.
13270
13271 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13272
13273         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13274         inline PGP.
13275         (mml-menu): Disable mml-quote-region if mark is inactive.
13276
13277 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13280         when the group's active is not available.
13281
13282 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13285         error.
13286
13287 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * imap.el (imap-store-password): New variable.
13290         (imap-interactive-login): Use it.
13291         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13292
13293 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13296         window-start and hscroll to summary window.
13297
13298 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13299
13300         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13301         conversion message to newsrc-dribble when an actual conversion is
13302         performed.
13303
13304 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13305
13306         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13307
13308 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * mm-decode.el (mm-complicated-handles): New function reviving
13311         former definition of mm-multiple-handles.
13312
13313         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13314         (gnus-mime-delete-part): Use it.
13315
13316 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13317
13318         * gnus-agent.el (gnus-agent-read-local): Bind
13319         nnheader-file-coding-system to gnus-agent-file-coding-system to
13320         avoid the implicit assumption that they will always be equal.
13321         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13322         coding-system-for-write, as the with-temp-file macro first prints
13323         to a buffer then saves the buffer.
13324
13325 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-art.el (gnus-article-edit-part): New function.
13328         (gnus-mime-save-part-and-strip): Use it; do query instead of
13329         signaling an error; don't use mm-multiple-handles.
13330         (gnus-mime-delete-part): Ditto.
13331
13332 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13333
13334         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13335         old file versions.
13336         (gnus-group-prepare-hook): Removed function that converted list
13337         form of gnus-agent-expire-days to group properties.
13338
13339         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13340         (gnus-request-accept-article): Re-indented.
13341
13342         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13343         converters to handle old agent file formats.  Added logic for a
13344         "backup before upgrading warning".
13345         (gnus-convert-mark-converter-prompt): Developers can mark
13346         functions as needing (default), or not needing,
13347         gnus-convert-old-newsrc's "backup before upgrading warning".
13348         (gnus-convert-converter-needs-prompt): Tests whether the user
13349         should be protected from potentially irreversable changes by the
13350         function.
13351
13352         * legacy-gnus-agent.el: New.  Provides converters that are only
13353         loaded when gnus-convert-old-newsrc needs to call them.
13354
13355 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * mail-source.el (mail-source-touch-pop): Doc fix.
13358
13359         * message.el (message-smtpmail-send-it): Doc fix.
13360
13361 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13362
13363         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13364
13365         * nnmail.el (nnmail-split-fancy): do.
13366
13367         * gnus-kill.el (gnus-kill, gnus-execute): do.
13368
13369 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13370
13371         * gnus-sum.el (gnus-widget-reversible-match)
13372         (gnus-widget-reversible-to-internal)
13373         (gnus-widget-reversible-to-external): New functions.
13374         (gnus-widget-reversible): New widget.
13375         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13376
13377 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13378
13379         * gnus-sum.el (gnus-thread-sort-functions)
13380         (gnus-article-sort-functions): Document `(not F)' items.
13381
13382 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * spam.el (spam-use-gmane-xref): Add new backend.
13385         (spam-gmane-xref-spam-group): Add variable to control the name of the
13386         Gmane spam group.
13387         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13388         (spam-regex-headers-spam, spam-regex-headers-ham)
13389         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13390         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13391         backends and checks.
13392         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13393
13394         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13395         an autodetect method.
13396
13397 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13398
13399         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13400         articles are being added to a group.
13401         (gnus-request-replace-article): Inform the agent that articles
13402         need to be uncached as the cached contents are no longer valid.
13403
13404 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * binhex.el: Don't autoload executable-find.
13407
13408         * canlock.el: Don't autoload mail-fetch-field.
13409
13410         * dgnushack.el: Autoload c-mode for XEmacs.
13411
13412         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13413
13414         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13415         rmail-dont-reply-to and rmail-output.
13416
13417         * gnus-score.el: Don't autoload ffap-string-at-point.
13418
13419         * gnus-setup.el: Don't autoload sc-cite-original.
13420
13421         * imap.el: Don't autoload base64-decode-string,
13422         base64-encode-string and md5.
13423
13424         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13425         and rmail-msg-restore-non-pruned-header.
13426
13427         * mm-decode.el: Don't autoload executable-find.
13428
13429         * mm-url.el: Don't autoload executable-find.
13430
13431         * mm-view.el: Don't autoload diff-mode.
13432
13433         * nndb.el: Don't autoload news-reply-mode, news-setup,
13434         cancel-timer and telnet.
13435
13436         * password.el: Don't autoload run-at-time for Emacs.
13437
13438         * sha1-el.el: Don't autoload executable-find.
13439
13440         * sieve-mode.el: Don't autoload c-mode.
13441
13442         * uudecode.el: Don't autoload executable-find.
13443
13444 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13445
13446         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13447         (gnus-agent-possibly-alter-active): Avoid null in numeric
13448         comparison.
13449         (gnus-agent-set-local): Refuse to save null in local object table.
13450         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13451         list of articles that will be marked as unread.
13452
13453 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13456
13457 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13458
13459         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13460         language tags.
13461
13462 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13463
13464         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13465         Don't bind "obarray".
13466
13467         * gnus-sum.el (gnus-thread-sort-functions): Added
13468         `gnus-thread-sort-by-most-recent-number' and
13469         `gnus-thread-sort-by-most-recent-date'.
13470         Reported by Kai Grossjohann <kai@emptydomain.de>.
13471
13472 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13475
13476 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13477
13478         * gnus-cus.el (gnus-agent-customize-category): Removed
13479         ignore-errors macro reference that required cl to be loaded at
13480         run-time.
13481
13482         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13483         single-interval range of the form (min . max).  Previously the
13484         range had to look like ((min . max)).  Likewise, return
13485         (min . max) rather than ((min . max)).
13486         (gnus-range-map): Use gnus-range-normalize to accept
13487         single-interval range.
13488
13489         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13490         the cache, but not the agent, now appear with their usual face.
13491
13492         * dgnushack.el (loaddir): New variable that is bound to the
13493         directory containing the dgnushack.el file. Use loaddir, rather
13494         than srcdir, to update load-path. Change lets dgnushack compile
13495         code in directories other than GNUS/lisp.
13496
13497 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * lpath.el: Don't bind w3m-safe-url-regexp.
13500
13501         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13502         w3m-safe-url-regexp variable buffer-local.
13503
13504         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13505
13506 2004-02-27  Simon Josefsson  <jas@extundo.com>
13507
13508         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13509         gnus-group-real-prefix.
13510         (gnus-summary-move-article): Use it, instead of
13511         gnus-group-real-prefix.
13512
13513 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * lpath.el: Bind w3m-safe-url-regexp.
13516
13517         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13518         w3m-safe-url-regexp variable buffer-local and set it as the value
13519         of mm-w3m-safe-url-regexp.
13520
13521         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13522
13523         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13524         parsing gnus-posting-styles when the message is not for replying.
13525
13526         * dgnushack.el: Autoload sgml-mode for XEmacs.
13527
13528         * nnrss.el (nnrss-opml-export): Use
13529         mm-set-buffer-file-coding-system instead of
13530         set-buffer-file-coding-system.
13531
13532 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13533
13534         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13535         of checkdoc.el).
13536         * nnrss.el: do.
13537         * gnus-mlspl.el: do.
13538         * gnus-ml.el: do.
13539         * gnus-srvr.el: do.
13540
13541         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13542
13543 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13544
13545         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13546         Corrections to custom-manual links.
13547
13548         * gnus-art.el (gnus-article): Ditto.
13549
13550         * mm-decode.el (mime-display, mime-security): Ditto.
13551
13552 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13553
13554         * flow-fill.el: Typo.
13555
13556 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13557
13558         * spam-wash.el: New file.
13559
13560 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13561
13562         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13563
13564 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13565
13566         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13567         to be run with new-articles as LIST1, not LIST2.
13568         (spam-registration-functions): Add spam-use-ham-copy as a nil
13569         registration backend.
13570
13571 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13572
13573         * spam-stat.el (spam-stat-washing-hook): New option.
13574         (spam-stat-buffer-words): Use it.
13575         (spam-stat-process-directory, spam-stat-test-directory): Use
13576         insert-file-contents-literally.
13577         (spam-stat-coding-system): New variable.
13578         (spam-stat-load, spam-stat-save): Use it.
13579
13580 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * spam-report.el (spam-report-plug-agent): Quote
13583         spam-report-url-to-file and spam-report-url-ping-plain.
13584
13585 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13588         / in mailto URLs.
13589
13590 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * spam-report.el (spam-report-process-queue): Fix interactive use.
13593         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13594         (spam-report-unplug-agent): Doc fixes.
13595         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13596         (spam-report-agentize, spam-report-deagentize): Autoload
13597
13598 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13601
13602         * message.el (message-setup-fill-variables): Add mml tags to
13603         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13604         <ajk@iu.edu>.
13605         (message-mode): Don't modify paragraph-separate there.
13606
13607 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * compface.el (uncompface-use-external): Default to undecided.
13610         (uncompface-use-external-threshold): New variable.
13611         (uncompface-float-time): New macro.
13612         (uncompface): Determine whether to use the external decoder if
13613         uncompface-use-external is undecided.
13614
13615 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616
13617         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13618         after images.
13619
13620         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13621
13622 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13623
13624         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13625
13626         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13627
13628         * gnus-sum.el (gnus-summary-limit-to-age)
13629         (gnus-summary-limit-children): do.
13630
13631         * gnus-int.el (gnus-request-scan): do.
13632
13633         * gnus-group.el (gnus-group-suspend): do.
13634
13635         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13636
13637         * gnus-cite.el (gnus-cite-parse-attributions): do.
13638
13639         * gnus-agent.el (gnus-summary-set-agent-mark)
13640         (gnus-agent-regenerate-group): do.
13641
13642         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13643
13644         * binhex.el (binhex-decode-region-internal): do.
13645
13646 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-fun.el (gnus-face-properties-alist): New user option.
13649         (gnus-display-x-face-in-from): Use it.
13650
13651         * gnus-art.el (article-display-face): Ditto.
13652
13653         * compface.el (uncompface-use-external): Default to nil.
13654
13655 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13656
13657         * nntp.el (nntp-erase-buffer): New function.
13658         (nntp-retrieve-data, nntp-send-command)
13659         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13660         (nntp-possibly-change-group): Use it.
13661
13662         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13663         with-current-buffer.
13664
13665 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13666
13667         * compface.el: Merge the ELisp-based uncompface program.
13668         (compface): New customization group.
13669         (uncompface-use-external): New user option.
13670         (uncompface): Call uncompface-internal if uncompface-use-external
13671         is nil.
13672         (uncompface-internal): New function.  Note that there are also
13673         some other functions and variables added for this function.
13674
13675 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13676
13677         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13678         if necessary.
13679
13680 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13681
13682         * spam-report.el (spam-report-unplug-agent)
13683         (spam-report-plug-agent, spam-report-deagentize)
13684         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13685         Add support for the Agent in spam-report: when unplugged, report to a
13686         file; when plugged, submit all the requests.
13687
13688         * spam.el (spam-register-routine): Fix message about
13689         registration.
13690
13691 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13692
13693         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13694         dependencies.
13695         (rfc2047-encode): Use it.
13696
13697         * gnus-art.el (gnus-button-marker-list): Move before first
13698         reference.
13699
13700         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13701         (imap-parse-body): Fix format string mismatch.
13702
13703         * gnus-score.el (gnus-summary-increase-score): do.
13704
13705         * nnrss.el (nnrss-close): New function.
13706
13707 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13708
13709         * nnrss.el (nnrss-make-filename): New function.
13710         (nnrss-request-delete-group, nnrss-read-server-data)
13711         (nnrss-save-server-data, nnrss-read-group-data)
13712         (nnrss-save-group-data): Use it.
13713         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13714         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13715         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13716
13717 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13718
13719         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13720
13721 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13722
13723         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13724         files.
13725
13726         * message.el (message-generate-headers-first): Don't quote nil
13727         and t in docstrings.
13728
13729         * imap.el (imap-id): do.
13730
13731         * gnus-agent.el (gnus-agent-consider-all-articles)
13732         (gnus-agent-queue-mail): do.
13733
13734 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * spam-report.el (spam-report-process-queue): New function.
13737         Process requests from `spam-report-requests-file'.
13738         (spam-report-process-queue): Doc fix.
13739
13740 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13741
13742         * spam.el (spam-register-routine)
13743         (spam-log-processing-to-registry, spam-log-registered-p)
13744         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13745         Change "check" to "spam-check" for semi-clarity.
13746
13747 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13748
13749         * pop3.el: Require nnheader.
13750
13751         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13752
13753         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13754
13755         * gnus-picon.el: Require cl.
13756
13757         * gnus-fun.el: Require gnus-ems and gnus-util.
13758
13759         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13760
13761         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13762
13763         * gnus-art.el (gnus-article-edit-mode): Define before first
13764         reference.
13765
13766 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13767
13768         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13769         (gnus-uu-post-encoded): Use point-at-bol.
13770
13771         * gnus-topic.el (gnus-group-active-topic-p): do.
13772
13773         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13774
13775         * gnus-group.el (gnus-group-kill-region): do.
13776
13777         * gnus-art.el (article-date-ut): do.
13778
13779         * message.el (message-fetch-field): Remove redundant
13780         case-fold-search binding.
13781         (message-narrow-to-field): Simplify.
13782
13783 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * spam.el (spam-directory): Derive from `gnus-directory'.
13786
13787         * spam-report.el (spam-report-url-to-file)
13788         (spam-report-requests-file): New function and variable for offline
13789         reporting.
13790         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13791         and user defined function.
13792         (spam-report-url-ping-mm-url): Remove doubled slash.
13793
13794 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13795
13796         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13797
13798 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13799
13800         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13801         format string mismatch.
13802
13803         * sieve.el (sieve-deactivate-all): do.
13804
13805         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13806
13807         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13808
13809         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13810
13811         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13812
13813 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13814
13815         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13816         the list of checks.
13817
13818 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13819
13820         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13821         padding.
13822
13823 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13824
13825         * mm-view.el (mm-fill-flowed): New variable.
13826         (mm-inline-text): Use it.
13827
13828 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * spam.el (spam-spamassassin-register-ham-routine)
13831         (spam-spamassassin-register-spam-routine): Fix function names.
13832
13833 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * gnus.el (gnus-tmp-grouplens): Remove.
13836         (gnus-summary-line-format): Remove grouplens.
13837
13838         * gnus-group.el (gnus-group-line-format): Ditto.
13839
13840         * gnus-spec.el (gnus-format-specs): Ditto.
13841         (gnus-update-format-specifications): Flush the group format spec
13842         cache if there's the grouplens stuff.
13843         (gnus-parse-simple-format): Replace %l with the empty string.
13844
13845 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13846
13847         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13848         omission.
13849
13850 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13853         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13854
13855 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13856
13857         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13858         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13859         New macros and functions.
13860         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13861         Handle > NLINK_MAX messages.
13862         * nnmaildir.el (nnmaildir-request-set-mark): Use
13863         nnmaildir--emlink-p and nnmaildir--eexist-p.
13864
13865 2004-01-25  Alex Schroeder  <alex@gnu.org>
13866
13867         * spam-stat.el (spam-stat-process-directory-age): New option.
13868         (spam-stat-process-directory): Use it.
13869
13870 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13871
13872         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13873         (spam-stat-save): Accept prefix argument.
13874
13875 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13876
13877         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13878         links" error.
13879
13880 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13883         the rest of the and/or forms.
13884
13885 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13886
13887         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13888         compatibility with old .newsrc.eld files.
13889
13890         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13891
13892         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13893
13894         * gnus-start.el (gnus-1): do.
13895
13896         * gnus-group.el (gnus-group-line-format-alist): do.
13897
13898         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13899
13900         * gnus-gl.el: Remove.
13901
13902 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13903
13904         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13905         marks consisting of a single range {for example, (3 . 5)} rather
13906         than a list of a single range { ((3 . 5)) }.
13907
13908 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13909
13910         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13911         with-current-buffer.
13912         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13913         avoid consing a string.
13914
13915         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13916         Remove obsolete entries for big5 and gb2312.
13917
13918 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13919
13920         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13921         uncompressed list.
13922
13923 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13924
13925         * spam-stat.el (spam-stat-strip-xref): New function.
13926         (spam-stat-process-directory): Use it.
13927
13928         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13929         here -- it's done in message-fetch-field.
13930
13931 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13932
13933         * gnus-agent.el (gnus-agent-queue-mail)
13934         (gnus-agent-prompt-send-queue): New variables.
13935         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13936         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13937         "nndraft:queue" along to gnus-draft-send.  Use
13938         gnus-agent-prompt-send-queue.
13939         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13940         is "nndraft:queue".  Suggested by Gaute Strokkenes
13941         <gs234@srcf.ucam.org>
13942
13943         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13944         (agent-enable-undownloaded-faces): Added
13945         (gnus-agent-cat-groups): Use eval-and-compile, not
13946         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13947         method of gnus-agent-cat-groups even when the buffer has been
13948         evaled.
13949         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13950         delete gnus-agent-save-active-1.
13951         (gnus-agent-save-groups): Deleted.  Identical to
13952         gnus-agent-save-active.
13953         (gnus-agent-write-active): No longer adjust agent's copy of active
13954         file as agent's adjustments are now stored in their own
13955         file.  Removed optional parameter.
13956         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13957         servers.  Add use of min/max range limits from server's local
13958         file.
13959         (gnus-agent-save-alist): Removed unused optional argument.
13960         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13961         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13962         (gnus-agent-set-local): A per-server file that keeps min/max range
13963         limits for articles known to the agent.  Provides a fast mechanism
13964         for altering many active ranges.
13965         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13966         active file (local makes it unnecessary).
13967         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13968
13969         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13970         (agent-enable-undownloaded-faces): Added
13971
13972         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13973         disable it when sending to "nndraft:queue".
13974         (gnus-group-send-queue): Add safety check to avoid sending queue
13975         when unplugged.
13976
13977         * gnus-group.el (gnus-group-catchup): Use new
13978         gnus-sequence-of-unread-articles, not
13979         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13980         numbers of articles.  Use gnus-range-map to avoid having to
13981         uncompress the unread list.
13982         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13983         Fixed invalid ange-ftp reference.
13984
13985         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13986         (gnus-sorted-range-intersection): Intersection of two ranges
13987         without requiring that they first be uncompressed.
13988
13989         * gnus-start.el (gnus-activate-group): Unless blocked by the
13990         caller, possibly expand the active range to include both cached
13991         and agentized articles.
13992         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13993         multiple version-dependent converters.
13994         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13995         gnus-agent-save-active.
13996         (gnus-save-newsrc-file): Save dirty agent range limits.
13997
13998         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13999         gnus-agent-possibly-alter-active.
14000         (gnus-adjust-marked-articles): Faster handling of simple lists
14001
14002 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14003
14004         * spam-stat.el (spam-stat-test-directory): New optional argument
14005         displays a list of files detected.  Suggested by Andrew Cohen
14006         <cohen@andy.bu.edu>.
14007         (spam-stat-buffer-words-with-scores): Don't narrow and change
14008         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14009
14010 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14011
14012         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14013         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14014         (spam-spamassassin-arguments)
14015         (spam-spamassassin-spam-flag-header)
14016         (spam-spamassassin-positive-spam-flag-header)
14017         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14018         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14019         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14020         (spam-list-of-processors, spam-list-of-checks)
14021         (spam-list-of-statistical-checks, spam-registration-functions)
14022         (spam-check-spamassassin-headers, spam-check-spamassassin)
14023         (spam-spamassassin-score)
14024         (spam-spamassassin-register-with-sa-learn)
14025         (spam-spamassassin-register-spam-routine)
14026         (spam-spamassassin-register-ham-routine)
14027         (spam-assassin-register-spam-routine)
14028         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14029         (spam-bogofilter-score): Fix to show article before scoring.
14030
14031 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14034         default scoring function.
14035         (spam-generic-score): Call spam-spamassassin-score if
14036         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14037         spam-bogofilter-score otherwise.
14038
14039         * gnus.el (spam-process, spam-autodetect-methods): Add
14040         spamassassin and spamassassin-headers.
14041
14042 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14043
14044         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14045         Suppress unnecessary messages.
14046
14047 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14048
14049         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14050         make-hash-table.
14051
14052 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * canlock.el (base64-encode-string): Don't autoload it.
14055
14056 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * run-at-time.el: Remove useless (require 'itimer),
14059         eval-and-compile and (featurep 'xemacs).
14060
14061 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14062
14063         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14064         GROUP is a virtual group.
14065
14066 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14067
14068         * gnus.el: Autoload `message-y-or-n-p'.
14069
14070 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14071
14072         * pgg-parse.el: Remove unnecessary (require 'custom).
14073
14074         * pgg-def.el: do.
14075
14076         * nnmail.el: do.
14077
14078         * gnus-undo.el: do.
14079
14080         * gnus-picon.el: do.
14081
14082         * gnus-util.el: do.
14083
14084 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14087
14088 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14091         handle, as well as a list.
14092
14093         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14094         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14095         (mm-w3m-cid-retrieve): Simplify.
14096
14097 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14098
14099         * message.el (message-kill-to-signature): Allow prefix arg to
14100         specify number of lines to keep before signature.
14101
14102 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14103
14104         (message-kill-to-signature): Change docstring.
14105
14106 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * canlock.el: Always require sha1-el.
14109         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14110
14111         * message.el: Autoload sha1 only when compiling.
14112
14113         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14114         eudc-expand-inline for XEmacs.
14115
14116 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * message.el (message-canlock-generate): Require sha1-el.
14119
14120 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14121
14122         * message.el (message-expand-name): Silence the byte compiler.
14123
14124         * lpath.el: Add detect-coding-system.
14125
14126         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14127         cus-edit.
14128
14129 2004-01-13  Simon Josefsson  <jas@extundo.com>
14130
14131         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14132         Invoke gnus-score-mode.  Reported by
14133         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14134
14135         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14136         Jim Blandy <jimb@redhat.com> (tiny change).
14137
14138 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14141
14142 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14143
14144         * spam.el (spam-get-article-as-string): Update to use
14145         gnus-request-article-this-buffer, much simpler.
14146         (spam-get-article-as-buffer): Remove.
14147
14148 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14149
14150         * message.el (message-expand-name): Use EUDC if the user uses that.
14151
14152 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14153
14154         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14155         character for the encoding to avoid consing a string.
14156
14157         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14158         unnecessarily.
14159
14160         * mm-util.el (mm-replace-chars-in-string): Remove.
14161
14162         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14163         of mm-replace-chars-in-string.
14164
14165 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14166
14167         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14168
14169         * mm-util.el (mm-subst-char-in-string): Support inplace.
14170
14171         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14172         a new string in every iteration.  Use shy groups.
14173
14174 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14175
14176         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14177         * gnus-soup.el (gnus-soup-group-brew):
14178         * gnus-msg.el (gnus-put-message):
14179         * gnus-move.el (gnus-group-move-group-to-server):
14180         * gnus-kill.el (gnus-batch-score):
14181         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14182         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14183         (gnus-group-update-group, gnus-group-read-group)
14184         (gnus-group-make-group, gnus-group-make-help-group)
14185         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14186         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14187         (gnus-group-sort-by-unread, gnus-group-catchup)
14188         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14189         (gnus-group-yank-group, gnus-group-set-info)
14190         (gnus-group-list-groups):
14191         * gnus.el (gnus-generate-new-group-name):
14192         * gnus-delay.el (gnus-delay-send-queue):
14193         * nnvirtual.el (nnvirtual-catchup-group):
14194         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14195         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14196         (gnus-group-prepare-topics, gnus-topic-check-topology):
14197         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14198         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14199         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14200         (gnus-group-make-articles-read):
14201         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14202         (gnus-group-change-level, gnus-kill-newsgroup)
14203         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14204         (gnus-get-unread-articles, gnus-make-articles-unread)
14205         (gnus-make-ascending-articles-unread): Use accessor
14206         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14207         to get group information for improved readability.
14208
14209
14210 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14211
14212         * gnus-art.el (article-decode-mime-words, article-babel)
14213         (gnus-article-highlight-signature, gnus-article-add-buttons)
14214         (gnus-signature-toggle): Use gnus-with-article-buffer.
14215
14216         * gnus-art.el (gnus-article-highlight-headers)
14217         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14218
14219         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14220         (gnus-article-set-globals, gnus-request-article-this-buffer)
14221         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14222         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14223         (gnus-mime-display-alternative): Use with-current-buffer.
14224
14225 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14226
14227         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14228         also under 80 char limit, and call gnus-error if needed.
14229         (spam-fetch-article-header): Fix - it was a
14230         buffer-local variable (gnus-newsgroup-data).
14231         (spam-find-spam): Use spam-generate-fake-headers, forget about
14232         spam-insert-fake-headers.
14233         (spam-insert-fake-headers): Remove.
14234
14235 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14236
14237         * deuglify.el (gnus-article-outlook-unwrap-lines)
14238         (gnus-outlook-rearrange-article)
14239         (gnus-outlook-repair-attribution-outlook)
14240         (gnus-outlook-repair-attribution-block)
14241         (gnus-outlook-repair-attribution-other): Remove redundant
14242         save-excursion.
14243
14244 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14245
14246         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14247         (spam-fetch-field-subject-fast)
14248         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14249         (spam-fetch-article-header): Add functions to deal with Gnus
14250         internals for fast retrieval of article header data.
14251         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14252
14253 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14254
14255         * pop3.el (pop3-md5): Remove.
14256         (pop3-apop): Replace pop3-md5 with md5.
14257
14258         * mm-bodies.el: base64 is always built-in.
14259
14260         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14261         with-current-buffer.
14262
14263 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * canlock.el (canlock-insert-header): Remove excessive grouping in
14266         regexp.
14267
14268         * gnus-sum.el (gnus-summary-read-document): Ditto.
14269
14270         * gnus-uu.el (gnus-uu-part-number): Ditto.
14271
14272         * html2text.el (html2text-remove-tags): Ditto.
14273         (html2text-format-tags): Ditto.
14274         (html2text-format-single-elements): Ditto.
14275
14276         * mml.el (mml-parse-1): Ditto.
14277
14278 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14279
14280         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14281
14282         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14283
14284         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14285
14286         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14287
14288 2003-11-15  Simon Josefsson  <jas@extundo.com>
14289
14290         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14291         (pgg-gpg-lookup-key): Use regexp match instead of
14292         split-string (split-string is different between emacs 21.2 and
14293         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14294
14295 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14296
14297         * gnus-art.el (gnus-mime-view-all-parts)
14298         (gnus-article-part-wrapper, gnus-article-view-part): Use
14299         with-current-buffer.
14300
14301 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14302
14303         * spam.el (spam-disable-spam-split-during-ham-respool)
14304         (spam-spamoracle-database, spam-cache-lookups)
14305         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14306         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14307         (spam-group-ham-marks, spam-group-spam-marks)
14308         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14309         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14310         also add spam-use-blackholes to the statistical checks.
14311         (spam-fetch-field-fast): Add interface to fetching fields, may
14312         become a macro.
14313         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14314         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14315         (spam-insert-fake-headers): Fake an article when needed.
14316         (spam-find-spam): Fake article when possible.
14317         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14318         (spam-check-bogofilter-headers): Use message-fetch-field instead
14319         of nnmail-fetch-field.
14320
14321 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14324
14325 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14326
14327         * spam.el (spam-split): Do not require spam-use-CHECK to be
14328         enabled if that check is passed to spam-split explicitly; also
14329         fix so 'spam doesn't get converted to spam-split-group when
14330         spam-split-symbolic-return is t.
14331         (spam-find-spam): Find registrations of the article and use those
14332         instead of re-running spam-split to find the spam/ham
14333         classification of the article.
14334         (spam-log-processing-to-registry, spam-log-registered-p)
14335         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14336         Use gnus-error instead of gnus-message.
14337         (spam-log-registration-type): Add function to determine the
14338         classification of a message based on registry entries; will
14339         return nil if both 'spam and 'ham are found.
14340         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14341         a reasonably fast local cache without the loading errors.
14342         (spam-cache-lookups): Set to t by default.
14343         (spam-find-spam): Don't try to guess spam-cache-lookups.
14344         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14345         spam-caches entry.
14346         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14347         caching of whitelist/blacklist entries.
14348         (spam-check-whitelist, spam-check-blacklist): Invoke
14349         spam-from-listed-p with a type, not a cache variable.
14350         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14351
14352 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14353
14354         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14355
14356         * nnmail.el (nnmail-split-fancy): do.
14357
14358         * mml.el (mml-parse): do.
14359
14360         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14361         (gnus-score-adaptive): do.
14362
14363 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14366         (gnus-mime-button-map): Don't set keymap parent.
14367         (gnus-button-ctan-directory-regexp): Use shy grouping.
14368         (gnus-prev-page-map): Don't set keymap parent.
14369         (gnus-prev-page-map): Remove duplicated one.
14370         (gnus-next-page-map): Don't set keymap parent.
14371         (gnus-mime-security-button-map): Ditto.
14372
14373         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14374         version number.
14375
14376         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14377
14378 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * canlock.el (canlock-sha1-function): Remove.
14381         (canlock-sha1-function-for-verify): Remove.
14382         (canlock-openssl-program): Remove.
14383         (canlock-openssl-args): Remove.
14384         (canlock-ignore-errors): Remove.
14385         (canlock-sha1-with-openssl): Remove.
14386         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14387         (canlock-verify): Don't use canlock-ignore-errors.
14388
14389         * sha1-el.el (sha1-string-external): Make it can return a string
14390         in binary form.
14391         (sha1-region-external): Ditto.
14392         (sha1-string-internal): Ditto.
14393         (sha1-region-internal): Ditto.
14394         (sha1-region): Ditto.
14395         (sha1-string): Ditto.
14396         (sha1): Ditto.
14397
14398 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14399
14400         * spam.el (spam-report-articles-gmane): New command.
14401
14402 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14405
14406         * run-at-time.el (run-at-time-saved): Remove.
14407         (run-at-time): Doc fix.
14408
14409 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14410
14411         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14412         (gnus-summary-limit-map): Add it.
14413         (gnus-summary-make-menu-bar): do.
14414
14415 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14416
14417         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14418         Make attempt at some caching support (done for BBDB only now).
14419         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14420         addresses to be checked.
14421         (spam-clear-cache-BBDB): Add function, to be invoked by
14422         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14423         (spam-check-BBDB): Check and use the caches, if
14424         spam-cache-lookups is on, remove superfluous (provide).
14425
14426 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14429
14430 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14431
14432         * run-at-time.el (run-at-time-saved): Move to after the definition
14433         of `run-at-time'.
14434
14435         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14436
14437 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14440         mm-w3m-local-map-property.
14441
14442         * mm-view.el (mm-w3m-mode-map): Remove.
14443         (mm-w3m-local-map-property): Remove.
14444         (mm-inline-text-html-render-with-w3m): Don't use
14445         mm-w3m-local-map-property.
14446
14447 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14448
14449         * run-at-time.el: New file.
14450
14451         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14452         under Emacs.
14453
14454         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14455         of gnus-set-text-properties.
14456
14457         * gnus-uu.el (gnus-uu-save-article): Ditto.
14458
14459         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14460
14461         * gnus-cite.el (gnus-cite-parse): Ditto.
14462
14463         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14464         of gnus-.
14465
14466         * gnus-xmas.el (run-at-time): Require run-at-time.
14467
14468         * gnus.el: Changed calls to nnheader-run-at-time and
14469         password-run-at-time throughout to use run-at-time directly.
14470
14471         * password.el: Removed definition of run-at-time.
14472
14473         * nnheaderxm.el: Remove definition of run-at-time.
14474
14475 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14476
14477         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14478         in prompt.
14479
14480 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14481
14482         * messagexmas.el (message-xmas-redefine): Alias
14483         `message-make-caesar-translation-table' to
14484         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14485         version.
14486
14487         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14488         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14489         `gnus-xmas-set-text-properties'.
14490         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14491         `gnus-xmas-completing-read'.
14492         (gnus-xmas-completing-read): Removed.
14493         (gnus-xmas-open-network-stream): Removed.
14494
14495         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14496         XEmacs version.
14497
14498         * dns.el (dns-make-network-process): Use `open-network-stream'
14499         instead of `gnus-xmas-open-network-stream'.
14500
14501         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14502
14503         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14504
14505 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14506
14507         * gnus-art.el (gnus-mime-display-alternative)
14508         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14509         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14510         Don't use gnus-local-map-property.
14511
14512         * gnus-util.el (gnus-local-map-property): Remove.
14513
14514         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14515         gnus-completing-read-maybe-default with completing-read.
14516
14517         * gnus-util.el (gnus-completing-read): do.
14518         (gnus-completing-read-maybe-default): Remove.
14519
14520 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14521
14522         * password.el: Only autoload `run-at-time' if not XEmacs.
14523         Only autoload the itimer functions if XEmacs.
14524
14525 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14528         XEmacsen.
14529
14530         * dgnushack.el: Autoload executable-find for XEmacs.
14531
14532 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14533
14534         * gnus-art.el (gnus-read-string): Remove.
14535         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14536         read-string.
14537
14538 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14539
14540         * netrc.el: Autoload password-read.
14541         (netrc): Add configuration group.
14542         (netrc-encoding-method, netrc-openssl-path): Add
14543         variables for encoding and decoding of files with symmetric
14544         ciphers.
14545         (netrc-encode): Add assistant function to encode a file with
14546         netrc-encoding-method.
14547         (netrc-parse): Add interactive parameter, added optional
14548         decoding if netrc-encoding-method is non-nil but otherwise
14549         behavior is standard.
14550         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14551         Do s/encode/encrypt/ everywhere.
14552
14553         * spam.el: Remove executable-find autoload.
14554
14555 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14556
14557         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14558
14559         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14560
14561 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-art.el (gnus-treat-ansi-sequences,
14564         (article-treat-ansi-sequences): New variable and function.
14565         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14566
14567         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14568         Use it.
14569
14570 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14571
14572         * mm-util.el (mm-quote-arg): Remove.
14573
14574         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14575         shell-quote-argument.
14576
14577         * gnus-uu.el (gnus-uu-command): do.
14578
14579         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14580
14581         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14582         with make-char.
14583
14584         * mm-util.el (mm-make-char): Remove.
14585
14586         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14587         add-minor-mode.
14588
14589         * gnus-undo.el (gnus-undo-mode): do.
14590
14591         * gnus-topic.el (gnus-topic-mode): do.
14592
14593         * gnus-sum.el (gnus-dead-summary-mode): do.
14594
14595         * gnus-start.el (gnus-slave-mode): do.
14596
14597         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14598
14599         * gnus-ml.el (gnus-mailing-list-mode): do.
14600
14601         * gnus-gl.el (gnus-grouplens-mode): do.
14602
14603         * gnus-draft.el (gnus-draft-mode): do.
14604
14605         * gnus-dired.el (gnus-dired-mode): do.
14606
14607         * gnus-ems.el (gnus-add-minor-mode): Remove.
14608
14609         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14610         Replace gnus-char-width with char-width.
14611
14612         * gnus-ems.el (gnus-char-width): Remove.
14613
14614         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14615         Replace gnus-char-width with char-width.
14616
14617         * gnus-ems.el (gnus-char-width): Remove.
14618
14619         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14620         definition.
14621         Remove Emacs 20 hash table compatibility code.
14622
14623         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14624         20 compatibility code.
14625
14626         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14627
14628         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14629
14630         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14631         with point-at-{eol,bol}.
14632
14633         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14634
14635         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14636
14637         * flow-fill.el (fill-flowed-point-at-bol)
14638         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14639
14640         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14641         Replace with point-at-{eol,bol} throughout all files.
14642
14643 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * ntlm.el (ntlm-string-as-unibyte): New macro.
14646         (ntlm-build-auth-response): Use it.
14647
14648         Remove Emacs 20 stuff:
14649         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14650         (butlast, mapc, remove): Remove the compiler macros.
14651         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14652         of delq and copy-sequence.
14653         * gnus-art.el (popup-menu): Remove the compiler macro.
14654         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14655         Emacs 20.
14656
14657 2004-01-05  Simon Josefsson  <jas@extundo.com>
14658
14659         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14660         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14661         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14662         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14663         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14664         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14665         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14666         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14667         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14668         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14669         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14670         string-xor into ntlm-string-xor.  Suggested by
14671         Jesper Harder <harder@myrealbox.com>.
14672
14673         * ntlm.el: Don't include poem.
14674
14675         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14676         Jesper Harder <harder@myrealbox.com>.
14677
14678         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14679
14680         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14681         probably breaks emacs with DL patch, but do we care? Is anyone
14682         still using the DL stuff?)
14683
14684         * sieve-manage.el: Use the password package.
14685         (sieve-manage-read-passwd): Remove.
14686         (sieve-manage-interactive-login): Use password.  Re-add
14687         condition-case around loop.
14688
14689         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14690         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14691         the password package.
14692
14693 2003-02-19  Simon Josefsson  <jas@extundo.com>
14694
14695         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14696         token.
14697
14698 2002-08-07  Simon Josefsson  <jas@extundo.com>
14699
14700         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14701         (sieve-manage-authenticators):
14702         (sieve-manage-authenticator-alist): Add some SASL mechs.
14703         (sieve-sasl-auth): New function.
14704         (sieve-manage-cram-md5-auth):
14705         (sieve-manage-plain-auth): Rewrite using SASL library.
14706         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14707         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14708         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14709         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14710
14711 2004-01-05  Simon Josefsson  <jas@extundo.com>
14712
14713         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14714         New files.
14715
14716 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717
14718         * gnus-group.el (gnus-no-groups-message): Update.
14719
14720         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14721
14722 2003-11-09  Simon Josefsson  <jas@extundo.com>
14723
14724         * imap.el: Support for ID IMAP extension (RFC 2971).
14725         (imap-local-variables): Add imap-id.
14726         (imap-id): New variable.
14727         (imap-id): New function.
14728         (imap-parse-response): Parse untagged ID response.
14729         * nnimap.el (nnimap-id): New variable.
14730         (nnimap-open-connection): Use it.
14731
14732 2003-12-28  Simon Josefsson  <jas@extundo.com>
14733
14734         * gnus-score.el (gnus-score-edit-all-score): New.
14735         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14736
14737 2004-01-04  Simon Josefsson  <jas@extundo.com>
14738
14739         * password.el: Add.
14740
14741 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14742
14743         * dns.el (dns-query-types): Fix typo.
14744         (dns-query-types): New function
14745         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14746         PTR and SOA replies, see RFC 1035.
14747
14748 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14751
14752         * Moved to Changelog.2.
14753
14754 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14755
14756         * gnus.el (gnus-version-number): Bump version.
14757
14758 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14759
14760         * gnus.el: No Gnus v0.1 is released.
14761
14762 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14763
14764         * gnus.el: No Gnus v0.0 is released.
14765
14766 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * gnus.el (gnus-version-number): Bump.
14769         (gnus-version): No.
14770
14771 See ChangeLog.2 for earlier changes.
14772
14773     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
14774       Free Software Foundation, Inc.
14775
14776   This file is part of GNU Emacs.
14777
14778   GNU Emacs is free software: you can redistribute it and/or modify
14779   it under the terms of the GNU General Public License as published by
14780   the Free Software Foundation, either version 3 of the License, or
14781   (at your option) any later version.
14782
14783   GNU Emacs is distributed in the hope that it will be useful,
14784   but WITHOUT ANY WARRANTY; without even the implied warranty of
14785   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14786   GNU General Public License for more details.
14787
14788   You should have received a copy of the GNU General Public License
14789   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14790
14791 ;; Local Variables:
14792 ;; coding: utf-8
14793 ;; fill-column: 79
14794 ;; add-log-time-zone-rule: t
14795 ;; End:
14796
14797 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4