(gnus-agent-expire-unagentized-dirs): Don't ask about deleting unused directories...
[gnus] / lisp / ChangeLog
1 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2
3         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4         deleting unused directories when gnus-expert-user is t.
5
6 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9         for each temp file when gnus-article-browse-delete-temp is ask.
10
11 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12
13         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
14         Lisp calls to delete-backward-char by calls to delete-char.
15
16 2010-05-20  Kevin Ryde  <user42@zip.com.au>
17
18         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
19
20 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
21
22         * password-cache.el (password-cache-remove): Fix docstring.
23
24 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
27         article unless decoding article to be saved.
28
29 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
32         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
33         generated within the mm-with-unibyte-current-buffer macro.
34
35 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
38         to nil when we're in a mml-preview buffer and no group is selected.
39
40 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
41
42         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
43         when catching the `C-g'.  Reported by: "Leo"
44
45 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * message.el (message-forward-make-body-plain)
48         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
49         multibyte-string-p.
50
51         * lpath.el: Revert.
52
53 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * message.el (message-forward-make-body-mml): Assume original message
56         is multibyte string; error on unibyte.
57         (message-forward-make-body-plain): Ditto; don't add excessive newline
58         in body end.
59
60         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
61
62 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
63
64         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
65         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
66
67 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * mm-extern.el (mm-extern-url): Don't use
70         mm-with-unibyte-current-buffer.
71         (mm-extern-cache-contents): Use with-current-buffer instead of
72         save-excursion + set-buffer.
73
74 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * mm-util.el (mm-emacs-mule): Remove.
77
78 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
79
80         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
81         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
82         change.
83
84 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
87         bind the default value of enable-multibyte-characters to nil.
88
89 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * message.el (message-forward-make-body-plain)
92         (message-forward-make-body-mml):
93         Don't use mm-with-unibyte-current-buffer.
94
95 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
96
97         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
98
99 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
100
101         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
102         (Bug#5592).
103
104 2010-05-07  Julien Danjou  <julien@danjou.info>
105
106         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
107         it to mm-pipe-part.
108
109         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
110         it is given.
111
112 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * binhex.el (binhex-decode-region-internal)
115         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
116         (dns-query)
117         * nnweb.el (nnweb-gmane-search)
118         * pgg-parse.el (pgg-parse-armor)
119         * pgg.el (pgg-verify-region)
120         * sha1.el (sha1-string-external)
121         * uudecode.el (uudecode-decode-region-internal)
122         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
123         XEmacs.
124
125         * gnus-art.el (gnus-article-browse-html-parts)
126         * gnus-group.el (gnus-read-ephemeral-gmane-group)
127         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
128         make-temp-file.
129
130         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
131         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
132         compiling.
133
134         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
135         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
136         XEmacs when compiling.
137
138         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
139         gnus-pick-mode-off-hook for XEmacs when compiling.
140         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
141         gnus-binary-mode-off-hook for XEmacs when compiling.
142
143         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
144         nil if char-charset is not available.
145
146         * imap.el (imap-disable-multibyte)
147         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
148         macros.
149
150         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
151         instead of encode-coding-string.
152
153         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
154         'xemacs) instead of mm-emacs-mule to switch function definitions.
155         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
156
157         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
158         bind temporary-file-directory for XEmacs;
159         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
160         timer-set-function for XEmacs 21.4 and SXEmacs;
161         bind timer-list for XEmacs 21.4 and SXEmacs;
162         fbind char-charset and find-charset-region for non-Mule XEmacs;
163         fbind decode-coding-region, decode-coding-string, detect-coding-region,
164         encode-coding-region and encode-coding-string for XEmacs having no
165         file-coding feature.
166
167 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
168
169         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
170
171 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
174         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
175
176 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
177
178         * mm-util.el (mm-decompress-buffer): Use `delete-file';
179         alias `jka-compr-delete-temp-file' no longer exists.
180
181 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
182
183         Use define-minor-mode in Gnus where applicable.
184         * mml.el (mml-mode): Use define-minor-mode.
185         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
186         (gnus-undo-mode): Use define-minor-mode.
187         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
188         (gnus-dead-summary-mode): Use define-minor-mode.
189         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
190         Initialize in declaration.
191         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
192         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
193         (gnus-mailing-list-mode): Use define-minor-mode.
194         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
195         (gnus-draft-mode): Use define-minor-mode.
196         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
197         (gnus-dired-mode): Use define-minor-mode.
198
199 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
200
201         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
202         handles on recursive mml-to-mime translation and check them for
203         boundary delimiter collisions.  Reported by: Greg Troxel.
204
205 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
208
209 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
210
211         * mm-util.el (mm-find-buffer-file-coding-system):
212         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
213
214 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
215
216         * message.el (message-generate-headers): Record insertion of optional
217         headers as well.  Otherwise the check to prevent repeated insertion of
218         optional headers is a no-op.
219
220 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * smime.el: Don't mention CVS.
223
224         * nnrss.el (nnrss-fetch): Don't mention CVS.
225
226         * nnir.el: Don't mention CVS.
227
228 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
229
230         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
231
232 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * lpath.el: Fbind bookmark-default-handler,
235         bookmark-get-bookmark-record, bookmark-make-record-default,
236         bookmark-prop-get for Emacs <23 and XEmacs.
237
238 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
239
240         * gnus-sum.el: Add bookmark declarations to silence the compiler.
241         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
242         Use with-current-buffer to silence the byte-compiler.
243         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
244         bother to require `gnus'.
245         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
246
247 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
248
249         * gnus-sum.el (gnus-summary-bookmark-make-record)
250         (gnus-summary-bookmark-jump): New functions.
251         (gnus-summary-mode): Setup bookmark support.
252
253 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
254
255         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
256         if set.
257
258 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
261         gnus-article-browse-html-save-cid-image; make it work recursively for
262         forwarded messages as well.
263         (gnus-article-browse-html-parts): Work when prefix arg is given.
264         (gnus-article-browse-html-article): Doc fix.
265
266 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
267
268         * message.el (message-default-mail-headers):
269         (message-default-headers): Carry the value mail-default-headers over
270         into message-default-mail-headers, rather than message-default-headers.
271
272 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
273
274         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
275         charset.
276
277         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
278         charset into the <meta> tag when the article is encoded to utf-8.
279
280 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
283         directories as well.
284         (gnus-article-browse-html-parts): Work for images that do not specify
285         file names; delete temp directory when quitting; insert header at the
286         right place; use file: scheme for image files.
287
288 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
289
290         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
291         (gnus-article-browse-html-parts): Use it to make temporary cid image
292         files in addition to html file so that browser may display them.
293
294 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
297
298 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
301
302 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         * auth-source.el (auth-sources): Change default to be simpler.  Explain
305         about Secret Service API sources.  Improve Customize options.
306         (auth-source-pick): Change to accept any number of search parameters.
307         Implement fallbacks iteratively, not recursively.  Add scoring on the
308         second pass and sort by score.  Call Secret Service API when needed.
309         (auth-source-user-or-password): Use it.  Call Secret Service API
310         directly when needed to get the user name and the password.
311
312 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
313
314         * message.el (message-interactive): Doc fix.
315         (message-qmail-inject-args): Reflow.
316         (message-kill-to-signature): Fix typo in docstring.
317
318         * smiley.el (smiley-buffer): Fix typo in docstring.
319
320 2010-03-24  Glenn Morris  <rgm@gnu.org>
321
322         * mail-source.el (gnus-message): Declare.
323         (mail-source-delete-old-incoming): Require gnus-util.
324
325 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
328
329         * message.el (ecomplete-setup): Autoload it for Emacs <23.
330
331         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
332         password-cache's default if it is not bound.
333         (mml-secure-passphrase-cache-expiry): Default to 16 that is
334         password-cache-expiry's default if it is not bound.
335
336         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
337         available in Emacs 21.
338
339         * lpath.el: Suppress compiler warnings for:
340         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
341         XEmacs;
342         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
343         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
344         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
345
346 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * auth-source.el (auth-sources): Fix up definition so extra parameters
349         are always inline.
350
351 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
352
353         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
354         wasn't updated after mismatch.  Clear cached mailbox info correctly
355         when uidvalidity changes.
356         (nnimap-group-prefixed-name): New function to avoid some code
357         duplication.
358         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
359         (nnimap-request-group): Use it.
360         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
361         (nnimap-update-unseen): Significantly improved speed of Gnus startup
362         with many imap folders.  This is done by caching the group status from
363         the imap server persistently in a group parameter `imap-status'. (This
364         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
365         but not persistently, so every Gnus startup was still very slow.)
366
367 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * assistant.el (assistant-render-text): Run `widget-setup' and don't
370         delete the extra newline.  Otherwise editing of :string and :number
371         types don't work.
372
373 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
376         secrets.el dependency.
377         (auth-sources): Add optional user name.  Add secrets.el configuration
378         choice (unused right now).
379
380 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
381
382         * gnus-sum.el (gnus-summary-make-menu-bar): Let
383         `gnus-registry-install-shortcuts' fill in the functions.
384
385         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
386         warnings.
387         (gnus-registry-misc-menus): Variable to hold registry mark menus.
388         (gnus-registry-install-shortcuts): Populate and use it in a
389         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
390
391 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
392
393         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
394         In-place substitutions for the group name encoding/decoding.
395         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
396         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
397         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
398         (nnimap-update-unseen, nnimap-request-list)
399         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
400         (nnimap-request-set-mark, nnimap-split-to-groups)
401         (nnimap-split-articles, nnimap-request-newgroups)
402         (nnimap-request-create-group, nnimap-request-accept-article)
403         (nnimap-request-delete-group, nnimap-request-rename-group)
404         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
405         `encoded-mbx' for consistency.
406         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
407         variable `imap-current-mailbox'.
408
409         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
410         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
411
412 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
413
414         * pop3.el (pop3-display-message-size-flag): Display message size byte
415         counts during POP3 download.
416         (pop3-movemail): Use it.
417         (pop3-list): Implement listing of available messages.
418
419 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
420
421         * nnir.el (nnir-get-article-nov-override-function): New function to
422         override the normal NOV retrieval.
423         (nnir-retrieve-headers): Use it.
424
425 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
426
427         * auth-source.el (netrc-machine-user-or-password): Autoload.
428
429 2010-03-19  Glenn Morris  <rgm@gnu.org>
430
431         Stop message.el from loading about 40 libraries it doesn't always need.
432         The general approach is to autoload rather than require, and to
433         require in the specific functions rather than the file.  (Bug#5642)
434
435         * gmm-utils.el: Don't require wid-edit.
436         (widget-create-child-value, widget-convert, widget-default-get):
437         Autoload.
438
439         * gnus-util.el: Don't require time-date, netrc.
440         (message-fetch-field, gnus-group-name-decode): Declare rather than
441         autoloading.
442         (gnus-fetch-field): Require message.
443         (gnus-decode-newsgroups): Require gnus-group.
444
445         * ietf-drums.el: Don't require time-date.
446
447         * message.el: Don't require hashcash, canlock, ecomplete.
448         Do require mail-utils.  Require nnheader only when compiling.
449         (smtpmail-default-smtp-server): Remove declaration.
450         (message-send-mail-function): Check smtpmail-default-smtp-server
451         is bound rather than requiring smtpmail.
452         (message-auto-save-directory, message-insert-signature): Use
453         expand-file-name rather than nnheader-concat.
454         (nnheader-insert-file-contents): Autoload.
455         (hashcash-wait-async): Declare.
456         (message-send-mail): Only call gnus-setup-posting-charset if
457         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
458         (message-send-mail-with-sendmail): Require sendmail.
459         (canlock-password, canlock-password-for-verify): Declare.
460         (message-canlock-password): Require canlock.
461         (nnheader-get-report): Autoload.
462         (gnus-setup-posting-charset): Declare.
463         (message-send-news): Require gnus-msg.
464         (message-make-references, message-make-in-reply-to): Use mail-header-id
465         rather than the alias mail-header-message-id.
466         (ecomplete-add-item, ecomplete-save): Declare.
467         (message-put-addresses-in-ecomplete): Require ecomplete.
468         (ecomplete-display-matches): Autoload.
469
470         * mm-decode.el: Don't require mailcap, gnus-util.
471         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
472         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
473         Autoload.
474         (mailcap-mime-extensions): Declare.
475
476         * mm-encode.el: Don't require mailcap.
477         (mailcap-extension-to-mime): Autoload.
478
479         * mml-sec.el: Don't require password-cache.
480
481         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
482         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
483         (mml-minibuffer-read-type): Require mailcap.
484         (mml-preview): Require gnus-msg.
485
486         * mml1991.el: Require password-cache.
487         (password-cache-expiry): Remove declaration.
488
489         * mml2015.el: Require password-cache.
490         (password-cache-expiry): Remove declaration.
491
492         * nneething.el (mailcap): Require mailcap.
493
494         * nnheader.el: (declare-function): Add compatibility stub.
495         (message-remove-header): Declare rather than autoload.
496         (nnheader-replace-header): Require message.
497
498         * nnimap.el (declare-function): Add compatibility stub.
499         (netrc-parse, netrc-machine-user-or-password): Declare.
500         (nnimap-open-connection): Require netrc.
501
502         * nntp.el (declare-function): Add compatibility stub.
503         (netrc-parse, netrc-machine, netrc-get): Declare.
504         (nntp-send-authinfo): Require netrc.
505
506         * rfc2047.el: Don't require qp.
507         (quoted-printable-encode-region, quoted-printable-decode-string):
508         Autoload.
509
510         * sieve-mode.el: Don't require easymenu.
511         (easy-menu-add-item): Autoload it.
512
513         * spam-stat.el (time-to-number-of-days): Autoload it.
514
515 2010-03-19  Glenn Morris  <rgm@gnu.org>
516
517         * password-cache.el (password-cache, password-cache-expiry): Autoload.
518
519 2010-03-18  Glenn Morris  <rgm@gnu.org>
520
521         * hashcash.el (declare-function): Remove duplicate definition.
522
523 2010-03-17  Kevin Ryde  <user42@zip.com.au>
524
525         * mml.el (mml-read-tag): Unquote values with `read' to reverse
526         prin1 in mml-insert-tag (just stripping the quotes gave wrong
527         value if any backslash escapes).
528
529 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
532         if it is available.  (bug#5647)
533
534         * lpath.el: Suppress compiler warning for coding-system-from-name for
535         Emacs 21 and XEmacs.
536
537 2010-03-14  Juri Linkov  <juri@jurta.org>
538
539         * hmac-def.el:
540         * hmac-md5.el:
541         * netrc.el: Fix keywords.
542
543 2010-02-26  Glenn Morris  <rgm@gnu.org>
544
545         * message.el (message-send-mail-function): Change the default, so that
546         it inherits from a customized send-mail-function.  (Bug#5643)
547
548 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
549
550         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
551         shell-command-to-string signals an error (bug#5299).
552
553 2010-02-24  Glenn Morris  <rgm@gnu.org>
554
555         * message.el (message-smtpmail-send-it)
556         (message-send-mail-with-mailclient): Doc fixes.
557
558 2010-02-16  Glenn Morris  <rgm@gnu.org>
559
560         * message.el (message-default-mail-headers): Change the default value
561         to ease the transition from mail-mode to message-mode.  (Bug#5555)
562
563 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
566         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
567
568 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
569
570         * time-date.el (date-to-time): Doc fix (Bug#5408).
571
572 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
573
574         * message.el (message-mail): Just pass yank-action on to message-setup.
575         (message-setup): Handle (FUN . ARGS) form of yank-action.
576         (message-with-reply-buffer, message-widen-reply)
577         (message-yank-original): Handle non-buffer values of
578         message-reply-buffer (Bug#4080).
579         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
580
581 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
582
583         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
584         Fix typo in docstring.
585
586 2010-01-08  Jason Rumney  <jasonr@gnu.org>
587
588         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
589         response.
590
591 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
594
595         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
596
597         * message.el (message-check-news-header-syntax): Protect against a
598         string that `rfc822-addresses' returns when parsing fails.
599
600 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
603         (gnus-previous-char-property-change): New functions.
604
605         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
606
607 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
608
609         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
610         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
611
612 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
613
614         * message.el (message-exchange-point-and-mark): Rework last change to
615         avoid using optional arg of exchange-point-and-mark, for backward
616         compatibility.
617
618 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
619
620         * message.el (message-exchange-point-and-mark): Call
621         exchange-point-and-mark with an argument rather than setting
622         mark-active by hand (Bug#5175).
623
624 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * nntp.el (nntp-service-to-port): Work for service expressed with
627         numeric string; replace [:digit:] with [0-9] for XEmacs.
628
629 2009-12-17  Glenn Morris  <rgm@gnu.org>
630
631         * gnus-group.el (gnus-bug-group-download-format-alist):
632         Change emacs entry to debbugs.gnu.org.  Bump :version.
633
634 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
635
636         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
637
638 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
639
640         * message.el (message-info): Explain why we use `Info-goto-node'.
641
642 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
645
646 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * message.el (message-completion-in-region): New compatibility function.
649         (message-expand-group): Use it.
650
651 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
654         with no unread article should be listed if the 2nd arg `predicate' is
655         given.
656
657 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
660
661 2009-11-29  Juri Linkov  <juri@jurta.org>
662
663         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
664         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
665         on `gnus-recenter'. (Bug#4698, Bug#4981)
666
667 2009-11-26  Kevin Ryde  <user42@zip.com.au>
668
669         * sha1.el (sha1-string-external): default-directory "/" in case
670         otherwise non-existent.  process-connection-type pipe for touch of
671         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
672
673 2009-11-25  Kevin Ryde  <user42@zip.com.au>
674
675         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
676         it's comms related and sgml-mode.el has "comm" on that basis too.
677
678 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
681         containing tspecial characters if they have been already quoted.
682
683 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
684
685         * dns-mode.el (auto-mode-alist): Purecopy string.
686
687 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
688
689         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
690
691 2009-10-24  Glenn Morris  <rgm@gnu.org>
692
693         * gnus-art.el (help-xref-stack-item): Define for compiler.
694
695 2009-10-21  Kevin Ryde  <user42@zip.com.au>
696
697         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
698
699 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
702
703 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
706         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
707
708 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus.el (gnus-overlay-get): New alias to overlay-get.
711         (gnus-overlays-in): New alias to overlays-in.
712
713         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
714         gnus-overlay-get, and gnus-delete-overlay.
715         (gnus-summary-show-thread): Make it work as well for systems in which
716         next-single-char-property-change is not available.
717         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
718
719         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
720         (gnus-overlay-get): New alias to extent-property.
721         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
722
723         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
724         SXEmacs.
725
726         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
727         SXEmacs.
728
729 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
730
731         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
732
733 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
734
735         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
736         and XEmacs that don't have `remove-overlays'.
737
738 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
739
740         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
741         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
742         selective display.  Use overlays instead.
743
744 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
745
746         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
747
748 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
749
750         * spam-stat.el (spam-stat-load): Fix typo in message.
751
752 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
753
754         * dig.el (dig-invoke): Fix typo in docstring.
755         (query-dig): Reflow docstring.
756
757 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
758
759         * gnus-art.el (gnus-article-encrypt-body):
760         * message.el (message-check-recipients):
761         * mm-util.el (mm-codepage-setup):
762         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
763         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
764
765 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
766
767         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
768         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
769         keys from the menu if mm-{sign,encrypt}-option is 'guided.
770         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
771         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
772
773 2009-09-21  Kevin Ryde  <user42@zip.com.au>
774
775         * dig.el: Add "Keywords: comm", as per net-utils.el.
776
777 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
778
779         * dig.el (dig-mode): Use define-derived-mode.
780
781 2009-09-19  Glenn Morris  <rgm@gnu.org>
782
783         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
784
785 2009-09-18  Glenn Morris  <rgm@gnu.org>
786
787         * gnus-diary.el (gnus-diary-check-message):
788         * message.el (message-insert-formatted-citation-line):
789         * nnbabyl.el (top-level):
790         * nndiary.el (nndiary-schedule):
791         Fix typos in condition-case handlers.
792
793 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-art.el (gnus-article-edit-part): Work for the buffer
796         configuration that provides the sole article window in a frame;
797         position point correctly after deleting a part.
798
799 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
800
801         * spam.el (spam-unregister-on-reregister): Add boolean variable.
802         (spam-resolve-registrations-routine): Use it to unregister articles
803         that change status.
804
805 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
808         with XEmacs.
809         (parse-time-string-chars): Use it.
810
811 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * imap.el (imap-interactive-login): Better messages.
814         (imap-open): Fix bug with renamed buffer on reconnect.
815         (imap-authenticate): Add buffer-local imap-last-authenticator variable
816         for easier debugging and cleaner code.  On successful (guessed based on
817         server capabilities) secondary authentication, set imap-state
818         correctly.
819         (imap-last-authenticator): Define imap-last-authenticator as a variable
820         to avoid warnings.
821
822 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * nnrss.el (nnrss-request-article): Remove binding of
825         default-enable-multibyte-characters that has gotten needless by
826         the 2007-07-13 change in rfc2047-encode-message-header.
827
828         * mml.el (mml-insert-multipart): Error on the message header.
829         (mml-insert-part): Error on the message header; position point at
830         the end of a MIME tag.
831
832 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * time-date.el (autoload): Expand define-obsolete-function-alias into
835         defalias and make-obsolete for old Emacsen that Gnus supports.
836         (with-no-warnings): Define it for old Emacsen.
837         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
838         is available.
839         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
840         float-time is available; suppress compile warning for time-to-seconds.
841
842         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
843         (gnus-float-time): Alias to float-time if it exists.
844
845         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
846         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
847         float-time is available; suppress compile warning for time-to-seconds.
848
849         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
850         XEmacs.
851
852 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
853
854         * imap.el (imap-message-map): Docstring fix.
855
856 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
859         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
860         Add the optional argument `encoding' that overrides the default.
861
862         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
863         mm-encode-buffer.
864
865 2009-09-04  Glenn Morris  <rgm@gnu.org>
866
867         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
868         mm-disable-multibyte, rather than default-enable-multibyte-characters.
869         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
870         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
871         * mm-util.el (mm-with-unibyte-current-buffer)
872         (mm-find-buffer-file-coding-system):
873         * yenc.el (yenc-decode-region): Use default-value rather than
874         default-enable-multibyte-characters.
875
876 2009-09-03  Glenn Morris  <rgm@gnu.org>
877
878         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
879         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
880         than default-enable-multibyte-characters.
881
882 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
883
884         * gnus-art.el (gnus-article-read-summary-keys):
885         Fix gnus-buffer-configuration's value temporarily used.
886
887 2009-09-02  Glenn Morris  <rgm@gnu.org>
888
889         * gnus-util.el (gnus-float-time): New function.
890         * gnus-delay.el (gnus-delay-article):
891         * gnus-sum.el (gnus-thread-latest-date):
892         * gnus-util.el (gnus-user-date): Use gnus-float-time.
893         * nnspool.el (nnspool-request-newgroups):
894         Use gnus-float-time rather than time-to-seconds.
895         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
896
897         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
898         (gnus-header-subject-face, gnus-header-newsgroups-face)
899         (gnus-header-name-face, gnus-header-content-face):
900         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
901         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
902         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
903         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
904         (gnus-cite-face-11):
905         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
906         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
907         (gnus-server-closed-face, gnus-server-denied-face)
908         (gnus-server-offline-face):
909         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
910         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
911         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
912         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
913         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
914         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
915         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
916         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
917         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
918         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
919         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
920         (gnus-summary-selected-face, gnus-summary-cancelled-face)
921         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
922         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
923         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
924         (gnus-summary-high-undownloaded-face)
925         (gnus-summary-low-undownloaded-face)
926         (gnus-summary-normal-undownloaded-face)
927         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
928         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
929         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
930         (gnus-splash-face):
931         * message.el (message-header-to-face, message-header-cc-face)
932         (message-header-subject-face, message-header-newsgroups-face)
933         (message-header-other-face, message-header-name-face)
934         (message-header-xheader-face, message-separator-face)
935         (message-cited-text-face, message-mml-face):
936         * sieve-mode.el (sieve-control-commands-face)
937         (sieve-action-commands-face, sieve-test-commands-face)
938         (sieve-tagged-arguments-face):
939         * spam.el (spam-face):
940         Mark face aliases with "-face" in the name as obsolete.
941
942 2009-09-01  Glenn Morris  <rgm@gnu.org>
943
944         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
945         than goto-line.
946
947 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
950         Don't move point if the command is invoked inside the message header.
951
952 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
953
954         * imap.el (imap-send-command): Simplify.
955         (imap-wait-for-tag): point-max -> buffer-size.
956
957 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
958
959         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
960         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
961         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
962         * nnir.el (nnir-swish-e-index-file):
963         * gnus-sum.el (gnus-summary-delete-marked-as-read)
964         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
965         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
966         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
967         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
968         (gnus-treat-display-xface): Add Emacs version of obsolescence.
969
970 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
973         Don't save excursion.
974
975 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
976
977         * nnheader.el (nnheader-find-file-noselect):
978         * mm-util.el (mm-insert-file-contents):
979         Use (default-value 'major-mode) instead of default-major-mode.
980
981 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
984
985 2009-08-26  Glenn Morris  <rgm@gnu.org>
986
987         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
988         than placing in files.el.
989
990 2009-08-25  Glenn Morris  <rgm@gnu.org>
991
992         * nnir.el (top-level): Don't require cl at run-time.
993         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
994         Replace cl-function substitute with gnus-replace-in-string.
995         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
996         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
997         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
998         simplified expansions.
999
1000 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1001
1002         * dig.el (dig): Add autoload cookie.
1003
1004 2009-08-22  Glenn Morris  <rgm@gnu.org>
1005
1006         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1007         goto-line.
1008
1009 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1010
1011         * parse-time.el (parse-time-string-chars): Save match data.
1012
1013 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1014
1015         * parse-time.el (parse-time-string-chars): Compute using character
1016         classes, to handle non-ascii characters (Bug#3190).
1017
1018 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1021
1022         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1023         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1024         (gnus-mm-display-part, gnus-mime-display-single)
1025         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1026         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1027
1028         * gnus-sum.el
1029         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1030         (gnus-summary-move-article): Add expirable mark to articles copied or
1031         moved to group that has auto-expire turned on if the option is non-nil.
1032
1033 2009-07-24  Glenn Morris  <rgm@gnu.org>
1034
1035         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1036         Fix typo.  (Bug#3903)
1037
1038 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1041         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1042         that should not be used for draft articles.
1043         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1044         that has no concern in minor mode keys.
1045         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1046         Abolish.
1047
1048 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1051         article without making inquiry to a user for unknown encoding.
1052
1053         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1054         (nnmaildir--scan): Assume i-node and device number that file-attributes
1055         returns might be cons-cell.
1056
1057         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1058
1059         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1060
1061 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * auth-source.el: Remove docs now in auth.texi.  Don't use
1064         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1065         `auth-source-hide-passwords' and use them.
1066
1067 2009-07-15  Glenn Morris  <rgm@gnu.org>
1068
1069         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1070
1071 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1074         excessive whitespace from the default values of title and description.
1075
1076 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1079         mail-fetch-field to fetch Content-Description header in order to
1080         exclude newlines.
1081
1082 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1083
1084         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1085         format used by GnuPG 2.0.11.
1086
1087 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1090         to deleted part.
1091
1092 2009-05-30  David Engster  <dengste@eml.cc>
1093
1094         * nnmairix.el: Remove old documentation in the commentary block.
1095         (nnmairix-request-group): Do not update active file for nnml back ends.
1096         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1097         end so that overview files are ignored.
1098         (nnmairix-update-groups): Make updating the groups more robust by using
1099         marks.
1100         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1101         with dollar characters in message-id.
1102
1103 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1106         2008-12-25 in dns.el.
1107
1108 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1111         could happen if the text is only composed of spaces and/or tabs.
1112
1113 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1114
1115         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1116         when sending a queued message to avoid extra mml tags.
1117
1118 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1121
1122 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1125         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1126         rmail-toggle-header for XEmacs;
1127         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1128
1129 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-dired.el: Remove autoload for gnus-setup-message.
1132         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1133         displaying Gnus logo; always use compose-mail.
1134
1135 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1138
1139 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1142         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1143         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1144         available.
1145         (gnus-nocem-epg-verify): New function.
1146
1147 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1150
1151 2009-02-15  Glenn Morris  <rgm@gnu.org>
1152
1153         * gnus-util.el (rmail-insert-rmail-file-header)
1154         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1155         autoloads.
1156         (rmail-default-rmail-file): Remove unnecessary declaration.
1157         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1158
1159 2009-02-14  Glenn Morris  <rgm@gnu.org>
1160
1161         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1162         variable (only used in gnus-util, which declares it anyway).
1163         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1164         which was only needed by gnus-art (changed to not use it any more).
1165         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1166         only used in gnus-util, which autoloads it itself.
1167         (rmail-update-summary): Fix autoload.
1168
1169         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1170         rather than rmail-output-to-rmail-file.
1171
1172 2009-02-07  Glenn Morris  <rgm@gnu.org>
1173
1174         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1175         autoload of function that no longer exists.
1176         (rmail-toggle-header): Declare.
1177         (message-forward-rmail-make-body): Handle mbox Rmail.
1178
1179 2009-01-31  Glenn Morris  <rgm@gnu.org>
1180
1181         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1182         2009-01-09 change.
1183
1184 2009-01-31  Dave Love  <fx@gnu.org>
1185
1186         * imap.el (imap-fetch-safe): Bind debug-on-error.
1187         (imap-debug): Add imap-fetch-safe.
1188
1189 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1192         (auth-source-forget-all-cached): New convenience function.
1193         (auth-source-user-or-password): Accept list of modes or a single mode.
1194
1195         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1196         auth-source modes.
1197
1198         * netrc.el (netrc-machine-user-or-password): Use list of
1199         auth-source modes.
1200
1201         * nnimap.el (nnimap-open-connection): Use list of
1202         auth-source modes.
1203
1204         * nntp.el (nntp-send-authinfo): Use list of
1205         auth-source modes.
1206
1207 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1210         now.
1211
1212 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1215         coding system in XEmacs; add a workaround for XEmacs.
1216
1217         * lpath.el: Fbind coding-system-aliasee.
1218
1219 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1222         of current-language-environment.
1223
1224 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1227         available at runtime.
1228
1229 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1232
1233 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1234
1235         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1236         the greatest positive fixnum value doesn't work under an XEmacs with
1237         bignum support; use the most-positive-fixnum constant instead,
1238         available since Emacs 21.1 with cl and XEmacs 21.1.
1239
1240 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1243         XEmacs gets not to work.
1244
1245 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * mm-util.el (mm-coding-system-priorities): Allow the value like
1248         "Japanese (UTF-8)" of current-language-environment.
1249
1250 2009-01-09  Glenn Morris  <rgm@gnu.org>
1251
1252         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1253         with last-command-event.
1254
1255 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1258         in the doc string.
1259
1260         * message.el (message-fix-before-sending): Amend comment.
1261
1262 2009-01-08  Dave Love  <fx@gnu.org>
1263
1264         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1265
1266 2009-01-07  David Engster  <dengste@eml.cc>
1267
1268         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1269         simplified server definitions by converting it via
1270         gnus-server-to-method.
1271
1272 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1275         parameter's operands.
1276
1277 2009-01-06  David Engster  <dengste@eml.cc>
1278
1279         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1280         primary select method (for gnus-group-mark-article-as-read).
1281
1282 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1283
1284         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1285         `(gnus)Face', not `(gnus)X-Face'.
1286
1287 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * mm-util.el (mm-ucs-to-char): New function.
1290
1291         * mm-url.el (mm-url-decode-entities): Use it.
1292
1293         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1294         unicode-to-char.
1295
1296 2009-01-05  Dave Love  <fx@gnu.org>
1297
1298         * time-date.el: Require cl for `declare'.
1299
1300 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1301
1302         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1303         Dave Love.
1304
1305 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1306
1307         * message.el (message-fix-before-sending): Add `eight-bit' to
1308         illegible-text check.
1309
1310 2009-01-03  Michael Olson  <mwolson@gnu.org>
1311
1312         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1313         `headers' is nil.  This can occur if the IMAP server does not have
1314         permissions to read messages from a folder, but can write new messages
1315         to the folder.
1316         (nnimap-request-article-part): Do not insert `data' if it is nil.
1317
1318         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1319         characters which will confuse `read', so skip past them.
1320
1321 2009-01-01  Dave Love  <fx@gnu.org>
1322
1323         * imap.el (imap-string-to-integer): Fix typo.
1324         (imap-fetch-safe): New function.
1325         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1326
1327         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1328
1329         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1330         (imap-parse-greeting): Fix doc strings.
1331         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1332         (imap-parse-flag-list): Make messages unique.
1333         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1334
1335         * nnimap.el: Fix author email.
1336         (nnimap-split-rule): Add FIXME comment.
1337         (nnimap-debug): Fix doc string.
1338
1339 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1340
1341         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1342
1343 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1344
1345         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1346         nslookup if resolv.conf isn't available.
1347         (dns-query): Rename from query-dns.
1348         (dns-query-cached): Rename from query-dns-cached.
1349
1350 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1353         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1354         to check if those variables exist (first appeared in Emacs 18.50).
1355
1356 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * mm-util.el (mm-line-number-at-pos): New function.
1359
1360         * spam-report.el (spam-report-process-queue): Use it.
1361
1362 2008-12-24  David Engster  <dengste@eml.cc>
1363
1364         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1365         parameters that haven't existed as variables as buffer-local variables.
1366
1367 2008-12-23  Dave Love  <fx@gnu.org>
1368
1369         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1370         cadar.
1371
1372         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1373         imap-starttls-p.
1374         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1375
1376 2008-12-22  Dave Love  <fx@gnu.org>
1377
1378         * imap.el: Fix author email.  Doc fixes.
1379         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1380         reply.
1381
1382 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * spam-report.el (spam-report-gmane-max-requests): New constant.
1385         (spam-report-gmane-wait): New variable.
1386         (spam-report-gmane-ham, spam-report-gmane-spam)
1387         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1388         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1389         the server.
1390
1391         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1392         Add explanations.
1393
1394         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1395         nnheader-accept-process-output and nnheader-read-timeout if available.
1396         (pop3-movemail): Use it.
1397
1398         * message.el (message-check-news-body-syntax): Fix signature check if
1399         there's an attachment.
1400
1401 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * mm-util.el: Add comments to the mm- emulating functions.
1404
1405 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1408         by Stephen Berman <stephen.berman@gmx.net>.
1409
1410 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * mm-util.el (mm-substring-no-properties): New function.
1413         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1414         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1415         (mm-string-to-multibyte): Doc fix.
1416
1417         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1418
1419 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1420
1421         * mml.el (mml-attach-file): Strip text properties from file name.
1422         (Bug#1574)
1423
1424 2008-12-16  Glenn Morris  <rgm@gnu.org>
1425
1426         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1427
1428 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1431         knows since the charset specified might be a bogus alias that
1432         mm-charset-synonym-alist provides.
1433
1434 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1437         "ISO_8859-1".
1438
1439         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1440
1441 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-util.el (mm-charset-eval-alist):
1444         Define it before mm-charset-to-coding-system.
1445         (mm-charset-to-coding-system): Add optional argument `silent';
1446         define it before mm-charset-override-alist.
1447         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1448         default value if it can be used in Emacs currently running;
1449         silence mm-charset-to-coding-system.
1450
1451 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1454         `allow-override' which says whether to use `mm-charset-override-alist'.
1455         (rfc2047-decode-encoded-words): Use it.
1456
1457         * mm-util.el (mm-charset-override-alist): Fix custom type;
1458         add `(gb2312 . gbk)' to choices.
1459
1460 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1463         fast.
1464
1465         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1466
1467         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1468
1469 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1470
1471         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1472         on links.
1473
1474         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1475
1476 2008-12-03  Lute Kamstra  <lute@gnu.org>
1477
1478         * sha1.el: Remove leading * from docstrings of defcustoms,
1479         deffaces, defconsts and defuns.
1480
1481 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1484         users' addresses that don't have domain parts.
1485         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1486         rather than message-narrow-to-head since there will be the message
1487         header separator.
1488
1489 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1490
1491         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1492         since the result is inserted in a unibyte buffer anyway.
1493         (nnimap-demule-use-string-to-multibyte): Remove.
1494         (nnimap-demule): Alias it to mm-string-to-multibyte.
1495
1496 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1499         variable for debugging bug#464 and bug#1174.
1500         (nnimap-demule): Use it.
1501
1502 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1505         score calculation correctly.
1506
1507 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1508
1509         * message.el (message-send-mail): Just set the buffer to unibyte
1510         rather than use mm-with-unibyte-current-buffer which does a lot more.
1511         (message-send-mail-partially): Don't bother with
1512         mm-with-unibyte-current-buffer since it's already been made unibyte by
1513         message-send-mail.
1514
1515 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1518
1519 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1520
1521         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1522
1523 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1526         require itself and to remove `with-no-warnings'.
1527
1528 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1529
1530         * starttls.el (starttls-any-program-available): Get the name of the
1531         available TLS layer program.
1532         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1533         well as the host name in the "opening" message.
1534
1535         * auth-source.el (auth-source-cache, auth-source-do-cache)
1536         (auth-source-user-or-password): Cache passwords and logins by default,
1537         allow override with `auth-source-do-cache'.
1538         (auth-source-forget-user-or-password): Allow users to remove cache
1539         entries if needed.
1540
1541 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1542
1543         * md4.el (md4-buffer): Fix typo in docstring.
1544         (md4, md4-64): Doc fixes.
1545         (md4-pack-int32): Reflow docstring.
1546
1547 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1548
1549         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1550         condition-case to only the forward-sexp call.
1551
1552 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1553
1554         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1555         quotes contained.  Make it more robust regardless by an extra
1556         condition-case wrapper.
1557
1558 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1561
1562 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * nnml.el (nnml-request-expire-articles): Check if the function set to
1565         `nnmail-expiry-target' returns the symbol `delete'.
1566
1567         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1568
1569         * nnmail.el (nnmail-expiry-target): Fix custom type.
1570
1571 2008-10-02  Glenn Morris  <rgm@gnu.org>
1572
1573         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1574         Silence compiler warning.
1575
1576 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1577
1578         * tls.el (open-tls-stream): Show the actual command being
1579         executed, instead of the format string.
1580
1581 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * lpath.el: Fbind codepage-setup for Emacs 23.
1584
1585 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1586
1587         * mml.el (mml-menu): Don't assume mml2015 is bound.
1588
1589 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1592         exists.
1593
1594 2008-09-27  Glenn Morris  <rgm@gnu.org>
1595
1596         * gnus-util.el (mail-header-remove-comments): Autoload it.
1597
1598 2008-09-27  Andreas Schwab  <schwab@suse.de>
1599
1600         * gnus-util.el (gnus-split-references): Strip comments.
1601         (gnus-parent-id): Likewise.
1602
1603 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * message.el (message-confirm-send): Fix version.
1606
1607 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * message.el (message-idna-to-ascii-rhs-1): Use
1610         mail-extract-address-components rather than mail-header-parse-addresses
1611         that is an alias by default to ietf-drums-parse-addresses that does not
1612         support non-ASCII names in headers' contents.
1613
1614 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1615
1616         * message.el (message-confirm-send): Fixed variable documentation to
1617         avoid the "y/n" wording.
1618
1619 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1620
1621         * message.el (message-set-auto-save-file-name): Save to a different
1622         filename so multiple messages (especially drafts) can be recovered.
1623
1624 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1625
1626         * message.el (message-confirm-send): Add appropriate version.
1627
1628 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1629
1630         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1631         defvar.
1632
1633 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1634
1635         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1636         (mm-pkcs7-enveloped-magic): Ditto.
1637
1638 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1639
1640         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1641         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1642
1643 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1646         default, it's better.
1647
1648 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1651         summary line gnus-number property and ignore them (with a warning
1652         message).
1653
1654 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1657         macro caddr in the interactive form since it won't be expanded.
1658
1659 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1662         `charset'; fix name of function called recursively.
1663         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1664
1665 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1668         (gnus-mime-set-charset-parameters): New function.
1669         (gnus-mime-view-part-as-charset): Use it to correctly display part
1670         specifying wrong charset.
1671
1672 2008-09-08  David Engster  <dengste@eml.cc>
1673
1674         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1675         in completing-read for back end server.
1676
1677 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1678
1679         * message.el (message-confirm-send): New variable to confirm sending a
1680         message.
1681         (message-send): Use it.
1682
1683 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1684
1685         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1686
1687 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1690
1691 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1692
1693         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1694         prevent tracking too many groups.
1695         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1696         Use it.
1697
1698 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1699
1700         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1701         moving point to the bottom of the window in order to avoid recentering.
1702
1703 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1706
1707         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1708         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1709         (gnus-article-beginning-of-window): Fix calculation.
1710
1711 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-msg.el (gnus-summary-supersede-article)
1714         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1715         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1716         message header.
1717
1718 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1719
1720         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1721         pending output coming after the status change.
1722
1723 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1724
1725         * message.el:
1726         * gnus-start.el:
1727         * gnus-registry.el: Remove VMS support.
1728
1729 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1732         macro.
1733         (rfc2104-hash): Use it.
1734
1735 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1736
1737         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1738         (gnus-summary-sort-by-most-recent-date): New commands.
1739         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1740         and menu entries.
1741
1742 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1745         don't redisplay article for raw contents; remove plural articles stuff.
1746
1747         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1748         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1749         on gnus-summary-save-article; display results properly.
1750
1751 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * lpath.el: No need to fbind ns-focus-frame.
1754
1755 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1758
1759 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1762         gnus-save-all-headers.
1763
1764 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1765
1766         * gnus-util.el (ns-focus-frame): Remove declaration.
1767         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1768         like x.
1769
1770 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1771
1772         * rfc2104.el (rfc2104-zero): Delete defconst.
1773         (rfc2104-hex-alist): Likewise.
1774         (rfc2104-hex-to-int): Delete func.
1775         (rfc2104-hexstring-to-bitstring): Likewise.
1776         (rfc2104-nybbles): New defconst.
1777         (rfc2104-hash): Rewrite for speed.
1778
1779 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * tls.el (open-tls-stream): Make it work with the 2nd argument
1782         BUFFER that is a string but does not exist as a buffer object, as
1783         mentioned in the doc-string.
1784
1785 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1788         SXEmacs.
1789
1790 2008-07-16  Glenn Morris  <rgm@gnu.org>
1791
1792         * gnus-util.el (ns-focus-frame): Declare for compiler.
1793
1794 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1797         set as a group parameter.
1798         (gnus-summary-save-in-pipe): Work when it is called independently.
1799         (gnus-summary-pipe-to-muttprint): Don't modify
1800         gnus-summary-pipe-output-default-command.
1801
1802 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1803
1804         * message.el (message-send-mail-with-sendmail):
1805         Display the error message.
1806
1807 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-art.el (gnus-default-article-saver):
1810         Add gnus-summary-save-in-pipe to choices.
1811         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1812         gnus-summary-pipe-output-default-command as the default command.
1813         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1814         instead of gnus-last-shell-command.
1815
1816         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1817         New user option.
1818         (gnus-summary-muttprint-program): Mention the value will be changed.
1819         (gnus-summary-save-article): Force showing of all headers.
1820         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1821
1822 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1823
1824         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1825
1826 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1827
1828         * nnimap.el (nnimap-id):
1829         * sieve-manage.el (sieve-manage-open): Doc fixes.
1830
1831 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1832
1833         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1834         if available.
1835
1836 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1839
1840         * nnkiboze.el (nnkiboze-generate-group):
1841         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1842
1843         * nnmairix.el: Require CL.
1844
1845 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * dgnushack.el: Autoload get-display-table and put-display-table for
1848         XEmacs 21.5.
1849
1850         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1851         21.4 and SXEmacs.
1852
1853 2008-06-15  David Engster  <dengste@eml.cc>
1854
1855         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1856
1857 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1858
1859         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1860         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1861         runtime choice under XEmacs.
1862
1863         * gnus-sum.el (gnus-summary-set-display-table):
1864         Use `gnus-put-display-table', `gnus-get-display-table',
1865         `gnus-set-display-table' for the display table, instead of `aset'.
1866
1867         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1868         Use `gnus-put-display-table', `gnus-get-display-table',
1869         `gnus-set-display-table' for the display table.
1870
1871 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * nnmairix.el: Add autoloads.
1874
1875 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1876
1877         * nnmairix.el (nnmairix-delete-recreate-group)
1878         (nnmairix-update-and-clear-marks): Fix error messages.
1879
1880 2008-06-14  David Engster  <dengste@eml.cc>
1881
1882         * nnmairix.el: Upgrade to version 0.6.
1883         (nnmairix-group-toggle-propmarks-this-group)
1884         (nnmairix-group-toggle-readmarks-this-group)
1885         (nnmairix-group-delete-recreate-this-group)
1886         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1887         (nnmairix-remove-tick-mark-original-article): New commands.
1888         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1889         (nnmairix-propagate-marks-to-nnmairix-groups)
1890         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1891         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1892         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1893         functions needed for marks propagation and manipulation of read marks.
1894         (nnmairix-update-groups): New function.
1895         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1896         (nnmairix-determine-original-group-from-registry)
1897         (nnmairix-determine-original-group-from-path)
1898         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1899         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1900         New helper functions.
1901         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1902         keystrokes for new commands.
1903         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1904         (nnmairix-request-group): Check allow-fast group parameter.
1905         (nnmairix-request-create-group): Set allow-fast group parameter if
1906         nnmairix-allowfast-default is set.
1907         (nnmairix-close-group): Propagate marks upon closing if needed.
1908         (nnmairix-group-toggle-threads-this-group): Use new.
1909         nnmairix-group-toggle-parameter helper function.
1910         (nnmairix-search): Better check for empty search result.
1911         (nnmairix-goto-original-article): Use new helper functions for
1912         determining original article.
1913         (nnmairix-show-original-article): Make sure message-id is in brackets.
1914         (nnmairix-call-mairix-binary): Change variable name.
1915         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1916         helper function.
1917         (nnmairix-widget-toggle-activate): Fix doc string.
1918
1919 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * nnir.el: Require edmacro when compiling with XEmacs.
1922         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1923         available in Emacs 21.
1924
1925 2008-06-11  Glenn Morris  <rgm@gnu.org>
1926
1927         * gnus-util.el (x-focus-frame):
1928         * gnus.el (image-size):
1929         * mm-decode.el (image-size): Declare.
1930
1931         * gnus-picon.el (declare-function): Add compat definition.
1932         (image-size): Declare.
1933
1934         * gnus-group.el (tool-bar-map):
1935         * gnus-sum.el (tool-bar-map): Define for compiler.
1936
1937         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1938
1939         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1940
1941         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1942         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1943         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1944         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1945         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1946         * sieve-manage.el, spam-report.el, spam.el:
1947         Remove unnecessary eval-and-compile of autoloads.
1948
1949 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1950
1951         * auth-source.el: Precise Tramp doc.
1952
1953 2008-06-07  Glenn Morris  <rgm@gnu.org>
1954
1955         * nnmairix.el: Remove unnecessary eval-when-compile.
1956
1957 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * lpath.el: Fbind propertize for XEmacs 21.4.
1960
1961 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1962
1963         * nnir.el: Move here from ../contrib.
1964
1965 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1966
1967         * gnus-util.el (gnus-read-shell-command): New function.
1968         * mm-decode.el (mm-pipe-part):
1969         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1970
1971 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1974
1975 2008-06-03  Glenn Morris  <rgm@gnu.org>
1976
1977         * pop3.el (nnheader-accept-process-output): Autoload it.
1978
1979 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1982         are not 2-digit hexadecimal characters that follow `%'s.
1983
1984 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * message.el (message-bogus-recipient-p): Fix type in doc string.
1987         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1988         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1989         Improve custom options.
1990         (message-bogus-recipient-p): Adjust accordingly.
1991
1992 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1993
1994         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1995         long-form month and day names.
1996
1997 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * dgnushack.el: Autoload debug, eudc-expand-inline and
2000         pgg-snarf-keys-region for XEmacs.
2001
2002         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2003
2004         * nnmairix.el: Require edmacro when compiling with XEmacs.
2005
2006 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2007
2008         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2009         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2010
2011 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * auth-source.el: Add more docs.
2014
2015         * netrc.el (netrc-machine): Always match if the port is not given.
2016
2017 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2020         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2021         retrieval faster in some cases, but might make CPU usage larger.  If
2022         this has any bad side effects, we might revert this change.
2023
2024         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2025         seems to make mail retrieval much, much faster.
2026         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2027         unconditionally.
2028
2029         * gnus-draft.el (gnus-group-send-queue): Bind
2030         message-send-mail-partially-limit to nil to avoid being prompted.
2031
2032 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2035
2036         * message.el (message-bogus-address-regexp): Fix and improve custom
2037         type.
2038         (message-setup-hook): Add message-check-recipients as custom option.
2039
2040 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * message.el (message-cite-function): Remove bogus autoload which crept
2043         in during merge from v5-10.
2044
2045 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2048
2049         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2050
2051         * auth-source.el: Preliminary Tramp docs.
2052         (auth-sources): Change the default auth-sources to use
2053         EPA .gpg files.
2054
2055 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * nntp.el: Autoload `auth-source-user-or-password'.
2058         (nntp-send-authinfo): Use it.
2059
2060         * nnimap.el: Autoload `auth-source-user-or-password'.
2061         (nnimap-open-connection): Use it.
2062
2063         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2064         for the gnus-message function.
2065         (auth-source-user-or-password): Use it.
2066
2067 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2068
2069         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2070         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2071         (rfc2104-hash): Use it.
2072
2073 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2074
2075         * gnus-art.el (gnus-article-toggle-truncate-lines):
2076         Don't use `iff' in docstring.
2077
2078 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2079
2080         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2081
2082         * gnus-util.el (gnus-extract-address-component-name)
2083         (gnus-extract-address-component-email): Convenience functions around
2084         `gnus-extract-address-components'.
2085
2086         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2087         Use `gnus-extract-address-component-email' to fix bug of comparing full
2088         sender name to `user-mail-address'.
2089
2090 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2093         catch/throw to optimize.
2094         (gnus-registry-find-keywords): Just use member to find a keyword.
2095
2096 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2097
2098         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2099         is current before calling gnus-server-prepare.
2100         (gnus-server-setup-buffer, gnus-server-update-server)
2101         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2102
2103 2008-05-04  Juri Linkov  <juri@jurta.org>
2104
2105         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2106         (mailcap-file-default-commands): Use mailcap-replace-in-string
2107         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2108         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2109
2110 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2111
2112         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2113
2114 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2115
2116         * gnus.el: Bump version to 0.11
2117
2118 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2119
2120         * gnus.el: No Gnus v0.10 is released.
2121
2122 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2125         hooks.
2126         (gnus-update-read-articles): Speed up non-marks-using users.
2127         (gnus-use-marks): Define gnus-use-marks.
2128         (gnus-propagate-marks): Rename variable to something more sensible.
2129
2130 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2131
2132         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2133         (gmm-image-load-path-for-library): Fix typos in docstrings.
2134         (gmm-message): Reflow docstring.
2135
2136 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * mail-source.el (mail-source-set-1, mail-source-bind):
2139         Move auth-source code out of the macro to clean it up and fix bugs.
2140
2141 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2144         by sender if it's equal to user-mail-address, it's likely to be
2145         useless.
2146
2147         * mail-source.el (mail-source-bind): Don't use user or password if they
2148         are not bound.  Unintern them if they are nil.  Don't use server unless
2149         it's bound, and default it to empty string otherwise.
2150
2151 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2152
2153         * mail-source.el: Load auth-source.el.
2154         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2155         get user name or password, if auth-sources is set up.
2156
2157         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2158         strategy of splitting with parent.
2159         (gnus-registry-split-fancy-with-parent)
2160         (gnus-registry-post-process-groups): Use it and fix prior
2161         bug (returning a list as the split result).
2162
2163         * auth-source.el (auth-sources): Remove server parameter.
2164         (auth-source-pick, auth-source-user-or-password)
2165         (auth-source-user-or-password-imap)
2166         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2167         (auth-source-user-or-password-sftp)
2168         (auth-source-user-or-password-smtp): Remove server parameter.
2169
2170 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2171
2172         * smime.el (smime-sign-region, smime-encrypt-region)
2173         (smime-decrypt-region):
2174         Remove redundant calls to `generate-new-buffer-name'.
2175
2176 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2177
2178         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2179         Don't use QP for message/rfc822.
2180         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2181
2182 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * sieve-manage.el (sieve-string-bytes): Remove.
2185         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2186         correct byte-length only if the process's coding-system is the same as
2187         the one used internally by Emacs to represent strings.
2188
2189 2008-04-22  Juri Linkov  <juri@jurta.org>
2190
2191         * mailcap.el (mailcap-file-default-commands): New function.
2192
2193 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2194
2195         * message.el (message-signature-separator, message-cite-function):
2196         Change custom version.
2197
2198 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2199
2200         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2201         commands.
2202         (tls-checktrust): Ditto.
2203
2204 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2205
2206         * mm-decode.el (mm-display-external): Make temp file read-only.
2207
2208 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2209
2210         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2211         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2212         `C-c C-f d'.
2213
2214 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2215
2216         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2217
2218 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2219
2220         * gnus.el: Bump version to 0.9.
2221
2222 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2223
2224         * gnus.el: No Gnus v0.8 is released.
2225
2226 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2227
2228         * mail-source.el (mail-source-value):
2229         Prefer fboundp to functionp so it works with macros as well.
2230
2231 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2232
2233         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2234         Fix last change in case the element is not even a symbol.
2235
2236 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2237
2238         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2239         Prefer fboundp to functionp so it works with macros as well.
2240
2241 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * auth-source.el: Added docs.
2244         (auth-sources): Modify format to support server.
2245         (auth-source-pick, auth-source-user-or-password)
2246         (auth-source-user-or-password-imap)
2247         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2248         (auth-source-user-or-password-sftp)
2249         (auth-source-user-or-password-smtp): Add server parameter.
2250
2251 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2252
2253         * gnus-registry.el: Initialize the registry when gnus-registry-install
2254         is t.
2255
2256 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * compface.el (uncompface): Make buffer unibyte.
2259
2260 2008-04-05  Glenn Morris  <rgm@gnu.org>
2261
2262         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2263
2264 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2267         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2268
2269         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2270         multibyteness after rather than before erasing it.
2271
2272         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2273         mm-with-multibyte.
2274         (gnus-request-article-this-buffer): Make sure the proper decoding is
2275         used if gnus-original-article-buffer happens to be unibyte.
2276
2277         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2278         default-enable-multibyte-characters.
2279
2280         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2281         default-enable-multibyte-characters.
2282
2283         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2284
2285         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2286
2287 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2288
2289         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2290         (imap-message-copyuid-1): Use it.
2291         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2292         J. Williams in
2293         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2294
2295         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2296         imap-enable-exchange-bug-workaround.
2297         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2298
2299 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2300
2301         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2302         a 100 byte status-checks into a 2-3MB transfer for each group.
2303         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2304         to enable bug workaround or not.
2305         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2306
2307 2008-03-31  Glenn Morris  <rgm@gnu.org>
2308
2309         * message.el (mml2015-use): Declare for compiler.
2310         (message-info): Require mml2015 when appropriate.
2311
2312 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2315         whitespace.
2316
2317 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2318
2319         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2320         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2321         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2322         (nntp-service-to-port): New function.
2323         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2324         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2325         (nntp-open-netcat-stream): New function.
2326         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2327
2328 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2329
2330         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2331
2332 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2333
2334         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2335
2336 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2337
2338         * dns.el (dns-write): Use set-buffer-multibyte.
2339
2340 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2341
2342         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2343
2344 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2345
2346         * message.el (message-signature-separator): Change default.
2347         Improve custom type.
2348         (message-cite-function): Change default to
2349         message-cite-original-without-signature.
2350
2351         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2352         toggle.
2353
2354         * message.el (message-check-news-body-syntax): Fix signature check.
2355         (message-setup-1): Mark buffer as unmodified _after_ running
2356         message-setup-hook and handling message-alternative-emails.
2357         (message-shorten-references): Be more strict when building list of
2358         valid references to comply with GNKSA.
2359
2360         * gnus-group.el (gnus-read-ephemeral-bug-group)
2361         (gnus-read-ephemeral-debian-bug-group)
2362         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2363
2364         * message.el (message-info): Don't use booleanp which isn't supported
2365         in Emacs 21 and XEmacs.
2366
2367 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2368
2369         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2370         gnus-group-gmane-group-download-format.
2371         (gnus-group-read-ephemeral-gmane-group): Rename from
2372         gnus-group-read-ephemeral-gmane-group.
2373         (gnus-read-ephemeral-gmane-group-url): Rename from
2374         gnus-group-read-ephemeral-gmane-group-url.
2375         (gnus-bug-group-download-format-alist): New variable.
2376         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2377         (gnus-read-ephemeral-emacs-bug-group): New commands.
2378
2379 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2380
2381         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2382         (gnus-visible-headers): Improve custom type.
2383
2384 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * mml.el (mml-menu): Add workarounds for XEmacs.
2387
2388         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2389         X-Boundary header.
2390
2391         * message.el (message-simplify-recipients): Fix previous commit.
2392
2393 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2394
2395         * mm-util.el (mm-set-buffer-multibyte): New function.
2396         * mm-decode.el (mm-copy-to-buffer): Use it.
2397
2398 2008-03-19  Glenn Morris  <rgm@gnu.org>
2399
2400         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2401         Accidentally removed in the sync process with Emacs.
2402
2403 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2404
2405         * message.el (message-alter-recipients-discard-bogus-full-name):
2406         New function.
2407         (message-alter-recipients-function): New variable.
2408         (message-get-reply-headers): Use it.
2409         (message-replace-header): New helper function.
2410         (message-recipients-without-full-name): New variable.
2411         (message-simplify-recipients): New command.
2412
2413         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2414
2415         * message.el (message-info): Handle EasyPG manual.
2416
2417         * mml.el (mml-menu): Add entry for EasyPG.
2418
2419 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2420
2421         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2422         parameter.
2423
2424         * message.el (message-disassociate-draft): Specify drafts group name
2425         fully.
2426
2427 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2430         unnecessary duplicates from the match list.
2431
2432 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2435
2436         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2437
2438         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2439         args of `how-many' of which the XEmacs version doesn't take; declare
2440         Info-index-next as function.
2441
2442 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * gnus-score.el (gnus-score-headers): Fix handling of
2445         gnus-inhibit-slow-scoring.
2446
2447         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2448         string.
2449         (gnus-button-url-regexp): Improve handling of parenthesis.
2450         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2451         (gnus-button-handle-info-keystrokes): Handle index entries.
2452
2453 2008-03-15  Glenn Morris  <rgm@gnu.org>
2454
2455         * parse-time.el (parse-time-string): Simplify.
2456
2457 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2460         Incoming* files.
2461
2462 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2463
2464         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2465         (auth-source-pick): Use it.
2466
2467 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2468
2469         * binhex.el (binhex-decode-region-internal):
2470         * uudecode.el (uudecode-decode-region-internal):
2471         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2472         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2473         setting default-enable-multibyte-characters.
2474
2475 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2476
2477         * auth-source.el (auth-source-protocols)
2478         (auth-source-protocols-customize, auth-source-choices): Added and
2479         modified variable customizations and defaults.
2480         (auth-source-pick, auth-source-user-or-password)
2481         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2482         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2483         (auth-source-user-or-password-sftp)
2484         (auth-source-user-or-password-smtp): Use new variables and provide an
2485         interface to netrc.el.
2486
2487 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2490         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2491         Make sure the nntp port to specify is a string.
2492
2493 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2494
2495         * nntp.el: Use with-current-buffer.
2496         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2497         dubious mm-with-unibyte-current-buffer.
2498         (nntp-with-open-group-function): New function extracted from
2499         nntp-with-open-group macro.
2500         (nntp-with-open-group): Use the function, so it's easier to debug.
2501         Add indentation and debugging info.
2502         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2503         the use of the netcat alternatives.
2504
2505         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2506         Avoid mm-string-as-multibyte as well.
2507
2508         * nnweb.el (nnweb-insert-html):
2509         Remove use of nnheader-string-as-multibyte.
2510
2511         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2512         (nnheader-string-as-multibyte): Remove.
2513
2514         * mm-view.el: Use inhibit-read-only.
2515         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2516         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2517         or unibyte-string.
2518
2519         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2520         (mm-uu-yenc-extract): Use with-current-buffer.
2521
2522         * gnus-soup.el (gnus-soup-send-packet): Don't use
2523         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2524
2525         * nnmh.el: Use with-current-buffer.
2526         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2527         mm-string-as-multibyte on the output of mm-encode-coding-string.
2528
2529         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2530         (nnimap-request-move-article): Use with-current-buffer.
2531
2532         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2533         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2534         conversion uses string-make-unibyte rather than string-as-unibyte.
2535
2536         * gnus-msg.el: Use with-current-buffer.
2537
2538         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2539
2540 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2541
2542         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2543         string for caching if it is 'PIN.
2544
2545 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * lpath.el: Consider the case without Emacs/W3.
2548
2549 2008-03-08  Glenn Morris  <rgm@gnu.org>
2550
2551         * time-date.el (date-to-time, time-subtract, time-add)
2552         (safe-date-to-time): Doc fixes.
2553
2554 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * mail-source.el (mail-source-delete-old-incoming-confirm):
2557         Change default to nil.
2558         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2559
2560 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * lpath.el: Rearrange.
2563
2564         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2565         (gnus-article-goto-prev-page): Work for articles having ^L's.
2566
2567         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2568
2569         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2570
2571 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2572
2573         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2574         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2575         (gnus-bookmark-jump): Adjust some variable names.
2576
2577 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * auth-source.el: New package.
2580         (auth-source-choices): Add customization entry point variable.
2581
2582         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2583         bug.
2584
2585 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2588         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2589         (gnus-registry-install-shortcuts): Rename from
2590         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2591         the `gnus-registry-mark-map' keymap dynamically from
2592         `gnus-registry-marks'.  The generated functions update the summary line
2593         when a registry mark is added or deleted, and will call
2594         `gnus-registry-install-p' (see the comments in the code).
2595         (gnus-registry-user-format-function-M): Use concat intelligently.
2596
2597         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2598         the registry mark functions.
2599
2600 2008-03-05  Glenn Morris  <rgm@gnu.org>
2601
2602         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2603         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2604         gnus-art.
2605         (top-level): No need to load own source when compiling.
2606
2607 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2610         Suggested by <chris.anderton@zetnet.co.uk>.
2611
2612 2008-03-04  Glenn Morris  <rgm@gnu.org>
2613
2614         * gnus-sum.el (top-level): No need to require gnus when compiling,
2615         since unconditionally required near start of file.
2616         (gnus-summary-display-while-building): Move definition before use.
2617
2618 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2619
2620         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2621         formatting function.
2622
2623 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2626         with plists.
2627         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2628         Use new format.
2629
2630 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2633         `where-is-internal' that returns a range of key sequences.
2634
2635 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2636
2637         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2638
2639         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2640         (gnus-summary-jump-to-group): Consider windows on other displayed
2641         frames as well.  Similar changes might be needed elsewhere, but that's
2642         the one I've bumped into during my use.
2643
2644         * nndoc.el (nndoc-oe-dbx-type-p):
2645         * gnus-msg.el (gnus-debug):
2646         * gnus-group.el (gnus-update-group-mark-positions):
2647         Use mm-string-to-multibyte.
2648
2649 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2652         doesn't handle NotDashEscaped.
2653
2654         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2655         (mml-dnd-attach-options): Fix typo in custom choice.
2656
2657         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2658         nndoc-article-type to mbox.
2659         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2660
2661         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2662         to nil, instead of html2text.
2663
2664         * imap.el (imap-debug): Add `imap-ping-server'.
2665
2666         * gnus-bookmark.el: Add FIXMEs.
2667
2668         * message.el (message-form-letter-separator)
2669         (message-send-form-letter-delay): New variables.
2670         (message-send-form-letter): Use them.  New command to send form
2671         letters.  Requested by Uwe Siart.
2672         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2673
2674 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * Update copyright years.
2677
2678 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         Sync from EMACS_22_BASE.
2681
2682         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2683
2684 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2685
2686         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2687         empty author.
2688
2689 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2690
2691         * gnus-registry.el (gnus-registry-marks): Add variable for
2692         customization of marks and their appearance.
2693         (gnus-registry-read-mark): Use it.
2694         (gnus-registry-do-marks): Add utility function to loop through
2695         `gnus-registry-marks'.
2696         (gnus-registry-install-shortcuts-and-menus): Add function to install
2697         shortcuts and menus.
2698         (gnus-registry-initialize): Use it.
2699         (gnus-registry-default-mark): Clarify documentation.
2700
2701 2008-02-29  Glenn Morris  <rgm@gnu.org>
2702
2703         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2704         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2705         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2706         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2707         Change defcustom :version from 23.0 to 23.1.
2708
2709 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * gnus-registry.el (gnus-registry-follow-group-p)
2712         (gnus-registry-post-process-groups): Add functions to aid registry
2713         splitting and improve logging.  Clarify behavior in function
2714         documentation.
2715         (gnus-registry-split-fancy-with-parent): Use them.
2716
2717 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2718
2719         * gnus-art.el: Use with-current-buffer.
2720
2721 2008-02-27  David Engster  <dengste@eml.cc>
2722
2723         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2724         Express real group name in the response.
2725
2726 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2729         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2730         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2731         autoload gnus-registry-fetch-group when compiling.
2732         (nnmairix-request-group-with-article-number-correction): Remove
2733         unreferenced argument passed to nnmairix-call-backend.
2734
2735 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2738         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2739         Wilde.
2740
2741 2008-02-27  Glenn Morris  <rgm@gnu.org>
2742
2743         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2744         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2745         variables to defconsts.  Convert comments to doc-strings.
2746         (nnmairix-last-server, nnmairix-current-server): Convert from free
2747         variables to defvars.  Convert comments to doc-strings.
2748         (gnus-registry-fetch-group): Autoload.
2749         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2750         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2751         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2752         caddr.
2753         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2754         nnmairix-request-group-with-article-number-correction call.
2755         (nnmairix-fast, nnmairix-group): New, less general names, for free
2756         variables passed from nnmairix-request-group to
2757         nnmairix-request-group-with-article-number-correction.  Declare.
2758         (nnmairix-request-group-with-article-number-correction):
2759         Use nnmairix-fast, nnmairix-group rather than fast, group.
2760
2761 2008-02-26  David Engster  <dengste@eml.cc>
2762
2763         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2764         version 0.5.
2765
2766 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2769         instead of making an extra function call.  Don't add the current group
2770         to articles only when they have the group.  Use
2771         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2772         Reported by David <de_bb@arcor.de>.
2773
2774 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2777         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2778
2779 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2780
2781         * mail-source.el (mail-source-delete-incoming): Change default.
2782         Supplement doc string.
2783
2784         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2785
2786 2008-02-14  Glenn Morris  <rgm@gnu.org>
2787
2788         * time-date.el (format-seconds): New function.
2789
2790 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2791
2792         * nnmail.el (nnmail-message-id-cache-file): Derive from
2793         `gnus-home-directory'.
2794
2795 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2798         Document negative prefix.
2799
2800         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2801
2802 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * message.el (message-unsent-separator): Add the Exim bounce
2805         separator.
2806
2807 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2808
2809         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2810         list.
2811         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2812         recipient/signer list.
2813
2814 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * Makefile.in (datarootdir): Define.
2817         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2818         name that might contain whitespace.
2819
2820 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2821
2822         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2823         fbound (Emacs 23 unicode), signal an error.
2824
2825 2008-02-08  Glenn Morris  <rgm@gnu.org>
2826
2827         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2828
2829 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2830
2831         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2832         ports to the calls to `netrc-machine-user-or-password' in addition to
2833         "imap" and "imaps".
2834
2835 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2836
2837         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2838
2839         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2840
2841 2008-02-01  Kenichi Handa  <handa@m17n.org>
2842
2843         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2844         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2845         (rfc2104-hash): Convert the result of concat to unibyte string.
2846
2847 2008-02-01  Dave Love  <fx@gnu.org>
2848
2849         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2850         coding-system-for-read.
2851         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2852
2853 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2856         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2857         <hanche@math.ntnu.no>.
2858
2859 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2862
2863         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2864
2865 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2866
2867         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2868         * message.el (message-beginning-of-line): Use featurep instead of bound
2869         tests in order to resolve conditionals at compile time.
2870
2871 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2872
2873         * mail-source.el (mail-sources): Add `group' choice.
2874
2875         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2876         parameter `in-group' to control into which group the articles go.
2877         Add treatment of `group' mail-source.
2878
2879 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2882
2883         * mm-decode.el (mm-dissect-buffer): Decode description.
2884
2885         * mml.el (mml-to-mime): Encode message header first.
2886
2887 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2890         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2891
2892         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2893         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2894
2895 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2896
2897         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2898
2899 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2902         prefix keys.
2903         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2904         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2905         gnus-xmas.el.
2906
2907         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2908         (gnus-xmas-article-describe-bindings): New function.
2909         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2910         gnus-xmas-article-describe-bindings.
2911
2912         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2913
2914 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2915
2916         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2917         Add new variables for article mark management.
2918         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2919         list of extra data entries which, when present, will indicate that the
2920         article ID should not be trimmed from the registry.
2921         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2922         functions.
2923         (gnus-registry-read-mark): New function to read a mark name from the
2924         user.
2925         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2926         (gnus-registry-set-article-mark-internal): New functions to add and
2927         remove marks.
2928         (gnus-registry-get-article-marks): New function to show the marks for
2929         an article, or retrieve them for further use.
2930
2931 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2934         keys when no argument is given.
2935
2936 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * imap.el (imap-ping-server): New variable.
2939         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2940         (imap-ping-server): Minor doc string fixes.
2941
2942 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2943
2944         * imap.el (imap-ping-server): New function.
2945         (imap-opened): Call imap-ping-server.
2946
2947 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus-sum.el (gnus-article-sort-by-random)
2950         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2951         jidanni@jidanni.org.
2952
2953 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-art.el (gnus-article-describe-bindings): New function.
2956         (gnus-article-read-summary-keys): Use it.
2957         (gnus-article-mode-map): Bind `C-h b' to it.
2958
2959 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2962         XEmacs.
2963         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2964         against non-character events.
2965
2966         * lpath.el: Fbind map-keymap for Emacs 21.
2967
2968 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2971         command.
2972         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2973         instead of END.  Change name of the temp file.
2974         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2975         customizable.
2976
2977 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2980         bind `S W' to gnus-article-wide-reply-with-original; set default
2981         binding to gnus-article-read-summary-send-keys.
2982         (gnus-article-read-summary-keys): Fix the order of keys; display
2983         continuation keys correctly in the echo area; describe bindings
2984         correctly when keys end with `C-h'.
2985         (gnus-article-read-summary-send-keys): New function.
2986         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2987         for gnus-article-read-summary-send-keys; display continuation keys
2988         correctly in the echo area.
2989         (gnus-article-reply-with-original): Ignore prefix argument.
2990         (gnus-article-wide-reply-with-original): New function.
2991
2992         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2993         Emacs 21.
2994
2995 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2998         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2999
3000 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3003         (gnus-group-read-ephemeral-gmane-group): New command.
3004
3005 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3006
3007         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3008
3009 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * message.el (message-send-mail-function): Increase custom version.
3012
3013         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3014         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3015
3016 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3019         for the cases where imap-authenticate is called with a nil buffer
3020         parameter.
3021
3022 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3025         html parts correctly; support forwarded messages.
3026         (gnus-article-browse-html-article): Remove work buffers.
3027
3028         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3029         compiling.
3030         (netrc-bound-and-true-p): New macro.
3031         (netrc-parse): Use it instead of bound-and-true-p that is not available
3032         in XEmacs 21.4.
3033
3034 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3035
3036         * gnus-registry.el (gnus-registry-mark-article)
3037         (gnus-registry-article-marks): Add functionality to mark articles
3038         through the Gnus registry.
3039
3040         * encrypt.el: Clarify documentation for the new pgg method.
3041         (encrypt-file-alist): Add PGG option.
3042         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3043         functionality.  Abstract password key and messaging to external
3044         functions.
3045         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3046         (encrypt-message-method-and-cipher): Add new convenience external
3047         functions.
3048         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3049         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3050
3051         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3052         (netrc-parse): Use encrypt-file-alist to determine if
3053         encrypt-find-model or encrypt-insert-file-contents should be used.
3054
3055         * encrypt.el: Clarify documentation.  Load password-cache or
3056         password, whichever one is found first, instead of autoloading.
3057
3058 2007-12-19  Glenn Morris  <rgm@gnu.org>
3059
3060         * mml.el (message-options-set, message-narrow-to-head)
3061         (message-in-body-p, message-mail-p, message-encode-message-body):
3062         Autoload.
3063         (message-remove-header, message-narrow-to-headers-or-head)
3064         (message-subscribed-p, message-make-mail-followup-to)
3065         (message-position-on-field, message-news-p)
3066         (message-options-set-recipient, message-generate-headers)
3067         (message-sort-headers): Declare as functions.
3068
3069 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3072         convention in doc string.
3073
3074 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3077         title to html parts.
3078         (gnus-article-browse-html-article): Pass message header to it.
3079
3080         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3081
3082 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3085         or password compatible with XEmacs.
3086
3087 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3090         format document.
3091         (gnus-mime-delete-part): Don't write description line if empty.
3092         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3093
3094 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3095
3096         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3097         (gnus-summary-mark-read-and-unread-as-read)
3098         (gnus-summary-mark-current-read-and-unread-as-read)
3099         (gnus-summary-mark-unread-as-ticked): Doc fix.
3100         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3101
3102 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3105         Christoph Conrad <christoph.conrad@gmx.de>.
3106
3107 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3110         yes-or-no-p.
3111
3112 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-decode.el (mm-add-meta-html-tag): New function.
3115         (mm-save-part-to-file, mm-pipe-part): Use it.
3116
3117         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3118         gnus-y-or-n-p instead of y-or-n-p.
3119         (gnus-article-browse-html-parts): Work with message/external-body; use
3120         mm-add-meta-html-tag.
3121
3122 2007-12-11  Glenn Morris  <rgm@gnu.org>
3123
3124         * gnus-cache.el: Require gnus-sum not just when compiling.
3125
3126         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3127
3128         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3129         definitions before use.
3130
3131         * mm-decode.el: Require gnus-util.
3132         (mm-remove-part): Only call delete-annotation on XEmacs.
3133
3134         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3135
3136         * nnmail.el: Require gnus-int.
3137
3138         * spam.el: Move `require's before `eval-when-compile's.
3139
3140         * gnus-ems.el (gnus-alive-p):
3141         * gnus-fun.el (message-goto-eoh):
3142         * gnus-util.el (gnus-group-name-decode):
3143         * mail-source.el (gnus-compress-sequence):
3144         * message.el (Info-goto-node, format-spec):
3145         * mm-bodies.el (message-options-get):
3146         * mm-decode.el (mm-view-pkcs7):
3147         * mm-util.el (gmm-write-region):
3148         * mml-smime.el (mml-compute-boundary)
3149         (gnus-completing-read-with-default):
3150         * mml.el (widget-button-press, gnus-make-hashtable):
3151         * mml1991.el (mm-decode-content-transfer-encoding)
3152         (mm-encode-content-transfer-encoding)
3153         (message-options-get, message-options-set):
3154         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3155         * nnfolder.el (gnus-request-group):
3156         * nnheader.el (ietf-drums-unfold-fws):
3157         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3158         * smime.el (gnus-run-mode-hooks):
3159         * spam-stat.el (gnus-message): Autoload.
3160
3161         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3162         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3163         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3164         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3165         Add declare-function compatibility definition.
3166
3167         * gnus-cache.el (nnvirtual-find-group-art):
3168         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3169         (gnus-add-image, gnus-add-wash-type):
3170         * gnus-group.el (nnkiboze-score-file):
3171         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3172         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3173         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3174         (message-tokenize-header, gnus-get-buffer-create)
3175         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3176         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3177         * gnus.el (gnus-group-decoded-name):
3178         * mail-source.el (imap-capability):
3179         * mm-bodies.el (message-options-set):
3180         * mm-decode.el (gnus-configure-windows):
3181         * mm-extern.el (message-goto-body):
3182         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3183         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3184         (epg-sub-key-validity, message-options-set):
3185         * mml.el (widget-event-point, gnus-configure-windows):
3186         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3187         * mml2015.el (epg-check-configuration, epg-configuration)
3188         (message-options-set):
3189         * nndb.el (nndb-request-article):
3190         * nnfolder.el (gnus-request-create-group):
3191         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3192         * nnmaildir.el (gnus-group-mark-article-read):
3193         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3194         * rfc1843.el (message-fetch-field):
3195         * spam.el (gnus-extract-address-components):
3196         Declare as functions.
3197
3198 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3201
3202         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3203
3204         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3205         bind show-trailing-whitespace for XEmacs.
3206
3207 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3208
3209         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3210         new no-op macro for backward compatibility.
3211
3212         * imap.el (imap-string-to-integer): New function.
3213
3214 2007-12-09  Glenn Morris  <rgm@gnu.org>
3215
3216         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3217
3218         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3219         * message.el, mm-view.el, sieve-manage.el, smime.el:
3220         Add declare-function compatibility definition.
3221
3222         * gnus-art.el (w3-region, w3m-region, Info-menu):
3223         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3224         * gnus-sum.el (gnus-get-predicate):
3225         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3226         * message.el (mail-abbrev-in-expansion-header-p):
3227         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3228         (w3m-detect-meta-charset, w3m-region):
3229         * sieve-manage.el (password-read, password-cache-add)
3230         (password-cache-remove):
3231         * smime.el (password-read-and-add): Declare as functions.
3232
3233 2007-12-08  David Kastrup  <dak@gnu.org>
3234
3235         * gnus-sum.el (gnus-summary-simplify-subject-query):
3236         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3237         `message'.
3238
3239 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3242         it to bind idna-program, installation-directory, defined-colors, and
3243         face-attribute for XEmacs of the version that compiles defcustom forms.
3244
3245 2007-12-07  Glenn Morris  <rgm@gnu.org>
3246
3247         * gnus-art.el (article-make-date-line): Revert previous change.
3248
3249 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3250
3251         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3252
3253 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3254
3255         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3256         Call gnus-add-to-range ranges only once with a prepared article-list.
3257
3258 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3259
3260         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3261         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3262         group names with backslashes.  Reported by Tassilo Horn
3263         <tassilo@member.fsf.org>.
3264
3265 2007-12-06  Deepak Goel  <deego3@gmail.com>
3266
3267         * gnus-art.el (article-make-date-line):
3268         * gnus-start.el (gnus-load):
3269         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3270
3271 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-art.el (gnus-use-idna)
3274         * gnus-start.el (gnus-site-init-file)
3275         * message.el (message-use-idna)
3276         * mm-uu.el (mm-uu-hide-markers)
3277         * smiley.el (smiley-style): Revert changes that suppress warnings.
3278
3279 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3282         specify charset to html source.  Reported by Christoph Conrad
3283         <christoph.conrad@gmx.de>.
3284
3285 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3288         idna-program in order to suppress byte compile warning issued by XEmacs
3289         that came to byte compile the default value section of defcustom forms
3290         recently.
3291
3292         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3293         value of installation-directory.
3294
3295         * message.el (message-use-idna): Don't directly refer to the value of
3296         idna-program.
3297
3298         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3299
3300         * smiley.el (smiley-style): Don't directly call face-attribute.
3301
3302 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3305
3306         * gnus-dired.el: Reduce Gnus dependencies.
3307         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3308         require.  Use autoloads instead.
3309         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3310         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3311         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3312         (gnus-dired-mode): Adjust doc string.
3313         (gnus-dired-mail-mode): New variable.
3314         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3315         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3316         (gnus-dired-mail-buffers): New function.  Return mail or message
3317         composition buffers.
3318         (gnus-dired-attach): Use it.
3319         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3320         NO-DECODE.
3321         (gnus-dired-print): Use `gnus-print-buffer' depending on
3322         `gnus-dired-mail-mode'.
3323
3324 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * rfc2047.el (rfc2047-encoded-word-regexp)
3327         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3328         explaining what regexp patterns are for.
3329
3330 2007-12-04  Glenn Morris  <rgm@gnu.org>
3331
3332         * password.el: Move to password-cache.el.
3333
3334         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3335         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3336         * mml-smime.el (password-read, password-cache-add)
3337         (password-cache-remove):
3338         No need to autoload, since mml-sec requires password.
3339
3340         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3341         * message.el (gnus-extract-address-components):
3342         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3343
3344         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3345         password.
3346
3347 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * mailcap.el: Reduce dependencies.
3350         (mail-header-parse-content-type): Autoload.
3351         (mailcap-delete-duplicates): New alias.
3352         (mailcap-mime-info): Add optional argument NO-DECODE.
3353         (mailcap-mime-types): Use mailcap-delete-duplicates.
3354
3355         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3356
3357 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3358
3359         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3360         (imap-parse-status): Upcase status-att for servers that sends them
3361         lower-case (e.g., MS Exchange 2007).
3362
3363 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3366         function.
3367
3368         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3369         (gnus-uu-yenc-article): New function.
3370
3371         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3372
3373         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3374         buffer.
3375
3376 2007-12-02  Glenn Morris  <rgm@gnu.org>
3377
3378         * binhex.el (binhex): New custom group.
3379         (binhex-decoder-program, binhex-decoder-switches)
3380         (binhex-use-external): Move to the binhex custom group.
3381
3382         * uudecode.el (uudecode): New custom group.
3383         (uudecode-decoder-program, uudecode-decoder-switches)
3384         (uudecode-use-external): Move to the uudecode custom group.
3385
3386         * netrc.el (top-level): Don't load `encrypt' features.
3387         (netrc-parse): Don't use encrypt.
3388         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3389
3390         * encrypt.el: Remove file.
3391
3392 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3393
3394         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3395         matches on patches.
3396
3397         * gnus-art.el (gnus-article-browse-html-article): Mention
3398         `mm-text-html-renderer' in the doc string.
3399
3400         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3401         string.  Add comments.
3402
3403         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3404         if rhs is ASCII.
3405
3406 2007-12-01  Glenn Morris  <rgm@gnu.org>
3407
3408         * mail-source.el (top-level): Require format-spec before
3409         eval-when-compile.
3410
3411 2007-11-30  Glenn Morris  <rgm@gnu.org>
3412
3413         * encrypt.el: Require password, rather than autoloading password-read.
3414
3415 2007-11-29  Glenn Morris  <rgm@gnu.org>
3416
3417         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3418         (sasl-make-client, sasl-next-step, sasl-step-data)
3419         (sasl-step-set-data): Declare as functions.
3420
3421 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3424
3425 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3426
3427         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3428         certs should be verified and what is to be done in the event of a
3429         verification failure.
3430
3431         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3432         caller can indicate whether the cache should be disregarded for this
3433         call.  This way the result of the call is reproducible at all times and
3434         can be considered a canonical server name for the supplied method.
3435         (gnus-agent-method-p): Canonicalize server names by pushing their
3436         method through `gnus-method-to-server' using the no-cache argument.
3437
3438         * gnus-srvr.el (gnus-server-insert-server-line): Call
3439         `gnus-method-to-server' with `no-cache' argument.
3440
3441         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3442         gnus-agent-possibly-synchronize-flags as this should be called when the
3443         server is actually being opened.
3444         (gnus-agent-possibly-synchronize-flags)
3445         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3446         flags file of an agentized server to the latter function.
3447
3448         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3449         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3450         after a connection has been established successfully.
3451
3452 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-art.el (article-display-face): Force to display face if called
3455         interactively; check if gnus-article-x-face-too-ugly matches author.
3456         (article-display-x-face): Display face even if From header is missing
3457         as article-display-face does.
3458
3459 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3460
3461         * hashcash.el (message-narrow-to-headers-or-head)
3462         (message-fetch-field, message-goto-eoh)
3463         (message-narrow-to-headers): Declare as functions.
3464
3465 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * mail-source.el (mail-sources): Default to fetch from file for
3468         compatibility with default of nnmail-spool-file.
3469
3470 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3473         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3474         to look for encoded word that should be encoded again.
3475         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3476         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3477         encoding pattern.
3478         (rfc2047-decode-region): Switch strict regexp and loose one according
3479         to rfc2047-allow-irregular-q-encoded-words.
3480
3481 2007-11-25  Romain Francoise  <romain@orebokech.com>
3482
3483         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3484
3485 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3486
3487         * tls.el (tls-program): Provide more custom choices from
3488         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3489         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3490
3491 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3492
3493         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3494         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3495
3496         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3497         `nnmail-spool-file'.
3498
3499         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3500         `nnmail-spool-file'.
3501
3502         * gnus-move.el (gnus-change-server): Ditto.
3503
3504         * gnus-kill.el (gnus-batch-score): Ditto.
3505
3506         * gnus-cache.el (gnus-jog-cache): Ditto.
3507
3508         * gnus-msg.el (gnus-summary-reply):
3509         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3510
3511 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3514         version.  Minor improvement to doc strings.
3515         (tls-program): Add comment.
3516
3517 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3518
3519         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3520         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3521         mismatch between the hostname provided in the certificate and the name
3522         of the host connnecting to.
3523         (open-tls-stream): Use them.  Check certificates against trusted root
3524         certificates.
3525
3526 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * gnus-cache.el (gnus-cache-generate-nov-databases):
3529         Use nnml-generate-nov-databases-directory instead of
3530         nnml-generate-nov-databases-1.
3531
3532 2007-11-24  Glenn Morris  <rgm@gnu.org>
3533
3534         * message.el (message-tool-bar-retro): Update for rename
3535         mail_send.xpm->mail-send.xpm.
3536
3537 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3540         `smime-ldap-search' for Emacs 22 and up.
3541
3542 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3543
3544         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3545
3546         * message.el (message-send-mail-function): Fix error convention.
3547         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3548         (message-widen-reply, message-send-mail, message-talkative-question)
3549         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3550         (message-clone-locals, message-send-news): Use with-current-buffer.
3551         (message-insert-or-toggle-importance): Remove unused var `valid'.
3552         (message-make-references): Remove unused var `new-references'.
3553         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3554
3555 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3556
3557         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3558         (spam-split-symbolic-return-positive): Reflow docstring.
3559         (spam-backends, spam-summary-exit-behavior)
3560         (spam-mark-ham-unread-before-move-from-spam-group)
3561         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3562         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3563         (spam-clear-cache, spam-backend-check, spam-install-backend)
3564         (spam-install-statistical-backend, spam-list-of-processors)
3565         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3566         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3567         (spam-check-crm114, spam-initialize, spam-unload-hook):
3568         Fix typos in docstrings.
3569
3570 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3573         been checked if they have never been read and those group levels are
3574         higher than the one that a user specified.
3575
3576 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3579         foreign groups unless a group level is specified by a user.
3580         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3581
3582 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * message.el (message-send-mail-function): Require sendmail.
3585
3586 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * message.el (message-send-mail-function): Check for smtpmail too.
3589
3590         * utf7.el (utf7-encode, utf7-decode): Use coding system
3591         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3592
3593         * message.el (message-send-mail-function): New function.
3594         (message-send-mail-function): Set default using
3595         message-send-mail-function.  Adjust doc string.
3596         (message-send-mail-with-mailclient): New function.
3597
3598 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3599
3600         * smime.el (from):
3601         * rfc2047.el (message-posting-charset):
3602         * qp.el (mm-use-ultra-safe-encoding):
3603         * pop3.el (parse-time-months):
3604         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3605         * nnml.el (files):
3606         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3607         (jka-compr-compression-info-list, ange-ftp-path-format)
3608         (efs-path-regexp):
3609         * nndiary.el (files):
3610         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3611         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3612         (epg-digest-algorithm-alist, inhibit-redisplay)
3613         (password-cache-expiry):
3614         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3615         (pgg-output-buffer, password-cache-expiry):
3616         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3617         (efs-path-regexp):
3618         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3619         (inhibit-redisplay):
3620         * mm-uu.el (file-name, start-point, end-point, entry)
3621         (gnus-newsgroup-name, gnus-newsgroup-charset):
3622         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3623         (latin-unity-ucs-list):
3624         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3625         (mm-uu-binhex-decode-function):
3626         * message.el (gnus-message-group-art, gnus-list-identifiers)
3627         (rmail-enable-mime-composing, gnus-local-organization)
3628         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3629         (gnus-read-active-file, facemenu-add-face-function)
3630         (facemenu-remove-face-function, gnus-article-decoded-p)
3631         (tool-bar-mode):
3632         * mail-source.el (display-time-mail-function):
3633         * gnus-util.el (nnmail-pathname-coding-system)
3634         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3635         (gnus-original-article-buffer, gnus-user-agent)
3636         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3637         (xemacs-codename, sxemacs-codename, emacs-program-version):
3638         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3639         * gnus-start.el (gnus-agent-covered-methods)
3640         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3641         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3642         (gnus-newsgroup-headers, gnus-group-list-mode)
3643         (gnus-group-mark-positions, gnus-newsgroup-data)
3644         (gnus-newsgroup-unreads, nnoo-state-alist)
3645         (gnus-current-select-method, mail-sources)
3646         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3647         (nnmail-spool-file, gnus-cache-active-hashtb):
3648         * gnus-mh.el (mh-lib-progs):
3649         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3650         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3651         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3652         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3653         (gnus-group-buffer):
3654         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3655         (font-lock-set-defaults):
3656         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3657         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3658         (gnus-summary-post-menu, total-parts, type, condition, length):
3659         * gnus-agent.el (gnus-agent-read-agentview):
3660         * flow-fill.el (show-trailing-whitespace):
3661         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3662         eval-and-compile wrappers for byte compiler pacifiers.
3663
3664         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3665         (mm-display-inline-fontify): Check for featurep 'xemacs not
3666         extent-list.
3667
3668         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3669         itimer-list.
3670         (mm-create-image-xemacs): Only do something for XEmacs.
3671         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3672
3673         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3674
3675         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3676         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3677
3678 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3679
3680         * nnimap.el (nnimap-split-download-body):
3681         * gnus-demon.el (gnus-demon):
3682         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3683
3684 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3687         macros.
3688         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3689         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3690         copy data from unibyte buffer to multibyte current buffer.
3691         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3692         to copy data from unibyte current buffer to multibyte buffer.
3693         (nntp-make-process-buffer): Make process buffer unibyte.
3694
3695         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3696
3697 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3698
3699         * pop3.el (pop3-open-server): Accept and process data more robustly at
3700         connexion start to avoid spurious "POP SSL connexion failed" errors.
3701
3702 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3705         read group names.
3706
3707 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3710
3711 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3714         (nnmail-save-active): Use a unibyte buffer when saving active file,
3715         which may contain non-ASCII group names.
3716
3717         * nnml.el (nnml-request-group): Decode group names in messages.
3718
3719 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * message.el (message-citation-line-function)
3722         (message-insert-formatted-citation-line): Fix spelling of
3723         `message-insert-formated-citation-line'.
3724
3725 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3726
3727         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3728
3729 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3732         nnmail-pathname-coding-system.
3733
3734         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3735         that a user enters; decode group names in messages.
3736
3737         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3738
3739 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3740
3741         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3742
3743         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3744
3745         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3746         risky local variable.
3747
3748         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3749
3750 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3751
3752         * encrypt.el: Improve documentation to fix function name typo.
3753         Reported by Daiki Ueno <ueno@unixuser.org>.
3754
3755 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3758         even if the point is not in the last page of an article.
3759         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3760         back to the previous page.
3761
3762 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3765
3766 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3769
3770 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * message.el (message-check-news-body-syntax): Avoid
3773         mm-string-as-multibyte.
3774         (message-hide-headers): Don't assume (point-min)==1.
3775
3776 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * message.el (message-remove-blank-cited-lines): Fix if remove is
3779         given.
3780         (message-bogus-address-regexp): New variable.
3781         (message-bogus-recipient-p): New function.
3782         (message-check-recipients): New command.
3783         (message-syntax-checks): Add `bogus-recipient'.
3784         (message-fix-before-sending): Add `bogus-recipient'.
3785
3786         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3787         (gnus-treat-body-boundary): Don't test window-system.
3788
3789 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3790
3791         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3792
3793 2007-10-28  Miles Bader  <miles@gnu.org>
3794
3795         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3796         at compile-time too.
3797
3798 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * gnus-msg.el (gnus-message-setup-hook): Add
3801         `message-remove-blank-cited-lines' to options.
3802
3803 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3804
3805         * message.el (message-remove-blank-cited-lines): New function.
3806         Suggested by Karl Plästerer.
3807
3808 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3811         mapc.
3812
3813         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3814         (top-level): Use mapc to set functions to be traced for debugging.
3815
3816         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3817         called for effect with while loop.
3818
3819         * message.el (message-talkative-question): Replace mapcar called for
3820         effect with mapc.
3821
3822         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3823         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3824         called for effect with dolist.
3825
3826         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3827
3828         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3829         gnus-extra-headers and nnmail-extra-headers.
3830
3831         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3832         called for effect with dolist.
3833         (top-level): Use mapc to set functions to be traced for debugging.
3834
3835         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3836         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3837         dolist.
3838
3839         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3840         Replace mapcar called for effect with mapc.
3841         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3842         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3843         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3844         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3845
3846         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3847         remove-if that's a cl function.
3848
3849         * webmail.el (webmail-debug): Replace mapcar called for effect with
3850         dolist.
3851
3852         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3853         with mapc.
3854
3855 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3858         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3859         with while loop.
3860
3861         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3862         functions from article-* functions.
3863         (gnus-multi-decode-header): Replace mapcar called for effect with
3864         dolist.
3865
3866         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3867         (gnus-bookmark-show-details): Replace mapcar called for effect with
3868         while loop.
3869
3870         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3871         called for effect with while loop.
3872
3873         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3874         with dolist.
3875
3876         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3877         mapcar called for effect with dolist.
3878
3879         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3880
3881         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3882         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3883         Replace mapcar called for effect with dolist.
3884         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3885         mapc.
3886
3887         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3888         Replace mapcar called for effect with dolist.
3889         (gnus-topic-list): Replace mapcar called for effect with mapc.
3890
3891         * gnus.el: Use mapc instead of mapcar to add autoloads.
3892
3893 2007-10-23  Richard Stallman  <rms@gnu.org>
3894
3895         * gnus-group.el (gnus-group-highlight): Mark as risky.
3896
3897 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus.el (gnus-server-to-method): Return method found first in
3900         gnus-newsrc-alist.
3901
3902         * gnus-art.el (gnus-article-highlight-signature)
3903         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3904         button overlay without the front stickiness.
3905
3906 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3907
3908         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3909         overview buffer needed a catch to receive its throw.
3910         (gnus-agent-flush-cache): Declared as interactive to make this function
3911         easier to use.
3912
3913 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3916         `next-line'.
3917
3918 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3921         exclude address matching message-dont-reply-to-names.
3922
3923 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-util.el (gnus-string<): New function.
3926
3927         * gnus-sum.el (gnus-article-sort-by-author)
3928         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3929
3930 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3933         the frame-focus tag is set in gnus-buffer-configuration.
3934
3935 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3938         the front stickiness.
3939
3940 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3943         url pattern; remove duplicate one.
3944         (gnus-article-extend-url-button): New function.
3945         (gnus-article-add-buttons): Use it.
3946         (gnus-button-push): Use concatenated url that it makes.
3947
3948 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3949
3950         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3951
3952 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3953
3954         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3955         Don't hardcode point-min==1.
3956
3957 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3960         Fix comment about "iso8859-1".
3961
3962 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3963
3964         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3965         ones returned from the verify-function.
3966
3967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3968         mml2015-extract-cleartext-signature if extraction failed.
3969
3970 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3971
3972         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3973         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3974         failed.
3975
3976 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3979
3980 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3983         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3984         recommends to use EasyPG instead of PGG.
3985
3986         * pgg.el: Revert to revision 6.23.2.16
3987
3988         * pgg-def.el: Revert to revision 6.6.2.14.
3989
3990         * pgg-gpg.el: Revert to revision 6.23.2.34.
3991
3992 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3995         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3996         thread for both the null and zero (kill/expire thread) universal prefix
3997         cases.
3998         (gnus-summary-expire-thread): Add new function to expire a thread,
3999         using gnus-summary-kill-thread.
4000         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4001         shortcuts for gnus-summary-expire-thread.
4002         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4003         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4004
4005 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4008         extras value, so an extras entry can be deleted.
4009         (gnus-registry-delete-extra-entry): Use it.
4010         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4011         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4012         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4013         storage through the gnus-registry, and provide an appropriate API for
4014         it.
4015
4016 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4019         Suggested by Leo <sdl.web@gmail.com>.
4020
4021         * gnus.el: Do.
4022
4023 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4026         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4027
4028         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4029
4030         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4031         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4032
4033 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4036         newline.
4037         (nnmbox-request-accept-article): Don't change article in source buffer;
4038         narrow to header to use message-fetch-field rather than
4039         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4040         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4041         as delimiters; make sure article ends with newline.
4042         (nnmbox-delete-mail): Correct last position of article to be deleted;
4043         ignore X-Gnus-Newsgroup header in article body.
4044         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4045         positions; make sure article ends with newline.
4046
4047         * message.el (message-display-abbrev): Don't infloop when a user
4048         inserts SPC in the beginning of header.
4049
4050         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4051         coding-system-for-read and coding-system-for-write for XEmacs having no
4052         file-coding feature.
4053
4054         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4055
4056 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4059         list of groups not followed by default.  Fix type to be regexp.
4060         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4061
4062 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4063
4064         * hmac-def.el (define-hmac-function): Switch from old-style to
4065         new-style backquotes.
4066
4067         * md4.el (md4-make-step): Likewise.
4068
4069 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4072         raw-text coding system when saving .newsrc file, which may contain
4073         non-ASCII group names.
4074
4075 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-cus.el (gnus-score-extra): New widget.
4078         (gnus-score-extra-convert): New function.
4079         (gnus-score-customize): Use it for Extra.
4080
4081 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4082
4083         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4084         (mml2015-mailcrypt-clear-verify): Use it.
4085         (mml2015-gpg-clear-verify): Use it.
4086         (mml2015-pgg-clear-verify): Use it.
4087         (mml2015-epg-clear-verify): Replace the current part with the output
4088         from GnuPG; don't extract the plaintext by itself.
4089
4090         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4091         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4092         mml2015-clear-verify-function; don't touch the armor headers or
4093         dash-escaped text here.
4094
4095 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4098         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4099         parts, or application/octet-stream as a last resort.
4100         (gnus-mime-view-part-as-type): Don't toggle display.
4101         (gnus-mime-view-part-as-charset): Don't turn off display before
4102         querying charset.
4103
4104         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4105         stuff to undisplayer function in Emacs.
4106         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4107
4108         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4109         text/calendar parts.
4110
4111 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4114         decoding text/calendar parts.
4115
4116         * message.el (message-forward-make-body-mime): Always mark body as
4117         having no illegible text; remove signed-or-encrypted argument.
4118         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4119
4120         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4121         (mml-generate-mime-1): Don't encode body if it is specified to be in
4122         raw form; don't make buffer be unibyte when inserting multibyte string.
4123
4124 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * sha1.el: Fix up comment style.
4127         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4128         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4129
4130         * hex-util.el: Fix up comment style.
4131         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4132
4133         * gnus-salt.el: Use with-current-buffer.
4134         (gnus-pick-setup-message): Fix long-standing typo.
4135
4136 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * imap.el (imap-logout-timeout): New variable.
4139         (imap-logout, imap-logout-wait): New functions.
4140         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4141
4142         * nnimap.el (nnimap-logout-timeout): New server variable.
4143         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4144         nnimap-logout-timeout.
4145
4146         * gnus-art.el (gnus-article-summary-command-nosave)
4147         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4148
4149 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus.el (gnus-maximum-newsgroup): New variable.
4152
4153         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4154         according to gnus-maximum-newsgroup.
4155
4156         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4157         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4158         Limit the range of articles according to gnus-maximum-newsgroup.
4159
4160 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4161
4162         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4163         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4164         Don't perform gnus-configure-windows here; reuse existing sticky
4165         article buffer.
4166
4167         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4168         it doesn't exist in gnus-article-mode.
4169
4170 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4173         (gnus-agent-decoded-group-name): New function.
4174         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4175         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4176
4177 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4178
4179         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4180         Add binding for gnus-sticky-article.
4181         (gnus-summary-exit): Don't kill sticky article buffers.
4182
4183         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4184         article buffer.
4185         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4186         (gnus-kill-sticky-article-buffers): New commands.
4187
4188 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * nntp.el (nntp-xref-number-is-evil): New server variable.
4191         (nntp-find-group-and-number): If it is non-nil, don't trust article
4192         numbers in the Xref header.
4193
4194 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-agent.el (gnus-agent-read-group): New function.
4197         (gnus-agent-flush-group, gnus-agent-expire-group)
4198         (gnus-agent-regenerate-group): Use it.
4199         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4200         nnmail-pathname-coding-system.
4201
4202 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4205
4206         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4207         that are unread as unread, and also as selected so that information of
4208         marks having been changed by a user may be updated when exiting group.
4209
4210 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4213         calculated ignoring signature parts to gnus-treat-article.
4214
4215 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4218         a point here in order to keep the window start.
4219         (gnus-insert-mime-security-button): Make a button overlay without the
4220         front stickiness.
4221         (gnus-mime-display-security): Goto the end of a button.
4222
4223         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4224
4225 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4228         group-name-at-point.
4229         (gnus-group-completing-read): New function that offers decoded
4230         non-ASCII group names for completion.
4231         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4232         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4233         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4234         (gnus-group-fetch-control): Use it.
4235         (gnus-fetch-group): Use group-name-at-point for the initial value
4236         rather than the default value; use gnus-alive-p.
4237
4238         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4239         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4240         (gnus-summary-post-news): Use gnus-group-completing-read.
4241
4242         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4243         (gnus-read-move-group-name): Decode group name for completion.
4244
4245 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4248         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4249         Yamaoka slightly modified the code).
4250
4251 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4254         (nnmail-split-incoming): Bind it.
4255
4256         * nnml.el (nnml-group-name-charset): New function.
4257         (nnml-decoded-group-name): Use it; don't decode group name if
4258         nnmail-group-names-not-encoded-p is non-nil.
4259         (nnml-encoded-group-name): New function.
4260         (nnml-group-pathname): Inline nnml-decoded-group-name.
4261         (nnml-request-expire-articles): Decode group name in message.
4262         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4263         nnmail-pathname-coding-system.
4264         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4265         not decoded ones according to nnmail-group-names-not-encoded-p.
4266         (nnml-generate-active-info): Use nnml-encoded-group-name.
4267
4268 2007-08-08  Glenn Morris  <rgm@gnu.org>
4269
4270         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4271         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4272         doc-strings and comments.
4273
4274 2007-07-25  Glenn Morris  <rgm@gnu.org>
4275
4276         * Relicense all FSF files to GPLv3 or later.
4277
4278 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-sum.el (gnus-summary-move-article): Make
4281         gnus-summary-respool-article work.
4282
4283 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4286         string.
4287
4288 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4289
4290         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4291         that should be ignored when comparing distant RSS articles with local
4292         ones.
4293         (nnrss-make-hash-index): New function.  Create a hash index according
4294         to the ignored fields.
4295         (nnrss-check-group): Use it.
4296
4297 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4300
4301         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4302
4303         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4304         the new optional argument ENCODED is non-nil.
4305         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4306         coding system for encoding group name.
4307         (gnus-group-make-rss-group): Pass un-encoded group name to
4308         gnus-group-make-group.
4309         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4310         encoded.
4311
4312         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4313         Encode group name to which articles are moved or copied.
4314         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4315         coding system for encoding Newsgroup, Followup-To and Xref headers.
4316
4317         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4318         marks; use nnheader-file-coding-system to write a file.
4319         (nnagent-retrieve-headers): Bind file-name-coding-system to
4320         nnmail-pathname-coding-system.
4321
4322         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4323
4324         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4325         (nnml-request-article, nnml-request-create-group)
4326         (nnml-request-rename-group, nnml-find-id)
4327         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4328         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4329         (nnml-save-marks): Use nnml-group-pathname instead of
4330         nnmail-group-pathname.
4331
4332         (nnml-request-create-group, nnml-request-expire-articles)
4333         (nnml-request-move-article, nnml-request-delete-group)
4334         (nnml-deletable-article-p, nnml-possibly-create-directory)
4335         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4336         (nnml-open-marks): Bind file-name-coding-system to
4337         nnmail-pathname-coding-system.
4338
4339         (nnml-request-article): Pass server argument to nnml-find-group-number.
4340         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4341         server argument to nnml-possibly-create-directory.
4342         (nnml-request-accept-article): Pass server argument to
4343         nnml-active-number and nnml-save-mail.
4344         (nnml-find-group-number): Pass server argument to nnml-find-id.
4345         (nnml-request-update-info): Pass server argument to
4346         nnml-marks-changed-p.
4347
4348         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4349         (nnml-save-mail, nnml-active-number): Add server argument.
4350
4351         (nnml-request-delete-group): Warn if group is missing.
4352         (nnml-get-nov-buffer): Decode group name.
4353         (nnml-generate-active-info): Encode group name.
4354         (nnml-open-marks): Decode group name in messages.
4355
4356 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4359         if it is not specified.
4360         (gnus-article-pipe-part, gnus-article-save-part)
4361         (gnus-article-interactively-view-part, gnus-article-copy-part)
4362         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4363         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4364         (gnus-article-replace-part, gnus-article-delete-part)
4365         (gnus-article-view-part-as-type): Pass raw prefix argument to
4366         gnus-article-part-wrapper.
4367
4368 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-agent.el (gnus-agent-save-active): Bind
4371         nnheader-file-coding-system to gnus-agent-file-coding-system.
4372
4373         * gnus-cache.el (gnus-cache-save-buffers)
4374         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4375         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4376         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4377         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4378         (gnus-cache-generate-active, gnus-cache-rename-group)
4379         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4380         (gnus-cache-update-overview-total-fetched-for): Bind
4381         file-name-coding-system to nnmail-pathname-coding-system.
4382         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4383         variables.
4384         (gnus-cache-decoded-group-name): New function.
4385         (gnus-cache-file-name): Use it.
4386         (gnus-cache-generate-active): Use non-decoded group name for active.
4387
4388         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4389         right place.
4390         (gnus-write-active-file): Don't break non-ASCII group names.
4391
4392         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4393         nnmail-pathname-coding-system.
4394
4395         * lpath.el: Bind default-file-name-coding-system,
4396         file-name-coding-system and language-info-alist for XEmacs.
4397
4398         * gnus-uu.el (gnus-uu-decode-save): Typo.
4399
4400 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4403
4404 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4407         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4408         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4409         (gnus-agent-flush-group, gnus-agent-flush-cache)
4410         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4411         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4412         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4413         (gnus-agent-regenerate-group)
4414         (gnus-agent-update-files-total-fetched-for)
4415         (gnus-agent-update-view-total-fetched-for): Bind
4416         file-name-coding-system to nnmail-pathname-coding-system.
4417         (gnus-agent-group-pathname): Don't encode file names by
4418         nnmail-pathname-coding-system.
4419         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4420         coding-system-for-write instead of buffer-file-coding-system to
4421         gnus-agent-file-coding-system.
4422
4423         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4424         Decode group name.
4425
4426         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4427
4428         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4429         (gnus-read-newsrc-el-file): Make group names unibyte.
4430
4431         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4432         nnmail-pathname-coding-system.
4433
4434         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4435         (nnrss-request-delete-group): Bind file-name-coding-system to
4436         nnmail-pathname-coding-system.
4437         (nnrss-read-server-data, nnrss-read-group-data): Bind
4438         file-name-coding-system correctly.
4439         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4440
4441         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4442         (nntp-server-to-method-cache): New variable.
4443         (nntp-group-pathname): New function that decodes non-ASCII group names.
4444         (nntp-possibly-create-directory, nntp-marks-changed-p)
4445         (nntp-save-marks, nntp-open-marks): Use it.
4446         (nntp-possibly-create-directory, nntp-open-marks):
4447         Bind file-name-coding-system to nnmail-pathname-coding-system.
4448         (nntp-open-marks): Decode group names when bootstrapping marks.
4449
4450         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4451         Newsgroups and Folowup-To headers.
4452
4453 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4456         (gnus-server-closed-face, gnus-server-denied-face)
4457         (gnus-server-offline-face): Remove variable.
4458         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4459
4460         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4461         of modifying message-stack directly for XEmacs.
4462
4463         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4464         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4465         if the coding-system argument is nil for XEmacs.
4466
4467         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4468         mm-charset-override-alist.
4469
4470         * rfc2047.el: Don't require base64; require rfc2045 for the function
4471         rfc2045-encode-string.
4472         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4473         to quote the parameter value.
4474
4475 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4478         form in gnus-group-name-charset-method-alist.
4479
4480         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4481         overrides the default layout edit-form.
4482
4483         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4484
4485         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4486
4487 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4490         as unfetched articles.
4491
4492 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4495
4496 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4499         original back end that keeps marks in the local system.
4500
4501 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4504         arg of pop-to-buffer for XEmacs.
4505         (gnus-article-read-summary-keys): Ditto; don't restore window
4506         configuration if summary command ends up with neither article buffer
4507         nor summary buffer; describe bindings if summary keys end with C-h.
4508
4509 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * message.el (message-fix-before-sending): Skip raw message part to be
4512         forwarded while checking illegible text.
4513         (message-forward-make-body-mime, message-forward-make-body): Mark
4514         signed or encrypted raw message as having no illegible text.
4515
4516 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4519         (gnus-message-with-timestamp-1): New macro.
4520         (gnus-message-with-timestamp): New function.
4521         (gnus-message): Use them.
4522
4523         * nnheader.el (nnheader-message): Use them.
4524
4525 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4528         .newsrc.eld file.
4529
4530 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-agent.el (gnus-agent-fetch-headers)
4533         (gnus-agent-retrieve-headers): Bind
4534         gnus-decode-encoded-address-function to identity.
4535
4536         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4537         available also when the server returns simply a dot.
4538
4539         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4540
4541 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4544
4545 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-ems.el (gnus-x-splash): Make it work.
4548
4549         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4550         from being used.
4551
4552         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4553
4554 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4557         4th and the 5th arguments.
4558
4559         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4560         the front stickiness.
4561         (gnus-article-summary-command-nosave): Correct the order of the
4562         arguments passed to pop-to-buffer.
4563         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4564         summary command ends up with the article buffer.
4565
4566         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4567         the same faces.
4568
4569 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4570
4571         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4572
4573 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4574
4575         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4576         * gnus-sum.el (gnus-summary-highlight):
4577         * pgg.el (pgg-sign-region, pgg-sign):
4578         * mail-source.el (mail-source-delete-old-incoming-confirm):
4579         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4580
4581 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-mime-view-part-externally)
4584         (gnus-mime-view-part-internally): Fix predicate function passed to
4585         completing-read.
4586
4587         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4588
4589         * gnus.el (gnus-update-message-archive-method): Add :version.
4590
4591 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus.el (gnus-update-message-archive-method): New variable.
4594
4595         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4596         according to gnus-message-archive-method if
4597         gnus-update-message-archive-method is non-nil.
4598
4599 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4602         by Loic Dachary <loic@dachary.org>.
4603         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4604
4605 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * message.el (message-pop-to-buffer): Add switch-function argument.
4608         (message-mail): Pass switch-function argument to it.
4609
4610 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4613         Improve doc string.
4614
4615 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4618         (gnus-header-content)
4619         * gnus-cite.el (gnus-cite-10)
4620         * gnus-srvr.el (gnus-server-closed)
4621         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4622         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4623         (gnus-group-mail-3-empty, gnus-group-mail-low)
4624         (gnus-group-mail-low-empty, gnus-splash)
4625         * message.el (message-header-to, message-header-cc)
4626         (message-header-subject, message-header-other, message-header-name)
4627         (message-header-xheader, message-separator, message-cited-text)
4628         (message-mml): Lighten colors of faces used for dark background.
4629
4630 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4631
4632         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4633         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4634
4635 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * message.el (message-narrow-to-headers-or-head):
4638         Ignore mail-header-separator in the body.
4639
4640 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4643         same as window size.
4644
4645 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4646
4647         * message.el (message-font-lock-keywords): Use message-header-xheader
4648         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4649         ahead of the anything pattern, to get it recognised.
4650
4651 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4654         spam.el loads uses it in the compiled defadvice form.
4655
4656 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4657
4658         * gnus-sum.el (gnus-articles-to-read)
4659         (gnus-summary-insert-old-articles): Don't truncate group name for
4660         `read-string'.
4661
4662         * gnus-util.el (gnus-limit-string): Delete this function.
4663
4664         * gnus-sum.el (gnus-simplify-subject-fully): Use
4665         `truncate-string-to-width' instead.
4666
4667 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4668
4669         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4670         if, on summary exit, the next group has to be selected.
4671         (gnus-summary-exit): Use it.
4672
4673 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4676         non-break space.
4677
4678 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4681         Check if group is not a directory.
4682         (nnfolder-request-expire-articles): Don't delete articles if the target
4683         group is not available.
4684
4685         * nnml.el (nnml-request-create-group): Properly check if group is not a
4686         file.
4687         (nnml-request-expire-articles): Don't delete articles if the target
4688         group is not available.
4689
4690         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4691         Don't quote characters that are within parentheses.
4692
4693 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4696         (gnus-handle-ephemeral-exit): Select article according to it.
4697
4698 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * message.el (message-insert-formated-citation-line): Remove newline.
4701         (message-citation-line-format): Add final \n here so that the user can
4702         avoid a blank line.
4703
4704 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4705
4706         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4707         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4708         Update lanl/arXiv support.
4709
4710 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * gnus.el: Bump version number.
4713
4714 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus.el (gnus-version-number): Bump version.
4717
4718 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4719
4720         * gnus.el: No Gnus v0.6 is released.
4721
4722 2007-04-27  Didier Verna  <didier@xemacs.org>
4723
4724         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4725         * gmm-utils.el (gmm-regexp-concat): here.
4726         * message.el: Don't require 'gnus-util.
4727         (message-dont-reply-to-names): Handle name change above.
4728         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4729
4730 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4733         since the initial value varies according to the system.
4734
4735 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4738
4739 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4740
4741         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4742
4743 2007-04-24  Didier Verna  <didier@xemacs.org>
4744
4745         Improve the type of gnus-ignored-from-addresses.
4746         * gnus-util.el (gnus-orify-regexp): New function.
4747         * message.el (gnus-util): Require it.
4748         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4749         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4750         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4751
4752 2007-04-24  Didier Verna  <didier@xemacs.org>
4753
4754         * gnus-sum.el:
4755         * gnus-utils.el: Fix some trailing whitespaces.
4756
4757 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4760         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4761         article's Message-ID; refer parent article in summary buffer.
4762
4763         * message.el (message-bounce): Call mime-to-mml.
4764
4765         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4766         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4767         optimize and/or forms properly.
4768
4769 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4772         URL.
4773
4774 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4777
4778 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4781         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4782         displayed of multipart/alternative part if it is invoked from summary
4783         buffer.
4784
4785         * mm-view.el (mm-inline-text-html-render-with-w3m)
4786         (mm-inline-text-html-render-with-w3m-standalone)
4787         (mm-inline-render-with-function): Use mail-parse-charset by default.
4788
4789 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4790
4791         * parse-time.el (parse-time-string-chars): Check if CHAR
4792         is less than the length of parse-time-syntax.
4793
4794 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4797         from gnus-newsgroup-processable.
4798
4799 2007-04-16  Didier Verna  <didier@xemacs.org>
4800
4801         * gnus-msg.el (gnus-configure-posting-styles): Handle
4802         message-signature-directory properly with :file syntax.  Reported by
4803         "Leo".
4804
4805 2007-04-11  Didier Verna  <didier@xemacs.org>
4806
4807         New user option: message-signature-directory.
4808         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4809         * message.el (message-insert-signature): Ditto.
4810         * message.el (message-signature-file): Doc update.
4811         * message.el (message-signature-directory): New.
4812
4813 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-msg.el (gnus-inews-yank-articles): Use
4816         message-exchange-point-and-mark instead of exchange-point-and-mark.
4817
4818 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * message.el (message-yank-original): Make sure cited text ends with
4821         newline; don't exchange point and mark.
4822
4823 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4824
4825         * tls.el (open-tls-stream): Properly handle case where there
4826         is no associated buffer.
4827
4828 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4829
4830         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4831         message-yank-original, make sure (< mark TEXT point).
4832
4833 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * message.el (message-fill-column): New variable.
4836         (message-mode): Use it.  Add comment on a possible new hook.
4837
4838         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4839         (nnmail-get-new-mail): Reformat.
4840
4841         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4842
4843         * gmm-utils.el: Fix Commentary.
4844         (gmm-tool-bar-from-list): Fix typo in doc string.
4845
4846 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4847
4848         * message.el (message-yank-original): Don't switch point and mark
4849         unnecessarily to put point and mark as documented.
4850
4851 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4854         from the message heads.
4855
4856 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4857
4858         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4859         article buffer does not have a window.  This may not be the best
4860         solution but is certainly better than setting the start of the null,
4861         that is the current, window.
4862
4863 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4866         (gnus-draft-setup): Run it.
4867
4868         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4869         gnus-score-fast-scoring.  Allow regexp.
4870         (gnus-score-headers): Use it.
4871
4872         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4873         XEmacs.
4874
4875         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4876         string.
4877         (gnus-button-alist): Also catch `<f1> k ...'.
4878         (gnus-treat-display-x-face): Fix doc string.
4879
4880 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4881
4882         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4883         evaluation of gnus-extended-version to ensure correct generation of the
4884         User-Agent header when message-generate-headers-first is used.
4885
4886 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4887
4888         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4889         hashcash-path is nil.  Don't call callback with incorrect number of
4890         parameters if val is 0.
4891
4892 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4893
4894         * message.el (message-required-news-headers):
4895         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4896
4897 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4898
4899         * tls.el (open-tls-stream): In handshake-waiting loop,
4900         don't wait more if there is output available to process.
4901
4902 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4903
4904         * tls.el (tls-program): Doc fix.
4905
4906 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * message.el (message-generate-new-buffers): Change the meaning of the
4909         nil value; add `standard' to the choices; treat t as `unique'; improve
4910         doc string.
4911         (gnus-select-frame-set-input-focus): Autoload.
4912         (message-buffer-name): Search for the existing message buffer if
4913         message-generate-new-buffers is nil or `standard'; treat the value t of
4914         message-generate-new-buffers as `unique'.
4915         (message-pop-to-buffer): Raise the frame already displaying the message
4916         buffer; clear the echo area after querying.
4917         (message-setup): Pass the `continue' argument to compose-mail.
4918         (message-mail): Prefer `switch-function' if it is given; search for the
4919         existing message buffer if the `continue' argument is non-nil; pass
4920         continue and switch-function arguments to compose-mail by way of
4921         message-setup.
4922         (message-mail-other-window): Adjust argument of message-setup.
4923         (message-mail-other-frame): Ditto.
4924
4925 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4928         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4929         to turn font-lock on when turning gnus-message-citation-mode on.
4930
4931 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4932
4933         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4934         (mml-smime-function-alist): New variable; add epg as the backend.
4935         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4936         mml-smime- functions instead.
4937         * mm-view.el: Require smime.
4938
4939 2007-03-05  Didier Verna  <didier@xemacs.org>
4940
4941         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4942         instead of just inheritance for posting styles.
4943         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4944
4945 2007-02-24  Chris Moore  <dooglus@gmail.com>
4946
4947         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4948         * pgg-pgp.el (pgg-pgp-encrypt-region):
4949         * pgg-gpg.el (pgg-gpg-encrypt-region):
4950         Check pgg-encrypt-for-me if no other recipients.
4951
4952 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4953
4954         * tls.el (tls-certtool-program): Fix custom type.
4955
4956 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4959         and point-at-eol instead of line-(beginning|end)-position.
4960
4961         * assistant.el (assistant-parse-buffer): Ditto.
4962
4963         * netrc.el (netrc-parse-services): Ditto.
4964
4965 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4966
4967         * mml2015.el (mml2015-epg-find-usable-key): New function.
4968         (mml2015-epg-sign): Use it.
4969         (mml2015-epg-encrypt): Use it.
4970
4971 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * message.el (message-make-in-reply-to): Quote name containing
4974         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4975         if there are special characters.  Reported by NAKAJI Hiroyuki
4976         <nakaji@jp.freebsd.org>.
4977
4978 2007-02-27  Didier Verna  <didier@xemacs.org>
4979
4980         Include the group parameters as well as the topic ones in the
4981         inheritance filter process.
4982         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4983         argument GROUP-PARAMS-LIST.
4984         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4985
4986 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * nntp.el (nntp-never-echoes-commands)
4989         (nntp-open-connection-functions-never-echo-commands): New variables.
4990         (nntp-send-command): Use them.
4991
4992 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4993
4994         * mml2015.el (mml2015-epg-verify): Simplified.
4995
4996 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * mml.el (mml-content-disposition-alist): New user option.
4999         (mml-content-disposition): New function.
5000         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5001         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5002
5003 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5004
5005         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5006         verification.
5007
5008 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5009
5010         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5011         articles posted in the last 24 hours.
5012
5013 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5014
5015         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5016
5017 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5018
5019         * nntp.el (nntp-send-command): Don't wait for echoes when
5020         nntp-open-ssl-stream is used.
5021
5022 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5025         (gnus-message-add-citation-keywords)
5026         (gnus-message-remove-citation-keywords): Remove.
5027         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5028         directly, make the variables in font-lock-defaults buffer-local, add
5029         gnus-message-citation-keywords to them and then update the value of
5030         font-lock-keywords.
5031
5032 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * message.el (message-cite-original-1): Don't call
5035         gnus-article-highlight-citation.
5036
5037         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5038         citations; fix line count.
5039
5040 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5043         (gnus-message-add-citation-keywords)
5044         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5045         versions of font-lock-add-keywords and font-lock-remove-keywords to
5046         work with XEmacs correctly.
5047
5048 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-cite.el (gnus-cite-face-list): Set the values of
5051         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5052         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5053         (gnus-message-cite-prefix-regexp): New variable.
5054         (gnus-message-search-citation-line): Use it; protect against long
5055         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5056         the 0th match data for Emacs.
5057         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5058         (gnus-message-add-citation-keywords): Append keywords rather than
5059         prepending; emulate font-lock-add-keywords if it is not available.
5060         (gnus-message-remove-citation-keywords): Emulate
5061         font-lock-remove-keywords if it is not available.
5062
5063         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5064
5065         * message.el (message-cite-prefix-regexp): Set the value of
5066         gnus-message-cite-prefix-regexp.
5067
5068 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5069
5070         * nnweb.el (nnweb-google-parse-1): Update parser.
5071
5072 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5073
5074         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5075
5076 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5077
5078         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5079         regexp.
5080
5081 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5084         string-to-multibyte.
5085         (uudecode-decode-region-internal): Use it.
5086
5087         * lpath.el: Fbind string-as-multibyte for XEmacs.
5088
5089 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5092         custom choice.
5093
5094         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5095
5096 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5097
5098         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5099
5100         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5101         `write-region' to respect `mm-inhibit-file-name-handlers'.
5102
5103 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5106         Use gnus-home-directory instead of "~/" or "$HOME".
5107
5108 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5111         to mention filename.
5112         Add comments at beginning regarding usage.
5113         (encrypt-write-file-contents): Change interactive so a string is
5114         acceptable.  If the file has no associated model, show an error instead
5115         of a nonsense prompt.
5116
5117 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5118
5119         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5120         Thanks to Yoshihiko Yamada for kind notification of this typo.
5121
5122 2007-01-12  Kenichi Handa  <handa@m17n.org>
5123
5124         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5125         multibyte buffer.
5126
5127 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * gnus-score.el (gnus-score-fast-scoring): New variable.
5130         (gnus-score-headers): Use it.
5131
5132         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5133
5134         * message.el (message-cite-original-1): Call
5135         gnus-article-highlight-citation if requested.
5136         (message-make-from): Allow name and address as optional arguments.
5137
5138         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5139
5140         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5141         bugs to doc string.
5142         (gnus-button-alist): Add mid\\|message-id.
5143         (gnus-button-fetch-group): Extend for use in
5144         `browse-url-browser-function'.
5145         (gnus-button-url-regexp): Try to catch paired parentheses like in
5146         Wikipedia URLs.
5147
5148         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5149         Suggested by Simon Krahnke <overlord@gmx.li>.
5150
5151 2007-01-13  Romain Francoise  <romain@orebokech.com>
5152
5153         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5154         Update copyright.
5155
5156 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5157
5158         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5159
5160 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * gnus-registry.el (gnus-registry-unfollowed-groups)
5163         (gnus-registry-split-fancy-with-parent): Fix documentation.
5164
5165 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5168         from nnweb groups.
5169
5170 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5173         Xref urls.  Erase buffer before requesting head.
5174
5175 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5178         customizable.
5179
5180 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5181
5182         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5183         no signing key is found.
5184         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5185         no encrypting and/or signing key is found.
5186
5187 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5190
5191 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5192
5193         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5194         headers read from disk with the ones newly found in the current search.
5195         This should no longer cause problems, because the article numbers in
5196         Gmane's `nov.php' output are ignored since the previous change.
5197
5198 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5199
5200         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5201
5202 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5205         replace-regexp-in-string; bind url-version; fbind display-images-p and
5206         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5207         find-face and set-itimer-function for Emacs; bind itimer-list for
5208         Emacs.
5209
5210         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5211
5212 2007-01-01  Romain Francoise  <romain@orebokech.com>
5213
5214         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5215
5216 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5217
5218         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5219         `define-minor-mode' macro definition expanded properly.
5220         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5221         exclude it there.
5222
5223         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5224         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5225         `fboundp' test.
5226         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5227         This is OK to autoload in (S)XEmacs now.
5228
5229 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5232         keystroke.
5233         (gnus-summary-limit-to-singletons): Fix typo.
5234
5235         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5236         else fails.
5237
5238 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5239
5240         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5241         docstring.
5242
5243         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5244         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5245         (gnus-summary-insert-dormant-articles): Fix typo in message.
5246
5247 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5250         nil for XEmacs.
5251         (gnus-message-citation-mode): Don't autoload in XEmacs.
5252
5253         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5254
5255 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5256
5257         * nnimap.el (nnimap-expunge-search-string): Mention
5258         nnimap-search-uids-not-since-is-evil in docstring.
5259
5260 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * spam.el: Revert to make-obsolete-variable because
5263         define-obsolete-variable-alias is not supported in Emacs 21.
5264
5265         * spam.el (spam-ifile-path, spam-ifile-database-path)
5266         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5267         make-obsolete-variable.
5268         (spam-bsfilter-path, spam-bsfilter-program)
5269         (spam-spamassassin-path, spam-spamassassin-program)
5270         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5271         use "path" inappropriately.
5272         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5273         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5274         variable names.
5275
5276 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5277
5278         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5279         summary buffer.
5280
5281         * password.el (password-cache-remove): Use clear-string to burn
5282         password, if available.
5283
5284 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5287
5288         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5289
5290         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5291         (gnus-message-highlight-citation): Move defcustom here from
5292         gnus-cite.el.
5293         (gnus-message-citation-mode): Autoload.
5294
5295         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5296         checks to make it compile with XEmacs.
5297         (gnus-message-citation-mode): New minor mode.
5298         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5299         (gnus-message-highlight-citation): New variables.
5300         (gnus-message-search-citation-line)
5301         (gnus-message-add-citation-keywords)
5302         (gnus-message-remove-citation-keywords)
5303         (turn-on-gnus-message-citation-mode)
5304         (turn-off-gnus-message-citation-mode): New functions.
5305
5306 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5307
5308         * gnus-cite.el: Enable highlighting of different citation levels in
5309         message-mode.
5310
5311 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * message.el (message-make-fqdn): Fix comment.
5314         (message-bogus-system-names): Add ".local".
5315
5316         * spam.el (spam-ifile-path, spam-ifile-program)
5317         (spam-ifile-database-path, spam-ifile-database)
5318         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5319         Don't use "path" inappropriately.
5320         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5321         strings.
5322         (spam-check-ifile, spam-ifile-register-with-ifile)
5323         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5324         new variable names.
5325
5326         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5327         (gnus-treat-display-smileys): Simplify using
5328         gnus-image-type-available-p.
5329
5330         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5331         available.
5332
5333         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5334         `display-images-p' if available.
5335
5336 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5339         one after turning on the buffer's multibyteness instead of decoding
5340         them directly in the unibyte buffer that causes unexpected conversion
5341         in Emacs 23 (unicode).
5342
5343 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5344
5345         * message.el (message-generate-hashcash): Fix custom type.
5346
5347 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5350
5351 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5354         disconnect icons.  Add help text.
5355
5356 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5359         negated to be consistent with the others we handle.
5360
5361 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5364         version of gnus-summary-buffer to something, so that we can use two
5365         article buffers at the same time.
5366
5367 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5370         trigger all the extra headers.
5371         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5372         sorting.
5373
5374 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5375
5376         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5377         solid groups.
5378
5379 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5380
5381         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5382
5383 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * legacy-gnus-agent.el: Add Copyright notice.
5386
5387 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5388
5389         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5390
5391 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5394
5395         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5396         to make it work reliably in CVS Emacs.
5397         (gnus-summary-limit-strange-charsets-predicate)
5398         (gnus-summary-limit-to-predicate): New functions.
5399
5400 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5401
5402         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5403         specifying array size.
5404         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5405         array if it is too small.
5406         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5407         (gnus-sort-threads-loop): New function.
5408
5409 2006-12-06  Chris Moore  <dooglus@gmail.com>
5410
5411         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5412         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5413
5414 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5415
5416         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5417         options.
5418
5419 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5422         DOS-ing the recipient.
5423
5424         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5425         the headers when creating the mapping to avoid mismappings.
5426         (nnweb-gmane-create-mapping): Always nix out old mapping.
5427
5428 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5431         and mm-verify-option to never.
5432
5433 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * message.el (message-signed-or-encrypted-p): New function.
5436         (message-forward-make-body): Use it.
5437
5438         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5439         Replace encode-coding-string with mm-encode-coding-string.
5440
5441 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * nneething.el (nneething-decode-file-name): Replace
5444         decode-coding-string with mm-decode-coding-string.
5445
5446         * gnus-int.el (gnus-open-server): Say failed server's name.
5447
5448 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5451         strings to a single string.  Quote `errors-file-name'.
5452         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5453         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5454         Adjust calls.  Use `shell-quote-argument'.
5455
5456 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5457
5458         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5459         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5460
5461         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5462         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5463         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5464         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5465         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5466         (gnus-subscribe-newsgroup, gnus-1):
5467         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5468         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5469         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5470         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5471
5472 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5475         keystroke.
5476         (gnus-summary-limit-to-bodies): Implement headersp.
5477
5478 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5481
5482 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5485
5486 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * message.el (message-generate-hashcash): Expand range of values to
5489         include `opportunistic'.
5490         (message-send-mail): Use it.
5491
5492 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5493
5494         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5495         and comment it.
5496
5497         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5498
5499 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-util.el (gnus-extract-address-components): Improve comment.
5502
5503 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-util.el (gnus-extract-address-components): Work with address in
5506         which the name portion contains @.
5507
5508         * lpath.el: Fbind custom-autoload.
5509
5510 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus.el (gnus-start): Move custom group up.
5513         (gnus-select-method): Don't autoload, but make it available for
5514         `customize-variable'.
5515         (gnus-getenv-nntpserver): Don't autoload.
5516
5517 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5520
5521 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * message.el (message-sendmail-extra-arguments): New variable.
5524         (message-send-mail-with-sendmail): Use it.
5525
5526 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5529         mm-with-unibyte-current-buffer to make string unibyte.
5530
5531         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5532         mm-string-as-multibyte.
5533
5534 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5535
5536         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5537         Reported by Werner Koch <wk@gnupg.org>.
5538
5539 2006-11-14  Daiki Ueno  <ueno@p360>
5540
5541         * mml2015.el: Autoload epa-select-keys when compiling.
5542
5543 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5544
5545         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5546         message-options.
5547         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5548
5549 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5550
5551         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5552         EasyPG (< 0.0.6).
5553         (mml2015-always-trust): New user option.
5554         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5555         prompt.
5556
5557 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * nntp.el (nntp-authinfo-force): New variable.
5560         (nntp-send-authinfo): Use it.
5561
5562 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5565         decode encoded words.  Improve prompt.  Add comment about forwarding.
5566         (message-replacement-char): Move up.
5567
5568 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5569
5570         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5571         instead of gnus-intersection because arguments of gnus-sorted-nunion
5572         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5573
5574 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5577         (message-simplify-subject-functions): Enable
5578         message-strip-subject-encoded-words by default.
5579
5580 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * message.el (message-strip-subject-encoded-words): New function
5583         (message-simplify-subject-functions): New variable.
5584         (message-simplify-subject): Use it.  Fix typo in doc string.
5585         Support message-strip-subject-encoded-words.
5586
5587 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5588
5589         * gnus-diary.el (gnus-diary-delay-format-function):
5590         * nndiary.el (nndiary-reminders):
5591         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5592
5593 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * gnus-art.el (article-hide-boring-headers): Fetch date from
5596         gnus-original-article-buffer to avoid problems with localized date
5597         strings.
5598
5599 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5602
5603 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5606         New variables.
5607         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5608         (mm-charset-synonym-alist): Move some entries to
5609         mm-codepage-iso-8859-list.
5610         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5611         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5612
5613 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5616
5617 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5620         with Emacs 21 and XEmacs.
5621
5622 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * spam.el (spam-parse-address): New function for better parsing,
5625         catching errors, etc.
5626         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5627
5628 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * mm-view.el: Add interactive arg to html2text autoload.
5631
5632 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5635
5636 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5639         variables.
5640         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5641         (mm-charset-synonym-alist): Move some entries to
5642         mm-codepage-iso-8859-list.
5643
5644         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5645
5646 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * message.el (message-citation-line-format)
5649         (message-insert-formated-citation-line): Fix implementation of %E, %N
5650         and %n according to the doc string.
5651
5652 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5655         car-safe to avoid bad parses.
5656
5657 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5660         names.
5661
5662         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5663
5664 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5667         header.
5668
5669         * message.el (message-draft-headers): Add Date.
5670         (message-headers-to-generate): Fix typo in docstring.
5671
5672         * nndraft.el (nndraft-required-headers): New variable.
5673         (nndraft-generate-headers): Use it.
5674
5675         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5676
5677 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * gnus-registry.el (gnus-registry-wash-for-keywords)
5680         (gnus-registry-find-keywords): New functions to allow easy searching of
5681         articles that are in the registry.
5682
5683 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5686         ietf-drums-parse-address instead of gnus-extract-address-components.
5687         Reported by Damien Elmes <damien@repose.cx>.
5688
5689 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus.el (gnus-mime): Remove unused custom group.
5692
5693 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5694
5695         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5696         "blank line" when searching for end of armor headers.
5697
5698 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gmm-utils.el (gmm-write-region): Fix variable name.
5701
5702 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * gmm-utils.el (gmm-write-region): New function based on compatibility
5705         code from `mm-make-temp-file'.
5706
5707         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5708
5709         * nnmaildir.el (nnmaildir--update-nov)
5710         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5711         Use `gmm-write-region'.
5712
5713 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5716         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5717
5718         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5719
5720         * message.el (message-replacement-char): New variable.
5721         (message-fix-before-sending): Use it.
5722         (message-simplify-subject): New function to remove duplicate code.
5723         (message-reply, message-followup): Use it.
5724
5725         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5726         gnus-summary-limit-to-articles.
5727
5728 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-util.el (gnus-with-local-quit): New macro.
5731
5732         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5733
5734 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5737         ignore non-string data.
5738
5739 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5742         non-string data (needs to be done in the registry too).
5743
5744 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5747         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5748         (gnus-registry-split-fancy-with-parent)
5749         (gnus-registry-fetch-simplified-message-subject-fast)
5750         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5751         Remove text properties on ingress into the registry and when it's saved.
5752         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5753         registry from entries with no groups.
5754
5755 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5756
5757         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5758         function to remove string properties.
5759
5760 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gmm-utils.el (gmm): Adjust custom version.
5763
5764         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5765         custom version.
5766
5767         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5768
5769 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * gnus-art.el (gnus-insert-prev-page-button)
5772         (gnus-insert-next-page-button): Simplify.  Reformat.
5773
5774 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5775
5776         * gnus-art.el (gnus-insert-prev-page-button)
5777         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5778
5779 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5780
5781         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5782
5783 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5784
5785         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5786         gnus-article-button-face to MIME and security buttons.
5787
5788 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5789
5790         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5791         readable.
5792
5793 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5796
5797 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5798
5799         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5800         `browse-url-of-file' instead of `browse-url'.
5801
5802 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5803
5804         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5805         regexp.  Articles containing quotation were cut prematurely.
5806
5807 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * message.el (message-cite-original-1): Use nobody by default for the
5810         value of From header.
5811         (message-reply): Ditto.
5812
5813 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5814
5815         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5816         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5817         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5818
5819 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5822         mails in the doc string.  Add some URLs in comment.
5823         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5824
5825 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5828         backslashes handling and the way to find boundaries of quoted strings.
5829
5830 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5831
5832         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5833         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5834         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5835         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5836
5837 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5840         doc string.
5841         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5842
5843 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * lpath.el: Fbind epg-check-configuration.
5846
5847 2006-09-06  Simon Josefsson  <jas@extundo.com>
5848
5849         * mml2015.el (mml2015-use): Doc fix, mention epg.
5850
5851 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5852
5853         * mml2015.el (mml2015-use): Default to epg, if available.
5854
5855 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5856
5857         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5858         message-sender.
5859         (mml1991-epg-encrypt): Ditto.
5860         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5861         message-sender.
5862         (mml2015-epg-encrypt): Ditto.
5863
5864 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5865
5866         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5867         several common directories.
5868
5869 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5870
5871         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5872         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5873
5874 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (article-decode-encoded-words): Make it fast.
5877
5878 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5881
5882         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5883         in quoted string into `\'.
5884
5885 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5888         Use standard-syntax-table.
5889
5890 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-art.el (gnus-decode-address-function): New variable.
5893         (article-decode-encoded-words): Use it to decode headers which are
5894         assumed to contain addresses.
5895         (gnus-mime-delete-part): Remove useless `or'.
5896
5897         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5898         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5899         (gnus-nov-parse-line): Use it to decode From header.
5900         (gnus-get-newsgroup-headers): Ditto.
5901         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5902
5903         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5904         (mail-decode-encoded-address-string): New alias.
5905
5906         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5907         New function.
5908         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5909         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5910         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5911         (rfc2047-decode-string): Ditto.
5912         (rfc2047-decode-address-region): New function.
5913         (rfc2047-decode-address-string): New function.
5914
5915 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * message.el (message-caesar-buffer-body): Allow rotating headers.
5918
5919         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5920
5921         * message.el (message-insert-formated-citation-line): Fix %f.
5922         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5923
5924 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5927         (gnus-bookmark-mouse-available-p): New macro.
5928         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5929         (gnus-bookmark-bmenu-show-infos): Use it.
5930         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5931         (gnus-bookmark-bmenu-hide-infos): Ditto.
5932         (gnus-bookmark-remove-properties): New function.
5933         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5934         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5935         (gnus-bookmark-write-file): Bind coding-system-for-write.
5936         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5937         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5938         group before selecting it.
5939         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5940         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5941         quit-window if it is not available; use gnus-mouse-2 and bind it to
5942         gnus-bookmark-bmenu-select-by-mouse.
5943         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5944         (gnus-bookmark-bmenu-select-by-mouse): New function.
5945
5946 2006-08-13  Romain Francoise  <romain@orebokech.com>
5947
5948         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5949         space.
5950
5951 2006-08-10  Romain Francoise  <romain@orebokech.com>
5952
5953         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5954         (dns-mode-soa-auto-increment-serial): New user option.
5955         (dns-mode-soa-maybe-increment-serial): New function.
5956         (dns-mode): Add the latter to `write-contents-functions'.
5957
5958 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * compface.el (uncompface): Use binary rather than raw-text-unix.
5961
5962 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * compface.el (uncompface): Make sure the eol conversion doesn't take
5965         place when communicating with the external programs.  Reported by
5966         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5967
5968 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5971
5972 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5973
5974         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5975         Make it more robust by parsing author and date independently.
5976
5977 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5980
5981 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5982
5983         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5984         first matching secret key.
5985         (mml2015-epg-encrypt): Ditto.
5986
5987         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5988         first matching secret key.
5989         (mml1991-epg-encrypt): Ditto.
5990
5991         * mml2015.el (mml2015-encrypt-to-self): New user option.
5992         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5993         mml2015-epg-encrypt-to-self is set.
5994
5995         * mml1991.el (mml1991-encrypt-to-self): New variable.
5996         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5997         mml1991-epg-encrypt-to-self is set.
5998
5999         * mml2015.el (mml2015-signers): New user option.
6000         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6001         (mml2015-epg-encrypt): Allow to select signing keys.
6002
6003         * mml1991.el (mml1991-signers): New variable.
6004         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6005         (mml1991-epg-encrypt): Allow to select signing keys.
6006
6007 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * nnheader.el (nnheader-insert-head): Make it work even if the file
6010         uses CRLF for the line-break code.
6011
6012 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6013
6014         * mml2015.el: Require mml-sec instead of password.
6015         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6016         (mml2015-cache-passphrase): Inherit the default value from
6017         mml-secure-cache-passphrase.
6018         (mml2015-passphrase-cache-expiry): Inherit the default value from
6019         mml-secure-passphrase-cache-expiry.
6020
6021         * mml1991.el: Require mml-sec instead of password.
6022         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6023         (mml1991-cache-passphrase): Inherit the default value from
6024         mml-secure-cache-passphrase.
6025         (mml1991-passphrase-cache-expiry): Inherit the default value from
6026         mml-secure-passphrase-cache-expiry.
6027
6028         * mml-sec.el: Require password.
6029         (mml-secure-verbose): New user option.
6030         (mml-secure-cache-passphrase): New user option.
6031         (mml-secure-passphrase-cache-expiry): New user option.
6032
6033 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6034
6035         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6036         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6037         andreas@altroot.de (Andreas Vögele).
6038
6039         FIXME: Use `tiny change'?
6040
6041 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6042
6043         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6044         workaround for the url package included with Emacs.
6045
6046         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6047
6048 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6051         correctly.  This fixes a bug caused by the 2006-05-12 change.
6052
6053 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6054
6055         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6056         some information about the error when saying that the `bogus' mail
6057         group will be used.
6058
6059 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6062         string.
6063
6064 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6065
6066         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6067
6068 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6069
6070         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6071
6072 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6073
6074         * mml1991.el (mml1991-function-alist): Add epg.
6075         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6076         (mml1991-epg-encrypt): New functions.
6077
6078 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6079
6080         * mml2015.el (mml2015-verbose): New variable.
6081         (mml2015-cache-passphrase): Ditto.
6082         (mml2015-passphrase-cache-expiry): Ditto.
6083         (mml2015-function-alist): Add epg.
6084         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6085         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6086         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6087         functions.
6088
6089 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6090
6091         * message.el (message-cite-original-1): Preserve region when removing
6092         quoted text due to X-No-Archive in order to avoid bogus attribution
6093         when citing multiple messages.
6094
6095 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6096
6097         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6098         Kenneth Jacker <khj@be.cs.appstate.edu>.
6099
6100 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus-diary.el (gnus-user-format-function-d)
6103         (gnus-user-format-function-D): Autoload.
6104
6105         * imap.el (Commentary): Fix typo.
6106
6107         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6108         2006-04-22 contribution.
6109
6110 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6111
6112         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6113         It didn't really fix the bogosity I'm seeing with solid web groups.
6114
6115 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6116
6117         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6118         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6119         created using server names.  If we use the feature without declaring
6120         it, Gnus does not properly manage server and group state.
6121
6122         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6123         bound.
6124
6125 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6126
6127         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6128         looking up the method using GROUP's prefix before inventing a new one.
6129         It is used on killed/unknown groups in various places where returning
6130         an all-new method isn't expected by the caller.
6131
6132         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6133         and match semantics of gnus-group-real-prefix.
6134
6135 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * nnmail.el (nnmail-broken-references-mailers): New variable.
6138         (nnmail-ignore-broken-references): New function generalizing
6139         nnmail-fix-eudora-headers.
6140         (nnmail-fix-eudora-headers): Now obsolete.
6141
6142         * gnus-art.el (gnus-button-handle-custom): Support
6143         `customize-apropos*'.
6144
6145 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6148
6149         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6150         articles.
6151
6152 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * message.el (message-cite-reply-above): New variable.
6155         (message-yank-original): Use it.
6156
6157 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6160
6161 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6164         as read.
6165
6166         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6167
6168 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6171         (gnus-bookmark-default-file): Use gnus-directory.
6172         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6173         Remove "*" in doc string.
6174         (gnus-bookmark-write-file): Simplify.
6175         (gnus-bookmark-maybe-sort-alist): Use `when'.
6176         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6177         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6178         FIXME about Emacs 21 and XEmacs compatibility.
6179         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6180         compatibility.
6181         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6182         compatibility.
6183         (gnus-bookmark-menu-heading): Fix version.
6184
6185 2006-06-19  Bastien Guerry  <bzg@altern.org>
6186
6187         * gnus-bookmark.el: New file.
6188
6189 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * message.el (message-syntax-checks): Doc fix.
6192
6193 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6194
6195         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6196         unsubscribed groups as if they were killed ones.  It causes duplicate
6197         entries in gnus-newsrc-alist.
6198
6199 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * message.el (message-syntax-checks): Doc fix.
6202         (message-send-mail): Add check for continuation headers.
6203         (message-check-news-header-syntax): Fix regexp used to check for
6204         continuation headers.
6205
6206 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6209
6210 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6213
6214 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6217         default-truncate-lines.
6218
6219 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6222         to fill the utf-8 entry.
6223
6224         * lpath.el: Fbind unicode-precedence-list.
6225
6226 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6227
6228         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6229
6230 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6231
6232         * gnus-agent.el (directory-files-and-attributes): Move all the way
6233         forward (the third and final move).
6234         (gnus-agent-read-agentview): Trap reconstruction errors due to
6235         nonexistant directory.  Handle by returning nil.
6236
6237 2006-05-30  Didier Verna  <didier@xemacs.org>
6238
6239         * message.el (message-dont-reply-to-names): Update the custom type.
6240         * message.el (message-dont-reply-to-names): New defsubst: potentially
6241         convert a list of regexps into a single one.
6242         * message.el (message-get-reply-headers): Use it.
6243         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6244
6245 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-agent.el (directory-files-and-attributes): Move forward.
6248
6249 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * gnus-ml.el (gnus-mailing-list-subscribe)
6252         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6253         (gnus-mailing-list-message): Fix doc strings.
6254
6255 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6256
6257         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6258         of doing it manually.
6259
6260 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6261
6262         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6263         comment.
6264
6265 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6266
6267         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6268         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6269         (gnus-agent-read-local): All symbols allocated in my-obarray
6270         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6271         (gnus-agent-regenerate-group): Check numeric names to see if they are
6272         messages or groups.
6273         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6274         better way of do this...)
6275
6276         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6277         'dummy.group' (there should be a better way of do this...)
6278
6279 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6282         (gnus-saved-headers): Ditto.
6283         (gnus-default-article-saver): Mention functions may have properties.
6284         (gnus-article-save): Override gnus-save-all-headers and
6285         gnus-saved-headers by :headers property which saver function may have.
6286         (gnus-summary-save-in-file): Add :headers property.
6287         (gnus-summary-write-to-file): Ditto.
6288
6289         * gnus-sum.el (gnus-summary-save-article): Bind
6290         gnus-prompt-before-saving to t when saving many articles in a file;
6291         always show all headers.
6292
6293         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6294
6295 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6298         marks.
6299
6300         * message.el (message-indent-citation): Add optional arguments to allow
6301         using it outside of message buffers.
6302
6303         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6304         (gnus-article-treat-unfold-headers): Use it.
6305         (gnus-article-truncate-lines): New variable.
6306         (gnus-article-mode): Use it.
6307         (gnus-article-toggle-truncate-lines): New function.
6308
6309         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6310         gnus-article-toggle-truncate-lines.
6311
6312         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6313         coding system in XEmacs, use binary.
6314
6315 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6318         after-load-alist.
6319
6320         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6321         this function should save decoded articles.
6322         (gnus-summary-write-to-file): Use property to specify this function
6323         should save decoded articles and specify gnus-summary-save-in-file
6324         should be used to save articles other than the first one when saving
6325         many articles.
6326         (gnus-summary-save-body-in-file): Use property to specify this
6327         function should save decoded articles.
6328         (gnus-summary-write-body-to-file): Use property to specify this
6329         function should save decoded articles and specify
6330         gnus-summary-save-body-in-file should be used to save articles other
6331         than the first one when saving many articles.
6332
6333         * gnus-sum.el (gnus-summary-save-article): Simplify.
6334
6335 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-default-article-saver): Add
6338         gnus-summary-write-body-to-file.
6339         (gnus-article-save-coding-system): Don't use coding system object
6340         in XEmacs.
6341         (gnus-read-save-file-name): Add optional `dir-var' argument which
6342         specifies directory in which files are saved; work even if optional
6343         `variable' argument is not specified.
6344         (gnus-summary-write-to-file): Read file name.
6345         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6346         (gnus-summary-write-body-to-file): New function.
6347
6348         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6349         (gnus-summary-local-variables): Add it.
6350         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6351         (gnus-summary-save-article): Remove optional `decode' argument;
6352         determine whether to decode articles by the value of
6353         gnus-default-article-saver; when saving many files using
6354         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6355         it first and use gnus-summary-save-in-file or
6356         gnus-summary-save-body-in-file thereafter unless
6357         gnus-prompt-before-saving is always; move point to article which
6358         will be saved.
6359         (gnus-summary-save-article-file): Revert.
6360         (gnus-summary-write-article-file): Revert.
6361         (gnus-summary-save-article-body-file): Revert.
6362         (gnus-summary-write-article-body-file): New function.
6363
6364 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-art.el (gnus-default-article-saver): Doc fix.
6367         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6368         from gnus-summary-save-article-coding-system, and default to a
6369         certain coding system.
6370         (gnus-output-to-file): Add coding cookie and encode text according
6371         to gnus-article-save-coding-system; don't use mm-append-to-file.
6372
6373         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6374         gnus-art.el and rename to gnus-article-save-coding-system.
6375         (gnus-summary-save-article): Require gnus-art; don't show all
6376         headers if it decodes articles; don't add coding cookie here;
6377         don't bind mm-text-coding-system-for-write.
6378         (gnus-summary-save-article-file): Save decoded articles.
6379         (gnus-summary-write-article-file): When saving many files, use
6380         gnus-summary-write-to-file first and gnus-summary-save-in-file
6381         thereafter unless gnus-prompt-before-saving is always.
6382         (gnus-summary-save-article-body-file): Save decoded articles.
6383
6384         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6385
6386 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * nnrss.el (nnrss-check-group): Bind hash-index.
6389
6390 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6391
6392         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6393         its hash index.  Store this hash in `nnrss-group-data'.
6394         (nnrss-read-group-data): Update accordingly.
6395
6396 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6399         entry.
6400
6401         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6402         gnus-article-browse-html-article.
6403
6404 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6405
6406         * gnus-sum.el (gnus-summary-mime-map): Add
6407         gnus-article-browse-html-article.
6408
6409         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6410
6411 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6414         suitable coding systems in customize.
6415
6416 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * mail-source.el (mail-sources): Fix custom type.
6419
6420 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6423         (gnus-summary-expire-articles-now): Shorten prompt.
6424
6425         * gmm-utils.el (wid-edit): Require.
6426         (defun-gmm): Renamed from `gmm-defun-compat'.
6427         (gmm-image-search-load-path): Use it.
6428         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6429
6430 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6433         variable.
6434         (gnus-summary-save-article): Add optional `decode' argument.  If
6435         it is set and gnus-summary-save-article-coding-system is non-nil,
6436         save decoded article.
6437         (gnus-summary-write-article-file): Save decoded article if
6438         gnus-summary-save-article-coding-system is non-nil.
6439
6440         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6441         type.
6442
6443 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6446
6447 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6450         first to test gnus-single-article-buffer which may be buffer-local.
6451
6452         * gnus-sum.el (gnus-summary-setup-buffer): Make
6453         gnus-single-article-buffer buffer-local and nil in ephemeral
6454         group; make gnus-article-buffer, gnus-article-current, and
6455         gnus-original-article-buffer always buffer-local.
6456         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6457         group.
6458         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6459
6460 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * nnml.el (nnml-request-compact-group): Compressed files might not
6463         have .gz extension.
6464
6465 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6466
6467         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6468         (mm-copy-to-buffer): Use with-current-buffer.
6469         (mm-display-part): Simplify.
6470         (mm-inlinable-p): Add optional arg `type'.
6471
6472 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6475         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6476         Try harder to show the attachment internally or externally using
6477         gnus-mime-view-part-as-type.
6478
6479 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * message.el (message-from-style, message-signature-separator)
6482         (message-user-organization-file, message-send-mail-function)
6483         (message-citation-line-function, message-yank-prefix)
6484         (message-indent-citation-function, message-signature)
6485         (message-signature-file, message-signature-insert-empty-line):
6486         Remove autoloads.
6487
6488         * gnus-art.el (gnus-buttonized-mime-types): Remove
6489         "multipart/signed".  Revert 2006-04-26 change.
6490
6491 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * gnus.el (gnus-version-number): Bump version.
6494
6495 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6496
6497         * gnus.el: No Gnus v0.5 is released.
6498
6499 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6500
6501         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6502         fetching articles by message-id.
6503
6504 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * message.el (hashcash): Require hashcash as normal.
6507
6508         * ecomplete.el (ecomplete-highlight-match-line): Use
6509         point-at-eol.
6510         (ecomplete-highlight-match-line): Use `highlight', because that
6511         face exists in both Emacs and XEmacs.
6512
6513         * message.el (message-display-abbrev): Use point-at-bol.
6514
6515         * mail-source.el: Don't require timer/timer-funcs.
6516
6517         * gnus-async.el: Ditto.
6518
6519         * password.el: Ditto.
6520
6521         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6522
6523         * mm-url.el: Ditto.
6524
6525         * gnus-xmas.el: Don't require timer-funcs.
6526
6527         * mm-util.el: Require timer/timer-funcs.
6528
6529 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6530
6531         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6532         Close.
6533
6534 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6537         unibyte after clear-decrypt function runs.
6538
6539         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6540         returns as a unibyte string.
6541
6542 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * lpath.el: Revert.
6545
6546         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6547         (pgg-gpg-process-sentinel): Revert.
6548
6549         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6550         (pgg-pgp-lookup-key): Revert.
6551
6552         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6553         (pgg-pgp5-lookup-key): Revert.
6554
6555         * pgg.el (pgg-fetch-key): Revert.
6556
6557 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * lpath.el: Fbind string-as-multibyte for XEmacs.
6560
6561         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6562         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6563         (mml1991-pgg-encrypt): Ditto.
6564
6565         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6566         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6567         a multibyte buffer.
6568
6569         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6570         (pgg-pgp-lookup-key): Ditto.
6571
6572         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6573         (pgg-pgp5-lookup-key): Ditto.
6574
6575         * pgg.el (pgg-fetch-key): Ditto.
6576
6577 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * message.el (message-user-organization-file): Check several
6580         locations of the organization file.
6581
6582         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6583         Add gnus-article-view-part-as-type.
6584
6585         * gnus-art.el (gnus-article-view-part-as-type): New function.
6586
6587         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6588         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6589
6590         * mml.el: Simplify autoload.
6591         (mml-mode): defvar dnd-protocol-alist instead of using
6592         symbol-value.
6593         (mml-default-directory): New variable.
6594         (mml-minibuffer-read-file): Use it.
6595         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6596
6597         * message.el (message-citation-line-format): New variable.
6598         (message-insert-formated-citation-line): New function.
6599         (message-citation-line-function): Add
6600         `message-insert-formated-citation-line' to custom type.
6601
6602         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6603         to doc string.
6604
6605         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6606         depending on mm-verify-option.
6607
6608 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6611         binding pgg-* variables; reimplement the section which prevents
6612         MIME header from being signed.
6613         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6614         pgg-text-mode; remove a blank line at the top of body.
6615
6616         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6617         lines at the top of body; use gnus-newsgroup-charset if there's no
6618         Charset header.
6619
6620 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * message.el (message-self-insert-commands): Doc fix.
6623
6624         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6625         (mm-uu-pgp-encrypted-test): Ditto.
6626         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6627         between header and body; return application/pgp-encrypted handle
6628         if decryption failed; decode decrypted body by charset.
6629
6630         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6631         element match to application/pgp-*.
6632
6633 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6634
6635         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6636         HTML.
6637
6638 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * mail-source.el (mail-source-call-script): Message the error
6641         string.
6642
6643 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-util.el (gnus-byte-compile): Use it.
6646
6647 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6648
6649         * gnus-util.el (kill-empty-logs): New function.
6650
6651 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * message.el (message-mail-alias-type): Doc fix.
6654         (message-mail-alias-type-p): New function.
6655         (message-send): Use it.
6656         (message-mode): Ditto.
6657         (message-strip-forbidden-properties): Ditto.
6658
6659         * ecomplete.el (ecomplete-database-file-coding-system): New
6660         variable.
6661         (ecomplete-save): Use it.
6662         (ecomplete-setup): Use it.
6663
6664 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * message.el (message-self-insert-commands): New variable.
6667         (message-strip-forbidden-properties): Use it.
6668
6669 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6672         that doesn't make XEmacs choke.
6673
6674 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-util.el (gnus-replace-in-string):
6677         Prefer replace-regexp-in-string over of replace-in-string.
6678
6679 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-util.el (gnus-select-frame-set-input-focus):
6682         Use select-frame-set-input-focus if it is available in XEmacs; use
6683         definition defined in Emacs 22 for old Emacsen.
6684
6685         * dgnushack.el: Autoload unmorse-region for XEmacs.
6686
6687         * lpath.el: Bind cursor-in-non-selected-windows and
6688         select-frame-set-input-focus for XEmacs.
6689
6690 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6693
6694 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-registry.el (gnus-registry-cache-save): Remove text
6697         properties when saving via the temp buffer.
6698
6699 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-generate-hashcash): Honor custom type.
6702
6703 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * message.el (message-generate-hashcash): Default to non-nil when
6706         hashcash is found.
6707
6708         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6709         (gnus-refer-thread-limit): Increase default to 500.
6710
6711         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6712
6713         * flow-fill.el (fill-flowed): Allow delete-space.
6714
6715 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6718         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6719         Remove autoloads.
6720
6721 2006-04-18  Simon Josefsson  <jas@extundo.com>
6722
6723         * message.el (message-generate-hashcash): Default to.
6724
6725 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6728         concatenating segments rather than before concatenating them.
6729
6730 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6733
6734 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6737
6738         * message.el (message-forward-make-body-plain): Allow
6739         message-forward-ignored-headers to be a list.
6740         (message-remove-ignored-headers): Factor out into function.
6741         (message-forward-make-body-mml): Use it.
6742
6743         * imap.el (imap-quote-specials): New function.
6744         (imap-login-auth): Quote specials.
6745
6746         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6747         (rfc2231-parse-string): Allow concatanation of parameters that
6748         aren't contiguous.  The test case is
6749           (mail-header-parse-content-type "message/external-body;
6750             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6751             access-type=LOCAL-FILE;
6752             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6753
6754 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6755
6756         * nntp.el (nntp-accept-process-output): Return the value of
6757         `nnheader-accept-process-output'.
6758
6759 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6762         (gnus-button-alist): Recognize more diff formats.
6763         (gnus-button-patch): Strip directory.
6764
6765 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6768         Emacs 22 when setting focus.
6769
6770 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-art.el (gnus-article-treat-types): Do treatment of
6773         text/x-verbatim parts.
6774         (gnus-button-patch): New command.
6775
6776         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6777         addresses that contain invalid characters.
6778
6779 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * message.el (message-put-addresses-in-ecomplete): Use
6782         gnus-replace-in-string.
6783         (message-is-yours-p): Use the more correct
6784         mail-header-parse-address instead of
6785         mail-extract-address-components.
6786         (message-put-addresses-in-ecomplete): Fix typo.
6787
6788         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6789         keystroke.
6790
6791         * gnus-art.el (gnus-treatment-function-alist): Change order of
6792         newsgroups/generic header folding to avoid double-folding.
6793
6794         * message.el (message-hidden-headers): Add X-Draft-From.
6795
6796         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6797         command.
6798         (gnus-summary-repeat-search-article-backward): New command.
6799
6800         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6801         groups in the parent topic.
6802
6803 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6804
6805         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6806         (spam-extra-header-to-number): Return the CRM114 number as a
6807         number instead of a string.
6808
6809 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * gnus-art.el (gnus-face-properties-alist): Moved here from
6812         gnus-fun.
6813
6814         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6815
6816 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * message.el (message-strip-forbidden-properties): Only display on
6819         self-insert-command.
6820
6821         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6822         reindent.
6823         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6824
6825 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6826
6827         * smiley.el (smiley-style): Fix typo.
6828
6829 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * hashcash.el (hashcash-insert-payment-async-2): Use
6832         message-goto-eoh instead of doing it manually.
6833         (mail-add-payment): Use message-narrow-to-header instead of trying
6834         to do the same itself.
6835
6836         * message.el (message-hidden-headers): Add Face.
6837
6838         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6839         reparenting code.
6840         (gnus-summary-reparent-children): Refactored out code.
6841         (gnus-summary-thread-map): New keystroke.
6842         (gnus-summary-reparent-children): Make into command.
6843
6844         * smiley.el (smiley-style): Default to `medium' if using a large
6845         font.
6846
6847         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6848         does it itself.
6849
6850         * message.el (message-point-in-header-p): Simplify definition.
6851
6852 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * nnagent.el (nnagent-request-set-mark): Silence log file
6855         writing.
6856         (nnagent-request-set-mark): Use write-region instead of
6857         append-to-file.
6858
6859         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6860         strange select method.
6861
6862         * ecomplete.el (ecomplete-display-matches): Get highlightling
6863         right.
6864         (ecomplete-display-matches): Use literals.
6865         (ecomplete-display-matches): Disable message logging.
6866
6867         * message.el (message-display-abbrev): Small optimization.
6868
6869         * ecomplete.el (ecomplete-display-matches): Allow automatic
6870         display.
6871
6872         * message.el (message-strip-forbidden-properties): Display
6873         abbrevs.
6874         (message-display-abbrev): Get automatic display right.
6875
6876         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6877         keystrokes.
6878
6879 2006-04-13  Romain Francoise  <romain@orebokech.com>
6880
6881         TODO: Backport to v5-10!
6882
6883         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6884         Moved here (and renamed) from gnus-registry.el.
6885
6886         * gnus-registry.el: Require gnus-util.
6887         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6888
6889 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-group.el (gnus-group-catchup-current): Change
6892         if-then-else-if-then-else into cond.
6893         (gnus-group-catchup): Indent.
6894         (group-name-at-point): New function.
6895         (gnus-fetch-group): Provide default from thing at point.
6896
6897 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * message.el (message-display-abbrev): Fix regexp.
6900
6901         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6902         choosing.
6903         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6904         dead variables.
6905
6906         * message.el (message-newline-and-indent): Remove debugging.
6907         (message-display-abbrev): Use new implementation.
6908
6909 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * gnus-art.el (gnus-article-mode): Set
6912         cursor-in-non-selected-windows to nil.
6913
6914         * smiley.el: Revert previous change.
6915         (smiley-data-directory): defvar it before using it in the
6916         defcustom of `smiley-style'.
6917
6918 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * message.el (message-newline-and-indent): New function.
6921
6922         * ecomplete.el: Implement more bits.
6923
6924         * message.el (message-put-addresses-in-ecomplete): Clean up the
6925         string.
6926
6927         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6928
6929         * gnus-sum.el (gnus-summary-save-parts): Bind
6930         gnus-summary-save-parts-counter and use it to make unique file
6931         names.
6932
6933         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6934
6935         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6936         parameter to say whether to actually parse the individual
6937         addresses.
6938
6939         * message.el (message-put-addresses-in-ecomplete): New function.
6940         (ecomplete): Require.
6941         (message-mail-alias-type): Add ecomplete as an option.
6942
6943 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6944
6945         * flow-fill.el (fill-flowed): Remove trailing space from blank
6946         quoted lines.
6947
6948 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * smiley.el (smiley-style): Move definition later to avoid a
6951         compilation warning.
6952
6953 2006-04-12  Kenichi Handa  <handa@m17n.org>
6954
6955         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6956         buffer and then decode the buffer text if necessary.
6957         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6958         first, and after mm-encode-body, change the buffer to unibyte.
6959         Use mm-disable-multibyte instead of set-buffer-multibyte.
6960
6961 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6964         Content-Type header instead of Content-Disposition header.
6965         (gnus-mime-inline-part): Ditto.
6966         (gnus-mime-view-part-as-charset): Ignore charset that the part
6967         specifies.
6968
6969         * mm-decode.el (mm-display-part): Work with external parts and
6970         usual parts similarly.
6971
6972         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6973         instead of gnus-display-mime.
6974
6975         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6976         instead of with-temp-buffer.
6977
6978         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6979         tag to summarized topics part in order to encode non-ASCII text.
6980
6981 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * smiley.el (smiley-style): New variable.
6984         (smiley-directory): New function.
6985         (smiley-data-directory): Derive from `smiley-style' using
6986         `smiley-directory'.
6987         (smiley-regexp-alist): Add new entries.
6988
6989         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6990         (gnus-article-browse-delete-temp): Add :version.
6991
6992 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6993
6994         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6995         the sieve region.
6996
6997 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * gnus.el (gnus-version-number): Bump version.
7000
7001 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * gnus.el: No Gnus v0.4 is released.
7004
7005 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7008         layout.
7009
7010         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7011         unknown charset.
7012
7013         * message.el (message-header-synonyms): Add Original-To to the
7014         default.
7015
7016         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7017         optional parameter.
7018
7019 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * gnus-fun.el (gnus): Require it for gnus-directory.
7022
7023 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7026
7027 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7028
7029         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7030
7031 2006-04-05  Simon Josefsson  <jas@extundo.com>
7032
7033         * password.el (password-reset): New function.
7034
7035 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7036
7037         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7038         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7039
7040 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7041
7042         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7043         Some whitespace was matched into the url, which broke browsing hits
7044         > 100 when mm-url-use-external was nil.
7045
7046 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7049         gnus-extra-headers for 'Newsgroups.
7050
7051         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7052         bound.
7053
7054 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7055
7056         * pgg-gpg.el: Clean up process buffers every time gpg processes
7057         complete.
7058
7059 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7062         doc string.
7063
7064 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7065
7066         * pgg-gpg.el (pgg-gpg-process-filter)
7067         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7068
7069         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7070         lines, temporary fix.
7071
7072 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7075
7076 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7077
7078         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7079         default-enable-multibyte-characters.  This reverts the change from
7080         revision 6.17 which is no longer necessary because the passphrase
7081         is sent separately now.  GnuPG messages are unreadable under
7082         multibyte locales with default-enable-multibyte-characters set to
7083         nil.
7084
7085 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * message.el (message-tool-bar-gnome): Move "spell".
7088
7089 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7092         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7093         instead.
7094
7095 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7096
7097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7098         newsgroups handling for NNTP overviews which don't include
7099         Newsgroups.
7100
7101 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7102
7103         * message.el (message-resend): Bind message-generate-hashcash to nil.
7104
7105 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7106
7107         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7108         when searching for already-paid recipients.
7109
7110 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7111
7112         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7113         passphrases when it is not needed.
7114         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7115         passphrase stuff from gpg, should only be necessary when you use
7116         gpg with a smartcard.
7117
7118 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * mml.el (mml-insert-mime): Ignore cached contents of
7121         message/external-body part.
7122
7123         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7124         (mm-insert-part): Ditto.
7125
7126 2006-03-23  Simon Josefsson  <jas@extundo.com>
7127
7128         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7129         Reiner.
7130         (pgg-gpg-use-agent-p): Use it again.
7131
7132 2006-03-23  Simon Josefsson  <jas@extundo.com>
7133
7134         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7135         older emacsen.
7136         (pgg-gpg-use-agent-p): Don't use it.
7137
7138 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7141         if we can.
7142
7143 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7144
7145         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7146         (pgg-gpg-update-agent): New function.
7147         (pgg-gpg-use-agent-p): New function.
7148         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7149         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7150         (pgg-gpg-sign-region): Use it.
7151
7152 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7155         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7156
7157 2006-03-21  Simon Josefsson  <jas@extundo.com>
7158
7159         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7160         <wilde@sha-bang.de>.
7161         (pgg-gpg-use-agent): New variable.
7162         (pgg-gpg-process-region): Use it.
7163         (pgg-gpg-encrypt-region): Likewise.
7164         (pgg-gpg-encrypt-symmetric-region): Likewise.
7165         (pgg-gpg-decrypt-region): Likewise.
7166         (pgg-gpg-sign-region): Likewise.
7167         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7168
7169 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7172
7173         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7174         Add comment on version.
7175
7176 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * smiley.el: Add missing test smiley.
7179
7180 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-decode.el (mm-with-part): New macro.
7183         (mm-get-part): Use it; work with message/external-body as well.
7184         (mm-save-part): Treat name and filename equally.
7185
7186         * mm-extern.el (mm-extern-cache-contents): New function.
7187         (mm-inline-external-body): Use it; force the part to be displayed;
7188         move undisplayer added to the cached handle to the parent.
7189
7190         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7191         (gnus-mime-view-part-as-type): Work with message/external-body.
7192
7193         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7194
7195 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7198         images in image-load-path.  [Sync with image.el, revision 1.60, in
7199         Emacs.]
7200
7201 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7204         path rather than symbol.  Always return list of directories.
7205         Guarantee that image directory comes first.  [Sync with image.el,
7206         revision 1.59, in Emacs.]
7207
7208         * message.el (message-make-tool-bar): Adjust to new API of
7209         `gmm-image-load-path-for-library'.
7210
7211         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7212
7213         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7214
7215 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7216
7217         * gnus-art.el (gnus-article-only-boring-p):
7218         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7219         intangible text.
7220         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7221
7222 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7225         `defun' instead of `gmm-defun-compat'.
7226
7227 2006-03-14  Simon Josefsson  <jas@extundo.com>
7228
7229         * message.el (message-unique-id): Don't use message-number-base36
7230         if (user-uid) is a float.
7231         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7232
7233 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7236
7237         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7238         empty line between a part and a message part.
7239
7240 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * smiley.el: Add more test smileys.
7243         (smiley-data-directory, smiley-regexp-alist)
7244         (gnus-smiley-file-types): Fix doc strings.
7245         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7246         adding new elements.
7247         (smiley-mouse-map): Unused code.  Make it a comment.
7248
7249 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7252         scan latest NoCeM messages instead of old ones.
7253         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7254         delimiters that are recently used.
7255         (gnus-nocem-load-cache): Add autoload cookie.
7256
7257         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7258
7259         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7260         level which is larger than gnus-use-nocem is specified.
7261
7262         * gnus-group.el (gnus-group-get-new-news): Ditto.
7263
7264 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-util.el (gnus-tool-bar-update): New function.
7267
7268         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7269         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7270
7271         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7272
7273         * gnus-group.el (gnus-group-redraw-when-idle)
7274         (gnus-group-redraw-check): Remove.
7275         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7276
7277 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7280         if optional last element is specified in splits (FIELD VALUE...).
7281
7282 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7285         to gmm-image-load-path-for-library.  Call with no-error argument.
7286         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7287
7288         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7289
7290         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7291
7292         * gmm-utils.el (gmm-image-load-path): Remove alias.
7293
7294 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gmm-utils.el (gmm-image-load-path): Add alias.
7297
7298         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7299         nnml-generate-nov-databases-1.
7300         (nnml-generate-nov-databases): Use it.
7301         (nnml-generate-nov-databases-directory): Document no-active
7302         argument.
7303
7304         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7305         directory if path is t.  Add no-error.
7306
7307         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7308         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7309
7310         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7311         resetting gnus-article-browse-html-temp-list.
7312
7313         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7314         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7315         Add example to docstring.  Rename local variables.  Move error
7316         checks to default case in cond and simplify.
7317
7318 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7321         handle is multipart when calling it recursively.
7322         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7323
7324 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7325
7326         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7327         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7328
7329 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7332         is loaded.
7333
7334         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7335         loaded.
7336
7337 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7340         to "Emacs 23 (unicode)" in doc string.
7341
7342         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7343         "Emacs 23 (unicode)" in comment.
7344
7345 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7348
7349         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7350         characters 160 through 255 in Emacs 23.
7351
7352 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7355         gnus-article-browse-html-temp.
7356         (gnus-article-browse-delete-temp): Make it customizable.  Add
7357         `file'.  Adjust doc string.
7358         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7359         query for each file.  Adjust doc string.
7360         (gnus-article-browse-html-parts): Add
7361         `gnus-article-browse-delete-temp-files' to
7362         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7363
7364 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7365
7366         * gnus-art.el (gnus-article-browse-html-temp)
7367         (gnus-article-browse-delete-temp): New variables.
7368         (gnus-article-browse-delete-temp-files): New function.
7369         (gnus-article-browse-html-parts): Use it.
7370
7371 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7374
7375         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7376         string.
7377
7378         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7379         gnus-summary-insert-new-articles when unplugged.  Remove
7380         gnus-summary-search-article-forward.
7381
7382         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7383         display-visual-class instead of display-color-cells.
7384
7385 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * dgnushack.el: Autoload customize-group for XEmacs.
7388
7389         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7390         message/* containing non-ASCII text properly.
7391
7392 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * message.el: Require gmm-utils, remove autoloads.
7395         (message-tool-bar): Set default based on
7396         gmm-tool-bar-style.
7397         (message-tool-bar-gnome): Add gmm-customize-mode.
7398
7399         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7400         gmm-tool-bar-style.
7401         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7402
7403         * gnus-group.el (gnus-group-tool-bar): Set default based on
7404         gmm-tool-bar-style.
7405         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7406
7407         * gmm-utils.el (gmm-image-directory): Rename variable from
7408         gmm-image-load-path.
7409         (gmm-image-load-path): Use gmm-image-directory.
7410         (gmm-customize-mode): New function.
7411         (gmm-tool-bar-style): New variable.
7412
7413         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7414         gnus-group-redraw-line-number.
7415         (gnus-group-redraw-check): Simplify.
7416         (gnus-group-tool-bar-update): Remove redraw check.
7417         (gnus-group-make-tool-bar): Add redraw check.
7418
7419 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7420
7421         * gnus-art.el (gnus-button): Add missing parentheses.
7422
7423 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * lpath.el: Fbind line-number-at-pos.
7426
7427 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7430
7431 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-art.el (gnus-button): New face.
7434         (gnus-article-button-face): Use it.
7435
7436         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7437         gnus-summary-next-page.  Re-order.
7438
7439         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7440         next-node are now included.
7441         (gnus-group-redraw-line-number): New internal variable.
7442         (gnus-group-redraw-check): Helper function for updating the tool
7443         bar.
7444         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7445
7446         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7447
7448         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7449         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7450         Use it to match format of Spamassassin 3.0 and later.  Reported by
7451         IRIE Tetsuya <irie@t.email.ne.jp>.
7452         (spam-check-bogofilter)
7453         (spam-bogofilter-register-with-bogofilter): Fix args of
7454         `gnus-error' calls.
7455
7456 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7459         unnecessary interaction when sending queued mails.  Reported by
7460         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7461
7462 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7465         first or last are nil.
7466
7467 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7468
7469         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7470
7471 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7474
7475 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * dns.el (query-dns): Protect more against buggy tcp output.
7478
7479 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7482         nov.php.
7483
7484 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7485
7486         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7487         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7488         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7489         output on the server side.
7490         (nnweb-google-create-mapping): Update regexps and add some
7491         progress indication.
7492
7493 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7496         gnus-agent-toggle-plugged.  Re-order icons.
7497         (gnus-group-tool-bar-gnome): Add
7498         gnus-group-{prev,next}-unread-group.
7499         (gnus-group-tool-bar-gnome): Re-order icons.
7500
7501         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7502         gnus-summary-insert-new-articles.
7503
7504         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7505         comments.
7506
7507         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7508         also available in Emacs 21.3.
7509
7510         * message.el (message-fix-before-sending): Change "Emacs 22" to
7511         "Emacs 23 (unicode)" in comment.
7512
7513         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7514         "Emacs 23 (unicode)" in comment.
7515
7516         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7517         comment.
7518         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7519
7520         * mm-view.el (mm-fill-flowed): Add :version.
7521
7522 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7525         and load-path.
7526
7527 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * message.el: Autoload gmm-image-load-path.
7530         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7531         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7532         consitency.
7533
7534         * gmm-utils.el (gmm-image-load-path): Also search in
7535         "../etc/images".  Don't set gmm-image-load-path if we don't find
7536         the image.
7537
7538 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gmm-utils.el (gmm-image-load-path): Don't make
7541         `gmm-image-load-path' include subdirectories which the second arg
7542         `image' might specify.
7543
7544         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7545         subdirectory to icon file names.
7546
7547         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7548
7549 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7552         gmm-image-load-path calls.
7553
7554         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7555
7556         * message.el (message-make-tool-bar): Ditto.
7557
7558         * mml.el (mml-preview): Added comment concerning tool bar icons.
7559
7560         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7561         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7562
7563         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7564         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7565
7566         * message.el (message-tool-bar-gnome): Use new icon names.
7567         (message-make-tool-bar): Use `gmm-image-load-path'.
7568
7569         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7570         functions from MH-E.
7571         (gmm-image-load-path): New variable from MH-E.
7572         (gmm-image-load-path): New function from MH-E.  Added arguments
7573         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7574         *-image-load-path-called-flag.
7575
7576 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7577
7578         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7579
7580 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7581
7582         * nnimap.el (nnimap-request-move-article): Change folder back to
7583         source group before deleting.
7584
7585 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7588
7589         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7590         mm-url.
7591
7592         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7593
7594 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7597         coding system which mm-charset-to-coding-system returns for a
7598         given charset is valid.
7599
7600 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7601
7602         * html2text.el (html2text-remove-tag-list):
7603         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7604
7605 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7606
7607         * gnus-cus.el: Revert 2005-10-17 change.
7608
7609 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (article-strip-banner): Call
7612         article-really-strip-banner only when the regexp match is made.
7613
7614 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-art.el (article-strip-banner): Use
7617         gnus-extract-address-components instead of
7618         mail-header-parse-addresses to make it work with non-ASCII text;
7619         remove mail-encode-encoded-word-string.
7620
7621         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7622         values which are surrounded with \"...\"; make it never cause a
7623         Lisp error; give up parsing of parameters if it failed in
7624         extracting type.
7625
7626 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7627
7628         * smime.el (smime-cert-by-ldap-1): Fix bug where
7629         `smime-ldap-search' returns results without userCertificates.
7630
7631 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7634
7635 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * spam.el (spam-check-spamassassin-headers): Adapt format for
7638         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7639         <ari@mbf.ocn.ne.jp>.
7640         (spam-list-of-processors): Add spam-use-gmane.
7641
7642 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7645         make-temp-file; make it work with XEmacs as well.
7646
7647         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7648         mm-make-temp-file.
7649
7650         * mm-decode.el (mm-display-external): Use the 3rd arg of
7651         mm-make-temp-file.
7652         (mm-create-image-xemacs): Ditto.
7653
7654 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7657         with message-narrow-to-headers.
7658         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7659         (gnus-draft-check-draft-articles): New function.
7660         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7661
7662 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * gnus-art.el (gnus-article-browse-html-parts):
7665         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7666         Don't use suffix argument for mm-make-temp-file for Emacs 21
7667         compatibility.  Remove useless `format'.
7668
7669 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7670
7671         * nnweb.el (nnweb-google-wash-article): Update regexps.
7672         (nnweb-group-alist): Use defvoo instead of defvar.
7673
7674 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7677         re-loading nn* modules.
7678
7679 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7682         for `tool-bar-mode' and don't check it's default-value.
7683
7684         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7685
7686         * message.el (message-make-tool-bar): Ditto.
7687
7688         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7689         `substring'.  Shorten tmp-file name.
7690
7691         * gnus.el: Remove bogus comment.
7692
7693 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7694
7695         * gnus-art.el (gnus-article-browse-html-parts): New function.
7696         (gnus-article-browse-html-article): New function for viewing html
7697         articles with a browser.
7698
7699 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7700
7701         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7702         in elisp.
7703         (pgg-gpg-encrypt-symmetric-region): Ditto.
7704         (pgg-gpg-sign-region): Ditto.
7705
7706         * pgg-def.el (pgg-text-mode): New variable.
7707
7708         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7709         (mml2015-pgg-encrypt): Ditto.
7710
7711         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7712         (mml1991-pgg-encrypt): Ditto.
7713
7714 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7717         message-make-date instead of current-time-string.
7718
7719         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7720         to gnus-decoded which mm-uu might set.
7721
7722 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7725         don't decode quoted parameters; remove misimported Emacs code.
7726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7727         (rfc2231-decode-encoded-string): Don't use split-string which
7728         behaves differently according to Emacs version; use
7729         mm-decode-coding-region to convert charset to coding-system.
7730         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7731         (rfc2231-encode-string): Remove misimported Emacs code.
7732
7733 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7736         when calling mail-header-parse-content-type.
7737         (article-de-quoted-unreadable): Ditto.
7738         (article-de-base64-unreadable): Ditto.
7739         (article-wash-html): Ditto.
7740
7741         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7742         calling mail-header-parse-content-type and
7743         mail-header-parse-content-disposition.
7744         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7745         mail-header-parse-content-type.
7746
7747         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7748         insert charset and format parameters; encode description after
7749         inserting it to buffer.
7750         (mml-insert-parameter): Fold lines properly even if a parameter is
7751         segmented into two or more lines; change the max column to 76.
7752
7753         * rfc1843.el (rfc1843-decode-article-body): Don't use
7754         ignore-errors when calling mail-header-parse-content-type.
7755
7756         * rfc2231.el (rfc2231-parse-string): Return at least type if
7757         possible; don't cause an error even if it fails in parsing of
7758         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7759         (rfc2231-encode-string): Don't break lines at the beginning, leave
7760         it to mml-insert-parameter.
7761
7762         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7763         calling mail-header-parse-content-type.
7764
7765 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * spam-report.el (spam-report-gmane-use-article-number):
7768         Improve doc string.
7769         (spam-report-gmane-internal): Check if a suitable header was found
7770         in the article.
7771
7772 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7775         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7776
7777 2006-02-05  Romain Francoise  <romain@orebokech.com>
7778
7779         Update copyright notices of all files in the gnus directory.
7780
7781 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7782
7783         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7784
7785 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7788         segmented lines of parameter value to cope with Thunderbird 1.5
7789         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7790         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7791         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7792
7793 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7794
7795         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7796         parts.
7797
7798 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7799
7800         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7801         there's only one active file for all servers.
7802         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7803         solid groups.  Gnus might have used a FAST request to select the group.
7804         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7805         and nnweb-search redundantly in the active file.
7806         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7807         (nnweb-request-create-group): Don't use ARGS.
7808         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7809         initialisations.  Let nnoo do the work.
7810
7811 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7814         Say the part has been decoded.
7815
7816         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7817
7818 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7819
7820         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7821         mailcap-viewer-test-cache when there's no 'test clause, since that
7822         will invert the meaning of a "nil" test previously determined by
7823         mailcap-mailcap-entry-passes-test.
7824
7825 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7828         compiling.
7829
7830         * gnus-sum.el: Ditto.
7831
7832         * message.el: Don't bind tool-bar-map when compiling.
7833
7834 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7837
7838 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7839
7840         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7841         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7842         current Google Groups.
7843
7844 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7847         and tool-bar-mode.
7848
7849         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7850         and tool-bar-mode.
7851
7852         * message.el (message-tool-bar-update): Simplify.
7853         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7854
7855         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7856         gnus-summary-buffer.
7857         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7858         gnus-summary-reply.
7859
7860         * gmm-utils.el (gmm): Add :version.
7861
7862 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * Makefile.in (clean): New rule.
7865         (distclean): Use it.
7866
7867 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7868
7869         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7870         autoload.
7871
7872 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gmm-utils.el (gmm-verbose): Add :group.
7875
7876 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * message.el: Change some comments WRT tool-bars.
7879
7880         * gnus-sum.el (gnus-summary-tool-bar)
7881         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7882         (gnus-summary-tool-bar-zap-list): New variables.
7883         (gnus-summary-make-tool-bar): Complete rewrite using
7884         `gmm-tool-bar-from-list'.
7885
7886         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7887         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7888         variables.
7889         (gnus-group-make-tool-bar): Complete rewrite using
7890         `gmm-tool-bar-from-list'.
7891         (gnus-group-tool-bar-update): New function.
7892
7893         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7894
7895 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7898         is dissected into a single part of which the type is the same as
7899         the given one; decode charset.
7900
7901 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7902
7903         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7904         into alists as symbol not string, since that's what
7905         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7906         look for.
7907
7908 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7911         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7912
7913         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7914
7915 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7918         (gnus-xmas-mime-security-button-menu): New function.
7919
7920         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7921         (gnus-mime-security-button-menu): New definition.
7922         (gnus-mime-security-button-map): Use them.
7923         (gnus-mime-security-button-menu): New function.
7924         (gnus-insert-mime-security-button): Addition to help echo.
7925         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7926         (gnus-mime-security-pipe-part): New functions.
7927
7928         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7929         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7930
7931         * mm-decode.el (mm-handle-set-disposition): Remove.
7932         (mm-handle-set-description): Remove.
7933
7934 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7937         (mm-w3m-standalone-supports-m17n-p): New function.
7938         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7939         w3m usage.
7940
7941         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7942         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7943
7944 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * message.el (message-tool-bar-zap-list): Use
7947         gmm-tool-bar-zap-list as custom type.
7948         (message-tool-bar-update): New function.
7949         (message-tool-bar, message-tool-bar-gnome)
7950         (message-tool-bar-retro): Add message-tool-bar-update.
7951         (message-tool-bar-gnome): Add flyspell-buffer.
7952
7953         * gnus-util.el (gnus-error): Describe `args'.
7954
7955         * gmm-utils.el (gmm-error): Describe `args'.
7956         (gmm-tool-bar-zap-list): New widget.
7957         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7958
7959 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7962         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7963         the number of recursive calls.
7964
7965         * mm-decode.el (mm-handle-set-disposition): New macro.
7966         (mm-handle-set-description): New macro.
7967
7968 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7971         encoding.
7972
7973 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * message.el (message-tool-bar-zap-list, message-tool-bar)
7976         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7977         (message-tool-bar-local-item-from-menu): Remove.
7978         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7979         (message-make-tool-bar): New function.
7980         (message-mode): Use `message-make-tool-bar'.
7981
7982         * gmm-utils.el: New file.
7983         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7984         (gmm-lazy): New widget copied from `nnmail.el'.
7985         (gmm-tool-bar-from-list): New function for creating customizable
7986         tool bars.
7987         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7988         output.
7989         (gmm): Add :prefix to defgroup.
7990
7991 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7992
7993         * gmm-utils.el (gmm-widget-p): New function.
7994
7995 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * mml.el (mml-attach-file): Describe `description' in doc string.
7998         (mml-menu): Add Emacs MIME manual and PGG manual.
7999
8000 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8001
8002         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8003
8004 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8005
8006         * nntp.el (nntp-end-of-line): Doc fix.
8007
8008 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8009
8010         * imap.el (imap-open): Handle case where buffer is a buffer
8011         object.
8012
8013 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8014
8015         * gnus-delay.el (gnus-delay): Don't autoload.
8016         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8017         to be re-loaded when customizing the `gnus-delay' group.
8018
8019 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8020
8021         * message.el (message-insert-citation-line): Use newlines.
8022
8023 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8024
8025         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8026         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8027         these routines, so the passphrase can be managed externally and
8028         passed in to the system.
8029         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8030         pgg-add-passphrase-to-cache function.
8031
8032         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8033         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8034         these routines, so the passphrase can be managed externally and
8035         passed in to the system.
8036         (pgg-pgp5-sign-region): Use new name of
8037         pgg-add-passphrase-to-cache function.
8038
8039 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8040
8041         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8042         part of the decoded armor to find the key-identifier.
8043         (pgg-gpg-lookup-key-owner): New function to return the
8044         human-readable identifier of a key owner.
8045         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8046         itself.
8047         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8048         the key value) if we have a key and can match it against a secret
8049         key.  Also, added a note pointing out fact that the prompt only
8050         indicates the first matching key.
8051
8052         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8053         pgg-decrypt-region.
8054         (pgg-add-passphrase-to-cache): Rename from
8055         `pgg-add-passphrase-cache' to reduce confusion (all callers
8056         changed).
8057         (pgg-remove-passphrase-from-cache): Rename from
8058         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8059         changed).
8060         (pgg-read-passphrase, pgg-add-passphrase-cache)
8061         (pgg-remove-passphrase-cache): Add informative docstrings.
8062         (pgg-decrypt): Convey provided passphrase in subordinate call to
8063         pgg-decrypt-region.
8064
8065 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8066
8067         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8068         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8069         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8070         'passphrase' argument, so the passphrase can be managed externally
8071         and then passed in to the system.
8072
8073         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8074         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8075         so the passphrase cache can be used reliably with identifiers
8076         besides a pgp packet's key id.
8077
8078         * pgg-gpg.el (pgg-gpg-encrypt-region)
8079         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8080         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8081         these routines, so the passphrase can be managed externally and
8082         passed in to the system.
8083
8084         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8085         'notruncate' argument, so the passphrase cache can be used
8086         reliably with identifiers besides a pgp packet's key id.
8087
8088 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8089
8090         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8091         symmetric encryption.
8092         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8093         encrypted session key.
8094         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8095         message ask for the passphrase in a proper way.
8096
8097         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8098         New user commands for symmetric encryption.
8099
8100 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8103
8104         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8105
8106 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8107
8108         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8109
8110 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mm-decode.el (mm-inlined-types): Add application/pgp.
8113         (mm-automatic-display): Ditto.
8114
8115         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8116         part as text.
8117
8118 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * nnrss.el: Update copyright.
8121         (nnrss-opml-import): Query whether to subscribe to each entry.
8122
8123         * gnus-art.el:
8124         * gnus-sum.el:
8125         * gnus-xmas.el:
8126         * messagexmas.el:
8127         * mm-uu.el:
8128         * mm-view.el: Update copyright.
8129
8130 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * message.el (message-info): New function.
8133         (message-mode-menu): Add it.
8134         Update copyright.
8135
8136         * ChangeLog: Fix and update copyright.
8137
8138 2006-01-13  Romain Francoise  <romain@orebokech.com>
8139
8140         * message.el (message-forward-subject-name-subject): Prefer the
8141         address to 'nowhere' if the sender has no name.
8142         Fix typo.  Update copyright year.
8143
8144 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-art.el (article-wash-html): Use
8147         gnus-summary-show-article-charset-alist if a numeric arg is given.
8148         (gnus-article-wash-html-with-w3m-standalone): New function.
8149
8150         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8151         mm-inline-text-html-render-with-w3m-standalone.
8152         (mm-text-html-washer-alist): Map w3m-standalone to
8153         gnus-article-wash-html-with-w3m-standalone.
8154         (mm-inline-text-html-render-with-w3m-standalone): New function.
8155
8156 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8159         Improve LaTeX.
8160
8161 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8164         (nnrss-request-article): Render text/plain parts as HTML.
8165
8166         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8167         the buffer.
8168
8169 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8172         custom definition of `gnus-posting-styles'.
8173
8174         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8175         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8176
8177 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8180         Use nntp for bug archive.
8181
8182 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8185         parts.
8186         (nnrss-normalize-date): New function converts ISO 8601 date into
8187         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8188         (nnrss-check-group): Use it.
8189
8190 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8193
8194         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8195         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8196         (nnrss-insert-w3): Ditto.
8197
8198 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8201         the articles to be forwarded including the case where neither a
8202         number of articles nor a region is specified.
8203
8204 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * nnrss.el (nnrss-request-article): Fix last change; fill
8207         text/plain parts.
8208
8209 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8212         in text/plain part.
8213         (nnrss-check-group): Don't add excessive newline to dc:subject.
8214
8215 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8216
8217         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8218         article.
8219
8220 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8223         (nnml-use-compressed-files, nnml-save-mail): Support other
8224         comression programs such as bzip2.
8225
8226 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * dns.el (query-dns): Make sure we check the buffer size before
8229         removing tcp headers.
8230
8231 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8234         remove MIME buttons associated with multipart/alternative parts.
8235         (gnus-mime-display-alternative): Tag buttons using `article-type'
8236         text property.
8237
8238         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8239         associated with multipart/alternative parts.
8240
8241         * gnus-art.el (gnus-signature-separator): Fix custom type.
8242
8243         * mm-decode.el (mm-inlined-types): Fix custom type.
8244         (mm-keep-viewer-alive-types): Ditto.
8245         (mm-automatic-display): Ditto.
8246         (mm-attachment-override-types): Ditto.
8247         (mm-inline-override-types): Ditto.
8248         (mm-automatic-external-display): Ditto.
8249
8250 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * spam-report.el (spam-report-user-mail-address)
8253         (spam-report-user-agent): New variables.
8254         (spam-report-url-ping-plain): Use spam-report-user-agent.
8255
8256 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8257
8258         * gnus-art.el (gnus-button-handle-custom): Do not just use
8259         `customize-apropos' for any "M-x customize-*" button but the
8260         function called for.  Accept both the function name and its
8261         argument in order to achieve this.
8262         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8263         function name to `gnus-button-handle-custom' in case of "M-x
8264         customize-*" buttons.
8265
8266 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8269         multipart/alternative and add xref to mm-discouraged-alternatives
8270         in doc string.
8271
8272         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8273         gnus-buttonized-mime-types in doc string.
8274
8275 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8278         Suggest image/.* in the doc string.
8279
8280 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8283         message-marks (Debian bug #342521).
8284
8285 2005-12-12  Simon Josefsson  <jas@extundo.com>
8286
8287         * password.el (password-read-from-cache): Add.
8288         (password-read): Use it.
8289
8290 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8293         us-ascii as a MIME charset.
8294
8295         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8296         against the case where the 2nd arg TYPE is nil.
8297
8298 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * pop3.el (pop3-stream-type): Fix custom version.
8301
8302         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8303
8304 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8305
8306         * mm-decode.el (mm-display-external): Add missing cdr.
8307
8308 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8311         RFC1524) if it is in mailcap or add a suffix according to
8312         mailcap-mime-extensions when generating a temp filename; postpone
8313         deleting a temp file for 2 seconds for some wrappers, shell
8314         scripts, and so on, which might exit right after having started a
8315         viewer command as a background job.
8316
8317 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * nntp.el (nntp-marks-directory): Fix custom group.
8320
8321         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8322         steps when < 10.
8323
8324         * gnus-start.el (gnus-no-server-1): Mention
8325         `gnus-level-default-subscribed' in doc string.
8326
8327 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8328
8329         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8330         parens.
8331
8332 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-xmas.el (gnus-use-toolbar): Revert.
8335         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8336         gnus-use-toolbar is default.
8337
8338         * messagexmas.el (message-use-toolbar): Revert.
8339         (message-setup-toolbar): Use global default-toolbar if
8340         message-use-toolbar is default.
8341
8342 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8345         according to default-toolbar-visible-p.
8346
8347         * messagexmas.el (message-use-toolbar): Ditto.
8348
8349 2005-11-26  Dave Love  <fx@gnu.org>
8350
8351         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8352         (tls-program, tls-success): Provide openssl alternative.
8353
8354         * starttls.el: Doc fixes.
8355         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8356         SERVICE to PORT.
8357
8358         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8359         port null or service name.
8360         (starttls-negotiate): Autoload.
8361
8362 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * message.el (message-kill-to-signature): Fix interactive spec.
8365
8366 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * pop3.el (pop3-open-server): Recognize a string as a service name.
8369
8370 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8371
8372         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8373
8374 2005-11-23  Dave Love  <fx@gnu.org>
8375
8376         Add pop3s, pop3/starttls.
8377
8378         * pop3.el (pop3-authentication-scheme): Clarify doc.
8379         (open-tls-stream, starttls-open-stream): Autoload.
8380         (pop3-stream-type): New.
8381         (pop3-open-server): Use it.
8382
8383         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8384         for POP.
8385         (mail-source-keyword-map): Add :stream for POP.
8386         (mail-source-fetch-pop): Use pop3-stream-type.
8387
8388 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8391         of current-time-string.
8392
8393 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8394
8395         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8396         date header.
8397
8398 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8399
8400         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8401         it can seriously impact performance as it bypasses the agent's
8402         local caches.
8403
8404 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8405
8406         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8407         must be explicitly online rather than "not explicitly offline" for
8408         its flags to be synchronized.
8409
8410         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8411         that gnus-uu-unmark-thread will function correctly.
8412
8413         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8414         1024K is instead displayed as 1M.
8415
8416 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8419
8420 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8421
8422         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8423
8424 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8425
8426         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8427         error message to display actual error condition.
8428         (gnus-agent-save-local): Avoid saving symbols that are bound to
8429         nil as they simply result in a warning message in
8430         gnus-agent-read-local.
8431
8432 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8435         rather than make-variable-buffer-local for file-precious-flag.
8436
8437 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8438
8439         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8440         for duplicates which are removed.  The invalid sort check then
8441         triggers a rescan after the sort as sorting may have moved
8442         duplicate entries such that they can be cheaply detected.
8443
8444 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8447
8448 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8449
8450         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8451         internal variable to a custom variable.  Changed default value
8452         from compressed(2) to uncompressed(1).
8453         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8454         support for uncompressed agentview files.  Taken together, reading
8455         the agentview file should now be 6-7 times faster.
8456
8457 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8458
8459         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8460         as a buffer-local variable.  This avoids creating truncated
8461         dribble files as a result of a hang up, eg.
8462
8463 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8464
8465         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8466         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8467         XEmacs.
8468
8469 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus-start.el (gnus-start-draft-setup): Enforce
8472         `gnus-draft-mode' for nndraft:drafts at startup.
8473
8474         * gnus.el (gnus-splash): Change custom group.
8475         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8476         allow-list argument.
8477
8478         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8479         string.
8480
8481 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus-art.el (gnus-default-article-saver): Add user-defined
8484         `function' to custom type.
8485
8486 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8487
8488         * imap.el (imap-open): Handle case where buffer is a buffer
8489         object.
8490
8491 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8494         long lines.
8495         (gnus-cache-delete-group): Wrap doc strings.
8496
8497         * gnus-agent.el (gnus-agent-rename-group)
8498         (gnus-agent-delete-group): Wrap doc strings.
8499
8500 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * messagexmas.el (message-use-toolbar): Change the valid values
8503         into default, top, bottom, left, and right.
8504         (message-toolbar-thickness): New variable.
8505         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8506         well.
8507         (message-setup-toolbar): Make it work.
8508
8509         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8510         (gnus-use-toolbar): Change the valid values into default, top,
8511         bottom, left, and right.
8512         (gnus-toolbar-thickness): New variable.
8513         (gnus-xmas-setup-toolbar): New function.
8514         (gnus-xmas-setup-group-toolbar): Use it.
8515         (gnus-xmas-setup-summary-toolbar): Use it.
8516
8517 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * gnus-start.el (gnus-1): Add "native" to
8520         gnus-predefined-server-alist.
8521
8522         * gnus.el (gnus-method-to-server): Don't add "native" to the
8523         lists here, because that leads to problems when
8524         gnus-select-method is bound.
8525
8526 2005-11-09  Simon Josefsson  <jas@extundo.com>
8527
8528         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8529         use (not sort-by-date) instead.
8530
8531 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8532
8533         * gnus-delay.el (gnus-delay-group): Don't autoload.
8534         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8535         to be re-loaded when customizing the `gnus-delay' group.
8536
8537 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8538
8539         * message.el: Revert last changes.
8540         (message-insert-citation-line): Use newlines.
8541
8542 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8543
8544         * message.el (message-courtesy-message)
8545         (message-mark-insert-begin, message-mark-insert-end)
8546         (message-elide-ellipsis, message-cancel-message)
8547         (message-add-header, message-change-subject)
8548         (message-cross-post-followup-to-header)
8549         (message-cross-post-insert-note, message-reduce-to-to-cc)
8550         (message-widen-reply, message-delete-not-region)
8551         (message-kill-to-signature, message-insert-signature)
8552         (message-insert-importance-high, message-insert-importance-low)
8553         (message-insert-or-toggle-importance)
8554         (message-insert-disposition-notification-to)
8555         (message-indent-citation, message-yank-original)
8556         (message-cite-original-without-signature, message-cite-original)
8557         (message-insert-citation-line, message-position-on-field)
8558         (message-fix-before-sending, message-send-mail-partially)
8559         (message-send-mail, message-send-mail-with-sendmail)
8560         (message-send-mail-with-qmail, message-send-news)
8561         (message-check-news-header-syntax, message-generate-headers)
8562         (message-insert-courtesy-copy, message-fill-address)
8563         (message-fill-header, message-shorten-references)
8564         (message-setup-1, message-cancel-news)
8565         (message-forward-make-body-plain, message-forward-make-body-mime)
8566         (message-forward-make-body-mml, message-encode-message-body)
8567         (message-forward-make-body-digest-plain)
8568         (message-forward-make-body-digest-mime)
8569         (message-use-alternative-email-as-from): Insert `hard-newline'
8570         instead of ordinary newlines.
8571
8572 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * message.el (message-generate-headers): Downcase the argument
8575         given to message-check-element.
8576
8577 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8578
8579         * nntp.el (nntp-authinfo-rejected): New error condition.
8580         (nntp-wait-for): Use new error condition to signal authentication
8581         error.
8582         (nntp-retrieve-data): Rethrow new error condition to break out of
8583         recursive call to nntp-send-authinfo.
8584
8585 2005-11-08  Romain Francoise  <romain@orebokech.com>
8586
8587         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8588         (gnus-summary-exit-map): Bind to `Z p'.
8589         (gnus-summary-make-menu-bar): Add menu item.
8590
8591 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8594         (gnus-treat-*): Add `first' in all doc strings.
8595
8596         * gnus-group.el (gnus-group-compact-group): Fix typo.
8597
8598 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus.el (gnus-parameters-case-fold-search): New variable.
8601         (gnus-parameters-get-parameter): Use it.
8602
8603         * gnus-score.el (gnus-home-score-file): Doc fix.
8604
8605 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8606
8607         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8608
8609 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * mm-util.el (mm-special-display-p): New function.
8612
8613         * mml.el (mml-preview): Use it; doc fix.
8614
8615 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8616
8617         * imap.el (imap-open): Handle case where buffer is a buffer object.
8618
8619 2005-10-29  Romain Francoise  <romain@orebokech.com>
8620
8621         * message.el (message-fix-before-sending): Fix comment.
8622
8623 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8624
8625         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8626
8627 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8628
8629         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8630         Used in gnus-score.el.
8631
8632 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8635
8636 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8639         whitespace removed in revision 7.8.  Use concatenated string to
8640         protect trailing whitespace.
8641
8642 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8643
8644         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8645         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8646         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8647         Courier IMAP ("some version from 2004").  Mostly based on similar
8648         code in the same function.
8649
8650 2005-10-26  Didier Verna  <didier@xemacs.org>
8651
8652         * gnus-group.el (gnus-group-compact-group): Invalidate original
8653         article buffer.
8654         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8655         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8656         NOV database and in article itself.
8657         Invalidate article backlog.
8658
8659 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8662
8663 2005-10-26  Simon Josefsson  <jas@extundo.com>
8664
8665         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8666         part of 2004-07-25 change.
8667
8668 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * message.el (message-display-completion-list): New function.
8671         (message-expand-group): Use it; make sure the Completions buffer
8672         is modifiable.
8673 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8674
8675         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8676         user-mail-name is an empty string.
8677
8678 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8681         depending on gnus-score-decay-constant.
8682
8683         * encrypt.el (encrypt-insert-file-contents)
8684         (encrypt-write-file-contents): Don't use `gnus-message'.
8685
8686         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8687         arguments.
8688         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8689         arguments to mm-uu-verbatim-marks-extract.
8690         (mm-uu-hide-markers): New variable.
8691         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8692
8693         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8694         (gnus-convert-image-to-face-command): Use "convert" by default to
8695         allow other input image formats.
8696         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8697         accordingly.
8698
8699 2005-10-23  Simon Josefsson  <jas@extundo.com>
8700
8701         * imap.el (imap-gssapi-program): Align command line parameters
8702         with latest GNU SASL.
8703         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8704
8705 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8708         HTML.
8709         (nnslashdot-request-article): Ditto.
8710
8711         * lpath.el (featurep): Add nobreak-char-display.
8712
8713 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8714
8715         * mail-source.el (mail-source-fetch-pop): Require pop3.
8716         (mail-source-check-pop): Ditto.
8717
8718 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8721         errors.
8722
8723 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8726         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8727
8728         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8729
8730         * mm-bodies.el (mm-decode-string): Call
8731         `mm-charset-to-coding-system' with allow-override argument.
8732
8733 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8736         (rfc2047-charset-to-coding-system): New function.
8737         (rfc2047-decode-encoded-words): New function.
8738         (rfc2047-decode-region): Use them.
8739         (rfc2047-decode-cte): Remove.
8740         (rfc2047-parse-and-decode): Remove.
8741         (rfc2047-decode): Remove.
8742
8743 2005-10-15  Kenichi Handa  <handa@m17n.org>
8744
8745         * rfc2047.el (rfc2047-decode-cte): New function.
8746         (rfc2047-decode-region): Change the way to decode successive
8747         encoded-words: decode B- or Q-encoding in each encoded-word,
8748         concatenate them, and decode it as charset.
8749
8750 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * lpath.el: Fbind codepage-setup for XEmacs.
8753
8754 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8755
8756         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8757         widget-move-and-invoke.
8758         (gnus-custom-mode): Use gnus-custom-map.
8759
8760 2005-10-15  Bill Wohler  <wohler@newt.com>
8761
8762         * message.el (message-tool-bar-map): Renamed image file from
8763         mail_send to mail/send.
8764
8765 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8766
8767         * message.el (message-expand-group): Pass the common
8768         prefix substring of completion to `display-completion-list'.
8769
8770 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * mml-sec.el (mml-secure-method): New internal variable.
8773         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8774         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8775         functions using mml-secure-method.
8776
8777         * mml.el (mml-mode-map): Add key bindings for those functions.
8778         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8779         Harder <harder@myrealbox.com>.
8780         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8781         end of message if point is the headers of the message.
8782
8783         * message.el (message-in-body-p): New function.
8784
8785         * assistant.el: Autoload gnus-util and netrc.
8786
8787         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8788         Use `mm-charset-override-alist' only when decoding.
8789
8790         * mm-bodies.el (mm-decode-body): Call
8791         `mm-charset-to-coding-system' with allow-override argument.
8792
8793         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8794         `filename' from Content-Disposition if Content-Type doesn't
8795         provide `name'.
8796         (gnus-mime-view-part-as-type): Set default instead of
8797         initial-input.
8798
8799 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8800
8801         * format-spec.el (format-spec): Propagate text properties of % spec.
8802
8803 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus-art.el (gnus-treat-predicate): Add `first'.
8806
8807 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8810         (mm-charset-override-alist): New variable.
8811         (mm-charset-to-coding-system): Use it.
8812         (mm-codepage-setup): New helper function.
8813         (mm-charset-eval-alist): New variable.
8814         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8815         about unknown charsets.
8816
8817         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8818
8819 2005-10-04  David Hansen  <david.hansen@gmx.net>
8820
8821         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8822         (nnrss-check-group): Ditto.
8823
8824 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8827         Rename x-gnus-verbatim to x-verbatim.
8828         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8829
8830         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8831         x-verbatim.
8832
8833         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8834
8835         * gnus-util.el (gnus-remove-duplicates): Remove.
8836
8837         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8838         instead of gnus-remove-duplicates.
8839
8840         * message.el (message-remove-duplicates): Remove.
8841         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8842         message-remove-duplicates.
8843
8844         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8845         available, else use implementation from `delete-dups'.
8846
8847         * message.el (message-insert-expires): New function.
8848         (message-mode-map): Add key binding.
8849         (message-mode-field-menu): Add menu entry.
8850         (message-mode): Document it.
8851         (message-make-expires-date): Use `message-make-date'.
8852
8853 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8854
8855         * message.el (message-make-expires-date): New function.
8856
8857 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * Makefile.in (list-installed-shadows): New entry.
8860         (install): Use it.
8861         (remove-installed-shadows): New entry.
8862
8863         * dgnushack.el (dgnushack-default-load-path): New variable.
8864         (dgnushack-find-lisp-shadows): New function.
8865         (dgnushack-remove-lisp-shadows): New function.
8866
8867 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * Makefile.in (install-el-elc): New entry.
8870         (install): Use it so that .el files are necessarily installed.
8871
8872 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8875
8876 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8877
8878         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8879         function rather than the diff-mode.el package.
8880         (mm-display-external): Use with-current-buffer.
8881         (mm-viewer-completion-map, mm-viewer-completion-map):
8882         Move initialization inside declaration.
8883
8884 2005-09-29  Simon Josefsson  <jas@extundo.com>
8885
8886         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8887         autoload mail-check-payment.
8888         (spam-check-hashcash): Define unconditionally, since hashcash.el
8889         is part of Gnus now.  Ignore errors from payment checking.
8890
8891 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * message.el (message-bold-region, message-unbold-region): Rename
8894         from `bold-region' and `unbold-region'.
8895
8896         * message.el: Remove useless autoloads.
8897
8898 2005-09-28  Simon Josefsson  <jas@extundo.com>
8899
8900         * message.el (message-use-idna): Default to t.
8901         (message-use-idna): Test whether encoding works too.  Doc fix.
8902
8903 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * nntp.el (nntp-warn-about-losing-connection): Remove.
8906
8907 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8910         customizable.  Change default value.
8911         (mm-uu-diff-groups-regexp): Change default value.
8912         (mm-uu-type-alist): Add doc string.
8913         (mm-uu-configure): Add doc string.  Make it interactive.
8914         (mm-uu-tex-groups-regexp): New variable.
8915         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8916         (mm-uu-type-alist): Add LaTeX documents.
8917         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8918         of "text/verbatim".
8919         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8920
8921         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8922         instead of "text/verbatim".
8923
8924         * message.el (message-mark-inserted-region)
8925         (message-mark-insert-file): Use slrn style marks when called with
8926         prefix argument.
8927
8928 2005-09-27  Simon Josefsson  <jas@extundo.com>
8929
8930         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8931
8932 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8933
8934         * message.el (message-remove-duplicates): New function.
8935         Implementation borrowed from `gnus-remove-duplicates'.
8936         (message-idna-to-ascii-rhs): Also encode idna addresses in
8937         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8938         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8939         only ask about the same idna domain once per header and also tell
8940         in what header to replace the idna domain.
8941
8942         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8943         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8944         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8945         a header is decoded and not just the last one.
8946
8947 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8950         has been decoded.
8951
8952         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8953         (mm-insert-part): Don't modify text if it has been decoded.
8954
8955         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8956         decoded.
8957
8958         * mm-view.el (mm-inline-text): Don't strip text props unless
8959         decoding enriched or richtext parts.
8960
8961 2005-09-25  Romain Francoise  <romain@orebokech.com>
8962
8963         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8964         * gnus-start.el (gnus-subscribe-interactively):
8965         * gnus-uu.el (gnus-uu-grab-articles):
8966         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8967         space.
8968
8969 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8970
8971         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8972         * mm-view.el (mm-view-pkcs7-decrypt):
8973         * gnus-sum.el (gnus-summary-limit-to-extra)
8974         (gnus-summary-respool-article, gnus-read-move-group-name):
8975         * gnus-score.el (gnus-summary-increase-score):
8976         * gnus-util.el (gnus-completing-read-with-default):
8977         * gnus-art.el (gnus-read-save-file-name)
8978         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8979         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8980         * message.el (message-check-news-header-syntax):
8981         Follow convention for reading with the minibuffer.
8982
8983 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * spam-report.el (spam-report-url-ping-plain):
8986         Use gnus-extended-version as User-Agent.
8987
8988         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8989         default value is nil.
8990
8991         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8992         (mm-uu-verbatim-marks-extract): New function.
8993         (mm-uu-extract): New face.
8994         (mm-uu-copy-to-buffer): Use it.
8995
8996         * spam-report.el (spam-report-gmane-ham): Renamed from
8997         `spam-report-gmane-unspam'.
8998         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8999         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9000
9001         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9002         Autoload.
9003         (spam-report-gmane-unregister-routine): Renamed
9004         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9005
9006 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9007
9008         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9009         (spam-report-gmane-unregister-routine): Add support for gmane
9010         unregistration.
9011
9012         * spam-report.el (spam-report-gmane-unspam)
9013         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9014         (spam-report-gmane): Change to take a single article and do unspam
9015         registration.
9016
9017 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * mm-url.el (mm-url-decode-entities): Fix regexp.
9020
9021 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9024         default to nil, to be able to use Gnus at all.  If the default
9025         switches to something else, then the function should be fixed not
9026         be exceedingly slow.
9027
9028 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9029
9030         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9031         fail hard.
9032
9033         * spam-report.el: Add better Keywords line.
9034
9035         * spam.el: Add Maintainer and better Keywords line.
9036
9037 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * gnus-art.el (gnus-article-replace-part)
9040         (gnus-mime-replace-part): New functions.
9041         (gnus-mime-action-alist, gnus-mime-button-commands)
9042         (gnus-mime-save-part-and-strip): Added file argument.
9043         (gnus-article-part-wrapper): Added interactive argument.
9044
9045         * gnus-sum.el (gnus-summary-mime-map): Add
9046         `gnus-article-replace-part'.
9047
9048 2005-09-19  Didier Verna  <didier@xemacs.org>
9049
9050         The nnml compaction feature:
9051         * nnml.el (nnml-request-compact-group): New function.
9052         * nnml.el (nnml-request-compact): New function.
9053         * gnus-int.el (gnus-request-compact-group): New function.
9054         * gnus-int.el (gnus-request-compact): New function.
9055         * gnus-group.el (gnus-group-compact-group): New function.
9056         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9057         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9058         * gnus-srvr.el (gnus-server-compact-server): New function.
9059         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9060         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9061
9062 2005-09-18  Deepak Goel  <deego@gnufans.org>
9063
9064         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9065         format spec.
9066
9067 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9070
9071 2005-09-15  Romain Francoise  <romain@orebokech.com>
9072
9073         * message.el (message-fill-paragraph): Clarify docstring.
9074
9075 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-art.el (gnus-mime-display-part): Protect against broken
9078         MIME messages.
9079
9080 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9083         before parsing header.
9084
9085 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9086
9087         * html2text.el (html2text-replace-list): Add new entities.
9088
9089 2005-09-11  Romain Francoise  <romain@orebokech.com>
9090
9091         * message.el (message-alternative-emails): Improve docstring.
9092         (message-setup-1): Call `message-use-alternative-email-as-from'
9093         after `message-setup-hook' to give it precedence over posting
9094         styles, etc.
9095         (message-use-alternative-email-as-from): Add docstring.  Remove
9096         the original From header if present.
9097
9098         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9099         (nnml-save-mail): Use it.
9100
9101         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9102         articles.  Add new argument `silent'.
9103         (gnus-uu-mark-all): Report the total number of marked articles.
9104
9105 2005-09-10  Romain Francoise  <romain@orebokech.com>
9106
9107         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9108         (gnus-uu-mark-series): Likewise.
9109
9110 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * spam-report.el (spam-report-gmane): Fix generation of spam
9113         report URL.
9114
9115 2005-09-10  Simon Josefsson  <jas@extundo.com>
9116
9117         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9118         t, based on discussion on the ding list with Robert Epprecht
9119         <epprecht@solnet.ch>.
9120
9121 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * spam-report.el (spam-report-gmane): Make it work without
9124         X-Report-Spam header.  Gmane now only provides Archived-At.
9125         This is only used if `spam-report-gmane-use-article-number' is nil.
9126         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9127
9128         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9129         make `gnus-summary-sort-by-recipient' work with threading.
9130
9131         * nnweb.el (nnweb-google-wash-article): Print a message if article
9132         is not available.
9133
9134 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9135
9136         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9137         change.  Decode text/* parts content before displaying.
9138
9139 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9142
9143 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9146
9147         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9148         url-package-name, url-package-version,
9149         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9150         w3m-display-inline-images, and w3m-minor-mode-map.
9151
9152 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * message.el (message-tab-body-function): Fix mismatched custom type.
9155
9156         * gnus.el (gnus-group-change-level-function): Ditto.
9157
9158         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9159
9160         * gnus-art.el (gnus-signature-limit)
9161         (gnus-article-mime-part-function): Ditto.
9162
9163 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * mml.el (mml-mode): Silence the byte compiler.
9166
9167         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9168         using `(sit-for 0)' before moving the point to the specified part;
9169         skip unbuttonized parts.
9170         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9171         return to the summary window if gnus-auto-select-part is non-nil.
9172
9173 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9176         variables.
9177         (mml-dnd-attach-file, mml-mode): Use them.
9178
9179         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9180         Make fetching article by MID work again for Google Groups.  Added
9181         FIXME concerning gnus-group-make-web-group.
9182
9183         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9184         Don't depend on Gnus by using mail-extract-address-components if
9185         gnus-extract-address-components is not bound.
9186
9187 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * gnus-art.el (gnus-mime-display-security): Don't display the
9190         signature, but only the signed part.
9191
9192 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9195
9196         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9197         list, not listp.
9198
9199 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9200
9201         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9202         when encoding.
9203
9204         * mm-bodies.el (mm-decode-content-transfer-encoding):
9205         De-canonicalize CRLF for all text content types, not just
9206         text/plain.
9207
9208 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9211         valid article; point arrow and cursor at the MIME button.
9212
9213 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9216         Suggested by Dan Christensen <jdc@uwo.ca>.
9217
9218         * mm-decode.el (mm-save-part): Enable change of prompt.
9219
9220 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9221
9222         * gnus-msg.el (gnus-inews-add-send-actions): Made
9223         `message-post-method' lambda parameter ARG `&optional'.
9224
9225 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-sum.el (gnus-summary-mime-map): Added
9228         gnus-article-save-part-and-strip, gnus-article-delete-part and
9229         gnus-article-jump-to-part.
9230
9231         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9232         (gnus-article-edit-part): Use it.
9233         (gnus-article-part-wrapper): Added no-handle argument.
9234         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9235         functions.
9236
9237 2005-08-29  Romain Francoise  <romain@orebokech.com>
9238
9239         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9240         docstring.
9241         (gnus-face-from-file): Likewise.
9242
9243 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9246         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9247         non-nil.
9248         (gnus-auto-select-part): New variable.
9249         (gnus-article-jump-to-part): New function.
9250         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9251         (gnus-mime-delete-part): Allow selecting specified part after
9252         deleting or stripping parts.
9253         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9254         part if argument is bogus.
9255
9256 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9257
9258         * gnus-art.el (w3m-minor-mode-map):
9259         * gnus-spec.el (gnus-newsrc-file-version):
9260         * gnus-util.el (nnmail-active-file-coding-system)
9261         (gnus-original-article-buffer, gnus-user-agent):
9262         * gnus.el (gnus-ham-process-destinations)
9263         (gnus-parameter-ham-marks-alist)
9264         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9265         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9266         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9267         * mm-decode.el (gnus-current-window-configuration):
9268         * mm-extern.el (gnus-article-mime-handles):
9269         * mm-url.el (url-current-object, url-package-name)
9270         (url-package-version):
9271         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9272         (smime-keys, w3m-cid-retrieve-function-alist)
9273         (w3m-current-buffer, w3m-display-inline-images)
9274         (w3m-minor-mode-map):
9275         * mml-smime.el (gnus-extract-address-components):
9276         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9277         (gnus-newsrc-hashtb, message-default-charset)
9278         (message-deletable-headers, message-options)
9279         (message-posting-charset, message-required-mail-headers)
9280         (message-required-news-headers):
9281         * mml1991.el (mc-pgp-always-sign):
9282         * mml2015.el (mc-pgp-always-sign):
9283         * nnheader.el (nnmail-extra-headers):
9284         * rfc1843.el (gnus-decode-encoded-word-function)
9285         (gnus-decode-header-function, gnus-newsgroup-name):
9286         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9287
9288 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9289
9290         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9291         the end of the date treatments.
9292
9293 2005-08-15  Simon Josefsson  <jas@extundo.com>
9294
9295         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9296         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9297         Capello and Romain Francoise.
9298         (pgg-fetch-key-function): Removed, not used?
9299         (pgg-insert-url-with-w3): Require url, to get
9300         url-insert-file-contents regardless of where it is defined.
9301
9302 2005-08-13  Romain Francoise  <romain@orebokech.com>
9303
9304         * message.el (message-cite-original-1): New function.
9305         (message-cite-original): Use it.
9306         (message-cite-original-without-signature): Ditto.
9307
9308 2005-08-08  Romain Francoise  <romain@orebokech.com>
9309
9310         * message.el (message-yank-empty-prefix): New variable.
9311         (message-indent-citation): Use it.
9312         (message-cite-original-without-signature): Respect X-No-Archive.
9313
9314 2005-08-08  Simon Josefsson  <jas@extundo.com>
9315
9316         * pgg.el: Autoload url-insert-file-contents instead of loading
9317         w3/url.
9318         (pgg-insert-url-with-w3): Don't load url here.
9319
9320 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9321
9322         * message.el (message-kill-to-signature): Don't insert newline at
9323         bol.
9324         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9325
9326 2005-08-06  Romain Francoise  <romain@orebokech.com>
9327
9328         * message.el (message-user-fqdn): Fix typo in docstring.
9329
9330 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9333
9334         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9335
9336 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * mm-bodies.el (mm-encode-body): Use coding system rather than
9339         charset to encode text.
9340
9341         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9342         number of charsets if utf-8 is available (XEmacs).
9343
9344 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9347         taken from `gnus-button-mid-or-mail-regexp'.
9348         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9349         (gnus-button-alist): Improve regexp for domain part of the MIDs
9350         for news:localpart@domain buttons.
9351         (gnus-button-ctan-directory-regexp): Update.
9352
9353 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * sieve-manage.el (sieve-manage-interactive-login): Use
9356         make-local-variable rather than make-variable-buffer-local.
9357         (sieve-manage-open): Ditto.
9358         (sieve-manage-authenticate): Ditto.
9359
9360         * mml.el (mml-generate-mime-1): Make the content type default to
9361         text/plain if the filename is not specified.
9362
9363 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9366         instead of insert-buffer.
9367
9368         * message.el (message-yank-original): Ditto; set the mark at the
9369         end of the yanked message.
9370
9371 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9374         lines to scroll rather than to stop it.
9375
9376         * mml.el (mml-generate-default-type): Add doc string.
9377         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9378         default to application/octet-stream when determining the content
9379         type if it is not specified for the part or the mml contents; add
9380         a comment about mml-generate-default-type.
9381
9382 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9385         make it default to application/octet-stream when determining the
9386         content type if it is not specified for the external contents.
9387
9388 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9391         segmented parameter but also other parameters might be there.
9392
9393 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * mm-decode.el (mm-display-external): Delete temp file, directory
9396         and buffer immediately if the external process is exited.
9397
9398 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9401         fewer lines than that of scroll-margin.
9402         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9403
9404 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-art.el (gnus-article-next-page): Revert.
9407         (gnus-article-beginning-of-window): New macro.
9408         (gnus-article-next-page-1): Use it.
9409         (gnus-article-prev-page): Ditto.
9410         (gnus-article-edit-part): Use insert-buffer-substring instead of
9411         insert-buffer.
9412         (gnus-article-edit-exit): Ditto.
9413
9414         * gnus-util.el (gnus-beginning-of-window): Remove.
9415         (gnus-end-of-window): Remove.
9416
9417         * lpath.el: Don't bind header-line-format and scroll-margin.
9418
9419 2005-07-25  Simon Josefsson  <jas@extundo.com>
9420
9421         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9422         to have the url package without w3.  Reported by Daiki Ueno
9423         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9424
9425 2005-07-20  Didier Verna  <didier@xemacs.org>
9426
9427         * gnus-diary.el: Remove the description comment (nndiary is now
9428         properly documented in the Gnus manual).
9429         Fix the spelling of "Back End".
9430         * nndiary.el: Ditto.
9431         Fix the copyright notice.
9432
9433 2005-07-18  Romain Francoise  <romain@orebokech.com>
9434
9435         * gnus-sum.el (gnus-summary-to-prefix)
9436         (gnus-summary-newsgroup-prefix): New variables.
9437         (gnus-summary-from-or-to-or-newsgroups): Use them.
9438
9439 2005-07-17  Romain Francoise  <romain@orebokech.com>
9440
9441         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9442         space as it's generally not especially interesting to the user.
9443
9444 2005-07-16  Romain Francoise  <romain@orebokech.com>
9445
9446         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9447         nil to avoid prompting and file modification if one of the
9448         messages at the top of the nnfolder file contains a copyright
9449         notice.
9450         Update copyright notice.
9451
9452         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9453         instead of `current-time-string' as the latter creates a time
9454         string that is not RFC 2822 compliant (it lacks the zone).
9455         Update copyright notice.
9456
9457 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9460         for text/rtf.  Display default in prompt.  Pass default for M-n.
9461
9462         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9463
9464 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-msg.el (gnus-button-mailto): Remove
9467         save-selected-window-window hackery because it relies on
9468         save-selected-window internals.
9469
9470 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9473         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9474         (gnus-article-prev-page): Ditto.
9475
9476         * gnus-util.el (gnus-beginning-of-window): New function.
9477         (gnus-end-of-window): New function.
9478
9479         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9480
9481 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9482
9483         * gnus-score.el (gnus-score-edit-all-score): Set
9484         gnus-score-edit-exit-function to gnus-score-edit-done and call
9485         gnus-message.
9486
9487 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * gnus-msg.el (gnus-button-mailto): Remove
9490         save-selected-window-window hackery because it relies on
9491         save-selected-window internals.
9492
9493 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9496         add-minor-mode.
9497         (gnus-binary-mode): Ditto.
9498
9499         * gnus-topic.el (gnus-topic-mode): Ditto.
9500
9501 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9502
9503         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9504         (gnus-article-prev-page): Take scroll-margin into consideration.
9505
9506 2005-07-04  Lute Kamstra  <lute@gnu.org>
9507
9508         Update FSF's address in GPL notices.
9509
9510 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9511
9512         * gnus.el (gnus-exit):
9513         * gnus-group.el (gnus-group-icons):
9514         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9515
9516         * gnus-nocem.el (gnus-nocem):
9517         * message.el (message-various, message-buffers, message-sending)
9518         (message-interface, message-forwarding, message-insertion)
9519         (message-headers, message-news, message-mail):
9520         * pgg-gpg.el (pgg-gpg):
9521         * pgg-parse.el (pgg-parse):
9522         * pgg-pgp.el (pgg-pgp):
9523         * pgg-pgp5.el (pgg-pgp5):
9524         * pop3.el (pop3): Finish `defgroup' description with period.
9525
9526 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-art.el (article-display-face): Improve the efficiency.
9529         (article-display-x-face): Ditto; remove grey x-face stuff.
9530
9531 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-art.el (article-display-face): Correct the position in
9534         which Faces are inserted.
9535
9536 2005-06-29  Didier Verna  <didier@xemacs.org>
9537
9538         * gnus-art.el (article-display-face): Display faces in correct
9539         order.
9540
9541 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9544         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9545         (gnus-nocem-check-article): Fetch the Type header.
9546         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9547         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9548         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9549         make sure gnus-nocem-hashtb is initialized.
9550         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9551         (gnus-nocem-unwanted-article-p): Ditto.
9552
9553         * pgg.el (pgg-verify): Return the verification result.
9554
9555 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9558         is ascii.
9559
9560 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9561
9562         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9563         `show-nonbreak-escape'.
9564
9565 2005-06-23  Lute Kamstra  <lute@gnu.org>
9566
9567         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9568
9569         * dig.el (dig-mode):
9570         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9571
9572 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9573
9574         * nnimap.el (nnimap-split-download-body): Fix spellings.
9575
9576 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9577
9578         * gnus-art.el (gnus-article-encrypt-body):
9579         * gnus-cus.el (gnus-score-customize):
9580         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9581         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9582
9583 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9584
9585         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9586         header by looking for magic "MII" at the beginnig.
9587
9588 2005-06-16  Miles Bader  <miles@gnu.org>
9589
9590         * gnus-xmas.el (gnus-xmas-group-startup-message):
9591         Use renamed gnus-splash face.
9592
9593         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9594         (assistant-field-face): New backward-compatibility alias for renamed
9595         face.
9596         (assistant-render-text): Use renamed assistant-field face.
9597
9598         * spam.el (spam): Remove "-face" suffix from face name.
9599         (spam-face): New backward-compatibility alias for renamed face.
9600         (spam-face, spam-initialize): Use renamed spam face.
9601
9602         * message.el (message-header-to, message-header-cc)
9603         (message-header-subject, message-header-newsgroups)
9604         (message-header-other, message-header-name)
9605         (message-header-xheader, message-separator, message-cited-text)
9606         (message-mml): Remove "-face" suffix from face names.
9607         (message-header-to-face, message-header-cc-face)
9608         (message-header-subject-face, message-header-newsgroups-face)
9609         (message-header-other-face, message-header-name-face)
9610         (message-header-xheader-face, message-separator-face)
9611         (message-cited-text-face, message-mml-face):
9612         New backward-compatibility aliases for renamed faces.
9613         (message-font-lock-keywords): Use renamed message faces.
9614
9615         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9616         (sieve-test-commands, sieve-tagged-arguments):
9617         Remove "-face" suffix from face names.
9618         (sieve-control-commands-face, sieve-action-commands-face)
9619         (sieve-test-commands-face, sieve-tagged-arguments-face):
9620         New backward-compatibility aliases for renamed faces.
9621         (sieve-control-commands-face, sieve-action-commands-face)
9622         (sieve-test-commands-face, sieve-tagged-arguments-face):
9623         Use renamed sieve faces.
9624
9625         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9626         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9627         (gnus-group-news-3-empty, gnus-group-news-4)
9628         (gnus-group-news-4-empty, gnus-group-news-5)
9629         (gnus-group-news-5-empty, gnus-group-news-6)
9630         (gnus-group-news-6-empty, gnus-group-news-low)
9631         (gnus-group-news-low-empty, gnus-group-mail-1)
9632         (gnus-group-mail-1-empty, gnus-group-mail-2)
9633         (gnus-group-mail-2-empty, gnus-group-mail-3)
9634         (gnus-group-mail-3-empty, gnus-group-mail-low)
9635         (gnus-group-mail-low-empty, gnus-summary-selected)
9636         (gnus-summary-cancelled, gnus-summary-high-ticked)
9637         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9638         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9639         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9640         (gnus-summary-low-undownloaded)
9641         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9642         (gnus-summary-low-unread, gnus-summary-normal-unread)
9643         (gnus-summary-high-read, gnus-summary-low-read)
9644         (gnus-summary-normal-read, gnus-splash):
9645         Remove "-face" suffix from face names.
9646         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9647         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9648         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9649         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9650         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9651         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9652         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9653         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9654         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9655         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9656         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9657         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9658         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9659         (gnus-summary-normal-ticked-face)
9660         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9661         (gnus-summary-normal-ancient-face)
9662         (gnus-summary-high-undownloaded-face)
9663         (gnus-summary-low-undownloaded-face)
9664         (gnus-summary-normal-undownloaded-face)
9665         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9666         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9667         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9668         (gnus-splash-face):
9669         New backward-compatibility aliases for renamed faces.
9670         (gnus-group-startup-message): Use renamed gnus faces.
9671
9672         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9673         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9674         (gnus-server-agent): Remove "-face" suffix from face names.
9675         (gnus-server-agent-face, gnus-server-opened-face)
9676         (gnus-server-closed-face, gnus-server-denied-face)
9677         (gnus-server-offline-face):
9678         New backward-compatibility aliases for renamed faces.
9679         (gnus-server-agent-face, gnus-server-opened-face)
9680         (gnus-server-closed-face, gnus-server-denied-face)
9681         (gnus-server-offline-face): Use renamed gnus faces.
9682
9683         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9684         Remove "-face" suffix from face names.
9685         (gnus-picon-xbm-face, gnus-picon-face):
9686         New backward-compatibility aliases for renamed faces.
9687
9688         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9689         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9690         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9691         (gnus-cite-11): Remove "-face" suffix from face names.
9692         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9693         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9694         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9695         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9696         New backward-compatibility aliases for renamed faces.
9697         (gnus-cite-attribution-face, gnus-cite-face-list)
9698         (gnus-article-boring-faces): Use renamed gnus faces.
9699
9700         * gnus-art.el (gnus-signature, gnus-header-from)
9701         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9702         (gnus-header-content): Remove "-face" suffix from face names.
9703         (gnus-signature-face, gnus-header-from-face)
9704         (gnus-header-subject-face, gnus-header-newsgroups-face)
9705         (gnus-header-name-face, gnus-header-content-face):
9706         New backward-compatibility aliases for renamed faces.
9707         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9708
9709         * gnus-sum.el (gnus-summary-selected-face)
9710         (gnus-summary-highlight): Use renamed gnus faces.
9711         * gnus-group.el (gnus-group-highlight): Likewise.
9712
9713 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9714
9715         * gnus-sieve.el (gnus-sieve-article-add-rule):
9716         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9717         * spam-stat.el (spam-stat-buffer-change-to-spam)
9718         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9719
9720         * message.el (message-is-yours-p):
9721         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9722
9723 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-view.el (mm-inline-text): Withdraw the last change.
9726
9727 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9730         executing enriched-decode.
9731
9732 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9735         charset of tar files.
9736
9737 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9738
9739         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9740
9741 2005-06-04  Lute Kamstra  <lute@gnu.org>
9742
9743         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9744         information is never recorded.
9745
9746 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9747
9748         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9749
9750 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * pop3.el (pop3-apop): Run md5 in the binary mode.
9753
9754         * starttls.el (starttls-set-process-query-on-exit-flag):
9755         Use eval-and-compile.
9756
9757 2005-05-31  Simon Josefsson  <jas@extundo.com>
9758
9759         * smime.el (smime-replace-in-string): Define.
9760         (smime-cert-by-ldap-1): Use it.
9761
9762 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (article-display-x-face): Replace
9765         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9766
9767         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9768         set-process-query-on-exit-flag or process-kill-without-query.
9769
9770         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9771         loop instead of replace-regexp.
9772
9773         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9774         instead of process-kill-without-query if it is available.
9775
9776         * lpath.el: Fbind ldap-search-entries.
9777
9778         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9779         instead of find-file-hooks if it is available.
9780
9781         * mml1991.el: Bind pgg-default-user-id when compiling.
9782
9783         * mml2015.el: Bind pgg-default-user-id when compiling.
9784
9785         * nndraft.el (nndraft-request-associate-buffer):
9786         Use write-contents-functions instead of write-contents-hooks if it is
9787         available.
9788
9789         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9790         instead of find-file-hooks if it is available.
9791
9792         * nntp.el (nntp-open-connection): Replace
9793         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9794         (nntp-open-ssl-stream): Ditto.
9795         (nntp-open-tls-stream): Ditto.
9796
9797         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9798         set-process-query-on-exit-flag or process-kill-without-query.
9799         (starttls-open-stream-gnutls): Use it instead of
9800         process-kill-without-query.
9801         (starttls-open-stream): Ditto.
9802
9803 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9804
9805         * smime.el (smime-cert-by-ldap-1): Don't use
9806         replace-regexp-in-string.
9807
9808 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9809
9810         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9811
9812         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9813         in PEM format.  Adjust to the XEmacs compability.
9814
9815 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9818         by `string-to-number'.
9819         * gnus-agent.el (gnus-agent-regenerate-group)
9820         (gnus-agent-fetch-articles): Ditto.
9821         * gnus-art.el (gnus-button-fetch-group): Ditto.
9822         * gnus-cache.el (gnus-cache-generate-active)
9823         (gnus-cache-articles-in-group): Ditto.
9824         * gnus-group.el (gnus-group-set-current-level)
9825         (gnus-group-insert-group-line): Ditto.
9826         * gnus-score.el (gnus-score-set-expunge-below)
9827         (gnus-score-set-mark-below, gnus-summary-score-effect)
9828         (gnus-summary-score-entry): Ditto.
9829         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9830         (gnus-soup-pack): Ditto.
9831         * gnus-spec.el (gnus-xmas-format): Ditto.
9832         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9833         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9834         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9835         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9836         * nndb.el (nndb-get-remote-expire-response): Ditto.
9837         * nndiary.el (nndiary-parse-schedule-value)
9838         (nndiary-string-to-number, nndiary-request-replace-article)
9839         (nndiary-request-article): Ditto.
9840         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9841         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9842         * nneething.el (nneething-make-head): Ditto.
9843         * nnfolder.el (nnfolder-request-article)
9844         (nnfolder-retrieve-headers): Ditto.
9845         * nnheader.el (nnheader-file-to-number): Ditto.
9846         * nnkiboze.el (nnkiboze-request-article): Ditto.
9847         * nnmail.el (nnmail-process-unix-mail-format)
9848         (nnmail-process-babyl-mail-format): Ditto.
9849         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9850         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9851         (nnmh-request-create-group, nnmh-request-list-1)
9852         (nnmh-request-group, nnmh-request-article): Ditto.
9853         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9854         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9855         * nnsoup.el (nnsoup-make-active): Ditto.
9856         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9857         * nntp.el (nntp-find-group-and-number)
9858         (nntp-retrieve-headers-with-xover): Ditto.
9859         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9860         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9861         (pgg-format-key-identifier): Ditto.
9862         * pop3.el (pop3-last, pop3-stat): Ditto.
9863         * qp.el (quoted-printable-decode-region): Ditto.
9864
9865         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9866         of concat.
9867
9868 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9871
9872         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9873
9874         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9875
9876         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9877
9878         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9879
9880         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9881
9882         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9883         (gnus-carpal-mode): Ditto.
9884
9885         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9886         (gnus-browse-mode): Ditto.
9887
9888         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9889
9890         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9891
9892 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9893
9894         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9895
9896 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-util.el (gnus-run-mode-hooks): New function.
9899
9900         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9901
9902         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9903         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9904
9905 2005-05-27  Lute Kamstra  <lute@gnu.org>
9906
9907         * dns-mode.el (dns-mode): Specify customization group.
9908
9909 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9910
9911         * gnus-agent.el (gnus-agent-make-mode-line-string):
9912         Use mode-line-highlight as mouse-face.
9913
9914 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * canlock.el (canlock): Change the parent group to news.
9917
9918         * deuglify.el (gnus-outlook-deuglify): Add :group.
9919
9920         * dig.el (dig): Add :group.
9921
9922         * dns-mode.el (dns-mode): Add :group.
9923
9924         * encrypt.el (encrypt): Add :group.
9925
9926         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9927         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9928         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9929         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9930         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9931
9932         * gnus-diary.el (gnus-diary): Add :group.
9933
9934         * gnus.el (gnus-group-news-1-face): Add :group.
9935         (gnus-group-news-1-empty-face): Ditto.
9936         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9937         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9938         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9939         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9940         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9941         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9942         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9943         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9944         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9945         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9946         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9947         (gnus-summary-high-ticked-face): Ditto.
9948         (gnus-summary-low-ticked-face): Ditto.
9949         (gnus-summary-normal-ticked-face): Ditto.
9950         (gnus-summary-high-ancient-face): Ditto.
9951         (gnus-summary-low-ancient-face): Ditto.
9952         (gnus-summary-normal-ancient-face): Ditto.
9953         (gnus-summary-high-undownloaded-face): Ditto.
9954         (gnus-summary-low-undownloaded-face): Ditto.
9955         (gnus-summary-normal-undownloaded-face): Ditto.
9956         (gnus-summary-high-unread-face): Ditto.
9957         (gnus-summary-low-unread-face): Ditto.
9958         (gnus-summary-normal-unread-face): Ditto.
9959         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9960         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9961
9962         * hashcash.el (hashcash): New custom group.
9963         (hashcash-default-payment): Add :group.
9964         (hashcash-payment-alist): Ditto.
9965         (hashcash-default-accept-payment): Ditto.
9966         (hashcash-accept-resources): Ditto.
9967         (hashcash-path): Ditto.
9968         (hashcash-extra-generate-parameters): Ditto.
9969         (hashcash-double-spend-database): Ditto.
9970         (hashcash-in-news): Ditto.
9971
9972         * message.el (message-minibuffer-local-map): Add :group.
9973
9974         * netrc.el (netrc): Add :group.
9975
9976         * sieve-manage.el (sieve-manage-log): Add :group.
9977         (sieve-manage-default-user): Diito.
9978         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9979         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9980         (sieve-manage-authenticators): Ditto.
9981         (sieve-manage-authenticator-alist): Ditto.
9982         (sieve-manage-default-port): Ditto.
9983
9984         * sieve-mode.el (sieve-control-commands-face): Add :group.
9985         (sieve-action-commands-face): Ditto.
9986         (sieve-test-commands-face): Ditto.
9987         (sieve-tagged-arguments-face): Ditto.
9988
9989         * smime.el (smime): Add :group.
9990
9991         * spam-report.el (spam-report): Add :group.
9992
9993         * spam.el (spam, spam-face): Add :group.
9994
9995 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9998         return \n.\n.\n at the end of articles.  Protect against that.
9999         (nntp-with-open-group): Allow debugging.
10000
10001         * nnheader.el (mail-header-set-extra): Make into a function
10002         because I just could't understand how to quote the list properly.
10003
10004         * dns.el (query-dns-cached): New function.
10005
10006 2005-05-26  Lute Kamstra  <lute@gnu.org>
10007
10008         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10009
10010 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10013
10014         * gnus-art.el: Don't autoload mail-extract-address-components.
10015
10016         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10017         eval-and-compile to evaluate it.
10018
10019         * hashcash.el: Don't autoload executable-find.
10020
10021         * nndb.el: Don't declare the nndb back end two or more times; don't
10022         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10023
10024         * nntp.el: Autoload format-spec instead of format; use
10025         eval-and-compile to evaluate autoload forms.
10026
10027 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10028
10029         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10030
10031 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus.el (gnus-version-number): Bump version.
10034
10035 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10036
10037         * gnus.el: No Gnus v0.3 is released.
10038
10039 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * lpath.el (featurep): Bind show-nonbreak-escape.
10042
10043 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-art.el (gnus-article-edit-part): Disable undo.
10046
10047 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10050         gnus-article-date-lapsed-new-header is t if date timer is active;
10051         skip headers in which the original date value is empty.
10052         (gnus-article-save-original-date): Redefine it as a macro.
10053         (gnus-display-mime): Use it.
10054
10055 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-art.el (article-date-ut): Support converting date in
10058         forwarded parts as well.
10059         (gnus-article-save-original-date): New function.
10060         (gnus-display-mime): Use it.
10061
10062 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10063
10064         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10065         enclosure element of <item>.
10066
10067 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * message.el (message-kill-buffer-query): Renamed from
10070         `message-kill-buffer-query-if-modified'.  Added :version.
10071
10072 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10075         window layout.
10076
10077 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * mml.el: Autoload dnd when compiling.
10080
10081 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10084         x-dnd-*.
10085
10086 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * qp.el (quoted-printable-encode-region): Save excursion.
10089
10090 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * message.el (message-kill-buffer-query-if-modified): Add new variable
10093         so the user can kill a modified message buffer quickly.
10094         (message-kill-buffer): Use it.
10095
10096 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * lpath.el: Fbind display-time-event-handler; don't fbind
10099         string-to-multibyte.
10100
10101         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10102
10103 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10106         contained in text because xml.el decodes entities) with LFs.
10107
10108 2005-04-11  Lute Kamstra  <lute@gnu.org>
10109
10110         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10111         differently.
10112
10113 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10114
10115         * mm-util.el (mm-detect-coding-region): Typo.
10116
10117 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10120
10121 2005-04-06  Deepak Goel  <deego@gnufans.org>
10122
10123         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10124         user-function allow user modifications of the scores.
10125         (spam-stat-score-buffer-user): New function, to allow
10126         user-computed modifications to the score.
10127         (spam-stat-score-buffer-user-functions): List of additional
10128         scoring functions.
10129         (spam-stat-error-holder): Global temporary error holder.
10130         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10131         variable.
10132
10133 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10134
10135         * gnus-registry.el (gnus-registry-clean-empty-function)
10136         (gnus-registry-trim, gnus-registry-fetch-groups)
10137         (gnus-registry-delete-group): Groups that match
10138         `gnus-registry-ignored-groups' are removed from the registry
10139         entries, not just ignored for splitting.  This helps clean up the
10140         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10141         to get all the groups a message ID is in.
10142
10143         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10144         (spam-stat-split-fancy): Change "threshhold" to "threshold"
10145         (spam-stat-score-buffer-user-functions): Add :number custom type.
10146
10147 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10150         argument in XEmacs.
10151
10152         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10153         (nnrss-request-group): Decode group name first.
10154         (nnrss-request-article): Make a text/plain article if mml-to-mime
10155         failed.
10156         (nnrss-get-encoding): Return a compatible encoding according to
10157         nnrss-compatible-encoding-alist.
10158         (nnrss-find-el): Use consp instead of listp.
10159         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10160
10161 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10164         which Emacs 20 doesn't support.
10165         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10166
10167 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10170         silence the byte compiler inside the defun.
10171
10172         * gnus-demon.el (parse-time-string): Add autoload.
10173
10174         * gnus-delay.el (parse-time-string): Add autoload.
10175
10176         * gnus-art.el (parse-time-string): Add autoload.
10177
10178         * nnultimate.el (parse-time): Require for `parse-time-string'.
10179
10180 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10183
10184         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10185
10186         * smime.el (smime-ldap-host-list): Add :version.
10187
10188 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10191         pass it to `gnus-browse-read-group'.
10192         (gnus-browse-read-group): Add NUMBER argument and pass it to
10193         `gnus-group-read-ephemeral-group'.
10194
10195         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10196         argument and pass it to `gnus-group-read-group'.
10197
10198 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10199
10200         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10201         mm-xemacs-find-mime-charset-1 if we have the mule feature
10202         available at runtime.
10203
10204 2005-03-25  Werner Lemberg  <wl@gnu.org>
10205
10206         * nnmaildir.el: Replace `illegal' with `invalid'.
10207
10208 2005-03-23  Lute Kamstra  <lute@gnu.org>
10209
10210         * time-date.el: Add comment on time value formats.
10211         Don't require parse-time.
10212         (with-decoded-time-value): New macro.
10213         (encode-time-value): New function.
10214         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10215         (days-to-time): Return a valid time value when arg is huge.
10216         (time-since): Use time-subtract.
10217         (time-to-number-of-days): Use time-to-seconds.
10218
10219 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10220
10221         * gnus-start.el (gnus-display-time-event-handler):
10222         Check display-time-timer at runtime rather than only at load time
10223         in case display-time-mode is turned off in the mean time.
10224
10225 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10228         used.
10229
10230         * nneething.el (nneething-map-file-directory): Derive from
10231         `gnus-directory'.
10232
10233         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10234         the To/Cc button.
10235
10236 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * nnmaildir.el (nnmaildir-request-accept-article):
10239         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10240
10241 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10242
10243         * gnus-async.el: Require timer-funcs at compile time when in
10244         XEmacs for `run-with-idle-timer'.
10245
10246 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10247
10248         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10249         autoloaded function.
10250
10251 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10252
10253         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10254
10255 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10256
10257         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10258
10259 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10260
10261         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10262         gnus-expert-user to default.
10263
10264 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10265
10266         * nnimap.el (nnimap-open-server): Ditto.
10267
10268         * imap.el (imap-authenticate): Fix typo.
10269
10270 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10271
10272         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10273         buffer (since IMAP server might return FETCH response out of
10274         order, and the nntp buffer must be sorted).
10275
10276 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10277
10278         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10279         comparison on string.
10280
10281         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10282         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10283         (gnus-agent-summary-fetch-series): Modified to protect against
10284         gnus-agent-summary-fetch-group clearing processable flags.
10285         (gnus-agent-synchronize-group-flags): Update live group buffer as
10286         synchronization may occur due to the user toggle the plugged
10287         status.
10288         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10289         successfully downloaded.
10290         (gnus-agent-expire-group-1): Avoid using markers when the overview
10291         is in ascending order; greatly improves performance.
10292         (gnus-agent-regenerate-group): Use
10293         gnus-agent-synchronize-group-flags to reset read status in both
10294         gnus and server.
10295         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10296
10297 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * message.el: Don't autoload former message-utils variables.
10300         (message-strip-subject-trailing-was): Change doc string.
10301
10302         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10303         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10304         (nnweb-google-search): Add "hl=en" here.
10305         (nnweb-google-parse-1, nnweb-google-create-mapping):
10306         Don't hardcode URL.
10307
10308 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * message.el (message-get-reply-headers, message-followup):
10311         Mention related variables `message-use-followup-to' and
10312         `message-use-mail-followup-to', in the information buffer.
10313
10314         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10315         of broken groups(-beta).google.com.
10316
10317 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10318
10319         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10320         parameter to invoked gnus-request-move-article; remove the
10321         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10322         all at once instead of once per article.
10323         (gnus-summary-remove-process-mark): Accept a list of articles as
10324         well as a single article for processing.
10325
10326         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10327         parameter.
10328
10329         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10330
10331         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10332
10333         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10334         parameter.
10335
10336         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10337         parameter.
10338
10339         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10340         parameter and remove the gnus-sum-hint-move-is-internal variable.
10341
10342         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10343         parameter.
10344
10345         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10346         parameter.
10347
10348         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10349         parameter.
10350
10351         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10352
10353         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10354         parameter.
10355
10356         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10357         parameter.
10358
10359 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10362         a more conservative way.
10363
10364 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10365
10366         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10367         buffer, so it moves the window's cursor.
10368
10369 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10370
10371         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10372         `mm-dissect-multipart' and receive the from field as an (optional)
10373         argument from `mm-dissect-multipart'.
10374         (mm-dissect-multipart): Receive the from field as an argument and
10375         pass it on when we call `mm-dissect-buffer' on MIME parts.
10376         Fixes verification/decryption of signed/encrypted MIME parts.
10377
10378 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10379
10380         * gnus-sum.el (gnus-summary-move-article): Set
10381         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10382         whatever it calls (right now, only nnimap-request-move article
10383         respects it).
10384
10385         * nnimap.el (nnimap-request-move-article): When
10386         gnus-sum-hint-move-is-internal is set, don't do the extra
10387         nnimap-request-article.
10388
10389 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10392
10393         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10394         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10395
10396         * gnus-sum.el (gnus-summary-caesar-message):
10397         Apply `gnus-treat-article' after rotation.
10398
10399         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10400         doc string.
10401
10402 2005-02-22  Simon Josefsson  <jas@extundo.com>
10403
10404         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10405         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10406         <arne@arnested.dk>.
10407         (encrypt): Add password-cache and password-cache-expiry as group
10408         members.
10409
10410 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10411
10412         * smime.el (smime-ldap-host-list): Doc fix.
10413         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10414         cache) password.
10415         (smime-sign-region): Use it.
10416         (smime-decrypt-region): Use it.
10417         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10418         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10419         fails.
10420         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10421         certificate from DER to PEM format rather than calling openssl.
10422
10423         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10424
10425         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10426         for signing/encryption.
10427
10428         * mml.el (mml-parse-1): Use them.
10429
10430 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10431
10432         * nnrss.el (nnrss-verbose): Removed.
10433         (nnrss-request-group): Use `nnheader-message' instead.
10434
10435 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10436
10437         * nnrss.el (nnrss-verbose): New variable.
10438         (nnrss-request-group): Make it say nnrss is requesting a group.
10439
10440 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10443         Handle news URL with given port correctly.
10444
10445 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10448         containing special characters.
10449
10450         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10451
10452         * mml.el (mime-to-mml): Ditto.
10453
10454         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10455         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10456         (rfc2047-decode-region): Quote decoded words containing special
10457         characters when rfc2047-quote-decoded-words-containing-tspecials
10458         is non-nil.
10459
10460 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10461
10462         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10463
10464         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10465
10466 2005-02-15  Simon Josefsson  <jas@extundo.com>
10467
10468         * nnimap.el (nnimap-debug): Doc fix.
10469
10470         * imap.el (imap-debug): Doc fix.
10471
10472 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10475
10476 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10477
10478         * gnus.el (spam-contents): Improve docs for spam-contents
10479         parameter in its variable incarnation.
10480
10481 2005-02-14  Simon Josefsson  <jas@extundo.com>
10482
10483         * smime-ldap.el: Use require instead of load-library for ldap.
10484         (smime-ldap-search): Indent.
10485         (smime-ldap-search-internal): Shorten line.
10486
10487         * smime.el (smime-cert-by-dns): Add doc-string.
10488         (smime-cert-by-ldap-1): Indent.
10489
10490         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10491         mml-smime-get-dns-ldap.
10492         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10493
10494 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10495
10496         * smime.el: Require smime-ldap.
10497         (smime-ldap-host-list): New variable.
10498         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10499
10500         * mml-smime.el (mml-smime-encrypt-query): New function.
10501         (mml-smime-encrypt-query): Use it.
10502
10503         * smime-ldap.el: New file.
10504
10505 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10508
10509 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10512         argument in doc string.  Make query for type more clear.
10513
10514 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus.el (gnus-group-startup-message): Search for gnus images in
10517         etc/images/gnus.
10518         * mm-util.el (mm-image-load-path): Likewise.
10519         * smiley.el (smiley-data-directory): Search for smilies in
10520         etc/images/smilies.
10521
10522 2005-02-09  Kim F. Storm  <storm@cua.dk>
10523
10524         Change Emacs release version from 21.4 to 22.1 throughout.
10525         Change Emacs development version from 21.3.50 to 22.0.50.
10526
10527 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10530
10531         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10532         non-Mule XEmacs as well.
10533         (mm-decompress-buffer): Signal an error intentionally if it does
10534         not decompress compressed data because auto-compression-mode is
10535         disabled.
10536
10537 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10540         an ID in the registry even if it has no groups.
10541
10542 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10545         merge it into mm-decompress-buffer.
10546         (gnus-mime-copy-part): Use the MIME part charset, the value which
10547         a user specified or gnus-newsgroup-charset for decoding, like
10548         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10549         save-buffer what was used.  Suggested by Kevin Ryde
10550         <user42@zip.com.au>.
10551         (gnus-mime-inline-part): Allow the name parameter as well as the
10552         filename parameter; force decompressing of compressed data; always
10553         display contents being not decoded as unibyte.
10554
10555         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10556         as well as the filename parameter.
10557
10558         * mm-util.el (mm-decompress-buffer): Merge
10559         gnus-mime-jka-compr-maybe-uncompress.
10560         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10561         of compressed data.
10562
10563 2005-02-08  Simon Josefsson  <jas@extundo.com>
10564
10565         * imap.el (imap-log): Doc fix.
10566
10567 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10570         the coding cookies; decompress compressed parts.
10571
10572         * mml.el (mml-generate-mime-1): Add the charset parameter according
10573         to the value which a user specified manually or the coding cookie.
10574
10575         * mm-util.el (mm-string-to-multibyte): New function.
10576         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10577         (mm-coding-system-to-mime-charset): New function.
10578         (mm-decompress-buffer): New function.
10579         (mm-find-buffer-file-coding-system): New function.
10580
10581         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10582         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10583         parts.
10584
10585 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10586
10587         * mm-view.el (mm-display-inline-fontify): Decode a part according
10588         to the charset parameter.
10589
10590 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10593         prefix arg is neither nil nor a number, as info specifies.
10594
10595 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10598         timestamps.
10599
10600 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10601
10602         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10603         groups error checking and notify user.
10604
10605 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10606
10607         * message.el (message-send-mail-function): Check existence of
10608         sendmail-program first before using default value
10609         `message-send-mail-with-sendmail'.  Otherwise use more generic
10610         `smtpmail-send-it'.
10611
10612 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * nntp.el (nntp-request-update-info): Always return nil.
10615
10616 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10617
10618         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10619
10620 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10621
10622         * message.el (message-beginning-of-line): Change the behavior when
10623         invoked between BOL and : so that it first moves backward.
10624
10625 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10628         article buffer when editing of the article is discarded.
10629         (gnus-article-prepare): Revert.
10630
10631 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-article-prepare):
10634         Remove message-strip-forbidden-properties from the local hook.
10635
10636 2005-01-27  Simon Josefsson  <jas@extundo.com>
10637
10638         * password.el (password-cache-add): Only start one timer per key.
10639         Reported by Derek Atkins <warlord@MIT.EDU>.
10640
10641 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10642
10643         * run-at-time.el: Removed.  It is no longer needed as
10644         timer-funcs.el in the xemacs-base package has a working version of
10645         `run-at-time'.
10646
10647         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10648
10649         * password.el: Require timer-funcs instead of run-at-time in
10650         XEmacs.
10651         Remove `password-run-at-time' macro.
10652         (password-cache-add): Use `run-at-time' instead of
10653         `password-run-at-time'.
10654
10655         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10656         Remove `nnheader-cancel-function-timers' alias,
10657         `cancel-function-timers' exists in XEmacs in timer-funcs.
10658
10659         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10660         for `run-with-idle-timer'.
10661
10662         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10663         for `run-at-time'.
10664
10665         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10666         for `with-timeout'.
10667
10668         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10669         the same as for XEmacs 21.4.
10670         No need to ignore `run-with-idle-timer', this function exists in
10671         XEmacs now in timer-funcs.el in the xemacs-base package.
10672         (dgnushack-compile): No need to delete
10673         run-at-time.el from the list of files to compile because it
10674         doesn't exist anymore.
10675
10676 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10679         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10680
10681 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10682
10683         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10684         sensitively.
10685
10686 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10687
10688         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10689
10690 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10693         which will be inserted according to the multibyteness of a buffer
10694         rather than the type of contents.  Suggested by ARISAWA Akihiro
10695         <ari@mbf.ocn.ne.jp>.
10696
10697         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10698         of string which old xml.el may return rather than a string.
10699
10700 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10703
10704 2005-01-16  Simon Josefsson  <jas@extundo.com>
10705
10706         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10707         idn/idna.el isn't available.
10708         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10709         <michael@waxrat.com>.
10710
10711         * hashcash.el: Remove non-FSF copyright header.
10712
10713         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10714         (hashcash-generate-payment): Use it.
10715         (hashcash-generate-payment-async): Use it.
10716
10717 2005-01-15  Simon Josefsson  <jas@extundo.com>
10718
10719         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10720         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10721
10722         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10723         gnus-summary-idna-message.
10724         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10725         (gnus-summary-idna-message): New function.
10726
10727 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10730         gnus-novice-user.
10731
10732 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * nnrss.el (nnrss-request-delete-group): Delete entries in
10735         nnrss-group-alist as well.
10736         (nnrss-save-server-data): Insert newline.
10737
10738 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus.el (gnus-user-agent): Use list of symbols instead of
10741         symbols.  Display full version number for (S)XEmacs.  Optionally
10742         display (S)XEmacs codename.
10743
10744         * gnus-util.el (gnus-emacs-version): Update for new
10745         `gnus-user-agent'.
10746
10747         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10748         Gnus version.
10749
10750 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10753         which is unreadable in some setups.
10754
10755 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-spec.el (gnus-update-format-specifications): Flush the
10758         group format spec cache if it doesn't support decoded group names.
10759
10760 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10763         Allow to apply decay on score files matching a regexp.
10764
10765 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10768         compatibility in %g and %c.
10769
10770 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10773         name for only %g and %c.
10774         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10775         of gnus-tmp-group to decoded group name.
10776         (gnus-group-make-rss-group): Exclude `/'s from group names.
10777
10778 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * nnrss.el (nnrss-get-encoding): Fix regexp.
10781
10782 2004-12-27  Simon Josefsson  <jas@extundo.com>
10783
10784         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10785         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10786         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10787
10788 2004-12-17  Kim F. Storm  <storm@cua.dk>
10789
10790         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10791
10792         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10793
10794 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10795
10796         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10797
10798 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * nnrss.el: Require rfc2047 and mml.
10801         (nnrss-file-coding-system): New variable.
10802         (nnrss-format-string): Redefine it as an inline function.
10803         (nnrss-decode-group-name): New function.
10804         (nnrss-string-as-multibyte): Remove.
10805         (nnrss-retrieve-headers): Decode group name; don't use
10806         nnrss-format-string.
10807         (nnrss-request-group): Decode group name.
10808         (nnrss-request-article): Decode group name; allow a Message-ID as
10809         well as an article number; don't use nnrss-format-string; encode a
10810         Message-ID string which may contain non-ASCII characters; use
10811         mml-to-mime to compose a MIME article.
10812         (nnrss-request-expire-articles): Decode group name.
10813         (nnrss-request-delete-group): Decode group name.
10814         (nnrss-fetch): Clarify error message.
10815         (nnrss-read-server-data): Use insert-file-contents instead of load;
10816         bind file-name-coding-system; use multibyte buffer.
10817         (nnrss-save-server-data): Bind coding-system-for-write to the
10818         value of nnrss-file-coding-system; bind file-name-coding-system;
10819         add coding cookie.
10820         (nnrss-read-group-data): Use insert-file-contents instead of load;
10821         bind file-name-coding-system; use multibyte buffer.
10822         (nnrss-save-group-data): Bind coding-system-for-write to the
10823         value of nnrss-file-coding-system; bind file-name-coding-system.
10824         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10825         make it work with non-ASCII text.
10826         (nnrss-find-el): Make it work with old xml.el as well.
10827
10828 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10829
10830         * nnrss.el (nnrss-get-encoding): New function.
10831         (nnrss-fetch): Use unibyte buffer initially; bind
10832         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10833         decode contents according to the encoding attribute.
10834         (nnrss-save-group-data): Add coding cookie.
10835         (nnrss-mime-encode-string): New function.
10836         (nnrss-check-group): Use it to encode subject and author.
10837
10838 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10839
10840         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10841         imaginary variable.
10842
10843 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10846         correctly even if there are wide characters.
10847
10848 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10849
10850         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10851         downcased symbol names; make a new cache instead of reusing
10852         bbdb-hashtable.
10853
10854 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10857         concatenating segments rather than before concatenating them.
10858         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10859
10860         * message.el (message-get-reply-headers): Bind `extra'.
10861
10862 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * message.el (message-extra-wide-headers): New variable.
10865         (message-get-reply-headers): Use it.
10866
10867 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10870         (gnus-agent-group-pathname): Ditto.
10871
10872         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10873
10874         * gnus-group.el (gnus-group-make-group): Decode group name.
10875         (gnus-group-make-rss-group): Register the group data after opening
10876         the nnrss group.
10877
10878 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10879
10880         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10881         by expiry now get marked as read.
10882
10883 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10886
10887 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10888
10889         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10890         unify Latin characters in XEmacs.
10891         (mm-find-mime-charset-region): Use it.
10892
10893 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-util.el (gnus-delete-directory): New function.
10896
10897         * gnus-agent.el (gnus-agent-delete-group): Use it.
10898
10899         * gnus-cache.el (gnus-cache-delete-group): Use it.
10900
10901 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10904         names.
10905
10906 2004-12-16  Simon Josefsson  <jas@extundo.com>
10907
10908         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10909
10910 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10913
10914         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10915         (gnus-group-set-current-level): Decode group name.
10916
10917 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10918
10919         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10920         failed.
10921
10922 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-group.el (gnus-group-delete-group): Decode group name.
10925         (gnus-group-make-rss-group): Encode group name.
10926         (gnus-group-catchup-current): Decode group name.
10927         (gnus-group-kill-group): Decode group name.
10928
10929 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10930
10931         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10932
10933 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-group.el (gnus-group-make-rss-group):
10936         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10937
10938         * gnus-start.el (gnus-setup-news): Honor user's setting to
10939         gnus-message-archive-method.  Suggested by Lute Kamstra
10940         <lute@gnu.org>.
10941
10942 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10943
10944         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10945         global counterparts of the buffer-local variables.
10946
10947 2004-11-16  Romain Francoise  <romain@orebokech.com>
10948
10949         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10950         counterparts of the buffer-local variables.
10951
10952 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * message.el (message-forbidden-properties): Fixed typo in doc
10955         string.
10956
10957 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-util.el (gnus-replace-in-string): Added doc string.
10960
10961         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10962         to avoid problems when splitting mails with many recipients.
10963
10964 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10965
10966         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10967         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10968
10969 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10970
10971         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10972         if there is no hashtable in memory or file modification time is
10973         newer than cached timestamp.
10974
10975 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10978         not-matching option.
10979
10980 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10983         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10984         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10985         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10986         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10987         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10988
10989 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * message.el (message-forward-make-body-mml): Remove headers
10992         according to message-forward-ignored-headers if a message is decoded.
10993
10994 2004-12-02  Romain Francoise  <romain@orebokech.com>
10995
10996         * message.el (message-forward-make-body-plain): Always remove
10997         headers according to message-forward-ignored-headers.
10998
10999 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11000
11001         * spam.el (spam-summary-prepare-exit): Remove the
11002         gnus-summary-limit pop for now, it has problems with ham marks for
11003         me.
11004
11005 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11008         correctly.
11009
11010 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11011
11012         * format-spec.el (format-spec): Message the char.
11013
11014 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11015
11016         * gnus-art.el (gnus-split-methods): Reformat comments.
11017
11018         * spam.el (spam-summary-prepare-exit): Remove article limits
11019         before exiting the summary buffer.
11020
11021 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11024         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11025
11026         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11027         order to silence the byte compiler.
11028
11029         * spam.el: Fix the way to silence the byte compiler, which
11030         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11031         bbdb-search-simple, spam-BBDB-register-routine,
11032         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11033         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11034         spam-stat-buffer-is-spam, spam-stat-load,
11035         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11036         spam-stat-save and spam-stat-split-fancy.
11037
11038 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11041         which may confuse users.
11042         (canlock-password-for-verify): Ditto.
11043
11044         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11045
11046         * gnus-art.el (gnus-emphasis-alist): Ditto.
11047
11048         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11049
11050         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11051
11052         * gnus-start.el (gnus-save-killed-list): Ditto.
11053
11054         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11055         (gnus-sum-thread-tree-root): Ditto.
11056         (gnus-sum-thread-tree-false-root): Ditto.
11057         (gnus-sum-thread-tree-single-indent): Ditto.
11058
11059         * message.el (message-courtesy-message): Ditto.
11060         (message-archive-note): Ditto.
11061         (message-subscribed-address-file): Ditto.
11062         (message-user-fqdn): Ditto.
11063
11064         * spam-report.el (spam-report-gmane-regex): Ditto.
11065
11066         * spam.el (spam-blackhole-good-server-regex): Ditto.
11067
11068 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mml.el (mml-preview): Widen the message buffer before copying
11071         the contents to the preview buffer; sort headers before previewing.
11072
11073         * message.el (message-hidden-headers): Fix the way to avoid a bug
11074         in the `repeat' widget in Emacs 21.3 or earlier.
11075
11076 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * message.el (message-hidden-headers): Default to "^References:".
11079         Improve customization type.  Suggested by Reiner Steib
11080         <Reiner.Steib@gmx.de>.
11081
11082 2004-11-25  Romain Francoise  <romain@orebokech.com>
11083
11084         * message.el (message-strip-forbidden-properties): Remove check for
11085         obsolete `message-hidden' text property, hidden headers are not
11086         accessible in the buffer anymore.
11087
11088 2004-11-22  Romain Francoise  <romain@orebokech.com>
11089
11090         * message.el (message-header-format-alist): Add `From' in list
11091         so that it can be sorted.
11092         (message-fix-before-sending): Widen and sort headers before
11093         sending.
11094         (message-hide-headers): Use narrowing to hide headers by moving
11095         them to the top of the buffer and narrowing to the region
11096         underneath.
11097
11098 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * message.el (message-strip-forbidden-properties): Bind
11101         buffer-read-only (etc) to nil.
11102
11103 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11106         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11107
11108 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11109
11110         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11111
11112 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113
11114         * dns.el (query-dns): Use sit-for to time instead of
11115         accept-process-output, since that doesn't seem to work on udp
11116         sockets.
11117
11118 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11121
11122 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11123
11124         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11125         doc string.  Improve doc string.
11126
11127 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * nntp.el (nntp-request-update-info): Return nil if
11130         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11131         may not call gnus-activate-group which uselessly issues the GROUP
11132         commands for all nntp groups and wastes time.  Reported by Romain
11133         Francoise <romain@orebokech.com>.
11134
11135         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11136
11137 2004-11-15  Simon Josefsson  <jas@extundo.com>
11138
11139         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11140         headers separately.
11141         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11142         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11143
11144 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus-start.el (gnus-convert-old-newsrc):
11147         Assign legacy-gnus-agent to 5.10.7.
11148
11149 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11152         start of the lines.
11153
11154 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11155
11156         * hashcash.el (hashcash-default-payment): Change default to 20
11157         (hashcash-default-accept-payment): Change default to 20
11158         (hashcash-process-alist): New variable
11159         (hashcash-generate-payment-async): Add
11160         (hashcash-already-paid-p): Add
11161         (hashcash-insert-payment): Don't generate payments twice
11162         (hashcash-insert-payment-async): Add
11163         (hashcash-insert-payment-async-2): Add
11164         (hashcash-cancel-async): Add
11165         (hashcash-wait-async): Add
11166         (hashcash-processes-running-p): Add
11167         (hashcash-wait-or-cancel): Add
11168         (mail-add-payment): New optional argument.  Conditionally start
11169         asynchronous calculation.
11170         (mail-add-payment-async): Add
11171
11172         * message.el (message-send-mail): Wait for asynchronous hashcash
11173         results.  Don't clobber existing X-Hashcash headers.
11174         (message-setup-1): Call mail-add-payment-async when
11175         message-generate-hashcash is non-nil.
11176
11177 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11178
11179         * message.el (message-use-alternative-email-as-from): Examine the
11180         From header as well; use message-make-from in order to include a
11181         user's full name.
11182
11183 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11186         default; improve customization type.
11187         (gnus-emphasis-custom-with-format): New macro.
11188         (gnus-emphasis-custom-value-to-external): New function.
11189         (gnus-emphasis-custom-value-to-internal): New function.
11190
11191 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * dns.el (query-dns): Resolve reverse addresses.
11194
11195 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-group.el (gnus-group-get-new-news): Use it.
11198
11199         * gnus-start.el (gnus-check-reasonable-setup): New function.
11200
11201 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11204         "Args out of range" error.  Reported by Arnaud Giersch
11205         <arnaud.giersch@free.fr>.
11206
11207 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11208
11209         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11210
11211 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11212
11213         * spam.el (spam group): Add :version.
11214
11215         * pgg-def.el (pgg group): Add :version.
11216
11217 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-art.el (gnus-article-edit-article): Don't associate the
11220         article buffer with a draft file.  This is a temporary measure
11221         against the 2004-08-22 change to gnus-article-edit-mode.
11222
11223 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11226         (html2text-format-tags): Remove unused variable `attr'.
11227
11228 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11231
11232         * tls.el (tls-process-connection-type, tls-success)
11233         (tls-certtool-program): Add :version.
11234
11235         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11236         (starttls-extra-arguments, starttls-process-connection-type)
11237         (starttls-connect, starttls-failure, starttls-success): Add :version.
11238
11239         * spam-stat.el (spam-stat): Add :version.
11240
11241         * sieve.el (sieve): Add :version.
11242
11243         * sha1.el (sha1): Add :version.
11244         (sha1-use-external): Remove redundant version.
11245
11246         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11247         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11248         (nnmail-split-fancy-match-partial-words)
11249         (nnmail-split-lowercase-expanded): Add :version.
11250
11251         * nndiary.el (nndiary): Add :version.
11252
11253         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11254
11255         * mml-sec.el (mml-default-sign-method)
11256         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11257         Add :version.
11258
11259         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11260
11261         * mm-url.el (mm-url-use-external, mm-url-program)
11262         (mm-url-arguments): Add :version.
11263
11264         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11265         (mm-attachment-file-modes, mm-decrypt-option)
11266         (mm-w3m-safe-url-regexp): Add :version.
11267
11268         * message.el (message-cite-prefix-regexp)
11269         (message-sendmail-envelope-from, message-minibuffer-local-map)
11270         (message-user-fqdn, message-completion-alist): Add :version.
11271
11272         * gnus-win.el (gnus-configure-windows-hook)
11273         (gnus-use-frames-on-any-display): Add :version.
11274
11275         * gnus-art.el (gnus-article-address-banner-alist)
11276         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11277         (gnus-treat-from-picon, gnus-treat-mail-picon)
11278         (gnus-treat-x-pgp-sig): Add :version.
11279
11280         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11281         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11282         (gnus-summary-article-delete-hook)
11283         (gnus-summary-display-while-building): Add :version.
11284
11285         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11286         (gnus-get-top-new-news-hook): Add :version.
11287
11288         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11289         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11290
11291         * gnus-registry.el (gnus-registry): Add :version.
11292
11293         * gnus-spec.el (gnus-use-correct-string-widths)
11294         (gnus-make-format-preserve-properties): Add :version.
11295
11296         * gnus.el (gnus-group-charter-alist)
11297         (gnus-group-fetch-control-use-browse-url)
11298         (gnus-install-group-spam-parameters): Add :version.
11299
11300         * gnus-diary.el (gnus-diary): Add :version.
11301
11302         * gnus-delay.el (gnus-delay): Add :version.
11303
11304         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11305         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11306         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11307         Add :version.
11308
11309         * gnus-agent.el (gnus-agent-max-fetch-size)
11310         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11311         (gnus-agent-prompt-send-queue): Add :version.
11312
11313         * deuglify.el (gnus-outlook-deuglify): Add :version.
11314
11315         * html2text.el: Beautify code.  Improve doc strings.  Some
11316         checkdoc cleanup.
11317         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11318
11319 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11320
11321         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11322
11323 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11324
11325         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11326         when package is loaded.
11327
11328         * spam.el (spam-summary-score-preferred-header): Add global preference
11329         for people who want to override the default SpamAssassin over
11330         Bogofilter preference (when both are set).
11331         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11332         (spam-user-format-function-S): Check
11333         spam-summary-score-preferred-header.
11334         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11335         (spam-user-format-function-S): Format the score correctly.
11336
11337 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11340         signature file.  Suggested by Manoj Srivastava
11341         <srivasta@golden-gryphon.com>.
11342
11343         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11344         iso-2022-jp even in the Japanese language environment.
11345         Suggested by Jason Rumney <jasonr@gnu.org>.
11346
11347 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11350         use the same characters as the dummy marks; make it free from
11351         getting affected by the language environment.
11352         (gnus-summary-read-group-1): Update mark positions only when the
11353         format spec is updated.
11354
11355         * gnus-spec.el (gnus-update-format-specifications): Return a list
11356         of updated types.
11357
11358 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11361         of boundp to check if display-warning is available.
11362
11363 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11364
11365         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11366
11367 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * nnspool.el (nnspool-spool-directory): Use news-path if the
11370         news-directory variable is not bound.
11371
11372         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11373         function instead of display-warning if it is not available.
11374
11375 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11378         v5-10: Use `point-at-bol'.
11379
11380 2004-10-26  Simon Josefsson  <jas@extundo.com>
11381
11382         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11383         <chenggao@gmail.com>.
11384
11385 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11388         instead.
11389
11390 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11393         to remove a server from the nnimap-server-buffer-alist.
11394         (nnimap-open-connection, nnimap-close-server): Use it.
11395
11396         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11397
11398 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11401         running the major-mode function.
11402
11403 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11406         dummy marks in the right way.
11407
11408 2004-10-18  David Edmondson  <dme@dme.org>
11409
11410         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11411         excessively.
11412
11413 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11414
11415         * gnus-util.el (gnus-split-references): Accept a nil references
11416         string and go on blissfully.
11417
11418         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11419         cases where the references string is non-nil but has no references.
11420
11421         * encrypt.el: Add autoload tags.
11422
11423         * spam.el (spam-resolve-registrations-routine): Remove article
11424         from unregistration list too.  Reported by David Hanak
11425         <dhanak@isis.vanderbilt.edu>
11426
11427 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11430         nil.  Changed custom type.
11431
11432 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11435
11436         * gnus-sum.el (gnus-summary-move-article): Use it.
11437
11438 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11439
11440         * encrypt.el: Add autoload cookies.
11441
11442         * spam.el (spam-backend-article-list-property)
11443         (spam-backend-get-article-todo-list)
11444         (spam-backend-put-article-todo-list)
11445         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11446         Resolve registrations separately.
11447         (spam-register-routine): Format comments.
11448         (spam-unregister-routine, spam-register-routine): Always call with
11449         specific-articles, no default list.
11450         (spam-summary-prepare-exit): Use the spam-classifications function.
11451
11452         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11453         gnus-encrypt.el.
11454
11455         * encrypt.el: Copied from gnus-encrypt.el.
11456
11457         * gnus-encrypt.el: Commented that it's obsolete.
11458
11459 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11462         (gnus-score-save): Use it.
11463
11464         * message.el (message-bury): Use `window-dedicated-p'.
11465
11466 2004-10-15  Simon Josefsson  <jas@extundo.com>
11467
11468         * pop3.el (top-level): Don't require nnheader.
11469         (pop3-read-timeout): Add.
11470         (pop3-accept-process-output): Add.
11471         (pop3-read-response, pop3-retr): Use it.
11472
11473 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11474
11475         * spam.el (spam-register-routine): Move comment.
11476         (spam-verify-bogofilter): Use 'unknown for the initial
11477         spam-bogofilter-valid state, not 'never.
11478
11479         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11480         for netrc-machine.
11481
11482         * nnimap.el (nnimap-open-connection): Use
11483         netrc-machine-user-or-password.
11484
11485 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11486
11487         * gnus-registry.el (gnus-registry-unload-hook):
11488         Set as a variable with add-hook.
11489
11490         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11491         of news-path.
11492
11493         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11494
11495         * spam.el: Delete duplicate `provide'.
11496         (spam-unload-hook): Set as a variable with add-hook.
11497
11498 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11501         in the doc string.
11502
11503         * message.el (message-ignored-news-headers)
11504         (message-ignored-supersedes-headers)
11505         (message-ignored-resent-headers)
11506         (message-forward-ignored-headers): Improve custom type.
11507
11508 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-tokenize-header): Fix 2004-09-06 change
11511         which used point-min in the wrong place.
11512
11513 2004-10-12  Simon Josefsson  <jas@extundo.com>
11514
11515         * tls.el (tls-certtool-program): New variable.
11516         (tls-certificate-information): New function, based on
11517         ssl-certificate-information.
11518
11519 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * compface.el: Move the version of ELisp-based uncompface program
11522         to the contrib directory because of the copyright problem.
11523
11524 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * message.el (message-kill-buffer): Raise the current frame.
11527
11528 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11531
11532         * gnus.el (message-y-or-n-p): Autoload.
11533
11534         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11535         (pop3-password-required, pop3-authentication-scheme)
11536         (pop3-leave-mail-on-server): Made customizable.
11537         (pop3): New custom group.
11538         (pop3-retr): Remove `sleep-for' statements.
11539         Suggested by Dave Love <fx@gnu.org>.
11540
11541         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11542         Windows/DOS.
11543
11544         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11545         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11546         Dave Love <fx@gnu.org>.
11547
11548         * mml.el (mml-minibuffer-read-disposition): Require match.
11549         Suggested by Dave Love <fx@gnu.org>.
11550
11551 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11554         doc string.
11555
11556 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11559
11560 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11561
11562         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11563         instead of calling `mm-insert-inline', to decode text/* parts
11564         before displaying them.
11565
11566 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * mm-uu.el (mm-uu-text-plain-type): New variable.
11569         (mm-uu-pgp-signed-extract-1): Use it.
11570         (mm-uu-pgp-encrypted-extract-1): Use it.
11571         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11572         bind mm-uu-text-plain-type with that value.
11573         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11574         mm-uu-dissect.
11575
11576 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-group.el (gnus-update-group-mark-positions):
11579         * gnus-sum.el (gnus-update-summary-mark-positions):
11580         * message.el (message-check-news-body-syntax):
11581         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11582         of string-as-multibyte.
11583
11584 2004-10-05  Juri Linkov  <juri@jurta.org>
11585
11586         * gnus-group.el (gnus-update-group-mark-positions):
11587         * gnus-sum.el (gnus-update-summary-mark-positions):
11588         * message.el (message-check-news-body-syntax):
11589         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11590         8-bit unibyte values to a multibyte string for search functions.
11591
11592 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11595         (mm-uu-dissect-text-parts): New function.
11596
11597         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11598         dissect text parts.
11599
11600         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11601         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11602
11603         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11604
11605         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11606         gnus-current-topics instead of gnus-current-topic.
11607
11608 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11609
11610         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11611
11612 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11613
11614         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11615         where approriate.
11616
11617         * nnml.el (nnml-generate-active-info): do.
11618
11619         * nndiary.el (nndiary-generate-active-info): do.
11620
11621         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11622         (gnus-topic-move): do.
11623
11624         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11625         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11626
11627         * gnus-srvr.el (gnus-server-prepare)
11628         (gnus-server-open-all-servers): do.
11629
11630         * gnus-msg.el (gnus-summary-cancel-article)
11631         (gnus-summary-resend-message)
11632         (gnus-summary-mail-crosspost-complaint): do.
11633
11634         * gnus-move.el (gnus-change-server): do.
11635
11636         * gnus-group.el (gnus-group-unmark-all-groups)
11637         (gnus-group-set-current-level): do.
11638
11639 2004-10-04  Simon Josefsson  <jas@extundo.com>
11640
11641         * message.el (message-generate-hashcash): Doc fix.
11642
11643 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11644
11645         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11646         avoid infinite recursion via gnus-get-function.
11647
11648 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11649
11650         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11651
11652         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11653
11654         * nnmail.el (nnmail-split-history): do.
11655
11656         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11657         (nnml-request-delete-group): do.
11658
11659         * nnslashdot.el (nnslashdot-read-groups): do.
11660
11661         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11662         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11663
11664         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11665         (nnspool-sift-nov-with-sed): Use last
11666         (nnspool-retrieve-headers-with-nov): Use mapc.
11667         (nnspool-request-newgroups): Use dolist.
11668         (nnspool-request-group): Use last.
11669
11670         * nntp.el (nntp-read-server-type): Use dolist.
11671
11672         * nnvirtual.el (nnvirtual-create-mapping)
11673         (nnvirtual-update-read-and-marked): Use dolist.
11674         (nnvirtual-convert-headers): Simplify.
11675
11676 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11677
11678         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11679         support for sync'ing tick marks.
11680
11681 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11684         there's no visible header.
11685
11686 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11687
11688         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11689         necessary, pass full group name to gnus-request-set-marks.
11690
11691 2004-10-01  Simon Josefsson  <jas@extundo.com>
11692
11693         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11694         acroread.
11695
11696 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * spam-report.el (spam-report-gmane): Fix interactive.
11699
11700         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11701
11702         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11703         when writing file.
11704         (gnus-agent-synchronize-flags): Don't default to being
11705         interactive.
11706
11707 2004-09-30  Simon Josefsson  <jas@extundo.com>
11708
11709         * message.el (message-generate-hashcash): Add.
11710         (message-send-mail): Use it, call mail-add-payment.
11711
11712 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11713
11714         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11715
11716 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11717
11718         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11719         gnus-requst-update-info with explicit code to sync the in-memory
11720         info read flags with the marks being sync'd to the backend.
11721
11722         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11723
11724 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11725
11726         * spam.el (spam-verify-bogofilter): Add new function.
11727         (spam-check-bogofilter)
11728         (spam-bogofilter-register-with-bogofilter): Use it.
11729         (spam-verify-bogofilter): Add small fixes.
11730
11731 2004-09-28  Simon Josefsson  <jas@extundo.com>
11732
11733         * hashcash.el (hashcash-generate-payment): Revert.
11734
11735 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11736
11737         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11738         gnus-extract-references instead of gnus-split-references.
11739
11740         * gnus-util.el (gnus-extract-references): Add new function, analogous
11741         to gnus-split-references but extracts only the message-ID without
11742         anything extra.
11743
11744         * hashcash.el (hashcash-generate-payment)
11745         (hashcash-check-payment): Do the right thing if hashcash-path is
11746         nil (because the hashcash program could not be found).
11747
11748         * spam.el (spam-use-hashcash): Remove comment.
11749
11750 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11751
11752         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11753         (gnus-cache-enter-article, gnus-cache-remove-article)
11754         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11755
11756         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11757
11758         * gnus-art.el (article-hide-boring-headers)
11759         (article-translate-strings, article-display-face)
11760         (gnus-article-mime-match-handle-first)
11761         (gnus-article-highlight-headers)
11762         (gnus-article-add-buttons-to-head): do.
11763
11764 2004-09-27  Simon Josefsson  <jas@extundo.com>
11765
11766         * hashcash.el: New version, from
11767         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11768         ../contrib/.
11769
11770 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11773
11774 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11775
11776         * gnus-dup.el (gnus-dup-open): Use mapc.
11777         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11778
11779         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11780         Reported by Stefan Wiens <s.wi@gmx.net>.
11781
11782         * gnus.el (gnus-shutdown): Use dolist.
11783
11784         * gnus-undo.el (gnus-undo): Use mapc.
11785
11786         * nnrss.el (nnrss-generate-active): do.
11787
11788         * message.el (message-cite-original-without-signature)
11789         (message-cite-original): Use mapc.
11790         (message-do-actions, message-make-forward-subject): Use dolist.
11791
11792 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11793
11794         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11795         deletion to remove entire duplicate line.  Fixes merged article
11796         number bug.
11797
11798 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11799
11800         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11801         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11802         first ask if you want to open a server and then, even when you
11803         responded with no, asking if you want to synchronize the server's
11804         flags.
11805         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11806         multi-line expressions.
11807         (gnus-agent-synchronize-group-flags): New internal function.
11808         Updates marks in memory (in the info structure) AND in the
11809         backend.
11810
11811         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11812
11813         * nnagent.el (nnagent-request-set-mark): Use
11814         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11815         method, to ensure that synchronization updates marks in the
11816         backend and in the info (in memory) structure.
11817
11818 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11821         convention fully; don't miss the root article of a thread; make
11822         the X-Draft-From header with correct article numbers.
11823
11824 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11825
11826         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11827         unless plugged.  Disable the agent so that an open failure causes
11828         an error.
11829
11830         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11831         Reverted 2004-09-21 change.  The backend must be opened while
11832         synchronizing flags even when the backend stores the flags
11833         locally.
11834
11835 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11838         in `header' match.  Reported by Svend Tollak Munkejord.
11839
11840         * message.el (message-cite-original): Fix use of
11841         `message-cite-articles-with-x-no-archive'.
11842
11843 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11846         (gnus-window-to-buffer): Ditto.
11847
11848         * mml.el (mml-preview-buffer): New variable.
11849         (mml-preview): Manage window layout with gnus-buffer-configuration.
11850
11851         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11852         X-Draft-From header even if those articles aren't quoted.
11853
11854 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11855
11856         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11857         (gnus-request-set-mark, gnus-request-update-mark): Use new
11858         g-s-t-u-l-m to decide to use backend even when unplugged.
11859
11860 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11863         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11864
11865 2004-09-20  Simon Josefsson  <jas@extundo.com>
11866
11867         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11868         "utf-16-le".
11869
11870 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11871
11872         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11873
11874 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * uudecode.el (uudecode-use-external): Add :version.
11877
11878         * smime.el (smime-CA-file, smime-encrypt-cipher)
11879         (smime-dns-server): Add :version.
11880
11881         * smiley.el (gnus-smiley-file-types): Add :version.
11882
11883         * sha1.el (sha1-use-external): Add :version.
11884
11885         * pgg-def.el (pgg-query-keyserver): Add :version.
11886
11887         * nnmail.el (nnmail-fancy-expiry-targets)
11888         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11889         Add :version.
11890
11891         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11892         (nnimap-retrieve-groups-asynchronous): Add :version.
11893         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11894
11895         * mml.el (mml-content-disposition-parameters)
11896         (mml-insert-mime-headers-always): Add :version.
11897
11898         * mm-util.el (mm-coding-system-priorities): Add :version.
11899
11900         * mm-decode.el (mm-inline-text-html-with-images)
11901         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11902         (mm-verify-option): Add :version.
11903         (mm-text-html-renderer): Change :version.
11904
11905         * message.el (message-fcc-externalize-attachments)
11906         (message-required-headers, message-draft-headers)
11907         (message-subject-trailing-was-query)
11908         (message-subject-trailing-was-ask-regexp)
11909         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11910         (message-mark-insert-end, message-archive-header)
11911         (message-archive-note, message-cross-post-default)
11912         (message-cross-post-note, message-followup-to-note)
11913         (message-cross-post-note-function, message-use-mail-followup-to)
11914         (message-subscribed-address-functions)
11915         (message-subscribed-address-file, message-subscribed-addresses)
11916         (message-subscribed-regexps, message-allow-no-recipients)
11917         (message-yank-cited-prefix, message-signature-insert-empty-line)
11918         (message-hidden-headers, message-hierarchical-addresses)
11919         (message-mail-user-agent, message-use-idna)
11920         (message-valid-fqdn-regexp)
11921         (message-strip-special-text-properties, message-header-synonyms)
11922         (message-beginning-of-line, message-tab-body-function): Add :version.
11923         (message-insert-canlock, message-wide-reply-confirm-recipients):
11924         Change :version.
11925
11926         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11927         and :version.
11928         (mail-source-delete-old-incoming-confirm)
11929         (mail-source-movemail-program): Add :version.
11930
11931         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11932         (gnus-agent-cache, gnus-agent): Change :version.
11933
11934         * gnus-util.el (gnus-use-byte-compile): Change :version.
11935
11936         * gnus-sum.el (gnus-summary-make-false-root-always)
11937         (gnus-summary-default-high-score)
11938         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11939         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11940         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11941         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11942         (gnus-sum-thread-tree-single-indent)
11943         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11944         (gnus-sum-thread-tree-leaf-with-other)
11945         (gnus-sum-thread-tree-single-leaf): Add :version.
11946         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11947         (gnus-article-loose-mime): Change :version.
11948
11949         * gnus-start.el (gnus-backup-startup-file)
11950         (gnus-save-startup-file-via-temp-buffer): Add :version.
11951
11952         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11953         (gnus-server-offline-face): Add :version.
11954
11955         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11956
11957         * gnus-msg.el (gnus-gcc-externalize-attachments)
11958         (gnus-debug-files, gnus-debug-exclude-variables)
11959         (gnus-discouraged-post-methods): Change :version.
11960         (gnus-confirm-mail-reply-to-news)
11961         (gnus-confirm-treat-mail-like-news): Add :version.
11962
11963         * gnus-int.el (gnus-server-unopen-status): Add :version.
11964
11965         * gnus-group.el (gnus-group-jump-to-group-prompt)
11966         (gnus-large-ephemeral-newsgroup)
11967         (gnus-fetch-old-ephemeral-headers): Add :version.
11968
11969         * gnus-fun.el (gnus-x-face-directory)
11970         (gnus-convert-pbm-to-x-face-command)
11971         (gnus-convert-image-to-x-face-command)
11972         (gnus-convert-image-to-face-command): Add :version.
11973
11974         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11975
11976         * gnus-cite.el (gnus-cite-blank-line-after-header)
11977         (gnus-article-boring-faces): Add :version.
11978
11979         * gnus-art.el (gnus-buttonized-mime-types)
11980         (gnus-inhibit-mime-unbuttonizing)
11981         (gnus-treat-display-face)
11982         (gnus-treat-body-boundary): Change :version.
11983         (gnus-body-boundary-delimiter, gnus-picon-databases)
11984         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11985         (gnus-treat-date-english, gnus-treat-fold-headers)
11986         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11987         (gnus-treat-mail-picon, gnus-treat-wash-html)
11988         (gnus-article-encrypt-protocol)
11989         (gnus-use-idna, gnus-article-over-scroll)
11990         (gnus-mime-display-multipart-alternative-as-mixed)
11991         (gnus-mime-display-multipart-related-as-mixed)
11992         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11993         (gnus-ctan-url, gnus-button-ctan-handler)
11994         (gnus-button-handle-ctan-bogus-regexp)
11995         (gnus-button-ctan-directory-regexp)
11996         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11997         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11998         (gnus-button-man-level, gnus-button-emacs-level)
11999         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12000
12001         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12002         (gnus-agent-go-online): Change :version.
12003         (gnus-agent-expire-unagentized-dirs)
12004         (gnus-agent-auto-agentize-methods): Add :version.
12005
12006         * flow-fill.el (fill-flowed-display-column)
12007         (fill-flowed-encode-column): Add :version.
12008
12009         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12010         (gnus-outlook-deuglify-unwrap-max)
12011         (gnus-outlook-deuglify-cite-marks)
12012         (gnus-outlook-deuglify-unwrap-stop-chars)
12013         (gnus-outlook-deuglify-no-wrap-chars)
12014         (gnus-outlook-deuglify-attrib-cut-regexp)
12015         (gnus-outlook-deuglify-attrib-verb-regexp)
12016         (gnus-outlook-deuglify-attrib-end-regexp)
12017         (gnus-outlook-display-hook): Add :version.
12018
12019         * binhex.el (binhex-use-external): Add :version.
12020
12021 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12024         and `invisible'.
12025
12026 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12029         in gnus-registry-trim.
12030
12031 2004-09-13  Simon Josefsson  <jas@extundo.com>
12032
12033         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12034
12035         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12036
12037         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12038         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12039         <yamaoka@jpl.org>.
12040         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12041         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12042         <yamaoka@jpl.org>.
12043
12044         * sieve.el (sieve-manage-mode): Ditto.
12045
12046 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12049
12050 2004-09-11  Simon Josefsson  <jas@extundo.com>
12051
12052         * dns-mode.el: Add.
12053
12054         * mm-view.el (mm-display-dns-inline): Add.
12055
12056         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12057         (mm-automatic-display): Ditto.
12058
12059         * mailcap.el (mailcap-mime-data): Add text/dns.
12060         (mailcap-mime-extensions): Map .soa to text/dns.
12061
12062 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12063
12064         * gnus-art.el (article-decode-mime-words, article-babel)
12065         (gnus-article-highlight-signature, gnus-article-add-buttons)
12066         (gnus-signature-toggle): Remove unnecessary bindings of
12067         `inhibit-read-only' inherited from v5.10 merge.
12068
12069 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * nntp.el (nntp): New customization group.
12072         (nntp-authinfo-file): Add customization group.
12073
12074         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12075
12076         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12077
12078         * gnus.el (to-address, to-list, subscribed)
12079         (large-newsgroup-initial): Ditto.
12080
12081         * flow-fill.el (fill-flowed-display-column)
12082         (fill-flowed-encode-column): Ditto.
12083
12084 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12085
12086         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12087         Use point-min rather than 1.
12088         (message-send-mail): Use buffer-size rather than point-max.
12089
12090         * gnus-sum.el (gnus-summary-search-article-forward):
12091         Signal a specific `search-failed' rather than a generic `error'.
12092
12093         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12094         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12095         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12096
12097 2004-09-10  Simon Josefsson  <jas@extundo.com>
12098
12099         * nndb.el (require): Remove tcp and duplicate cl.
12100
12101 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-agent.el (directory-files-and-attributes): Move forward.
12104
12105 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12106
12107         * gnus-agent.el (directory-files-and-attributes): Optionally
12108         defined to support XEmacs.
12109
12110 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12111
12112         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12113         to avoid run-time CL dependencies.
12114         (gnus-agent-unfetch-articles): New function.
12115         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12116         article numbers even when local .overview file is missing.
12117         (gnus-agent-read-article-number): New function.  Only accepts
12118         27-bit article numbers.
12119         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12120         gnus-agent-read-article-number.
12121         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12122         from backend while recognizing that article numbers in .overview
12123         must be valid.
12124         (gnus-agent-update-files-total-fetched-for): Use
12125         directory-files-and-attributes to improve performance.
12126         * gnus-int.el (gnus-request-move-article): Use
12127         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12128         improve performance.
12129
12130         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12131         some users confused by references to .newsrc when they only have a
12132         .newsrc.eld file.
12133         (gnus-convert-mark-converter-prompt)
12134         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12135         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12136         New function.  Used internally to only display 'gnus converting
12137         files' message when actually necessary.
12138
12139         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12140         methods now autoloaded.
12141
12142 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12145         identifiers.
12146
12147 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-picon.el: Fix indentation and closing parenthesis.
12150
12151 2004-09-01  Simon Josefsson  <jas@extundo.com>
12152
12153         * message.el (message-canlock-generate): Require sha1, not
12154         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12155         to require within a function.  Sadly, if sha1.el isn't loaded, the
12156         let binding in m-c-g will hide the defcustom definition, which is
12157         bad.)
12158
12159         * canlock.el: Require sha1, not sha1-el.
12160
12161         * message.el: Don't autoload sha1 (there is a autoload cookie in
12162         sha1.el).
12163
12164         * sha1-el.el: Renamed to sha1.el.
12165
12166 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12167
12168         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12169
12170 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12171
12172         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12173
12174 2004-08-30  Kim F. Storm  <storm@cua.dk>
12175
12176         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12177
12178         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12179         Add :group 'nnimap.
12180
12181 2004-08-30  Andreas Schwab  <schwab@suse.de>
12182
12183         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12184         ?* and ?\;.
12185
12186         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12187         and ?\' to symbol instead of whitespace.
12188
12189 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12192
12193         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12194         instead of re-search-forward.
12195
12196         * gnus-uu.el (gnus-uu-save-article): Ditto.
12197         (gnus-uu-post-encode-uuencode): Ditto.
12198
12199         * html2text.el (html2text-clean-list-items): Ditto.
12200         (html2text-clean-dtdd): Ditto.
12201         (html2text-format-tags): Ditto.
12202
12203         * message.el (message-send-mail-with-sendmail): Fix regexp.
12204         (message-fill-field-general): Use search-forward instead of
12205         re-search-forward.
12206         (unbold-region): Ditto.
12207
12208         * nnrss.el (nnrss-request-article): Ditto.
12209
12210         * nnslashdot.el (nnslashdot-request-article): Ditto.
12211
12212         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12213
12214         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12215         "Unrecognized menu descriptor" error in XEmacs.
12216
12217 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12218
12219         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12220         parent article of a sparse article in the thread hashtb.
12221
12222 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12223
12224         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12225         (nnmail-expand-newtext): Lowercase expanded entries if
12226         nnmail-split-lowercase-expanded is non-nil.
12227
12228 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12231
12232         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12233         of gnus-tmp-news-method into string under XEmacs.  It will be
12234         passed to gnus-correct-length which takes only a string argument.
12235
12236 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-util.el (gnus-bind-print-variables): New macro.
12239         (gnus-prin1): Use it.
12240         (gnus-prin1-to-string): Use it.
12241         (gnus-pp): New function.
12242         (gnus-pp-to-string): New function.
12243
12244         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12245         Replace pp-to-string with gnus-pp-to-string.
12246         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12247         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12248         * gnus-msg.el (gnus-debug): Ditto.
12249         * gnus-score.el (gnus-score-save): Ditto.
12250         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12251         gnus-pp-to-string.
12252         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12253         with gnus-pp.
12254         * score-mode.el (gnus-score-pretty-print): Ditto.
12255         * webmail.el (webmail-debug): Ditto.
12256
12257 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-art.el (article-display-face, article-display-x-face):
12260         Use buffer-read-only.
12261
12262 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (article-hide-list-identifiers):
12265         Bind inhibit-read-only as t.
12266
12267 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12270
12271 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12272
12273         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12274         (gnus-narrow-to-page): Don't assume point-min == 1.
12275         (gnus-article-edit-mode): Derive from message-mode.
12276
12277         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12278         point-min == 1.
12279
12280         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12281         Disable incorrect use of `assert'.
12282
12283         * message.el (message-mode): Set comment-start-skip.
12284
12285
12286 2004-08-22  Sam Steingold  <sds@gnu.org>
12287
12288         * pop3.el (pop3-leave-mail-on-server): New user variable.
12289         (pop3-movemail): Delete mail only when it is nil.
12290
12291 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12294
12295         * mml.el (mml-preview): Use `pop-to-buffer'.
12296
12297         * message.el (message-goto-mail-followup-to): Insert after "To".
12298         (message-carefully-insert-headers): Add comment.
12299
12300         * gnus.el: Remove unused variable `gnus-article-check-size'.
12301
12302         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12303
12304         * gnus-art.el (gnus-button-alist): Improve
12305         `gnus-button-handle-library' entry.
12306
12307 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12308
12309         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12310         downcase, since XEmacs capitalizes error messages differently.
12311
12312 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12313
12314         * nntp.el: Add (require 'gnus) due to reference to
12315         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12316
12317 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12318
12319         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12320         `mm-fill-flowed'.
12321
12322         * mm-decode.el (mm-dissect-singlepart): Check it.
12323
12324 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12325
12326         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12327         'imap' for netrc parsing.
12328
12329 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * mailcap.el (mailcap-mime-data): Mark as risky.
12332
12333 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12336         may be included in the encoded word.
12337         (rfc2047-encode): Don't append a space if the encoded word
12338         includes close parenthesis.
12339
12340 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12343         of text within parentheses.
12344
12345 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12346
12347         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12348         (gnus-encrypt-write-file-contents): Make the password key the file
12349         name PLUS the cipher, not just the cipher.  Also remove failed
12350         passwords from the cache.
12351
12352 2004-08-06  Simon Josefsson  <jas@extundo.com>
12353
12354         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12355         fix.
12356
12357 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12360         LWSP.
12361
12362 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12363
12364         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12365         to append in-reply-to: data to the references: header.
12366
12367         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12368         (netrc-parse): Use gnus-encrypt.el functions.
12369
12370         * gnus-encrypt.el: Add new file for encryption support; currently
12371         does only a few GPG ciphers and an internal XOR cipher.
12372
12373         * password.el: Add comments on using password-read-and-add.
12374         (password-read-and-add): Add function to read and add the
12375         password to the cache at once.
12376
12377 2004-07-28  Simon Josefsson  <jas@extundo.com>
12378
12379         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12380         parameter (but don't use it, for now).
12381
12382         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12383         instead of hard coding to nil.
12384
12385 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12388         as mm-inline-image-xemacs does.
12389
12390 2004-07-26  Simon Josefsson  <jas@extundo.com>
12391
12392         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12393         Revert part of 2004-07-17 change below.
12394
12395 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12398         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12399
12400 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12403         quotes that actually start with ">" at the beginning of the
12404         lines.
12405
12406 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * rfc2047.el (rfc2047-encode-region): Fix last change.
12409         (rfc2047-encode-parameter): Remove useless concat.
12410
12411 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12414         encode special characters; fix some kind of misconfigured headers;
12415         signal a real error if debug-on-quit or debug-on-error is non-nil.
12416         (rfc2047-encode-max-chars): New variable.
12417         (rfc2047-encode-1): Use it.
12418         (rfc2047-encode-parameter): New function.
12419
12420         * mml.el (mml-insert-parameter): Remove an excessive space.
12421
12422 2004-07-17  Simon Josefsson  <jas@extundo.com>
12423
12424         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12425         Kai Grossjohann <kai@emptydomain.de>.
12426         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12427         (gnus-group-make-menu-bar): Ditto.
12428
12429         * gnus-util.el (gnus-group-server): Add.
12430
12431 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12432
12433         * message.el (message-clone-locals): Clone sendmail and smtp
12434         variables.
12435
12436 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * rfc2047.el (rfc2047-encode-region): Fix last change.
12439
12440 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12443         characters as non-special.
12444
12445 2004-07-09  Simon Josefsson  <jas@extundo.com>
12446
12447         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12448         Users will lose all flag changes made while unplugged with
12449         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12450         good default.  See numerous reports on ding mailing list.
12451
12452 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12455         add generate-head-function and generate-article-function to the
12456         rfc822-forward entry.
12457         (nndoc-rfc822-forward-generate-article): New function.
12458         (nndoc-rfc822-forward-generate-head): New function.
12459
12460         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12461
12462 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12463
12464         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12465         respect display group parameter and gnus-summary-expunge-below.
12466         (gnus-articles-to-read): Remove unused reference to display group
12467         parameter.
12468
12469 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12470
12471         * nnheader.el (nnheader-uniquify-message-id): New experimental
12472         variable.
12473         (nnheader-nov-read-message-id): Use it.
12474
12475         * spam-report.el (spam-report-gmane): Add interactive.
12476
12477 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12480         qp-or-base64 for the application/* types.
12481
12482 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12483
12484         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12485
12486 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12487
12488         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12489         trim value.
12490
12491 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12492
12493         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12494         New macro and function.
12495         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12496
12497 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12500         after-load-alist.
12501
12502 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12505         update info that isn't there.
12506
12507 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12508
12509         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12510         entry.
12511
12512 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * mm-view.el (mm-inline-render-with-function): Use multibyte
12515         buffer; decode html source by charset.
12516
12517         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12518
12519         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12520         Mule-UCS is loaded under XEmacs.
12521         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12522
12523 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12524
12525         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12526
12527 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mm-util.el (mm-coding-system-p): Return a coding-system.
12530         (mm-mime-mule-charset-alist): Use shift_jis instead of
12531         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12532         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12533         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12534         instead of japanese-shift-jis and iso-latin-1 respectively in
12535         order to share the default value with both Emacs and XEmacs-mule.
12536         (mm-mule-charset-to-mime-charset): Make
12537         mm-coding-system-priorities effective.
12538         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12539         while predicating of candidates upon the priorities.
12540
12541 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12542
12543         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12544         gnus-uu-invert-processable.
12545
12546         * gnus.el: Autoload gnus-uu-invert-processable.
12547
12548 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mm-util.el (mm-with-multibyte-buffer): New macro.
12551
12552         * rfc2047.el (rfc2047-encode-string): Use it.
12553         (rfc2047-encode-region): Move point to the end of the region after
12554         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12555
12556 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12559         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12560
12561 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12564         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12565         Karl Chen <quarl@nospam.quarl.org>.
12566
12567 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12568
12569         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12570         invalid addresses.
12571
12572 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12573
12574         * spam.el: Change section markers, revise TODO list.
12575         (spam-backends): Make new master list of all installed backends.
12576         (spam-summary-exit-behavior): Add new variable to determine how
12577         messages moves are done at summary exit.
12578         (spam-move-spam-nonspam-groups-only)
12579         (spam-process-ham-in-nonham-groups)
12580         (spam-process-ham-in-spam-groups): Remove variables, the
12581         spam-summary-exit-behavior variable should be used to manage this
12582         behavior.
12583         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12584         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12585         and spam-old-spam-articles.
12586         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12587         Add empty variables, placeholders for the backends they represent.
12588         (spam-set-difference): Move, unchanged.
12589         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12590         unless the user has a processor variable.
12591         (spam-classifications, spam-classification-valid-p)
12592         (spam-backend-properties, spam-backend-property-valid-p)
12593         (spam-backend-function-type-valid-p)
12594         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12595         (spam-report-articles-gmane, spam-report-articles-resend):
12596         Remove functions, they are not needed.
12597         (spam-install-backend-super, spam-backend-list)
12598         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12599         (spam-backend-function, spam-backend-ham-registration-function)
12600         (spam-backend-spam-registration-function)
12601         (spam-backend-ham-unregistration-function)
12602         (spam-backend-spam-unregistration-function)
12603         (spam-backend-statistical-p, spam-backend-mover-p)
12604         (spam-install-backend-alias, spam-install-checkonly-backend)
12605         (spam-install-mover-backend, spam-install-nocheck-backend)
12606         (spam-install-backend, spam-install-statistical-backend)
12607         (spam-install-statistical-checkonly-backend): Add backend installation
12608         support.
12609         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12610         (spam-group-processor-p): Use the new backend code and respect the
12611         summary exit behavior.
12612         (spam-mark-spam-as-expired-and-move-routine): Remove.
12613         (spam-summary-prepare): Change to use the new spam-old-articles
12614         variable.
12615         (spam-copy-or-move-routine, spam-copy-spam-routine)
12616         (spam-move-spam-routine, spam-copy-ham-routine)
12617         (spam-move-ham-routine): Add code to copy/move ham or spam.
12618         (spam-fetch-field-fast): Improve doc and code, plus allow the
12619         'number request.
12620         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12621         variables.
12622         (spam-split, spam-find-spam): Use the new backend code.
12623         (spam-registration-functions): Remove variable.
12624         (spam-unregister-routine): Add convenience wrapper.
12625         (spam-log-undo-registration, spam-register-routine)
12626         (spam-log-processing-to-registry)
12627         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12628         where possible.
12629         (spam-check-gmane-xref, spam-check-regex-headers)
12630         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12631         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12632         (spam-check-bogofilter-headers, spam-check-spamoracle)
12633         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12634         (spam-check-crm114-headers): Use the spam-split-group that
12635         spam-split prepares, no need to determine it every time.
12636
12637         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12638         to the nnheader-parse-naked-head call.
12639
12640         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12641
12642         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12643         the nnheader-nov-read-message-id call.
12644
12645 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12648         gnus-activate-group twice.  Suggested by Markus Peter
12649         <warp@spin.de>.
12650
12651 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-art.el (gnus-article-time-format): Exchange the order of
12654         day and month in the default value; fix customization type.
12655         (article-date-ut): Use add-text-properties.
12656         (article-make-date-line): Use message-make-date instead of
12657         current-time-string.
12658
12659         * message.el (message-fetch-field): Don't use set-text-properties.
12660         (message-make-date): Simplify.
12661
12662         * messagexmas.el (message-xmas-make-date): New function.
12663         (message-xmas-redefine): Defalias message-make-date to it.
12664
12665 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12668         (rfc2047-encode-region): Treat text within parentheses as special;
12669         show the original text when error has occurred.
12670
12671         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12672         already-computed method to gnus-activate-group.
12673
12674         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12675         same select-methods identical Lisp objects.
12676
12677         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12678         object when modifying the info.
12679
12680 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12683         gnus-opened-servers since it has never been opened with the new
12684         configuration yet.
12685
12686 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12689         arg to nnheader-generate-fake-message-id.
12690
12691 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12692
12693         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12694         number and build a fake message ID localized to a group and
12695         article number (so it's repeatable from that point on).
12696         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12697         ID format.
12698
12699         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12700         nnheader-generate-fake-message-id with the article number.
12701
12702 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12703
12704         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12705         end-of-buffer.
12706
12707 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * message.el (message-ignored-supersedes-headers): Add Approved.
12710
12711 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12714         goto-char.
12715         (rfc2047-encode): Fold the line before encoding.
12716
12717 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12720         folding -- not all headers can be folded, and this should be done
12721         by the message composition mode.  Probably.  I think.
12722
12723 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12726         fast.
12727
12728         * gnus-ems.el (gnus-remove-image): Don't use
12729         message-text-with-property; remove only the image found first.
12730
12731         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12732         found first.
12733
12734 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12735
12736         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12737
12738 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * message.el (message-text-with-property): Make it fast and accept
12741         optional arguments.
12742         (message-strip-forbidden-properties): Use it.
12743         (message-fix-before-sending): Follow the m-t-w-p change.
12744
12745         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12746
12747 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (article-hide-headers): Don't change the buffer
12750         mistakenly when performing mml-preview even if
12751         gnus-single-article-buffer is nil.
12752
12753 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12754
12755         * message.el (message-expand-name-databases): New user option.
12756         (message-expand-name): Use it.
12757
12758 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12759
12760         * spam.el (spam-report-articles-resend)
12761         (spam-report-resend-register-routine): Allow ham reporting.
12762         (spam-report-resend-register-ham-routine): Add wrapper.
12763         (spam-registration-functions): Add ham resending functions.
12764         (spam-list-of-processors): Add ham resend processor.
12765
12766         * gnus.el (ham-resend-to): Add new group parameter.
12767         (spam-process): Add ham resend option.
12768
12769         * spam-report.el (spam-report-resend): Allow reporting ham.
12770         (spam-report-resend-ham): Add wrapper.
12771
12772 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12773
12774         * message.el (message-cite-articles-with-x-no-archive): New
12775         variable.
12776         (message-cite-original): Use it.
12777
12778 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * message.el (message-cite-original): Respect X-No-Archive.
12781
12782 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-art.el (article-hide-headers): Refer to the values for
12785         gnus-ignored-headers and gnus-visible-headers in the summary
12786         buffer since a user may have set them as group parameters.
12787
12788 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * assistant.el (assistant-node-name): Add convenience function.
12791         (assistant-render-text, assistant-render-node): Add error handling,
12792         plus handle multiple next nodes.
12793         (assistant-find-next-node): Comment out for now.
12794         (assistant-find-next-nodes): Add function, returns list of next
12795         nodes.
12796
12797 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * mail-source.el (mail-source-directory): Fix doc-string.
12800
12801 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * assistant.el (assistant-render-text, assistant-eval): Add :set
12804         widget type, which is different because it takes and returns a
12805         list.  Much hilarity ensues.
12806
12807 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12810
12811         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12812         doc-string.
12813
12814         * gnus-start.el (gnus-activate-group): Added doc-string.
12815
12816 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12819
12820 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12821
12822         * assistant.el (assistant-render-text): Try to add a :set
12823         widget, more to come.
12824
12825         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12826         strings.
12827         (spam-report-articles-resend)
12828         (spam-register-routine): Do registration iff any articles warrant
12829         it.
12830         (spam-summary-prepare-exit): Change log message for nil group
12831         destinations.
12832
12833 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12834
12835         * spam.el (spam-report-resend-register-routine): Allow
12836         spam-report-resend-to to be a group parameter or a global value.
12837
12838 2004-05-26  Simon Josefsson  <jas@extundo.com>
12839
12840         * starttls.el: Merge with my GNUTLS based starttls.el.
12841         (starttls-gnutls-program, starttls-use-gnutls)
12842         (starttls-extra-arguments, starttls-process-connection-type)
12843         (starttls-connect, starttls-failure, starttls-success): New
12844         variables.
12845         (starttls-program, starttls-extra-args): Doc fix.
12846         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12847         functions.
12848         (starttls-negotiate, starttls-open-stream): Check
12849         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12850         function if it is set.
12851
12852 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12855         structured fields.
12856
12857 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12860
12861 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12862
12863         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12864         variable.
12865         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12866         assigning the spam-mark to new messages.
12867
12868 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12869
12870         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12871
12872 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12875
12876         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12877         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12878         default.
12879
12880 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12881
12882         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12883         correct data.
12884
12885 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12886
12887         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12888         (spam-group-processor-p): Fix function.
12889         (spam-group-processor-multiple-p)
12890         (spam-group-spam-processor-report-gmane-p)
12891         (spam-group-spam-processor-report-resend-p)
12892         (spam-group-spam-processor-bogofilter-p)
12893         (spam-group-spam-processor-blacklist-p)
12894         (spam-group-spam-processor-ifile-p)
12895         (spam-group-ham-processor-ifile-p)
12896         (spam-group-spam-processor-spamoracle-p)
12897         (spam-group-spam-processor-crm114-p)
12898         (spam-group-ham-processor-bogofilter-p)
12899         (spam-group-spam-processor-stat-p)
12900         (spam-group-ham-processor-stat-p)
12901         (spam-group-ham-processor-whitelist-p)
12902         (spam-group-ham-processor-BBDB-p)
12903         (spam-group-ham-processor-spamoracle-p)
12904         (spam-group-ham-processor-copy-p): Remove functions with some
12905         prejudice against unneeded code.
12906         (spam-report-articles-resend)
12907         (spam-report-resend-register-routine): Allow the group/topic
12908         spam-resend-to value to override spam-report-resend-to.
12909         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12910         properly now.
12911
12912         * gnus.el (spam-resend-to): Add group/topic parameter.
12913         (spam-process): Move the OBSOLETE processors to the end of the
12914         choices.
12915
12916 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12917
12918         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12919         with resend-to set to nil, and then ask the user if necessary.
12920         (spam-report-resend): spam-report-resend takes a list of articles, not
12921         separate article numbers.
12922
12923 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12926         addition to emacs-w3m.
12927
12928 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * assistant.el (assistant-authinfo-data): New function.
12931         (assistant-eval): Eval for entire assistant.
12932
12933         * netrc.el (netrc-services-file): New variable.
12934         (netrc-parse-services): New function.
12935         (netrc-find-service-name): New function.
12936         (netrc-find-service-number): New function.
12937         (netrc-port-equal): New function.
12938         (netrc-machine): Use it.
12939
12940         * nnimap.el (nnimap-open-connection): Use netrc.
12941
12942         * gnus-util.el (gnus-netrc-get): Remove aliases.
12943
12944         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12945
12946         * assistant.el (wid-edit): Fix compilation.
12947
12948         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12949
12950 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12951
12952         * gnus-util.el (gnus-set-file-modes): New function.  (small
12953         patch).
12954
12955 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12956
12957         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12958
12959         * assistant.el (assistant-render-node): Fix up rendering and
12960         read-only text.
12961         (assistant-render-node): Reset.
12962         (assistant-make-read-only): Not sticky.
12963
12964 2004-05-20  Danny Siu  <dsiu@adobe.com>
12965
12966         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12967         centered even when gnus-auto-center-summary is t
12968
12969 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * dns.el (dns-get-txt-answer): New function.
12972         (dns-read-txt): Ditto.
12973         (query-dns): Use it.
12974
12975 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12978         active for foreign groups even if the group level is higher than
12979         the specified value.
12980
12981 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12984         non-active groups.
12985
12986         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12987
12988 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12989
12990         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12991
12992 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12995         (spam-crm114-header, spam-crm114-spam-switch)
12996         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12997         (spam-crm114-positive-spam-header)
12998         (spam-crm114-database-directory, spam-list-of-processors)
12999         (spam-group-spam-processor-crm114-p)
13000         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13001         (spam-generic-score, spam-list-of-checks)
13002         (spam-list-of-statistical-checks, spam-registration-functions)
13003         (spam-check-crm114-headers, spam-crm114-score)
13004         (spam-check-crm114, spam-crm114-register-with-crm114)
13005         (spam-crm114-register-spam-routine)
13006         (spam-crm114-unregister-spam-routine)
13007         (spam-crm114-register-ham-routine)
13008         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13009         asjo@koldfront.dk (Adam Sjøgren).
13010
13011         * gnus.el: Add spam-use-crm114.
13012
13013         * spam.el (spam-list-of-processors, spam-registration-functions):
13014         Add spam-use-resend.
13015         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13016         (spam-report-articles-gmane): Add doc fix.
13017         (spam-report-articles-resend, spam-report-resend-register-routine):
13018         Add wrappers around spam-report-resend-to.
13019
13020         * spam-report.el (spam-report-resend-to, spam-report-resend):
13021         Add support for resending spam.
13022         (spam-report-gmane): Fix line length >80.
13023
13024         * gnus.el (spam-process): Add spam-use-resend.
13025
13026 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13027
13028         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13029         number of processed spam messages.
13030         (spam-ham-copy-or-move-routine): Return the number of processed
13031         ham messages.
13032         (spam-summary-prepare-exit): Use the above values to decide
13033         whether status messages shouled be displayed.
13034
13035 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13038         `rfc2047-encoding-function-alist' in order to avoid conflicting
13039         with the old version.
13040         (rfc2047-encode-region): Concatenate words containing non-ASCII
13041         characters in structured fields; don't encode space-delimited
13042         ASCII words even in unstructured fields; don't break words at
13043         char-category boundaries.
13044         (rfc2047-encode-1): New function.
13045         (rfc2047-encode): Use it; encode text so that it occupies the
13046         maximum width within 76-column; work correctly on Q encoding for
13047         iso-2022-* charsets.
13048         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13049         sure not to break a line just after the header name.
13050         (rfc2047-b-encode-region): Removed.
13051         (rfc2047-b-encode-string): New function.
13052         (rfc2047-q-encode-region): Removed.
13053         (rfc2047-q-encode-string): New function.
13054
13055         * mm-util.el (mm-replace-in-string): New function.
13056
13057 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13060         get it right.
13061         (gnus-inews-make-draft): Really.
13062
13063 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13064
13065         * nnmh.el (nnmh-request-list-1): Don't check the link count
13066         before descending.  (small patch)
13067
13068 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13069
13070         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13071         stuff.
13072
13073         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13074         on real group name.
13075
13076         * gnus-art.el (gnus-signature-limit): Doc fix.
13077
13078         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13079
13080         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13081
13082 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13083
13084         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13085         isn't a string.
13086
13087 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13088
13089         * gnus-draft.el (gnus-draft-send): Bind
13090         rfc2047-encode-encoded-words.
13091
13092         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13093         (rfc2047-encodable-p): Say that =? needs encoding.
13094         (rfc2047-encode-encoded-words): New variable.
13095
13096         * gnus-group.el (gnus-group-select-group): Doc fix.
13097
13098         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13099
13100         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13101         to nil.
13102
13103         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13104
13105         * nnheader.el (nnheader-get-lines-and-char): New function.
13106
13107 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * gnus-msg.el (gnus-summary-followup-with-original): Document
13110         yanking of region when active.
13111
13112 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13115         groups if the group level is higher than the specified value.
13116
13117 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13120         (gnus-group-jump-to-group): Added prefix argument using
13121         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13122         non-active group.
13123
13124         * compface.el (uncompface): Be verbose when changing
13125         `uncompface-use-external'.
13126
13127         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13128         handle manual section.
13129
13130 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * gnus-art.el (gnus-button-alist): Revert previous change.
13133
13134 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13137
13138 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13141         whether backend can accept message.
13142
13143         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13144
13145 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13146
13147         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13148         Avoid creating directory when nntp-marks-is-evil is true.
13149         Reported by Reiner Steib.
13150
13151 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-picon.el (gnus-picon-style): New variable.
13154         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13155         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13156         Jesper Harder <harder@ifa.au.dk>.
13157
13158 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13159
13160         * message.el (message-fill-field): Return point.
13161         (message-generate-headers): Go to end of field.
13162
13163         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13164         stuff for non-living groups.
13165
13166 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13167
13168         * gnus-art.el (gnus-article-followup-with-original)
13169         (gnus-article-reply-with-original): gnus-mark-active-p ->
13170         gnus-region-active-p.
13171
13172 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13175         only when there is spam or ham to be processed.
13176
13177 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * mail-source.el (mail-source-delete-crash-box): Refactor.
13180         (mail-source-fetch): Use it.
13181         (mail-source-fetch-file): Ditto.
13182         (mail-source-fetch-directory): Run postscript in loop.
13183         (mail-source-fetch-pop): Delete.
13184         (mail-source-fetch-maildir): Ditto.
13185         (mail-source-fetch-imap): Ditto.
13186
13187         * imap.el (imap-authenticators): Comment out sasl.
13188
13189         * message.el (message-skip-to-next-address): New function.
13190         (message-fill-header-address): Refactor.
13191         (message-fill-address): Use it.
13192         (message-delete-address): Use it.
13193         (message-fill-header-general): Refactor.
13194         (message-fill-field-address): Rename.
13195         (message-narrow-to-field): Find the start of the header.
13196         (message-header-format-alist): Don't pre-fill.
13197         (message-fill-header): Removed.
13198         (message-insert-header): New function.
13199         (message-shorten-references): Use it.
13200
13201         * rfc2047.el (rfc2047-field-value): Strip props.
13202
13203         * mail-parse.el (mail-header-make-address): New alias.
13204
13205         * ietf-drums.el (ietf-drums-make-address): New function.
13206
13207         * imap.el: Add compiler directives.
13208
13209         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13210
13211         * gnus-art.el (article-decode-idna-rhs): Don't use
13212         message-idna-inside-rhs-p.
13213
13214 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13215
13216         * message.el (message-idna-inside-rhs-p): Removed.
13217         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13218
13219         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13220         false positives.
13221
13222 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13223
13224         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13225
13226 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227
13228         * nneething.el (nneething-file-name): Don't create spurious
13229         files.
13230
13231         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13232         (gnus-inews-do-gcc): Remove sleep.
13233
13234         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13235         part under point.
13236
13237         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13238         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13239
13240 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * spam.el (spam-summary-prepare-exit): Fixed (length).
13243
13244 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13245
13246         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13247         as expired without moving it" message when there are spam
13248         messages left.
13249
13250 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13251
13252         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13253         header is not nil.
13254
13255 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13256
13257         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13258         nntp-possibly-create-directory, not nntp-possibly-change-group.
13259         (nntp-marks-changed-p): New arg SERVER.
13260         (nntp-request-update-info): Adjust caller.
13261
13262 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13263
13264         * nntp.el (nntp-save-marks): Pass missing arg.
13265
13266 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13267
13268         * nntp.el: Support marks.
13269         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13270         (nntp-marks-modtime, nntp-marks-directory): New variables.
13271         (nntp-request-set-mark, nntp-request-update-info)
13272         (nntp-possibly-create-directory, nntp-marks-changed-p)
13273         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13274         functions.
13275
13276 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13277
13278         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13279         (gnus-xmas-redefine): Rename.
13280
13281         * gnus-score.el (gnus-score-insert-help): Use
13282         gnus-select-lowest-window.
13283
13284         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13285         appt-select-lowest-window and rename to gnus-select-lowest-window.
13286
13287         * gnus.el: do.
13288
13289 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13290
13291         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13292         encodings of MIME-encoded words, in order to improve
13293         interoperability with several broken MUAs.
13294
13295 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13296
13297         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13298         tags, only when charsets are not specified in headers.
13299         (mm-inline-text-html-render-with-w3m): Ditto.
13300
13301         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13302         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13303
13304 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13305
13306         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13307         instead of MIME-decoded from fields when checking
13308         `gnus-article-address-banner-alist'.
13309
13310 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13311
13312         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13313         description rather than subject.
13314
13315 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13316
13317         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13318
13319 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * gnus.el (gnus-version-number): Bump.
13322
13323 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13324
13325         * gnus.el: No Gnus v0.2 is released.
13326
13327 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328
13329         * gnus-agent.el (gnus-agent-read-agentview): Inline
13330         gnus-uncompress-range.
13331
13332 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13333
13334         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13335         `exec-installed-p'.
13336
13337 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13338
13339         * gnus.el (spam-process, spam-autodetect-methods): Add
13340         bsfilter and bsfilter-headers.
13341
13342         * spam.el (spam-bsfilter): New customize group.
13343         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13344         (spam-bsfilter-header, spam-bsfilter-probability-header)
13345         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13346         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13347         (spam-bsfilter-database-directory): New options.
13348         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13349         (spam-list-of-statistical-checks, spam-registration-functions):
13350         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13351         (spam-bsfilter-score): New command.
13352         (spam-check-bsfilter-headers, spam-check-bsfilter)
13353         (spam-bsfilter-register-with-bsfilter)
13354         (spam-bsfilter-register-spam-routine)
13355         (spam-bsfilter-unregister-spam-routine)
13356         (spam-bsfilter-register-ham-routine)
13357         (spam-bsfilter-unregister-ham-routine): New functions.
13358         (spam-generic-score): Support bsfilter; Accept an optional argument
13359         to recalcurate spam score even if scoring header has already been
13360         added.
13361         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13362         optional argument to recalcurate spam score even if scoring header
13363         has already been added.
13364
13365 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13366
13367         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13368         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13369         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13370         link is missing.
13371
13372 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13373
13374         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13375         (html2text-get-attr): Rewrite.
13376
13377         * message.el (message-setup-1): Remove redundant put-text-property
13378         on mail-header-separator.
13379
13380 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * gnus-registry.el (gnus-registry-cache-whitespace)
13383         (gnus-registry-action, gnus-registry-spool-action)
13384         (gnus-registry-split-fancy-with-parent): Change message levels
13385         from 5 to 3 or 7, as needed.
13386
13387         * spam.el (spam-summary-prepare-exit)
13388         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13389         (spam-split, spam-find-spam, spam-log-undo-registration)
13390         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13391         level from 5 to 6.
13392
13393 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13396         2004-03-04 change).
13397
13398 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13399
13400         * sieve-manage.el (sieve-manage-open):
13401         * nnweb.el (nnweb-insert-html):
13402         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13403         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13404         * nnspool.el (nnspool-request-group):
13405         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13406         * nnml.el (nnml-request-update-info):
13407         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13408         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13409         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13410         (nnimap-request-set-mark):
13411         * nnfolder.el (nnfolder-request-update-info):
13412         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13413         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13414         * gnus-uu.el (gnus-uu-find-articles-matching):
13415         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13416         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13417         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13418         * gnus-nocem.el (gnus-nocem-scan-groups):
13419         * gnus-int.el (gnus-start-news-server):
13420         * gnus-group.el (gnus-group-make-kiboze-group)
13421         (gnus-group-browse-foreign-server):
13422         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13423         Use mapc when appropriate.
13424
13425 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         FIXME: Make separate entries for each person.
13428
13429         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13430         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13431         <shields@msrl.com>:
13432
13433         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13434         may need for spam sorting and scoring.
13435         (spam-user-format-function-S): Add user format function suitable for
13436         general use.
13437         (spam-article-sort-by-spam-status): Add sorting function for summary
13438         sorting.
13439         (spam-extra-header-to-number): Add function to get a score from a
13440         header.
13441         (spam-summary-score): Add function to get a numeric score from the
13442         headers.
13443         (spam-generic-score): Fix function doc, was in wrong place.
13444         (spam-initialize): Take symbols when it's run, and install the
13445         extra headers that spam-necessary-extra-headers thinks we need.
13446
13447 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13450         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13451
13452 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13453
13454         * gnus-sum.el (gnus-set-global-variables)
13455         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13456         (gnus-article-get-xrefs, gnus-summary-best-group)
13457         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13458         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13459         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13460         Use with-current-buffer.
13461
13462 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13463
13464         * spam.el (spam-summary-prepare-exit): Simplify logic.
13465         (spam-fetch-article-header): Read the article header if it's not
13466         available.
13467         (spam-list-articles): Simplify logic.
13468         (spam-filelist-register-routine): Fix bug with unregister-list.
13469
13470         * gnus-registry.el: Fix comments at beginning.
13471
13472 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13473
13474         * message.el (message-cater-to-broken-inn): Remove.
13475         (message-shorten-references): Make sure the total folded length of
13476         References is shorter than 998 characters to cater to a bug in INN
13477         2.3.  Also, don't pretend that references aren't folded -- this
13478         hasn't worked for a while.
13479
13480 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13481
13482         * gnus-agent.el (gnus-agentize):
13483         gnus-agent-send-mail-real-function no longer set to current value
13484         of message-send-mail-function but rather a lambda that calls
13485         message-send-mail-function.  The change makes the agent real-time
13486         responsive to user changes to message-send-mail-function.
13487
13488 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13489
13490         * legacy-gnus-agent.el
13491         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13492         help from Florian Weimer <fw@deneb.enyo.de>
13493
13494 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * nnmail.el (nnmail-cache-insert): Revert last change.
13497
13498 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * nnmail.el (nnmail-cache-insert): Always check whether
13501         nnmail-cache-ignore-groups matches a group name.
13502
13503 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13506         (spam-find-spam, spam-log-processing-to-registry)
13507         (spam-log-registered-p, spam-log-unregistration-needed-p)
13508         (spam-log-undo-registration): Use gnus-message instead of
13509         gnus-error, none of these errors are fatal.
13510
13511         * gnus-registry.el (gnus-registry-clean-empty-function)
13512         (gnus-registry-clean-empty): Remove only empty entries without
13513         extra data.
13514
13515 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13516
13517         * spam-stat.el (spam-stat-buffer-change-to-spam)
13518         (spam-stat-buffer-change-to-non-spam): Change (error) to
13519         (gnus-message 8) invocation.
13520
13521 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * nntp.el (nntp-via-netcat-command): New variable.
13524         (nntp-via-netcat-switches): New variable.
13525         (nntp-open-via-rlogin-and-netcat): New function.
13526         (nntp-open-connection-function): Doc fix.
13527         (nntp-telnet-command): Doc fix.
13528         (nntp-end-of-line): Doc fix.
13529         (nntp-via-rlogin-command): Doc fix.
13530         (nntp-via-user-name): Doc fix.
13531         (nntp-via-address): Doc fix.
13532
13533 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13536         error in Emacs 21.1.
13537
13538 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13541
13542 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13543
13544         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13545         (gnus-agent-with-refreshed-group): New macro.
13546         (gnus-agent-rename-group): New function.
13547         (gnus-agent-delete-group): New function.
13548         (gnus-agent-save-group-info): Use gnus-command-method when
13549         `method' parameter is nil.  Don't write nil entries into the
13550         active file.
13551         (gnus-agent-get-group-info): New function.
13552         (gnus-agent-fetch-articles): Use
13553         gnus-agent-update-files-total-fetched-for to increment disk space
13554         used.
13555         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13556         gnus-agent-update-view-total-fetched-for to increment disk space
13557         used.
13558         (gnus-agent-get-local): Added optional parameters to avoid calling
13559         gnus-group-real-name and gnus-find-method-for-group.
13560         (gnus-agent-set-local): Delete stored entry if either min, or max,
13561         are nil.
13562         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13563         quit, use gnus-agent-regenerate-group to record existance of any
13564         articles fetched to disk before the quit occurred.
13565         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13566         gnus-agent-update-view-total-fetched-for, and
13567         gnus-agent-update-files-total-fetched-for to decrement disk space
13568         used.
13569         (gnus-agent-retrieve-headers): Use
13570         gnus-agent-update-view-total-fetched-for to increment disk space
13571         used.
13572         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13573         with gnus-agent-update-files-total-fetched-for to decrement disk
13574         space and fresh group buffer.
13575         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13576         (gnus-agent-need-update-total-fetched-for): New variable.
13577         (gnus-agent-update-files-total-fetched-for): New function.
13578         (gnus-agent-update-view-total-fetched-for): New function.
13579         (gnus-agent-total-fetched-for): New function.
13580
13581         * gnus-cache.el (gnus-cache-save-buffers): Use
13582         gnus-cache-update-overview-total-fetched-for to change disk space
13583         used by this group.
13584         (gnus-cache-possibly-enter-article): Use
13585         gnus-cache-update-file-total-fetched-for to increment disk space
13586         used by this group.
13587         (gnus-cache-possibly-remove-article): Use
13588         gnus-cache-update-file-total-fetched-for to decrement disk space
13589         used by this group.
13590         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13591         (gnus-cache-rename-group): New function.
13592         (gnus-cache-delete-group): New function.
13593         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13594         (gnus-cache-need-update-total-fetched-for): New variable.
13595         (gnus-cache-with-refreshed-group): New macro.
13596         (gnus-cache-update-file-total-fetched-for): New function.
13597         (gnus-cache-update-overview-total-fetched-for): New function.
13598         (gnus-cache-rename-group-total-fetched-for): New function.
13599         (gnus-cache-delete-group-total-fetched-for): New function.
13600         (gnus-cache-total-fetched-for): New function.
13601
13602         * gnus-group.el: Require gnus-sum and autoload functions to
13603         resolve warnings when gnus-group.el compiled alone.
13604         (gnus-group-line-format): Documented new %F
13605         (size of Fetched data) group line format; identifies disk space
13606         used by agent and cache.
13607         (gnus-group-line-format-alist): Defined new F format.
13608         (gnus-total-fetched-for): New function.
13609         (gnus-group-delete-group): No longer update
13610         gnus-cache-active-altered as gnus-request-delete-group now keeps
13611         the cache in sync.
13612         (gnus-group-list-active): Let the agent store a server's active
13613         list if currently plugged.
13614
13615         * gnus-int.el (gnus-request-delete-group):
13616         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13617         local disk in sync with the server.
13618         (gnus-request-rename-group):
13619         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13620         local disk in sync with the server.
13621
13622         * gnus-start.el (gnus-get-unread-articles):
13623         Cosmetic simplification to logic.
13624
13625         * gnus-util.el (gnus-rename-file): New function.
13626
13627 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13628
13629         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13630
13631 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13632
13633         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13634         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13635
13636 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13637
13638         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13639         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13640
13641 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13642
13643         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13644
13645 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13646
13647         * spam.el (spam-set-difference): Add function to replace
13648         gnus-set-difference in spam.el.
13649         (spam-summary-prepare-exit): Use spam-set-difference.
13650
13651 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13652
13653         * gnus-registry.el (gnus-registry-cache-file): Update to use
13654         gnus-dribble-directory OR gnus-home-directory OR ~.
13655         (gnus-registry-split-fancy-with-parent): Fix doc.
13656
13657 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * message.el (message-exchange-point-and-mark): Use
13660         message-mark-active-p.  Suggested by Jesper Harder
13661         <harder@ifa.au.dk>.
13662
13663 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * message.el (message-exchange-point-and-mark): Don't activate
13666         region if it was inactive.  Suggested by Hiroshi Fujishima
13667         <pooh@nature.tsukuba.ac.jp>.
13668
13669 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (article-display-face): Display Faces in the same
13672         order as X-Faces.
13673
13674 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13677
13678 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13681         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13682         (gnus-article-mime-hierarchy): Remove.
13683         (gnus-article-mime-hierarchy-next): Remove.
13684         (gnus-article-mode): Revert 2004-03-19 change.
13685         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13686         (gnus-insert-mime-button): Revert 2004-03-19 change.
13687         (gnus-mime-accumulate-hierarchy): Remove.
13688         (gnus-mime-enter-multipart): Remove.
13689         (gnus-mime-leave-multipart): Remove.
13690         (gnus-mime-display-part): Revert 2004-03-19 change.
13691         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13692
13693         * mml.el (mml-preview): Revert 2004-03-19 change.
13694
13695 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13696
13697         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13698
13699 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13702         t while entering a file name using the mm-with-multibyte macro.
13703         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13704
13705         * mm-util.el (mm-with-multibyte): New macro.
13706
13707 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13710         user option.
13711         (gnus-mime-multipart-functions): Doc and customization fix.
13712         (gnus-article-mime-hierarchy): New variable.
13713         (gnus-article-mime-hierarchy-next): New variable.
13714         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13715         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13716         gnus-article-mime-hierarchy-next to nil.
13717         (gnus-insert-mime-button): Show hierarchy numbers.
13718         (gnus-mime-accumulate-hierarchy): New function.
13719         (gnus-mime-enter-multipart): New function.
13720         (gnus-mime-leave-multipart): New function.
13721         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13722         (gnus-mime-display-alternative): Show hierarchy numbers.
13723
13724         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13725         gnus-article-mime-hierarchy-next to nil.
13726
13727 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13728
13729         * dns.el: Don't require gnus-xmas.
13730
13731 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13732
13733         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13734         inline PGP.
13735         (mml-menu): Disable mml-quote-region if mark is inactive.
13736
13737 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13740         when the group's active is not available.
13741
13742 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13745         error.
13746
13747 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * imap.el (imap-store-password): New variable.
13750         (imap-interactive-login): Use it.
13751         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13752
13753 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13756         window-start and hscroll to summary window.
13757
13758 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13759
13760         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13761         conversion message to newsrc-dribble when an actual conversion is
13762         performed.
13763
13764 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13765
13766         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13767
13768 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * mm-decode.el (mm-complicated-handles): New function reviving
13771         former definition of mm-multiple-handles.
13772
13773         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13774         (gnus-mime-delete-part): Use it.
13775
13776 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13777
13778         * gnus-agent.el (gnus-agent-read-local): Bind
13779         nnheader-file-coding-system to gnus-agent-file-coding-system to
13780         avoid the implicit assumption that they will always be equal.
13781         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13782         coding-system-for-write, as the with-temp-file macro first prints
13783         to a buffer then saves the buffer.
13784
13785 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-art.el (gnus-article-edit-part): New function.
13788         (gnus-mime-save-part-and-strip): Use it; do query instead of
13789         signaling an error; don't use mm-multiple-handles.
13790         (gnus-mime-delete-part): Ditto.
13791
13792 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13793
13794         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13795         old file versions.
13796         (gnus-group-prepare-hook): Removed function that converted list
13797         form of gnus-agent-expire-days to group properties.
13798
13799         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13800         (gnus-request-accept-article): Re-indented.
13801
13802         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13803         converters to handle old agent file formats.  Added logic for a
13804         "backup before upgrading warning".
13805         (gnus-convert-mark-converter-prompt): Developers can mark
13806         functions as needing (default), or not needing,
13807         gnus-convert-old-newsrc's "backup before upgrading warning".
13808         (gnus-convert-converter-needs-prompt): Tests whether the user
13809         should be protected from potentially irreversable changes by the
13810         function.
13811
13812         * legacy-gnus-agent.el: New.  Provides converters that are only
13813         loaded when gnus-convert-old-newsrc needs to call them.
13814
13815 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * mail-source.el (mail-source-touch-pop): Doc fix.
13818
13819         * message.el (message-smtpmail-send-it): Doc fix.
13820
13821 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13822
13823         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13824
13825         * nnmail.el (nnmail-split-fancy): do.
13826
13827         * gnus-kill.el (gnus-kill, gnus-execute): do.
13828
13829 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13830
13831         * gnus-sum.el (gnus-widget-reversible-match)
13832         (gnus-widget-reversible-to-internal)
13833         (gnus-widget-reversible-to-external): New functions.
13834         (gnus-widget-reversible): New widget.
13835         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13836
13837 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13838
13839         * gnus-sum.el (gnus-thread-sort-functions)
13840         (gnus-article-sort-functions): Document `(not F)' items.
13841
13842 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * spam.el (spam-use-gmane-xref): Add new backend.
13845         (spam-gmane-xref-spam-group): Add variable to control the name of the
13846         Gmane spam group.
13847         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13848         (spam-regex-headers-spam, spam-regex-headers-ham)
13849         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13850         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13851         backends and checks.
13852         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13853
13854         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13855         an autodetect method.
13856
13857 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13858
13859         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13860         articles are being added to a group.
13861         (gnus-request-replace-article): Inform the agent that articles
13862         need to be uncached as the cached contents are no longer valid.
13863
13864 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * binhex.el: Don't autoload executable-find.
13867
13868         * canlock.el: Don't autoload mail-fetch-field.
13869
13870         * dgnushack.el: Autoload c-mode for XEmacs.
13871
13872         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13873
13874         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13875         rmail-dont-reply-to and rmail-output.
13876
13877         * gnus-score.el: Don't autoload ffap-string-at-point.
13878
13879         * gnus-setup.el: Don't autoload sc-cite-original.
13880
13881         * imap.el: Don't autoload base64-decode-string,
13882         base64-encode-string and md5.
13883
13884         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13885         and rmail-msg-restore-non-pruned-header.
13886
13887         * mm-decode.el: Don't autoload executable-find.
13888
13889         * mm-url.el: Don't autoload executable-find.
13890
13891         * mm-view.el: Don't autoload diff-mode.
13892
13893         * nndb.el: Don't autoload news-reply-mode, news-setup,
13894         cancel-timer and telnet.
13895
13896         * password.el: Don't autoload run-at-time for Emacs.
13897
13898         * sha1-el.el: Don't autoload executable-find.
13899
13900         * sieve-mode.el: Don't autoload c-mode.
13901
13902         * uudecode.el: Don't autoload executable-find.
13903
13904 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13905
13906         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13907         (gnus-agent-possibly-alter-active): Avoid null in numeric
13908         comparison.
13909         (gnus-agent-set-local): Refuse to save null in local object table.
13910         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13911         list of articles that will be marked as unread.
13912
13913 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13916
13917 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13918
13919         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13920         language tags.
13921
13922 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13923
13924         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13925         Don't bind "obarray".
13926
13927         * gnus-sum.el (gnus-thread-sort-functions): Added
13928         `gnus-thread-sort-by-most-recent-number' and
13929         `gnus-thread-sort-by-most-recent-date'.
13930         Reported by Kai Grossjohann <kai@emptydomain.de>.
13931
13932 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13935
13936 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13937
13938         * gnus-cus.el (gnus-agent-customize-category): Removed
13939         ignore-errors macro reference that required cl to be loaded at
13940         run-time.
13941
13942         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13943         single-interval range of the form (min . max).  Previously the
13944         range had to look like ((min . max)).  Likewise, return
13945         (min . max) rather than ((min . max)).
13946         (gnus-range-map): Use gnus-range-normalize to accept
13947         single-interval range.
13948
13949         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13950         the cache, but not the agent, now appear with their usual face.
13951
13952         * dgnushack.el (loaddir): New variable that is bound to the
13953         directory containing the dgnushack.el file. Use loaddir, rather
13954         than srcdir, to update load-path. Change lets dgnushack compile
13955         code in directories other than GNUS/lisp.
13956
13957 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * lpath.el: Don't bind w3m-safe-url-regexp.
13960
13961         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13962         w3m-safe-url-regexp variable buffer-local.
13963
13964         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13965
13966 2004-02-27  Simon Josefsson  <jas@extundo.com>
13967
13968         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13969         gnus-group-real-prefix.
13970         (gnus-summary-move-article): Use it, instead of
13971         gnus-group-real-prefix.
13972
13973 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * lpath.el: Bind w3m-safe-url-regexp.
13976
13977         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13978         w3m-safe-url-regexp variable buffer-local and set it as the value
13979         of mm-w3m-safe-url-regexp.
13980
13981         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13982
13983         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13984         parsing gnus-posting-styles when the message is not for replying.
13985
13986         * dgnushack.el: Autoload sgml-mode for XEmacs.
13987
13988         * nnrss.el (nnrss-opml-export): Use
13989         mm-set-buffer-file-coding-system instead of
13990         set-buffer-file-coding-system.
13991
13992 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13993
13994         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13995         of checkdoc.el).
13996         * nnrss.el: do.
13997         * gnus-mlspl.el: do.
13998         * gnus-ml.el: do.
13999         * gnus-srvr.el: do.
14000
14001         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14002
14003 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14004
14005         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14006         Corrections to custom-manual links.
14007
14008         * gnus-art.el (gnus-article): Ditto.
14009
14010         * mm-decode.el (mime-display, mime-security): Ditto.
14011
14012 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14013
14014         * flow-fill.el: Typo.
14015
14016 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14017
14018         * spam-wash.el: New file.
14019
14020 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14021
14022         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14023
14024 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14027         to be run with new-articles as LIST1, not LIST2.
14028         (spam-registration-functions): Add spam-use-ham-copy as a nil
14029         registration backend.
14030
14031 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14032
14033         * spam-stat.el (spam-stat-washing-hook): New option.
14034         (spam-stat-buffer-words): Use it.
14035         (spam-stat-process-directory, spam-stat-test-directory): Use
14036         insert-file-contents-literally.
14037         (spam-stat-coding-system): New variable.
14038         (spam-stat-load, spam-stat-save): Use it.
14039
14040 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * spam-report.el (spam-report-plug-agent): Quote
14043         spam-report-url-to-file and spam-report-url-ping-plain.
14044
14045 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14048         / in mailto URLs.
14049
14050 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * spam-report.el (spam-report-process-queue): Fix interactive use.
14053         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14054         (spam-report-unplug-agent): Doc fixes.
14055         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14056         (spam-report-agentize, spam-report-deagentize): Autoload
14057
14058 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14061
14062         * message.el (message-setup-fill-variables): Add mml tags to
14063         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14064         <ajk@iu.edu>.
14065         (message-mode): Don't modify paragraph-separate there.
14066
14067 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * compface.el (uncompface-use-external): Default to undecided.
14070         (uncompface-use-external-threshold): New variable.
14071         (uncompface-float-time): New macro.
14072         (uncompface): Determine whether to use the external decoder if
14073         uncompface-use-external is undecided.
14074
14075 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14076
14077         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14078         after images.
14079
14080         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14081
14082 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14083
14084         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14085
14086         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14087
14088         * gnus-sum.el (gnus-summary-limit-to-age)
14089         (gnus-summary-limit-children): do.
14090
14091         * gnus-int.el (gnus-request-scan): do.
14092
14093         * gnus-group.el (gnus-group-suspend): do.
14094
14095         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14096
14097         * gnus-cite.el (gnus-cite-parse-attributions): do.
14098
14099         * gnus-agent.el (gnus-summary-set-agent-mark)
14100         (gnus-agent-regenerate-group): do.
14101
14102         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14103
14104         * binhex.el (binhex-decode-region-internal): do.
14105
14106 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-fun.el (gnus-face-properties-alist): New user option.
14109         (gnus-display-x-face-in-from): Use it.
14110
14111         * gnus-art.el (article-display-face): Ditto.
14112
14113         * compface.el (uncompface-use-external): Default to nil.
14114
14115 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14116
14117         * nntp.el (nntp-erase-buffer): New function.
14118         (nntp-retrieve-data, nntp-send-command)
14119         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14120         (nntp-possibly-change-group): Use it.
14121
14122         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14123         with-current-buffer.
14124
14125 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14126
14127         * compface.el: Merge the ELisp-based uncompface program.
14128         (compface): New customization group.
14129         (uncompface-use-external): New user option.
14130         (uncompface): Call uncompface-internal if uncompface-use-external
14131         is nil.
14132         (uncompface-internal): New function.  Note that there are also
14133         some other functions and variables added for this function.
14134
14135 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14136
14137         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14138         if necessary.
14139
14140 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * spam-report.el (spam-report-unplug-agent)
14143         (spam-report-plug-agent, spam-report-deagentize)
14144         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14145         Add support for the Agent in spam-report: when unplugged, report to a
14146         file; when plugged, submit all the requests.
14147
14148         * spam.el (spam-register-routine): Fix message about
14149         registration.
14150
14151 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14152
14153         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14154         dependencies.
14155         (rfc2047-encode): Use it.
14156
14157         * gnus-art.el (gnus-button-marker-list): Move before first
14158         reference.
14159
14160         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14161         (imap-parse-body): Fix format string mismatch.
14162
14163         * gnus-score.el (gnus-summary-increase-score): do.
14164
14165         * nnrss.el (nnrss-close): New function.
14166
14167 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14168
14169         * nnrss.el (nnrss-make-filename): New function.
14170         (nnrss-request-delete-group, nnrss-read-server-data)
14171         (nnrss-save-server-data, nnrss-read-group-data)
14172         (nnrss-save-group-data): Use it.
14173         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14174         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14175         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14176
14177 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14178
14179         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14180
14181 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14182
14183         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14184         files.
14185
14186         * message.el (message-generate-headers-first): Don't quote nil
14187         and t in docstrings.
14188
14189         * imap.el (imap-id): do.
14190
14191         * gnus-agent.el (gnus-agent-consider-all-articles)
14192         (gnus-agent-queue-mail): do.
14193
14194 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * spam-report.el (spam-report-process-queue): New function.
14197         Process requests from `spam-report-requests-file'.
14198         (spam-report-process-queue): Doc fix.
14199
14200 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14201
14202         * spam.el (spam-register-routine)
14203         (spam-log-processing-to-registry, spam-log-registered-p)
14204         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14205         Change "check" to "spam-check" for semi-clarity.
14206
14207 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14208
14209         * pop3.el: Require nnheader.
14210
14211         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14212
14213         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14214
14215         * gnus-picon.el: Require cl.
14216
14217         * gnus-fun.el: Require gnus-ems and gnus-util.
14218
14219         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14220
14221         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14222
14223         * gnus-art.el (gnus-article-edit-mode): Define before first
14224         reference.
14225
14226 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14227
14228         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14229         (gnus-uu-post-encoded): Use point-at-bol.
14230
14231         * gnus-topic.el (gnus-group-active-topic-p): do.
14232
14233         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14234
14235         * gnus-group.el (gnus-group-kill-region): do.
14236
14237         * gnus-art.el (article-date-ut): do.
14238
14239         * message.el (message-fetch-field): Remove redundant
14240         case-fold-search binding.
14241         (message-narrow-to-field): Simplify.
14242
14243 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * spam.el (spam-directory): Derive from `gnus-directory'.
14246
14247         * spam-report.el (spam-report-url-to-file)
14248         (spam-report-requests-file): New function and variable for offline
14249         reporting.
14250         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14251         and user defined function.
14252         (spam-report-url-ping-mm-url): Remove doubled slash.
14253
14254 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14257
14258 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14259
14260         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14261         format string mismatch.
14262
14263         * sieve.el (sieve-deactivate-all): do.
14264
14265         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14266
14267         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14268
14269         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14270
14271         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14272
14273 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14276         the list of checks.
14277
14278 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14279
14280         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14281         padding.
14282
14283 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14284
14285         * mm-view.el (mm-fill-flowed): New variable.
14286         (mm-inline-text): Use it.
14287
14288 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * spam.el (spam-spamassassin-register-ham-routine)
14291         (spam-spamassassin-register-spam-routine): Fix function names.
14292
14293 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus.el (gnus-tmp-grouplens): Remove.
14296         (gnus-summary-line-format): Remove grouplens.
14297
14298         * gnus-group.el (gnus-group-line-format): Ditto.
14299
14300         * gnus-spec.el (gnus-format-specs): Ditto.
14301         (gnus-update-format-specifications): Flush the group format spec
14302         cache if there's the grouplens stuff.
14303         (gnus-parse-simple-format): Replace %l with the empty string.
14304
14305 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14306
14307         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14308         omission.
14309
14310 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14313         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14314
14315 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14316
14317         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14318         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14319         New macros and functions.
14320         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14321         Handle > NLINK_MAX messages.
14322         * nnmaildir.el (nnmaildir-request-set-mark): Use
14323         nnmaildir--emlink-p and nnmaildir--eexist-p.
14324
14325 2004-01-25  Alex Schroeder  <alex@gnu.org>
14326
14327         * spam-stat.el (spam-stat-process-directory-age): New option.
14328         (spam-stat-process-directory): Use it.
14329
14330 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14331
14332         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14333         (spam-stat-save): Accept prefix argument.
14334
14335 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14336
14337         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14338         links" error.
14339
14340 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14343         the rest of the and/or forms.
14344
14345 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14348         compatibility with old .newsrc.eld files.
14349
14350         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14351
14352         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14353
14354         * gnus-start.el (gnus-1): do.
14355
14356         * gnus-group.el (gnus-group-line-format-alist): do.
14357
14358         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14359
14360         * gnus-gl.el: Remove.
14361
14362 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14363
14364         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14365         marks consisting of a single range {for example, (3 . 5)} rather
14366         than a list of a single range { ((3 . 5)) }.
14367
14368 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14369
14370         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14371         with-current-buffer.
14372         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14373         avoid consing a string.
14374
14375         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14376         Remove obsolete entries for big5 and gb2312.
14377
14378 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14379
14380         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14381         uncompressed list.
14382
14383 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14384
14385         * spam-stat.el (spam-stat-strip-xref): New function.
14386         (spam-stat-process-directory): Use it.
14387
14388         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14389         here -- it's done in message-fetch-field.
14390
14391 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14392
14393         * gnus-agent.el (gnus-agent-queue-mail)
14394         (gnus-agent-prompt-send-queue): New variables.
14395         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14396         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14397         "nndraft:queue" along to gnus-draft-send.  Use
14398         gnus-agent-prompt-send-queue.
14399         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14400         is "nndraft:queue".  Suggested by Gaute Strokkenes
14401         <gs234@srcf.ucam.org>
14402
14403         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14404         (agent-enable-undownloaded-faces): Added
14405         (gnus-agent-cat-groups): Use eval-and-compile, not
14406         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14407         method of gnus-agent-cat-groups even when the buffer has been
14408         evaled.
14409         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14410         delete gnus-agent-save-active-1.
14411         (gnus-agent-save-groups): Deleted.  Identical to
14412         gnus-agent-save-active.
14413         (gnus-agent-write-active): No longer adjust agent's copy of active
14414         file as agent's adjustments are now stored in their own
14415         file.  Removed optional parameter.
14416         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14417         servers.  Add use of min/max range limits from server's local
14418         file.
14419         (gnus-agent-save-alist): Removed unused optional argument.
14420         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14421         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14422         (gnus-agent-set-local): A per-server file that keeps min/max range
14423         limits for articles known to the agent.  Provides a fast mechanism
14424         for altering many active ranges.
14425         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14426         active file (local makes it unnecessary).
14427         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14428
14429         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14430         (agent-enable-undownloaded-faces): Added
14431
14432         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14433         disable it when sending to "nndraft:queue".
14434         (gnus-group-send-queue): Add safety check to avoid sending queue
14435         when unplugged.
14436
14437         * gnus-group.el (gnus-group-catchup): Use new
14438         gnus-sequence-of-unread-articles, not
14439         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14440         numbers of articles.  Use gnus-range-map to avoid having to
14441         uncompress the unread list.
14442         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14443         Fixed invalid ange-ftp reference.
14444
14445         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14446         (gnus-sorted-range-intersection): Intersection of two ranges
14447         without requiring that they first be uncompressed.
14448
14449         * gnus-start.el (gnus-activate-group): Unless blocked by the
14450         caller, possibly expand the active range to include both cached
14451         and agentized articles.
14452         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14453         multiple version-dependent converters.
14454         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14455         gnus-agent-save-active.
14456         (gnus-save-newsrc-file): Save dirty agent range limits.
14457
14458         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14459         gnus-agent-possibly-alter-active.
14460         (gnus-adjust-marked-articles): Faster handling of simple lists
14461
14462 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14463
14464         * spam-stat.el (spam-stat-test-directory): New optional argument
14465         displays a list of files detected.  Suggested by Andrew Cohen
14466         <cohen@andy.bu.edu>.
14467         (spam-stat-buffer-words-with-scores): Don't narrow and change
14468         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14469
14470 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14471
14472         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14473         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14474         (spam-spamassassin-arguments)
14475         (spam-spamassassin-spam-flag-header)
14476         (spam-spamassassin-positive-spam-flag-header)
14477         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14478         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14479         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14480         (spam-list-of-processors, spam-list-of-checks)
14481         (spam-list-of-statistical-checks, spam-registration-functions)
14482         (spam-check-spamassassin-headers, spam-check-spamassassin)
14483         (spam-spamassassin-score)
14484         (spam-spamassassin-register-with-sa-learn)
14485         (spam-spamassassin-register-spam-routine)
14486         (spam-spamassassin-register-ham-routine)
14487         (spam-assassin-register-spam-routine)
14488         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14489         (spam-bogofilter-score): Fix to show article before scoring.
14490
14491 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14494         default scoring function.
14495         (spam-generic-score): Call spam-spamassassin-score if
14496         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14497         spam-bogofilter-score otherwise.
14498
14499         * gnus.el (spam-process, spam-autodetect-methods): Add
14500         spamassassin and spamassassin-headers.
14501
14502 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14503
14504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14505         Suppress unnecessary messages.
14506
14507 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14508
14509         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14510         make-hash-table.
14511
14512 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * canlock.el (base64-encode-string): Don't autoload it.
14515
14516 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * run-at-time.el: Remove useless (require 'itimer),
14519         eval-and-compile and (featurep 'xemacs).
14520
14521 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14522
14523         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14524         GROUP is a virtual group.
14525
14526 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14527
14528         * gnus.el: Autoload `message-y-or-n-p'.
14529
14530 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * pgg-parse.el: Remove unnecessary (require 'custom).
14533
14534         * pgg-def.el: do.
14535
14536         * nnmail.el: do.
14537
14538         * gnus-undo.el: do.
14539
14540         * gnus-picon.el: do.
14541
14542         * gnus-util.el: do.
14543
14544 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14547
14548 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14551         handle, as well as a list.
14552
14553         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14554         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14555         (mm-w3m-cid-retrieve): Simplify.
14556
14557 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14558
14559         * message.el (message-kill-to-signature): Allow prefix arg to
14560         specify number of lines to keep before signature.
14561
14562 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14563
14564         (message-kill-to-signature): Change docstring.
14565
14566 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * canlock.el: Always require sha1-el.
14569         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14570
14571         * message.el: Autoload sha1 only when compiling.
14572
14573         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14574         eudc-expand-inline for XEmacs.
14575
14576 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * message.el (message-canlock-generate): Require sha1-el.
14579
14580 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14581
14582         * message.el (message-expand-name): Silence the byte compiler.
14583
14584         * lpath.el: Add detect-coding-system.
14585
14586         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14587         cus-edit.
14588
14589 2004-01-13  Simon Josefsson  <jas@extundo.com>
14590
14591         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14592         Invoke gnus-score-mode.  Reported by
14593         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14594
14595         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14596         Jim Blandy <jimb@redhat.com> (tiny change).
14597
14598 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14599
14600         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14601
14602 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * spam.el (spam-get-article-as-string): Update to use
14605         gnus-request-article-this-buffer, much simpler.
14606         (spam-get-article-as-buffer): Remove.
14607
14608 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14609
14610         * message.el (message-expand-name): Use EUDC if the user uses that.
14611
14612 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14613
14614         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14615         character for the encoding to avoid consing a string.
14616
14617         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14618         unnecessarily.
14619
14620         * mm-util.el (mm-replace-chars-in-string): Remove.
14621
14622         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14623         of mm-replace-chars-in-string.
14624
14625 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14626
14627         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14628
14629         * mm-util.el (mm-subst-char-in-string): Support inplace.
14630
14631         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14632         a new string in every iteration.  Use shy groups.
14633
14634 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14635
14636         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14637         * gnus-soup.el (gnus-soup-group-brew):
14638         * gnus-msg.el (gnus-put-message):
14639         * gnus-move.el (gnus-group-move-group-to-server):
14640         * gnus-kill.el (gnus-batch-score):
14641         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14642         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14643         (gnus-group-update-group, gnus-group-read-group)
14644         (gnus-group-make-group, gnus-group-make-help-group)
14645         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14646         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14647         (gnus-group-sort-by-unread, gnus-group-catchup)
14648         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14649         (gnus-group-yank-group, gnus-group-set-info)
14650         (gnus-group-list-groups):
14651         * gnus.el (gnus-generate-new-group-name):
14652         * gnus-delay.el (gnus-delay-send-queue):
14653         * nnvirtual.el (nnvirtual-catchup-group):
14654         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14655         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14656         (gnus-group-prepare-topics, gnus-topic-check-topology):
14657         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14658         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14659         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14660         (gnus-group-make-articles-read):
14661         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14662         (gnus-group-change-level, gnus-kill-newsgroup)
14663         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14664         (gnus-get-unread-articles, gnus-make-articles-unread)
14665         (gnus-make-ascending-articles-unread): Use accessor
14666         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14667         to get group information for improved readability.
14668
14669
14670 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14671
14672         * gnus-art.el (article-decode-mime-words, article-babel)
14673         (gnus-article-highlight-signature, gnus-article-add-buttons)
14674         (gnus-signature-toggle): Use gnus-with-article-buffer.
14675
14676         * gnus-art.el (gnus-article-highlight-headers)
14677         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14678
14679         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14680         (gnus-article-set-globals, gnus-request-article-this-buffer)
14681         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14682         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14683         (gnus-mime-display-alternative): Use with-current-buffer.
14684
14685 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14686
14687         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14688         also under 80 char limit, and call gnus-error if needed.
14689         (spam-fetch-article-header): Fix - it was a
14690         buffer-local variable (gnus-newsgroup-data).
14691         (spam-find-spam): Use spam-generate-fake-headers, forget about
14692         spam-insert-fake-headers.
14693         (spam-insert-fake-headers): Remove.
14694
14695 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14696
14697         * deuglify.el (gnus-article-outlook-unwrap-lines)
14698         (gnus-outlook-rearrange-article)
14699         (gnus-outlook-repair-attribution-outlook)
14700         (gnus-outlook-repair-attribution-block)
14701         (gnus-outlook-repair-attribution-other): Remove redundant
14702         save-excursion.
14703
14704 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14707         (spam-fetch-field-subject-fast)
14708         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14709         (spam-fetch-article-header): Add functions to deal with Gnus
14710         internals for fast retrieval of article header data.
14711         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14712
14713 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14714
14715         * pop3.el (pop3-md5): Remove.
14716         (pop3-apop): Replace pop3-md5 with md5.
14717
14718         * mm-bodies.el: base64 is always built-in.
14719
14720         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14721         with-current-buffer.
14722
14723 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * canlock.el (canlock-insert-header): Remove excessive grouping in
14726         regexp.
14727
14728         * gnus-sum.el (gnus-summary-read-document): Ditto.
14729
14730         * gnus-uu.el (gnus-uu-part-number): Ditto.
14731
14732         * html2text.el (html2text-remove-tags): Ditto.
14733         (html2text-format-tags): Ditto.
14734         (html2text-format-single-elements): Ditto.
14735
14736         * mml.el (mml-parse-1): Ditto.
14737
14738 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14739
14740         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14741
14742         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14743
14744         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14745
14746         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14747
14748 2003-11-15  Simon Josefsson  <jas@extundo.com>
14749
14750         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14751         (pgg-gpg-lookup-key): Use regexp match instead of
14752         split-string (split-string is different between emacs 21.2 and
14753         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14754
14755 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14756
14757         * gnus-art.el (gnus-mime-view-all-parts)
14758         (gnus-article-part-wrapper, gnus-article-view-part): Use
14759         with-current-buffer.
14760
14761 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14762
14763         * spam.el (spam-disable-spam-split-during-ham-respool)
14764         (spam-spamoracle-database, spam-cache-lookups)
14765         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14766         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14767         (spam-group-ham-marks, spam-group-spam-marks)
14768         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14769         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14770         also add spam-use-blackholes to the statistical checks.
14771         (spam-fetch-field-fast): Add interface to fetching fields, may
14772         become a macro.
14773         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14774         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14775         (spam-insert-fake-headers): Fake an article when needed.
14776         (spam-find-spam): Fake article when possible.
14777         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14778         (spam-check-bogofilter-headers): Use message-fetch-field instead
14779         of nnmail-fetch-field.
14780
14781 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14784
14785 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14786
14787         * spam.el (spam-split): Do not require spam-use-CHECK to be
14788         enabled if that check is passed to spam-split explicitly; also
14789         fix so 'spam doesn't get converted to spam-split-group when
14790         spam-split-symbolic-return is t.
14791         (spam-find-spam): Find registrations of the article and use those
14792         instead of re-running spam-split to find the spam/ham
14793         classification of the article.
14794         (spam-log-processing-to-registry, spam-log-registered-p)
14795         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14796         Use gnus-error instead of gnus-message.
14797         (spam-log-registration-type): Add function to determine the
14798         classification of a message based on registry entries; will
14799         return nil if both 'spam and 'ham are found.
14800         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14801         a reasonably fast local cache without the loading errors.
14802         (spam-cache-lookups): Set to t by default.
14803         (spam-find-spam): Don't try to guess spam-cache-lookups.
14804         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14805         spam-caches entry.
14806         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14807         caching of whitelist/blacklist entries.
14808         (spam-check-whitelist, spam-check-blacklist): Invoke
14809         spam-from-listed-p with a type, not a cache variable.
14810         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14811
14812 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14813
14814         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14815
14816         * nnmail.el (nnmail-split-fancy): do.
14817
14818         * mml.el (mml-parse): do.
14819
14820         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14821         (gnus-score-adaptive): do.
14822
14823 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14826         (gnus-mime-button-map): Don't set keymap parent.
14827         (gnus-button-ctan-directory-regexp): Use shy grouping.
14828         (gnus-prev-page-map): Don't set keymap parent.
14829         (gnus-prev-page-map): Remove duplicated one.
14830         (gnus-next-page-map): Don't set keymap parent.
14831         (gnus-mime-security-button-map): Ditto.
14832
14833         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14834         version number.
14835
14836         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14837
14838 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * canlock.el (canlock-sha1-function): Remove.
14841         (canlock-sha1-function-for-verify): Remove.
14842         (canlock-openssl-program): Remove.
14843         (canlock-openssl-args): Remove.
14844         (canlock-ignore-errors): Remove.
14845         (canlock-sha1-with-openssl): Remove.
14846         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14847         (canlock-verify): Don't use canlock-ignore-errors.
14848
14849         * sha1-el.el (sha1-string-external): Make it can return a string
14850         in binary form.
14851         (sha1-region-external): Ditto.
14852         (sha1-string-internal): Ditto.
14853         (sha1-region-internal): Ditto.
14854         (sha1-region): Ditto.
14855         (sha1-string): Ditto.
14856         (sha1): Ditto.
14857
14858 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859
14860         * spam.el (spam-report-articles-gmane): New command.
14861
14862 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14865
14866         * run-at-time.el (run-at-time-saved): Remove.
14867         (run-at-time): Doc fix.
14868
14869 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14870
14871         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14872         (gnus-summary-limit-map): Add it.
14873         (gnus-summary-make-menu-bar): do.
14874
14875 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14876
14877         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14878         Make attempt at some caching support (done for BBDB only now).
14879         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14880         addresses to be checked.
14881         (spam-clear-cache-BBDB): Add function, to be invoked by
14882         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14883         (spam-check-BBDB): Check and use the caches, if
14884         spam-cache-lookups is on, remove superfluous (provide).
14885
14886 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14889
14890 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14891
14892         * run-at-time.el (run-at-time-saved): Move to after the definition
14893         of `run-at-time'.
14894
14895         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14896
14897 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14900         mm-w3m-local-map-property.
14901
14902         * mm-view.el (mm-w3m-mode-map): Remove.
14903         (mm-w3m-local-map-property): Remove.
14904         (mm-inline-text-html-render-with-w3m): Don't use
14905         mm-w3m-local-map-property.
14906
14907 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * run-at-time.el: New file.
14910
14911         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14912         under Emacs.
14913
14914         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14915         of gnus-set-text-properties.
14916
14917         * gnus-uu.el (gnus-uu-save-article): Ditto.
14918
14919         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14920
14921         * gnus-cite.el (gnus-cite-parse): Ditto.
14922
14923         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14924         of gnus-.
14925
14926         * gnus-xmas.el (run-at-time): Require run-at-time.
14927
14928         * gnus.el: Changed calls to nnheader-run-at-time and
14929         password-run-at-time throughout to use run-at-time directly.
14930
14931         * password.el: Removed definition of run-at-time.
14932
14933         * nnheaderxm.el: Remove definition of run-at-time.
14934
14935 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14936
14937         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14938         in prompt.
14939
14940 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14941
14942         * messagexmas.el (message-xmas-redefine): Alias
14943         `message-make-caesar-translation-table' to
14944         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14945         version.
14946
14947         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14948         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14949         `gnus-xmas-set-text-properties'.
14950         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14951         `gnus-xmas-completing-read'.
14952         (gnus-xmas-completing-read): Removed.
14953         (gnus-xmas-open-network-stream): Removed.
14954
14955         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14956         XEmacs version.
14957
14958         * dns.el (dns-make-network-process): Use `open-network-stream'
14959         instead of `gnus-xmas-open-network-stream'.
14960
14961         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14962
14963         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14964
14965 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14966
14967         * gnus-art.el (gnus-mime-display-alternative)
14968         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14969         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14970         Don't use gnus-local-map-property.
14971
14972         * gnus-util.el (gnus-local-map-property): Remove.
14973
14974         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14975         gnus-completing-read-maybe-default with completing-read.
14976
14977         * gnus-util.el (gnus-completing-read): do.
14978         (gnus-completing-read-maybe-default): Remove.
14979
14980 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14981
14982         * password.el: Only autoload `run-at-time' if not XEmacs.
14983         Only autoload the itimer functions if XEmacs.
14984
14985 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14988         XEmacsen.
14989
14990         * dgnushack.el: Autoload executable-find for XEmacs.
14991
14992 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14993
14994         * gnus-art.el (gnus-read-string): Remove.
14995         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14996         read-string.
14997
14998 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14999
15000         * netrc.el: Autoload password-read.
15001         (netrc): Add configuration group.
15002         (netrc-encoding-method, netrc-openssl-path): Add
15003         variables for encoding and decoding of files with symmetric
15004         ciphers.
15005         (netrc-encode): Add assistant function to encode a file with
15006         netrc-encoding-method.
15007         (netrc-parse): Add interactive parameter, added optional
15008         decoding if netrc-encoding-method is non-nil but otherwise
15009         behavior is standard.
15010         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15011         Do s/encode/encrypt/ everywhere.
15012
15013         * spam.el: Remove executable-find autoload.
15014
15015 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15016
15017         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15018
15019         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15020
15021 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-art.el (gnus-treat-ansi-sequences,
15024         (article-treat-ansi-sequences): New variable and function.
15025         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15026
15027         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15028         Use it.
15029
15030 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * mm-util.el (mm-quote-arg): Remove.
15033
15034         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15035         shell-quote-argument.
15036
15037         * gnus-uu.el (gnus-uu-command): do.
15038
15039         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15040
15041         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15042         with make-char.
15043
15044         * mm-util.el (mm-make-char): Remove.
15045
15046         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15047         add-minor-mode.
15048
15049         * gnus-undo.el (gnus-undo-mode): do.
15050
15051         * gnus-topic.el (gnus-topic-mode): do.
15052
15053         * gnus-sum.el (gnus-dead-summary-mode): do.
15054
15055         * gnus-start.el (gnus-slave-mode): do.
15056
15057         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15058
15059         * gnus-ml.el (gnus-mailing-list-mode): do.
15060
15061         * gnus-gl.el (gnus-grouplens-mode): do.
15062
15063         * gnus-draft.el (gnus-draft-mode): do.
15064
15065         * gnus-dired.el (gnus-dired-mode): do.
15066
15067         * gnus-ems.el (gnus-add-minor-mode): Remove.
15068
15069         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15070         Replace gnus-char-width with char-width.
15071
15072         * gnus-ems.el (gnus-char-width): Remove.
15073
15074         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15075         Replace gnus-char-width with char-width.
15076
15077         * gnus-ems.el (gnus-char-width): Remove.
15078
15079         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15080         definition.
15081         Remove Emacs 20 hash table compatibility code.
15082
15083         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15084         20 compatibility code.
15085
15086         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15087
15088         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15089
15090         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15091         with point-at-{eol,bol}.
15092
15093         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15094
15095         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15096
15097         * flow-fill.el (fill-flowed-point-at-bol)
15098         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15099
15100         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15101         Replace with point-at-{eol,bol} throughout all files.
15102
15103 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * ntlm.el (ntlm-string-as-unibyte): New macro.
15106         (ntlm-build-auth-response): Use it.
15107
15108         Remove Emacs 20 stuff:
15109         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15110         (butlast, mapc, remove): Remove the compiler macros.
15111         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15112         of delq and copy-sequence.
15113         * gnus-art.el (popup-menu): Remove the compiler macro.
15114         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15115         Emacs 20.
15116
15117 2004-01-05  Simon Josefsson  <jas@extundo.com>
15118
15119         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15120         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15121         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15122         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15123         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15124         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15125         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15126         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15127         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15128         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15129         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15130         string-xor into ntlm-string-xor.  Suggested by
15131         Jesper Harder <harder@myrealbox.com>.
15132
15133         * ntlm.el: Don't include poem.
15134
15135         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15136         Jesper Harder <harder@myrealbox.com>.
15137
15138         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15139
15140         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15141         probably breaks emacs with DL patch, but do we care? Is anyone
15142         still using the DL stuff?)
15143
15144         * sieve-manage.el: Use the password package.
15145         (sieve-manage-read-passwd): Remove.
15146         (sieve-manage-interactive-login): Use password.  Re-add
15147         condition-case around loop.
15148
15149         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15150         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15151         the password package.
15152
15153 2003-02-19  Simon Josefsson  <jas@extundo.com>
15154
15155         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15156         token.
15157
15158 2002-08-07  Simon Josefsson  <jas@extundo.com>
15159
15160         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15161         (sieve-manage-authenticators):
15162         (sieve-manage-authenticator-alist): Add some SASL mechs.
15163         (sieve-sasl-auth): New function.
15164         (sieve-manage-cram-md5-auth):
15165         (sieve-manage-plain-auth): Rewrite using SASL library.
15166         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15167         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15168         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15169         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15170
15171 2004-01-05  Simon Josefsson  <jas@extundo.com>
15172
15173         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15174         New files.
15175
15176 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15177
15178         * gnus-group.el (gnus-no-groups-message): Update.
15179
15180         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15181
15182 2003-11-09  Simon Josefsson  <jas@extundo.com>
15183
15184         * imap.el: Support for ID IMAP extension (RFC 2971).
15185         (imap-local-variables): Add imap-id.
15186         (imap-id): New variable.
15187         (imap-id): New function.
15188         (imap-parse-response): Parse untagged ID response.
15189         * nnimap.el (nnimap-id): New variable.
15190         (nnimap-open-connection): Use it.
15191
15192 2003-12-28  Simon Josefsson  <jas@extundo.com>
15193
15194         * gnus-score.el (gnus-score-edit-all-score): New.
15195         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15196
15197 2004-01-04  Simon Josefsson  <jas@extundo.com>
15198
15199         * password.el: Add.
15200
15201 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15202
15203         * dns.el (dns-query-types): Fix typo.
15204         (dns-query-types): New function
15205         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15206         PTR and SOA replies, see RFC 1035.
15207
15208 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15211
15212         * Moved to Changelog.2.
15213
15214 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215
15216         * gnus.el (gnus-version-number): Bump version.
15217
15218 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15219
15220         * gnus.el: No Gnus v0.1 is released.
15221
15222 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15223
15224         * gnus.el: No Gnus v0.0 is released.
15225
15226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227
15228         * gnus.el (gnus-version-number): Bump.
15229         (gnus-version): No.
15230
15231 See ChangeLog.2 for earlier changes.
15232
15233     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15234       Free Software Foundation, Inc.
15235
15236   This file is part of GNU Emacs.
15237
15238   GNU Emacs is free software: you can redistribute it and/or modify
15239   it under the terms of the GNU General Public License as published by
15240   the Free Software Foundation, either version 3 of the License, or
15241   (at your option) any later version.
15242
15243   GNU Emacs is distributed in the hope that it will be useful,
15244   but WITHOUT ANY WARRANTY; without even the implied warranty of
15245   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15246   GNU General Public License for more details.
15247
15248   You should have received a copy of the GNU General Public License
15249   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15250
15251 ;; Local Variables:
15252 ;; coding: utf-8
15253 ;; fill-column: 79
15254 ;; add-log-time-zone-rule: t
15255 ;; End:
15256
15257 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4